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.

142 lines
3.6 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 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. ## [Unreleased]
  5. ### Added
  6. - Domoticz support via MQTT (https://www.domoticz.com/wiki/MQTT)
  7. ### Changed
  8. - Using default client_id provided by AsyncMqttClient
  9. ## [1.3.1] 2016-12-31
  10. ### Fixed
  11. - data_dir fix for PlatformIO
  12. ## [1.3.0] 2016-12-30
  13. ### Changed
  14. - Arduino IDE support (changes in the folder structure and documentation)
  15. ## [1.2.0] 2016-12-27
  16. ### Added
  17. - Force password changing if it's the default one
  18. - Added Last-Modified header to static contents
  19. - Added DNS captive portal for AP mode
  20. - Added support for Sonoff 4CH
  21. - Added support for WorkChoice ecoPlug (ECOPLUG). Thanks to David Myers
  22. - Added support for Sonoff SV
  23. - Added support for Sonoff Touch
  24. - Comment out hardware selection in hardware.h if using Arduino IDE
  25. - Added support for MQTT get/set suffixes (/status, /set, ...)
  26. - Added support for LED notifications via MQTT
  27. - Added EEPROM check commands to terminal interface
  28. ### Changed
  29. - Using unreleased AsyncMqttClient with stability improvements
  30. - Better decoupling between MQTT and relays/websockets
  31. - Skipping retained MQTT messages (configurable)
  32. ### Fixed
  33. - Issue #11 Compile error when building sonoff-dual-debug
  34. - Issue #14 MQTT Connection with Username an Password not working
  35. - Issue #17 Moved static variable 'pending' to class variable
  36. ## [1.1.0] 2016-12-06
  37. ### Added
  38. - Added support for DS18B20 temperature sensor. Thanks to Francesco Boscarino
  39. - Added reset command from console
  40. - Added support for multirelay boards like Sonoff DUAL or Electrodragon ESP Relay Board
  41. ### Changed
  42. - Not using espressif8266_stage in default environment
  43. - Relay MQTT topics
  44. - API entry points
  45. ### Removed
  46. - Old non protected API
  47. ## [1.0.3] 2016-11-29
  48. ### Added
  49. - WeMo emulation through the fauxmoESP library (control your switch from Alexa!)
  50. - REST API for relay management
  51. - Better dependency definitions in platformio.ini
  52. - Option to define inverse logic to on-board LED
  53. - Built data folder included in repo
  54. ### Changed
  55. - Using non-interrupt driven mode for HLW8012
  56. - Better documentation
  57. - Small changes to web interface
  58. - Same admin password for web, OTA and WIFI AP mode
  59. ### Fixed
  60. - Prevent fauxmoESP to be compiled by default
  61. ### Removed
  62. - Removed ESPurna board to its own repo
  63. ## [1.0.1] 2016-11-13
  64. ### Added
  65. - Basic authentication and CSRF to websocket requests
  66. ## [1.0.0] 2016-11-13
  67. ### Added
  68. - Using ESPAsyncWebServer (for web & websockets) and AsyncMqttClient
  69. ## [0.9.9] 2016-11-12
  70. ### Added
  71. - Preliminary support for Sonoff POW
  72. - Replace AJAX requests with websockets
  73. - Using sprites for images
  74. - Hostname can be changed
  75. - Added initial relay state mode
  76. - Reconnect and reset buttons on web interface
  77. ### Changed
  78. - Changed long click to reset and double click to AP mode
  79. - Using officially supported platformio.ini file by default
  80. ### Fixed
  81. - Removed unnecessary memory inefficient code
  82. - Temprary fix for Adafruit DHT library (see https://github.com/adafruit/DHT-sensor-library/issues/62)
  83. ## [0.9.8] 2016-10-06
  84. ### Added
  85. - Using PureCMS for the web interface
  86. - Using gulp to build the filesystem files
  87. - Using Embedis for configuration
  88. ### Changed
  89. - Updated JustWifi library
  90. - Web interface changes
  91. - Using custom platformio.ini file
  92. - Loads of changes in modules
  93. - Added DEBUG_MSG
  94. ### Fixed
  95. - Clean gulp builder script
  96. ## [0.9.7] 2016-08-28
  97. ### Changed
  98. - Moving wifi management to library (JustWifi)
  99. ### Changed
  100. - Split code into modules
  101. ## [0.9.6] 2016-08-12
  102. ### Added
  103. - Added heartbeat, version and fsversion MQTT messages
  104. ### Changed
  105. - GZip 3rd party contents
  106. ## [0.9.5] 2016-07-31
  107. - Initial stable version