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.

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