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.

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