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.

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