Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

214 lines
6.0 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. # ESPurna change log
  2. The format is based on [Keep a Changelog](http://keepachangelog.com/)
  3. and this project adheres to [Semantic Versioning](http://semver.org/).
  4. ## [1.5.2] 2017-01-29
  5. ### Fixed
  6. - Fix bug in emon topic payload
  7. ## [1.5.1] 2017-01-28
  8. ### Added
  9. - OpenEnergyMonitor WiFi MQTT Relay / Thermostat support (thanks to Denis French)
  10. ### Fixed
  11. - NTP connection refresh upon wifi connection
  12. - Filesystem image build using local gulp installation
  13. ## [1.5.0] 2017-01-21
  14. ### Added
  15. - Pulse mode. Allows to define a pulse time after which the relay will switch back
  16. - API entry points for sensor data (power, current, voltage, temperature and humidity)
  17. - Export sensor data to Domoticz (power, current, voltage, temperature and humidity)
  18. - Configurable (in code) mapping between buttons and relays
  19. - MQTT messages for button events
  20. - Added support for Itead Studio 1CH inching/self locking smart switch board
  21. - Added support for JanGow Wifi Relay boards (both NC and NO versions)
  22. - Notify OTA updates to websocket clients, automatically reload page
  23. - Support for pulse mode notification LED and button
  24. - Revert relay state mode on boot (thanks to Minh Phuong Ly)
  25. ### Fixed
  26. - MQTT will topic
  27. - Crash with HLW812 interrupts while trying to create a WIFI connection
  28. - Issue #20 Better inline documentation for Alexa and Domoticz default settings
  29. - #39 Fixed autoconnect issue with static IP (fixed in JustWifi library)
  30. - #41 Added password requirements to initial password change page
  31. ### Changed
  32. - Changed LED pattern for WIFI notifications (shorter pulses)
  33. ## [1.4.4] 2017-01-13
  34. ### Added
  35. - Adding current, voltage, apparent and reactive power reports to Sonoff POW (Web & MQTT)
  36. ### Fixed
  37. - #35 Fixed frequent MQTT connection drops after WIFI reconnect
  38. - Defer wifi disconnection from web interface to allow request to return
  39. ### Changed
  40. - Move all Arduino IDE configuration values to their own file
  41. - Using latest HLW8012 library in interrupt mode
  42. ## [1.4.3] 2017-01-11
  43. ### Fixed
  44. - #6 Using forked Time library to prevent conflict with Arduino Core for ESP8266 time.h file in windows machines
  45. ## [1.4.2] 2017-01-09
  46. ### Added
  47. - Support for inverse logic relays
  48. ### Fixed
  49. - Fixed error in relay identification from MQTT messages (issue #31)
  50. ## [1.4.1] 2017-01-05
  51. ### Added
  52. - Alexa support by default on all devices
  53. - Added support for Wemos D1 Mini board with official Relay Shield
  54. ### Fixed
  55. - Multi-packet websocket frames
  56. ## [1.4.0] 2016-12-31
  57. ### Added
  58. - Domoticz support via MQTT (https://www.domoticz.com/wiki/MQTT)
  59. - Support for static IP connections
  60. ### Fixed
  61. - Enforce minimum password strength in web interface (#16)
  62. ### Changed
  63. - Using default client_id provided by AsyncMqttClient
  64. - Allow up to 5 different WIFI networks
  65. ### Removed
  66. - File system version file
  67. ## [1.3.1] 2016-12-31
  68. ### Fixed
  69. - data_dir fix for PlatformIO
  70. ## [1.3.0] 2016-12-30
  71. ### Changed
  72. - Arduino IDE support (changes in the folder structure and documentation)
  73. ## [1.2.0] 2016-12-27
  74. ### Added
  75. - Force password changing if it's the default one
  76. - Added Last-Modified header to static contents
  77. - Added DNS captive portal for AP mode
  78. - Added support for Sonoff 4CH
  79. - Added support for WorkChoice ecoPlug (ECOPLUG). Thanks to David Myers
  80. - Added support for Sonoff SV
  81. - Added support for Sonoff Touch
  82. - Comment out hardware selection in hardware.h if using Arduino IDE
  83. - Added support for MQTT get/set suffixes (/status, /set, ...)
  84. - Added support for LED notifications via MQTT
  85. - Added EEPROM check commands to terminal interface
  86. ### Changed
  87. - Using unreleased AsyncMqttClient with stability improvements
  88. - Better decoupling between MQTT and relays/websockets
  89. - Skipping retained MQTT messages (configurable)
  90. ### Fixed
  91. - Issue #11 Compile error when building sonoff-dual-debug
  92. - Issue #14 MQTT Connection with Username an Password not working
  93. - Issue #17 Moved static variable 'pending' to class variable
  94. ## [1.1.0] 2016-12-06
  95. ### Added
  96. - Added support for DS18B20 temperature sensor. Thanks to Francesco Boscarino
  97. - Added reset command from console
  98. - Added support for multirelay boards like Sonoff DUAL or Electrodragon ESP Relay Board
  99. ### Changed
  100. - Not using espressif8266_stage in default environment
  101. - Relay MQTT topics
  102. - API entry points
  103. ### Removed
  104. - Old non protected API
  105. ## [1.0.3] 2016-11-29
  106. ### Added
  107. - WeMo emulation through the fauxmoESP library (control your switch from Alexa!)
  108. - REST API for relay management
  109. - Better dependency definitions in platformio.ini
  110. - Option to define inverse logic to on-board LED
  111. - Built data folder included in repo
  112. ### Changed
  113. - Using non-interrupt driven mode for HLW8012
  114. - Better documentation
  115. - Small changes to web interface
  116. - Same admin password for web, OTA and WIFI AP mode
  117. ### Fixed
  118. - Prevent fauxmoESP to be compiled by default
  119. ### Removed
  120. - Removed ESPurna board to its own repo
  121. ## [1.0.1] 2016-11-13
  122. ### Added
  123. - Basic authentication and CSRF to websocket requests
  124. ## [1.0.0] 2016-11-13
  125. ### Added
  126. - Using ESPAsyncWebServer (for web & websockets) and AsyncMqttClient
  127. ## [0.9.9] 2016-11-12
  128. ### Added
  129. - Preliminary support for Sonoff POW
  130. - Replace AJAX requests with websockets
  131. - Using sprites for images
  132. - Hostname can be changed
  133. - Added initial relay state mode
  134. - Reconnect and reset buttons on web interface
  135. ### Changed
  136. - Changed long click to reset and double click to AP mode
  137. - Using officially supported platformio.ini file by default
  138. ### Fixed
  139. - Removed unnecessary memory inefficient code
  140. - Temprary fix for Adafruit DHT library (see https://github.com/adafruit/DHT-sensor-library/issues/62)
  141. ## [0.9.8] 2016-10-06
  142. ### Added
  143. - Using PureCMS for the web interface
  144. - Using gulp to build the filesystem files
  145. - Using Embedis for configuration
  146. ### Changed
  147. - Updated JustWifi library
  148. - Web interface changes
  149. - Using custom platformio.ini file
  150. - Loads of changes in modules
  151. - Added DEBUG_MSG
  152. ### Fixed
  153. - Clean gulp builder script
  154. ## [0.9.7] 2016-08-28
  155. ### Changed
  156. - Moving wifi management to library (JustWifi)
  157. - Split code into modules
  158. ## [0.9.6] 2016-08-12
  159. ### Added
  160. - Added heartbeat, version and fsversion MQTT messages
  161. ### Changed
  162. - GZip 3rd party contents
  163. ## [0.9.5] 2016-07-31
  164. - Initial stable version