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.

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