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.

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