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.

1045 lines
52 KiB

7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 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
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
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
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
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
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.13.1] 2018-07-10
  5. ### Fixed
  6. - Build issues with Arduino IDE ([#975](https://github.com/xoseperez/espurna/issues/975))
  7. - Right web interface image for with RF Bridge
  8. - Full web interface image if light and sensor together ([#981](https://github.com/xoseperez/espurna/issues/981))
  9. - Some devices still not using DOUT flash mode
  10. - Crash on loading malformed configuration file
  11. - Mismatch between memory size and layout size for some boards (this might require reflashing)
  12. - Wrong settings report after factory reset
  13. - Memory leak in JustWifi library
  14. - New buttons not rendering right in Safari ([#1028](https://github.com/xoseperez/espurna/issues/1028))
  15. ### Added
  16. - Support for RFM69GW board (see http://tinkerman.cat/rfm69-wifi-gateway/)
  17. - Support for Sonoff IFAN02
  18. - Support for NTC sensors ([#1001](https://github.com/xoseperez/espurna/issues/1001))
  19. - Support for single-pin latched relays ([#1039](https://github.com/xoseperez/espurna/issues/1039))
  20. - Check binary flash mode in web upgrade
  21. - Sampling to AnalogSensor
  22. - Parallel builds in Travis (thanks to @lobradov)
  23. ### Changed
  24. - Reworked platformio.ini, build.sh files (thanks to @gn0st1c and @mcspr)
  25. ## [1.13.0] 2018-06-22
  26. ### Fixed
  27. - Fixed PZEM004T compilation issues, working when using hardware serial ([#837](https://github.com/xoseperez/espurna/issues/837))
  28. - Fixed per channel state on/off for lights ([#830](https://github.com/xoseperez/espurna/issues/830))
  29. - Fixed overflow in CSE7766 energy calculation ([#856](https://github.com/xoseperez/espurna/issues/856))
  30. - Fixed On MQTT disconnect in web UI ([#845](https://github.com/xoseperez/espurna/issues/845))
  31. - Check valid hostnames ([#874](https://github.com/xoseperez/espurna/issues/874), [#879](https://github.com/xoseperez/espurna/issues/879))
  32. - Fix Sonoff POW R2 configuration
  33. - Fixed InfluxDB sensor by id ([#882](https://github.com/xoseperez/espurna/issues/882))
  34. - Fix build when disabling WEB_SUPPORT ([#923](https://github.com/xoseperez/espurna/issues/923))
  35. - Fix calibration error in EmonSensor ([#876](https://github.com/xoseperez/espurna/issues/876))
  36. - Fix telnet and web debug responsiveness ([#896](https://github.com/xoseperez/espurna/issues/896))
  37. - Use double quotes in JSON for non-numeric values ([#929](https://github.com/xoseperez/espurna/issues/929))
  38. - Support connections over HTTPS via proxy ([#937](https://github.com/xoseperez/espurna/issues/937))
  39. ### Added
  40. - EEPROM sector rotation using EEPROM_Rotate library
  41. - Code filtering when building web UI images
  42. - Added pulsing a relay via MQTT and REST API ([#896](https://github.com/xoseperez/espurna/issues/896), [#902](https://github.com/xoseperez/espurna/issues/902))
  43. - Support for WPS (not available in pre-built binaries)
  44. - Support for Smart Config (not available in pre-built binaries)
  45. - Support for CCT lights (thanks to @Skaronator)
  46. - Allow RELAYx_DELAY_ON/OFF also for none GPIO relay types (thanks to @zafrirron)
  47. - Added relay status to Domoticz on MQTT connection ([#872](https://github.com/xoseperez/espurna/issues/872))
  48. - Added configurable UART-to-MQTT terminator
  49. - Added telnet link to web UI
  50. - Reload terminal command to force all modules to reload settings from config ([#816](https://github.com/xoseperez/espurna/issues/816))
  51. - Added security headers to each HTTP response (thanks to @ITNerdBox)
  52. - Customized GET terminal command (thanks to @mcspr)
  53. - More RC codes supported on TX for RF Bridge (thanks to @wildwiz)
  54. - Support for BL0937 power monitoring chip with unmodified HLW8012 library ([#737](https://github.com/xoseperez/espurna/issues/737))
  55. - Enable CORS
  56. - Support for Allnet ESP8266 UP Relay (thanks to @bajo)
  57. - Support for Tonbux Mosquito Killer (thanks to @gn0st1c)
  58. - Support for Neo Coolcam NAS-WR01W WiFi Smart Power Plug
  59. - Support for TYWE3S-based Estink WiFi Power Strip (thanks to @sandman, [#852](https://github.com/xoseperez/espurna/issues/852))
  60. - Support for Pilotak ESP DIN V1
  61. - Support for DIY Geiger counter (thanks to @Trickx)
  62. - Support for HomeCube / Blitzwolf BW-SHP2
  63. * Support for Vanzavanzu Smart Wifi Plug Mini
  64. - Support for Bruno Horta's OnOfre board
  65. ### Changed
  66. - Updated PlatformIO to use Core 3.5.3
  67. - Updated to JustWifi 2.0
  68. - CSS optimizations ([#870](https://github.com/xoseperez/espurna/issues/870), [#871](https://github.com/xoseperez/espurna/issues/871))
  69. - Several changes in OTA Manager
  70. - Better memory layout info
  71. - MQTT keep alive time increased to 300s
  72. - Using ticket-based authentication for WS
  73. - Refactor module and sensor listings ([#896](https://github.com/xoseperez/espurna/issues/896))
  74. - Using alternative math methods to save ~8Kb with lights
  75. - Simpligying mired/kelvin methods
  76. - Changed web UI checkboxes with pure CSS versions
  77. ### Deprecated
  78. - {identifier} place-holder in MQTT base topic
  79. ## [1.12.6] 2018-05-02
  80. ### Fixed
  81. - Check NTP_SUPPORT for sensors (thanks to @mcspr)
  82. - Fix AM2302 sensor
  83. - Fix hostname truncated to 20 chars when advertised to DHCP ([#774](https://github.com/xoseperez/espurna/issues/774))
  84. - Decouple Serial object from Terminal, Debug modules ([#787](https://github.com/xoseperez/espurna/issues/787))
  85. - Fix Arilux LC-01 definitions ([#797](https://github.com/xoseperez/espurna/issues/797))
  86. - Do not uppercase hostname in web interface ([#799](https://github.com/xoseperez/espurna/issues/799))
  87. - Ensure scheduler has access to all channels independently of the color mode ([#807](https://github.com/xoseperez/espurna/issues/807))
  88. ### Added
  89. - Support for IteadStudio Sonoff S31 ([#497](https://github.com/xoseperez/espurna/issues/497))
  90. - Option to ignore daylight saving in scheduler ([#783](https://github.com/xoseperez/espurna/issues/783))
  91. - Report last energy reset datetime in web interface ([#784](https://github.com/xoseperez/espurna/issues/784))
  92. - Added captive portal in AP mode
  93. - Support for IR toggle mode (thanks to @darshkpatel)
  94. - Support for IteadStudio Sonoff POW R2 (thanks to @ColinShorts)
  95. - Support for Luani HVIO (thanks to @wildwiz)
  96. - Support for Zhilde ZLD-EU55-W power strip (thanks to @wildwiz)
  97. - Support for RFB_DIRECT Sonoff Bridge EFM8BB1 bypass hack (thanks to @wildwiz)
  98. - Support for SenseAir S8 CO2 sensor (thanks to @Yonsm)
  99. - Support for PMS5003T/ST sensors (thanks to @Yonsm)
  100. ### Changed
  101. - Updated JustWifi Library
  102. - Some cleanup in the web interface
  103. - Refactored configuration files (thanks to @lobradov, @mcspr)
  104. - Changes pre-commit hook (thanks to @mcspr)
  105. ## [1.12.5] 2018-04-08
  106. ### Fixed
  107. - Fixed expected power calibration ([#676](https://github.com/xoseperez/espurna/issues/676))
  108. - Do not show empty time strings ([#691](https://github.com/xoseperez/espurna/issues/691), thanks to @PieBru)
  109. - Fix load average calculation when system check is disabled ([#707](https://github.com/xoseperez/espurna/issues/707))
  110. - Fixed unstability issues with NtpClientLib using temporary fork ([#743](https://github.com/xoseperez/espurna/issues/743))
  111. - Fixed typos in homeassistant module (thanks to @Cabalist)
  112. - Fixed default HLW8012 calibration for KMC devices (thanks to @gn0st1c)
  113. - Fix MQTT query request
  114. - Fix scheduler debug message
  115. - Fix NTP offset value
  116. ### Added
  117. - Option to change NTP timeout via compile-time setting ([#452](https://github.com/xoseperez/espurna/issues/452))
  118. - Added humidity correction to web UI ([#626](https://github.com/xoseperez/espurna/issues/626), tahnks to @ManuelW77)
  119. - Added support for USA DST calculation ([#664](https://github.com/xoseperez/espurna/issues/664))
  120. - Option to reset energy count ([#671](https://github.com/xoseperez/espurna/issues/671))
  121. - Added Sonoff SV prebuild image ([#698](https://github.com/xoseperez/espurna/issues/698), thanks to @akasma74)
  122. - Check and remove unused config keys ([#730](https://github.com/xoseperez/espurna/issues/730))
  123. - Visual Studio metadata files added to .gitignore ([#731](https://github.com/xoseperez/espurna/issues/731), thanks to @gn0st1c)
  124. - Added default MQTT and SSL settings to web UI ([#732](https://github.com/xoseperez/espurna/issues/732), thanks to @mcspr)
  125. - Added option to the web UI to set the light transition length in milliseconds ([#739](https://github.com/xoseperez/espurna/issues/739))
  126. - Improved testing with Travis (thanks to @lobradov)
  127. - Change dimmers using schedule (thanks to @wysiwyng)
  128. - Debug console in web UI (thanks to @lobradov), including command execution
  129. - Option to reset relays in MQTT disconection (thanks to @a-tom-s)
  130. - Option to disable system check from custom header (thanks to @phuonglm)
  131. - Added "board" topic to the heartbeat messages (thanks to @mcspr)
  132. - Added methods to create hierarchical MQTT JSON responses
  133. - Added RESET.SAFE command to reboot into safe mode
  134. - Added SDK and Core versions to the web UI
  135. - Added revision to web UI (only when built from build.sh)
  136. - Support for OBI Powerplug Adapter ([#622](https://github.com/xoseperez/espurna/issues/622), thanks to @Geitde)
  137. - Support for Tunbox Powerstrip02 (thanks to @gn0st1c)
  138. - Support for Lingan SWA1 (thanks to @gn0st1c)
  139. - Support for Heygo HY02 (thanks to @gn0st1c)
  140. - Support for Maxcio WUS0025 (thanks to @gn0st1c)
  141. - Support for Yidian XSSSA05 SWA1 (thanks to @gn0st1c)
  142. - Support for ArnieX Swifitch (thanks to @LubergAlexander)
  143. - Support for IKE ESPIKE board
  144. - Support for AM2320 sensors via I2C (thanks to @gn0st1c)
  145. - Support for GUVAS12SD sensor (thanks to @gn0st1c)
  146. ### Changed
  147. - Removed hostname size limit ([#576](https://github.com/xoseperez/espurna/issues/576), [#659](https://github.com/xoseperez/espurna/issues/659))
  148. - Reworked RGBW implementation (thanks to @Skaronator)
  149. - Several web UI layout changes (thanks to @lobradov & @mcspr)
  150. - Button MQTT messages will not have the retain flag (thanks to @lobradov)
  151. - Remove unnecessary code from boot log (thanks to @gn0st1c)
  152. - Updated logo and favicon, added gitter channel
  153. - Force reporting power values as 0 if relay is off
  154. - Using gulp-crass for CSS minification
  155. - Using WIFI_NONE_SLEEP by default
  156. ## [1.12.4] 2018-03-05
  157. ### Fixed
  158. - Adding a 1ms delay after UDP send to avoid loosing packets ([#438](https://github.com/xoseperez/espurna/issues/438))
  159. - Fixed void return in BMX280 sensor ([#489](https://github.com/xoseperez/espurna/issues/489))
  160. - Fix MQTT keep alive cannot be more than 255 seconds ([#515](https://github.com/xoseperez/espurna/issues/515))
  161. - Do not show scheduler tab in Web UI if build without scheduler support ([#527](https://github.com/xoseperez/espurna/issues/527))
  162. - Fix inline documentation for Sonoff 4CH Pro button modes ([#551](https://github.com/xoseperez/espurna/issues/551))
  163. - Prevent resending messages from rfin in RF Bridge ([#561](https://github.com/xoseperez/espurna/issues/561))
  164. - Fix AnalogSensor description ([#601](https://github.com/xoseperez/espurna/issues/601))
  165. - Fixed missing setting in HASS WS callback (thanks to @mcspr)
  166. - ECH1560 call sync from tick method
  167. - Fixed several issues reported by codacy
  168. ### Added
  169. - UART to MQTT module (thanks to Albert Weterings, [#529](https://github.com/xoseperez/espurna/issues/529))
  170. - Added option to show HASS configuration code in ESPurna web UI ([#616](https://github.com/xoseperez/espurna/issues/616))
  171. - OTA upgrade via terminal (using 'ota' command, with SSL support)
  172. - Added I2C scan and clear commands to terminal (only when I2C enabled)
  173. - Added new relay & wifi led mode ([#604](https://github.com/xoseperez/espurna/issues/604))
  174. - Option to enable/disable web auth from web UI
  175. - Added "Reset to factory settings" in web UI (thanks to Teo Pavel, [#569](https://github.com/xoseperez/espurna/issues/569))
  176. - Added {magnitude} placeholder to MQTT root topic
  177. - Option to report energy in kWh and power in kW ([#523](https://github.com/xoseperez/espurna/issues/523))
  178. - Check upgrade file size and signature in web UI
  179. - Automatically dump info on telnet connection if TERMINAL_SUPPORT is disabled
  180. - Two different ESPURNA_CORE images for 1MB and 4MB boards, freeing GPIOs ([#557](https://github.com/xoseperez/espurna/issues/557))
  181. - Initial support for PZEM004T sensor (still beta)
  182. - Support for STM_RELAY board (thanks to Maciej Czerniak)
  183. - Support for KMC 70011 energy monitor (thanks to Wayne Manion, [#598](https://github.com/xoseperez/espurna/issues/598))
  184. - Support for Wifi Stecker Shuko device (thanks to @Geitde, [#622](https://github.com/xoseperez/espurna/issues/622))
  185. - Support for GizWits Witty Cloud device (thanks to Theonedemon)
  186. ### Changed
  187. - BMX280 changes to allow for hot-plug ([#353](https://github.com/xoseperez/espurna/issues/353))
  188. - Increase the initial check interval for NTP ([#452](https://github.com/xoseperez/espurna/issues/452))
  189. - Force turning relays off before turning others on when synced ([#491](https://github.com/xoseperez/espurna/issues/491))
  190. - Publish slampher as light to Home Assistant ([#494](https://github.com/xoseperez/espurna/issues/494))
  191. - Force API to return the target status of the relay ([#548](https://github.com/xoseperez/espurna/issues/548))
  192. - Increasing max number of messages in JSON payload to 20 ([#588](https://github.com/xoseperez/espurna/issues/588))
  193. - Change copy from 'Use colorpicker' to 'Use color'. Better hint. ([#590](https://github.com/xoseperez/espurna/issues/590))
  194. - Completely reworked the RF module to use the same web UI as the RFBridge module to learn new codes ([#594](https://github.com/xoseperez/espurna/issues/594))
  195. - Several spelling and grammar changes by Lee Marlow
  196. - Always enabled telnet access in ESPURNA_CORE image
  197. - Updated ESPSoftwareSerial, ESPAsyncTCP and ESPAsyncWebServer libraries
  198. ### Removed
  199. - Remove dependency from gulp-util ([#493](https://github.com/xoseperez/espurna/issues/493))
  200. - Removed specific support for Magic Home LED Controller 2.3 ([#512](https://github.com/xoseperez/espurna/issues/512))
  201. - Disabled floating point support when building against Arduino Core 2.4.0 with PIO
  202. - Removed WiFi distance calculation
  203. ## [1.12.3] 2018-01-29
  204. ### Fixed
  205. - Fix telnet crash due to local reference ([#487](https://github.com/xoseperez/espurna/issues/487))
  206. ## [1.12.2] 2018-01-29
  207. ### Added
  208. - Repository migrated over to GitHub
  209. - Travis CI build test and deploy
  210. - Pre-commit hook to change README.md file depending on the branch
  211. - {hostname} and {mac} placeholders for MQTT root topic
  212. - Added support for timezones with minutes ([#265](https://github.com/xoseperez/espurna/issues/265))
  213. - SSDP support ([#282](https://github.com/xoseperez/espurna/issues/282), [#423](https://github.com/xoseperez/espurna/issues/423), disabled by default since current implementation is not compatible with Alexa [#479](https://github.com/xoseperez/espurna/issues/479))
  214. - HA auto-discover for multi-relay boards and sensors ([#392](https://github.com/xoseperez/espurna/issues/392), [#465](https://github.com/xoseperez/espurna/issues/465))
  215. - Reset the pulse timeout every time an MQTT message is sent with the non-normal payload value ([#454](https://github.com/xoseperez/espurna/issues/454))
  216. - Option to disable schedules without deleting them ([#453](https://github.com/xoseperez/espurna/issues/453))
  217. - Added LED_MODE_STATUS ([#458](https://github.com/xoseperez/espurna/issues/458))
  218. - Support to set on/off state per channel using switches ([#457](https://github.com/xoseperez/espurna/issues/457))
  219. - Added support for MagicHome LED Controller 2.3
  220. - Alexa message queue (thanks to Qubeck)
  221. - Secondary Serial RX port for H801 and H802 boards ([#386](https://github.com/xoseperez/espurna/issues/386), thanks to Pablo Pousada Rial)
  222. - Added compatibility with https://github.com/rhx/RF-Bridge-EFM8BB1 to RF Bridge (Thanks to Rene Hexel)
  223. - Added message queue to RF Bridge
  224. - Added MAC to mDNS text fields
  225. - Added wifi.ap command to go into AP mode
  226. - Added message id on MQTT JSON payloads
  227. - Added hooks for 3rd party code (custom modules)
  228. - Local broker to broadcast messages internally
  229. - Added timestamp to debug output
  230. - Common I2C interface to abstract backend library (Wire or Brzo I2C)
  231. - Added espurnaLoopRegister
  232. ### Fixed
  233. - Fixed support for 4CH Pro different modes ([#333](https://github.com/xoseperez/espurna/issues/333))
  234. - Fixed several sensor modules to enable hot-unplug-plug ([#398](https://github.com/xoseperez/espurna/issues/398))
  235. - Fixed crash when calling idbSend from an MQTT callback ([#410](https://github.com/xoseperez/espurna/issues/410))
  236. - Checking trailing slash in mqttTopic ([#422](https://github.com/xoseperez/espurna/issues/422))
  237. - Fixed pulse and pulse_ms order in relay_t structure ([#424](https://github.com/xoseperez/espurna/issues/424))
  238. - Use same buffer size across all terminal-realted classes/methods. Set to 128 chars ([#477](https://github.com/xoseperez/espurna/issues/477), [#478](https://github.com/xoseperez/espurna/issues/478))
  239. - Fix WiFi scan status in web UI
  240. - Several code quality fixes (thanks to @lobradov)
  241. - Fixed error message on first command over telnet
  242. ### Changed
  243. - BMX280 sensor module now doesn't depend on third party libraries
  244. - Changed time management in ntp, mqtt and scheduler modules
  245. ## Deprecated
  246. - {identifier} placeholder for MQTT root topic
  247. ## [1.12.1] 2018-01-14
  248. ### Added
  249. - Option to perform a WiFi network scan from web UI
  250. - Added hostname to web UI side menu ([#404](https://github.com/xoseperez/espurna/issues/404))
  251. - Option to flash multiple devices with ESPurna OTA Manager
  252. ### Fixed
  253. - Fix web UI layout so signature does not overlay buttons ([#396](https://github.com/xoseperez/espurna/issues/396))
  254. - Option to disable network scan and allow connecting to hidden SSID ([#392](https://github.com/xoseperez/espurna/issues/392), [#399](https://github.com/xoseperez/espurna/issues/399))
  255. - Fix crash caused by a delay in UDP debugging code ([#397](https://github.com/xoseperez/espurna/issues/397))
  256. - Fix memory leak in influxDB module ([#410](https://github.com/xoseperez/espurna/issues/410))
  257. - Fix typos in web UI ([#394](https://github.com/xoseperez/espurna/issues/394), [#421](https://github.com/xoseperez/espurna/issues/421))
  258. ### Changed
  259. - Updated to fauxmoESP 2.4.2
  260. - Changed default I2C GPIO for Wemos D1 ([#420](https://github.com/xoseperez/espurna/issues/420))
  261. - Some terminal commands have changed. See docs or type "help".
  262. ## [1.12.0] 2018-01-11
  263. ### Added
  264. - Scheduler (contributed by Stefano Cotterli, thank you!, [#131](https://github.com/xoseperez/espurna/issues/131))
  265. - Added "wifi.scan" command to terminal
  266. - Added ESPurna Switch board support
  267. - Added support for python3 in memanalyzer and ota scripts (thanks to @Cabalist)
  268. - Added BSSID, RSSI, channels and distance to web UI status tab
  269. - Added mDNS name resolving to MQTT, InfluxDB and NoFUSS modules ([#129](https://github.com/xoseperez/espurna/issues/129), disabled by default)
  270. ### Fixed
  271. - Update FauxmoESP library to 2.4.1, solves dependency issue ([#388](https://github.com/xoseperez/espurna/issues/388))
  272. - Fixed hardware definition in Sonoff Basic and Dual R2 causing wrong relay state on boot ([#365](https://github.com/xoseperez/espurna/issues/365))
  273. ### Changed
  274. - Removed auto-recursion check in Domoticz module ([#379](https://github.com/xoseperez/espurna/issues/379))
  275. - Rename terminal commands: reset.wifi to wifi.reset, reset.mqtt to mqtt.reset.
  276. - Update JustWifi library to 1.1.6 (support for multiple SSIDs with the same name)
  277. - Changed the way Home Assistant module handles disabling auto-discovery ([#383](https://github.com/xoseperez/espurna/issues/383))
  278. ## [1.11.4] 2018-01-09
  279. ### Fixed
  280. - Fix bug in RF Bridge when RF code contains the stop byte. Check overflow ([#357](https://github.com/xoseperez/espurna/issues/357))
  281. - Fixed typos in code and wiki (Thanks to @Cabalist)
  282. - Fix bug in magnitude topic and units ([#355](https://github.com/xoseperez/espurna/issues/355))
  283. ### Added
  284. - Small core build to allow two-step flashing method for big binaries
  285. - Thingspeak support ([#371](https://github.com/xoseperez/espurna/issues/371), disabled by default)
  286. - Color synchronization between lights using MQTT ([#362](https://github.com/xoseperez/espurna/issues/362))
  287. - Support for Arilux AL-LC02 ([#347](https://github.com/xoseperez/espurna/issues/347))
  288. - Support for Tarpuna Shield for Wemos D1
  289. - Build option to disable password checking ([#373](https://github.com/xoseperez/espurna/issues/373))
  290. - Option to report sensor address via MQTT ([#377](https://github.com/xoseperez/espurna/issues/377), I2C address, GPIO, Dallas address,...)
  291. - Added binary size to memanalyzer script
  292. - Option to specify custom client ID for MQTT connection ([#368](https://github.com/xoseperez/espurna/issues/368))
  293. - Cross-platform ESPurna OTA Manager implemented in python (untested)
  294. - Terminal command to get or set digital GPIO
  295. ### Changed
  296. - Using 2.3.0 for prebuilt binaries
  297. - Fix delay in DHT sensor
  298. - Allow MQTT keep alive value of up to 3600s
  299. - Changed Sonoff 4CH Pro definitions to support built-in interlock mode ([#333](https://github.com/xoseperez/espurna/issues/333))
  300. ## [1.11.3] 2018-01-02
  301. ### Fixed
  302. - Fix uninitialized PWM channels bug ([#356](https://github.com/xoseperez/espurna/issues/356))
  303. ### Added
  304. - Added memory analyzer
  305. ## [1.11.2] 2017-12-30
  306. ### Fixed
  307. - Fix my92xx and pwm references for Arduino IDE ([#346](https://github.com/xoseperez/espurna/issues/346))
  308. - Fix SHT3X I2C sensor magnitude count ([#337](https://github.com/xoseperez/espurna/issues/337))
  309. - Fix timing for DHT11 sensors ([#294](https://github.com/xoseperez/espurna/issues/294))
  310. - Fix overflow in relayParsePayload with long MQTT messages ([#344](https://github.com/xoseperez/espurna/issues/344))
  311. - Fix loading of Dallas and DHT sensors for Sonoff TH images ([#352](https://github.com/xoseperez/espurna/issues/352))
  312. - Subscribe to Domoticz MQTT topics only if Domotic< is enabled
  313. ### Added
  314. - Added option to change MQTT retain flag, QoS and keepalive time from webUI ([#321](https://github.com/xoseperez/espurna/issues/321))
  315. - Added LED modes "always off" and "always on" ([#348](https://github.com/xoseperez/espurna/issues/348))
  316. - Defined new ESPurna switch (no HLW8012 support & touch button ready)
  317. ### Changed
  318. - Stop requiring definition of boards in migrate module
  319. ## [1.11.1] 2017-12-29
  320. ### Fixed
  321. - Fixed relay status on reboot
  322. ### Added
  323. - Added support for Arilux AL-LC01 and AL-LC11
  324. - Added support for BH1750 luminosity sensor
  325. - Added automatic memory size identification in ota_flash script
  326. ## [1.11.0] 2017-12-28
  327. ### Fixed
  328. - Fixed Arduino IDE compilation issues ([#330](https://github.com/xoseperez/espurna/issues/330))
  329. - Fixed issues with IE
  330. - Fixed websocket auth issue with Safari (temporary)
  331. - Fixed MQTT group sync when different switches share same group
  332. - Fixed casting issue in buttonStore ([#327](https://github.com/xoseperez/espurna/issues/327))
  333. - Fixed crash in InfluxDB initial heartbeat ([#318](https://github.com/xoseperez/espurna/issues/318))
  334. - Fixed LED logic for ESPurna H08 board
  335. ### Added
  336. - New sensors module (major change)
  337. + Existing sensor have been migrated: EMON*, ECH1560, V9261F, HLW8012, DHT, DALLAS, ANALOG, DIGITAL and EVENTS
  338. + New sensor have bee added: BMP280/BME280, EMON over ADS1115, MHZ19, PMSX003 (thanks to Òscar Rovira), SHT3X over I2C and SI7021
  339. - Option to change boot and pulse modes per relay from the web UI
  340. - Option to select sensor read interval and report interval from web UI
  341. - Itead RF Bridge
  342. + Match MQTT RFOUT codes to relays
  343. + Force RFBridge to send messages even if switch is already in requested state ([#324](https://github.com/xoseperez/espurna/issues/324))
  344. + Implemented RFbridge message queue asynchronously
  345. - Added option to load config via HTTP POST & reset ([#335](https://github.com/xoseperez/espurna/issues/335))
  346. - Added option to define behaviour of the first LED between WIFI, MQTT, FIND-ME ([#317](https://github.com/xoseperez/espurna/issues/317))
  347. - Added HTML linter to gulp builder
  348. - Added Help command on terminal ([#338](https://github.com/xoseperez/espurna/issues/338))
  349. - Added preliminary support for SSDP (untested, disabled by default) ([#282](https://github.com/xoseperez/espurna/issues/282))
  350. - Reporting NTP datetime on MQTT heartbeat (thanks to Eldon R. Brown)
  351. - Added version tracking and migration code
  352. - I2C and GPIO locking features
  353. - Changed default button action for touch button devices (TOUCH and T1) ([#327](https://github.com/xoseperez/espurna/issues/327))
  354. - Generic 8 channel board ([#336](https://github.com/xoseperez/espurna/issues/336))
  355. ### Changed
  356. - Added more sensor data filters (Max, MobileAverage)
  357. - Changed max pulse time to 1h ([#316](https://github.com/xoseperez/espurna/issues/316))
  358. - Renamed "reset" to "reboot" for clarity ([#315](https://github.com/xoseperez/espurna/issues/315))
  359. - UI refactor
  360. - Change apiRegister signature
  361. ## [1.10.1] 2017-12-05
  362. ### Fixed
  363. - Fix Sonoff RFBridge learn message from web UI ([#287](https://github.com/xoseperez/espurna/issues/287))
  364. - Fix unstability in "one and just one" sync mode ([#290](https://github.com/xoseperez/espurna/issues/290))
  365. - Fix unnecessary inclusion of my92xx library ([#293](https://github.com/xoseperez/espurna/issues/293))
  366. - Limit the MQTT queue to 10 messages when "Use JSON payload" enabled ([#296](https://github.com/xoseperez/espurna/issues/296))
  367. - Fix Sonoff RFBridge OFF button toggling switch ([#303](https://github.com/xoseperez/espurna/issues/303))
  368. - Allow defining only ON or OFF codes in Sonoff RFBridge ([#304](https://github.com/xoseperez/espurna/issues/304))
  369. - Disabled terminal support for Sonoff Dual ([#310](https://github.com/xoseperez/espurna/issues/310))
  370. ### Added
  371. - Support for SI7021-based sensor by Itead Studio compatible with Sonoff TH ([#216](https://github.com/xoseperez/espurna/issues/216))
  372. - Support for Sonoff Dual R2 ([#286](https://github.com/xoseperez/espurna/issues/286))
  373. - MQTT group topics (sync two or more switches from different devices, [#300](https://github.com/xoseperez/espurna/issues/300))
  374. - Color transitions (enabled by default, can be disabled from web UI)
  375. - Option to disable MQTT support at build time
  376. ### Changed
  377. - Decreased PWM frequency for dimmer lights
  378. - Changed password policy ([#297](https://github.com/xoseperez/espurna/issues/297))
  379. ## [1.10.0] 2017-11-26
  380. ### Fixed
  381. - Temperatures with 1 decimal resolution
  382. - Issues with Sonoff B1 due to bad driver management (using my92xx library now)
  383. - Avoid recursive messages on Domoticz ([#272](https://github.com/xoseperez/espurna/issues/272))
  384. - Fixed Sonoff T1 configuration
  385. - Simplify and fix web auth ([#284](https://github.com/xoseperez/espurna/issues/284))
  386. - Fix Embedis custom parser
  387. ### Added
  388. - Added option to define a temperature correction factor (thanks to Pawel Raszewski)
  389. - Option to disable system check on build time
  390. - Power saving features (loopDelay and wifi sleep)
  391. - Added Sonoff TH build environment
  392. - Send Home Assistant auto discover messages on connect ([#279](https://github.com/xoseperez/espurna/issues/279))
  393. - Implemented Home Assistant availability topic ([#280](https://github.com/xoseperez/espurna/issues/280))
  394. - Update time, uptime and heap on webUI every heartbeat
  395. - Support for LLMNR and NetBIOS ([#282](https://github.com/xoseperez/espurna/issues/282))
  396. - Added I2C clean bus code
  397. - Added realm to auth challenge
  398. ### Changed
  399. - Changed default hostname to "ESPURNA_XXXXXX"
  400. - Binaries built against stable core (~40Kb less, [#274](https://github.com/xoseperez/espurna/issues/274))
  401. - Enabled TERMINAL_SUPPORT for Sonoff Dual (only available via TELNET)
  402. - Dinamically resize debug strings (now messages are not cropped)
  403. - MQTT: unsubscribe to '#' before subscribing
  404. - Updated ESPAsyncWebServer and ESPAsyncTCP libraries
  405. - Removed InfluxDB support by default
  406. - Using stock slider in webUI to reduce size
  407. - Unify DHT and DS18B20 code, show NOT CONNECTED on webUI
  408. ## [1.9.9] 2017-11-09
  409. ### Fixed
  410. - Fixed bug in MY9291-based light bulbs at full brightness
  411. ### Added
  412. - RFBridge: toggle when RF codes for ON and OFF are the same ([#270](https://github.com/xoseperez/espurna/issues/270))
  413. - Support for HSV color schema (MQTT, API and webUI via a selector)
  414. ### Changed
  415. - "COLOR" entry point deprecated, use "RGB" instead (MQTT and API, ex. topic "light/rgb/set" instead of "light/color/set")
  416. ## [1.9.8] 2017-11-08
  417. ### Fixed
  418. - Removed dimmer lights flicker when saving to EEPROM ([#191](https://github.com/xoseperez/espurna/issues/191))
  419. - Fixed low brightness in dimmer lights ([#157](https://github.com/xoseperez/espurna/issues/157))
  420. - Fixed blank fields in energy ([#258](https://github.com/xoseperez/espurna/issues/258), [#259](https://github.com/xoseperez/espurna/issues/259))
  421. - Fixed support for Arilux AL-LC06
  422. - Updated fauxmoESP library with support for GetBinaryState actions
  423. ### Added
  424. - Support for IR remotes
  425. - Option to select power read and report interval from webUI
  426. - Option to report real-time values in API, configurable via webUI
  427. - Support for ESPurna-H Board v0.8
  428. - Support for Arilux E27 light bulb (untested)
  429. - Support for YJZK 2-gang switch
  430. ### Changed
  431. - PWM using ESP8266_new_pwm by Stephan Bruens (https://github.com/StefanBruens/ESP8266_new_pwm)
  432. - Using own DHT implementation (removed dependency on Adafruit libraries)
  433. - Disabled serial debug for Sonoff RFBridge
  434. ## [1.9.7] 2017-10-25
  435. ### Fixed
  436. - Fix Alexa interface switching on all lights ([#256](https://github.com/xoseperez/espurna/issues/256))
  437. ## [1.9.6] 2017-10-23
  438. ### Fixed
  439. - Fix power report in Domoticz ([#236](https://github.com/xoseperez/espurna/issues/236))
  440. - Fix Sonoff POW in AP mode ([#241](https://github.com/xoseperez/espurna/issues/241))
  441. - Fix Home Automation auto-discovery (support for single relay switches and RGB lights, [#235](https://github.com/xoseperez/espurna/issues/235))
  442. - Check WS authentication only on start event
  443. ### Added
  444. - Support for 2.4.0 RC2 Arduino Core that fixes KRACK vulnerablity (pre-built images are compiled against this, [#242](https://github.com/xoseperez/espurna/issues/242))
  445. - Support for ManCaveMade ESPLive board (thanks to Michael A. Cox)
  446. - Support for InterMIT Tech QuinLED 2.6 (thanks to Colin Shorts)
  447. - Support for Magic Home LED Controller 2.0 (thanks to users @gimi87 and @soif, [#231](https://github.com/xoseperez/espurna/issues/231))
  448. - Support for Arilux AL-LC06 (thanks to Martijn Kruissen)
  449. - Support for Xenon SM-PW702U Wifi boards (thanks to Joshua Harden, [#212](https://github.com/xoseperez/espurna/issues/212))
  450. - Support for Authometion LYT8266 (testing, thanks to Joe Blellik, [#213](https://github.com/xoseperez/espurna/issues/213))
  451. - Support for an external button for D1 Mini boards (thanks to user @PieBru, [#239](https://github.com/xoseperez/espurna/issues/239))
  452. - Option to query relay status via MQTT or WS (thanks to Wesley Tuzza)
  453. - Automatically install dependencies for web interface builder (thanks to Hermann Kraus)
  454. - Support for HSV and IR for Magic Home LED Controller (optional, disabled by default, thanks to Wesley Tuzza)
  455. - Added option to report DS18B20 temperatures based on changes (thanks to Michael A. Cox)
  456. - Safer buffer handling for websocket data (thanks to Hermann Kraus & Björn Bergman)
  457. - Updates HL8012 library with energy counting support (thanks to Hermann Kraus)
  458. - Added option to disable light color persistence to avoid flickering ([#191](https://github.com/xoseperez/espurna/issues/191))
  459. - Option to enable TELNET in STA mode from web UI ([#203](https://github.com/xoseperez/espurna/issues/203))
  460. ### Changed
  461. - Changed default MQTT base topic to "{identifier}" (no leading slashes, [#208](https://github.com/xoseperez/espurna/issues/208))
  462. - Prevent reconnecting when in AP mode if a web session or a telnet session is active ([#244](https://github.com/xoseperez/espurna/issues/244))
  463. - Web UI checks for pending changes before reset/reconnect options ([#226](https://github.com/xoseperez/espurna/issues/226))
  464. - Increase WIFI connect timeout and reconnect interval
  465. ## [1.9.5] 2017-09-28
  466. ### Fixed
  467. - Revert to JustWifi 1.1.4 ([#228](https://github.com/xoseperez/espurna/issues/228))
  468. ## [1.9.4] 2017-09-22
  469. ### Added
  470. - Added ESPurna specific mDNS text registers (app_name, app_version, device_name)
  471. - Crash dump info is stored in EEPROM and retrieved via terminal ("crash" command)
  472. - Support for Huacanxing H802
  473. - Support for powermeters based on V9261F IC
  474. - Support for powermeters based on ECH1560 IC (beta, untested)
  475. ### Changed
  476. - Changed behaviour on MQTT connection failure ([#215](https://github.com/xoseperez/espurna/issues/215))
  477. - Removed boot delay
  478. - Refactor power modules
  479. - Updated JustWifi library
  480. ### Fixed
  481. - Set all esp8285 devices to use esp01_1m ([#210](https://github.com/xoseperez/espurna/issues/210), [#225](https://github.com/xoseperez/espurna/issues/225))
  482. - Removed wifi gain option since it prevents some devices to connect ([#204](https://github.com/xoseperez/espurna/issues/204))
  483. ## [1.9.3] 2017-09-04
  484. ### Added
  485. - New "erase.config" option in terminal to delete SDK settings
  486. - Added error code to error message when updating from web UI
  487. - Fixed Web UI to be behind a proxy (http://tinkerman.cat/secure-remote-access-to-your-iot-devices/)
  488. - Support "ON", "OFF" and "TOGGLE" (also lowercase) as payload in relay MQTT, API and WS (http://tinkerman.cat/using-google-assistant-control-your-esp8266-devices/)
  489. ### Changed
  490. - Updated fauxmoESP library to 2.2.0
  491. ### Fixed
  492. - Fix HLW8012 calibration ([#194](https://github.com/xoseperez/espurna/issues/194))
  493. - Fix telnet dropping connection
  494. - Fix WiFiSecureClient connection with PubSubClient ([#64](https://github.com/xoseperez/espurna/issues/64))
  495. ## [1.9.2] 2017-08-31
  496. ### Added
  497. - System stability check (turns off everything except WIFI AP, OTA and telnet if there is a boot crash loop) ([#196](https://github.com/xoseperez/espurna/issues/196))
  498. - Telnet support (enabled by default only on AP interface)
  499. - Option to set WiFi gain from web UI
  500. - Option to disable MQTT from web UI
  501. - MQTT autodiscover, with the option to autoconnect if no broker defined
  502. - Home Assistant MQTT autodiscover feature
  503. - List enabled modules in INIT debug info
  504. - Counter module (counts and reports transitions in a digital pin)
  505. ### Changed
  506. - Updated NoFUSS support
  507. - Web UI documentation changes
  508. - Changes in terminal commands ("reconnect" is now "reset.wifi", also new commands added)
  509. ### Fixed
  510. - Crash in settings saving ([#190](https://github.com/xoseperez/espurna/issues/190)) and fixed UDP debug conditional build clauses
  511. ## [1.9.1] 2017-08-27
  512. ### Added
  513. - Support to build without NTP support
  514. - Added current time, uptime, free heap, firmware size and free space to web interface
  515. ### Changed
  516. - Changed settings keys for Itead Sonoff RF Bridge
  517. - Disable Domoticz by default
  518. ### Fixed
  519. - Fixed build flags for DHT and DS18B20 in platformio.ini file
  520. - Fixed Itead Sonoff B1 by updating the my9291 library
  521. - Fixed light status on boot ([#157](https://github.com/xoseperez/espurna/issues/157))
  522. - Fixed CSS bug cause by a bad merge
  523. ## [1.9.0] 2017-08-25
  524. ### Added
  525. - Support for IteadStudio BN-SZ01 Ceiling Light ([#132](https://github.com/xoseperez/espurna/issues/132))
  526. - Support for IteadStudio Sonoff RF Bridge ([#173](https://github.com/xoseperez/espurna/issues/173))
  527. - Support for IteadStudio Sonoff 4CH Pro ([#174](https://github.com/xoseperez/espurna/issues/174))
  528. - Support for IteadStudio Sonoff B1
  529. - Support for IteadStudio Sonoff LED
  530. - Support for IteadStudio Sonoff T1 wall switches (1, 2 and 4 channels)
  531. - Support for WiOn 50055 WiFi Wall Outlet & Tap
  532. - Support for EXS WiFi Relay v3.1 (and other future latching relay boards) ([#152](https://github.com/xoseperez/espurna/issues/152))
  533. - TLS/SSL support for MQTT (caution: eats a lot of memory, do not use with web interface) ([#64](https://github.com/xoseperez/espurna/issues/64))
  534. - Add support for delayed ON/OFF switches ([#123](https://github.com/xoseperez/espurna/issues/123), [#161](https://github.com/xoseperez/espurna/issues/161), [#188](https://github.com/xoseperez/espurna/issues/188))
  535. - Added ON and OFF actions for button events (previously only TOGGLE available) ([#182](https://github.com/xoseperez/espurna/issues/182))
  536. - Sliders in web interface to control dimmer channels independently (also for brightness)
  537. - Debug info about MQTT disconnect reason
  538. ### Changed
  539. - MQTT setters ending with "/set" by default
  540. - Using DOUT flash mode on all devices ([#167](https://github.com/xoseperez/espurna/issues/167))
  541. - Longer timeout for WiFi connection (better chances for Sonoff Basic to connect)
  542. - Changed MQTT topics for light devices (COLOR, BRIGHTNESS, MIRED, KELVIN, CHANNEL) ([#144](https://github.com/xoseperez/espurna/issues/144))
  543. - Changed the way light devices are defined (see LIGHT_PROVIDER_DIMMER)
  544. - Allow to disable color picker in web interface
  545. - API returns processed values for HLW8012 sensor (not raw values anymore) ([#176](https://github.com/xoseperez/espurna/issues/176))
  546. - Major refactoring of settings
  547. ### Fixed
  548. - Discard MQTT messages with empty payload ([#185](https://github.com/xoseperez/espurna/issues/185))
  549. - Wifi connection issue (https://github.com/esp8266/Arduino/issues/2186)
  550. - Alexa connection issue
  551. ## [1.8.3] 2017-07-23
  552. ### Added
  553. - Issue [#85](https://github.com/xoseperez/espurna/issues/85) and [#90](https://github.com/xoseperez/espurna/issues/90). Option to report MQTT messages with JSON payloads
  554. - Issue [#170](https://github.com/xoseperez/espurna/issues/170). Updated DebouceEvent library to allow disabling double click and get faster click responses
  555. - Using memory layout with no SPIFFS for 1Mb devices
  556. ### Changed
  557. - Rename settings s/POW/HLW8012/
  558. - Return times in ISO8601 format
  559. ### Fixed
  560. - Issue [#168](https://github.com/xoseperez/espurna/issues/168). Added H801 to arduino.h file
  561. - Issue [#171](https://github.com/xoseperez/espurna/issues/171). Fix corrupted will message
  562. ## [1.8.2] 2017-07-16
  563. ### Added
  564. - InfluxDB support via HTTP API
  565. - Added custom reset reason to debug log
  566. - Enable WIFI debug on hardware reset (button long click)
  567. ### Changed
  568. - Issue [#159](https://github.com/xoseperez/espurna/issues/159). Allow decimals in relay pulse interval
  569. - Updated HLW8012 library
  570. ### Fixed
  571. - Issue [#148](https://github.com/xoseperez/espurna/issues/148). Fix bug in conditional compilation check
  572. - Issue [#149](https://github.com/xoseperez/espurna/issues/149). Using different pulse counters for each relay (thanks to Lauris Ieviņš)
  573. - Issue [#141](https://github.com/xoseperez/espurna/issues/141). Limit relay pulse interval to 60s
  574. - Fixed units for apparent & reactive power (thanks to Lauris Ieviņš)
  575. - Fixed mDNS setup when using custom HTTP port for web interface
  576. ## [1.8.1] 2017-05-22
  577. ### Fixed
  578. - Issue [#140](https://github.com/xoseperez/espurna/issues/140). Fix no relay control bug in Sonoff Dual
  579. ## [1.8.0] 2017-05-21
  580. ### Added
  581. - Added gamma correction to RGB strips. Thanks to Chris Ward.
  582. - Added support for Huacanxing H801 WiFi LED Controller. Thanks to Minh Phuong Ly.
  583. - Issue [#138](https://github.com/xoseperez/espurna/issues/138). Added NTP configuration from web interface
  584. - Issue [#128](https://github.com/xoseperez/espurna/issues/128). Report color when booting and in heartbeat stream.
  585. - Issue [#126](https://github.com/xoseperez/espurna/issues/126). Show NTP status in web interface.
  586. - Added filter limits on POW readings.
  587. - Added color temperature to RGB calculation. Thanks to Sacha Telgenhof.
  588. - Issue [#120](https://github.com/xoseperez/espurna/issues/120). Added relay flood protection. Thanks to Izik Dubnov.
  589. - Support for "#RRGGBB", "RRR,GGG,BBB" and "WWW" color formats.
  590. - Issue [#117](https://github.com/xoseperez/espurna/issues/117). Added build date & time to web interface.
  591. ### Fixed
  592. - Fix MQTT_RELAY board conifugration. Thanks to Denis French.
  593. - Issue [#125](https://github.com/xoseperez/espurna/issues/125). Fix bug in relay status reading from EEPROM
  594. - Issue [#127](https://github.com/xoseperez/espurna/issues/127). Fix button action in DUAL.
  595. - Fix bug in Sonoff POW current reading. Thanks to Emmanuel Tatto.
  596. - Minimizing my9291 flickering when booting.
  597. - Fix conditional flags in hardware.ino to support Arduino IDE.
  598. ## [1.7.1] 2017-03-28
  599. ### Fixed
  600. - Issue [#113](https://github.com/xoseperez/espurna/issues/113). Fix restoring color from EEPROM upon reboot
  601. - Issue [#113](https://github.com/xoseperez/espurna/issues/113). Fix bug in API handlers
  602. ## [1.7.0] 2017-03-27
  603. ### Added
  604. - Web interface embedded in firmware image by default
  605. - Upload firmware image from web interface
  606. - Added API entry point to change light color
  607. - Added generic analog sensor. Thanks to Francesco Boscarino
  608. - Report RSSI value in debug console and MQTT status messages
  609. - Added support for Magic Home LED Controller
  610. - Added support for ESPurna-H Board (based on HLW8012)
  611. - Added forward compatible code for v2.0
  612. ### Changed
  613. - Added ellipsis (...) in debug messages longer than 80 characters
  614. - Changed topic constants in code
  615. - Prevent the SDK from saving WiFi configuration to flash
  616. ### Fixed
  617. - Issue [#113](https://github.com/xoseperez/espurna/issues/113). Fix light bulb state to OFF in library prevented the bulb from turning on
  618. - Issue [#58](https://github.com/xoseperez/espurna/issues/58). Added code to handle spurious readings
  619. - Fix bug in HLW8012 calibration current parameter casting to int instead of float
  620. - Issue [#115](https://github.com/xoseperez/espurna/issues/115). Removed local declaration of _mqttForward variable. Thanks to Paweł Fiedor
  621. - Fix MQTT will topic. Thanks to Asbjorn Tronhus
  622. ## [1.6.9] 2017-03-12
  623. ### Added
  624. - Two stage read for DS18B20 devices. Thanks to Izik Dubnov.
  625. - Option to report the relay status via MQTT periodically
  626. - Terminal commands to change relay status an light color
  627. - Added debug via UDP (disabled by default)
  628. - Moved debug strings to PROGMEM. ~1.5KByes memory freed
  629. - Avoid broadcasting websocket messages if no clients connected
  630. ### Fixed
  631. - Fixing use after free bug that leads to corrupted auth credentials. Thanks to David Guillen
  632. ## [1.6.8] 2017-03-01
  633. ### Added
  634. - Issue [#85](https://github.com/xoseperez/espurna/issues/85). Heartbeat reports now free heap, uptime and VCC every 5 minutes
  635. ### Changed
  636. - Wait two minutes instead of one in AP mode before trying to reconnect to the router
  637. - Issue [#92](https://github.com/xoseperez/espurna/issues/92). Debug log enabled by default in Arduino IDE
  638. - Issue [#91](https://github.com/xoseperez/espurna/issues/91). Using AsyncMqttClient as default MQTT client again
  639. ### Fixed
  640. - Report data from all sensors via websocket even if no MQTT connection
  641. - Issue [#92](https://github.com/xoseperez/espurna/issues/92). Fix unknown reference in Arduino IDE
  642. - Split data.h contents into 1k lines, otherwise Arduino IDE chokes on them
  643. - Discard empty MQTT topic while subscribing
  644. ## [1.6.7] 2017-02-25
  645. ### Added
  646. - Support for OpenLight / AI-Light by AI-Thinker based on MY9291 LED driver
  647. - Issue [#87](https://github.com/xoseperez/espurna/issues/87). Factory reset when physical button pressed for >10 seconds
  648. ## [1.6.6] 2017-02-23
  649. ### Fixed
  650. - Issue [#82](https://github.com/xoseperez/espurna/issues/82). Fix critical bug on Sonoff Dual
  651. ## [1.6.5] 2017-02-22
  652. ### Added
  653. - Option to backup and restore settings from the web interface
  654. - Footer in the web interface
  655. ### Changed
  656. - Using PubSubClient as MQTT client by default (please read the documentation)
  657. - Double & long clicks do nothing except for the first defined button
  658. ### Fixed
  659. - Issue [#79](https://github.com/xoseperez/espurna/issues/79). Fix bug in WiFi led notification & MQTT connectivity (using PubSubClient)
  660. - Issue [#73](https://github.com/xoseperez/espurna/issues/73). Fix bug when building without Domoticz support
  661. - Fix Gulp tasks dependencies
  662. ## [1.6.4] 2017-02-20
  663. ### Added
  664. - Option to embed the web interface in the firmware, disabled by default
  665. - Change relay status with a GET request (browser friendly)
  666. - Support for PROGMEM debug messages (only wifi module has been changed)
  667. - Option to disable mDNS, enabled by default
  668. - Show current web server port in debug log
  669. - Issue [#75](https://github.com/xoseperez/espurna/issues/75). Link relays to LEDs
  670. - Issue [#76](https://github.com/xoseperez/espurna/issues/76). Using http://espurna.local when in AP mode
  671. ### Changed
  672. - Images and favicon is now embedded in the HTML
  673. - Authentication challenge only in /auth request. All static contents are un-authenticated
  674. - HTTP response code when out of websocket slots changed from 423 to 429
  675. ### Fixed
  676. - Memory leak in MQTT connection method
  677. - Wait 60 seconds before retrying to connect when in AP mode
  678. - Issue [#24](https://github.com/xoseperez/espurna/issues/24) & [#74](https://github.com/xoseperez/espurna/issues/74). Update ESPAsyncTCP and ESPAsyncWebServer to latest GIT version that supports MSS defragmenting
  679. - Issue [#73](https://github.com/xoseperez/espurna/issues/73). Fixes for windows machines
  680. ### Removed
  681. - Captive portal removed, mDNS resolution for AP mode too
  682. ## [1.6.3] 2017-02-15
  683. ### Added
  684. - Issue [#69](https://github.com/xoseperez/espurna/issues/69). Temperature unit configuration from the web interface
  685. - Issue [#55](https://github.com/xoseperez/espurna/issues/55). WebServer port configurable from the web interface, defaults to 80
  686. - Expand network configuration when adding a new network
  687. ### Changed
  688. - Merged web contents except images in a single compressed file for reliability
  689. - Update support for Itead Motor Clockwise/Anticlockwise board
  690. - Scan for strongest network only if more than 1 network configured
  691. ### Fixed
  692. - Issue [#71](https://github.com/xoseperez/espurna/issues/71). Added default values for netmask and DNS in web configuration
  693. - Fixed Itead 1CH self-locking/inching board definition
  694. - Fixed PlatformIO environments for ESP8285 boards (4CH and Touch)
  695. ## [1.6.2] 2017-02-10
  696. ### Fixed
  697. - Check if there is an MQTT broker defined before the MQTT_MAX_TRIES check
  698. ## [1.6.1] 2017-02-10
  699. ### Added
  700. - Added support for [Jorge Garcia's Wifi+Relay Board Kit](https://www.tindie.com/products/jorgegarciadev/wifi--relays-board-kit/)
  701. - Reporting current and energy incrementals to a separate counters in Domoticz (thanks to Toni Arte)
  702. - Force WiFi reconnect after MQTT_MAX_TRIES fails trying to connect to MQTT broker
  703. ## [1.6.0] 2017-02-05
  704. ### Added
  705. - Added support for toggle switches
  706. - Allow reset the board via an MQTT message
  707. - Allow reset the board via an RPC (HTTP) message
  708. - 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/))
  709. - Reporting voltage to Domoticz (only HLW8012)
  710. - Map button events to actions (toggle relay, AP mode, reset, pulse mode)
  711. ### Changed
  712. - Reporting energy incrementals (Domoticz, MQTT)
  713. ### Removed
  714. - Removed current monitor bypass when relay is OFF
  715. - Removed energy API entry point
  716. ## [1.5.4] 2017-02-03
  717. ### Fixed
  718. - Issue [#50](https://github.com/xoseperez/espurna/issues/50). Fix type bug in window variable when calculating energy for HLW8012 devices (Sonoff POW)
  719. ## [1.5.3] 2017-02-02
  720. ### Fixed
  721. - Issue [#50](https://github.com/xoseperez/espurna/issues/50) and [#54](https://github.com/xoseperez/espurna/issues/54). Fixed domoticz MQTT message format
  722. ### Added
  723. - Energy calculation and aggregation. API entry points and MQTT messages.
  724. ## [1.5.2] 2017-01-29
  725. ### Fixed
  726. - Fix bug in emon topic payload
  727. ## [1.5.1] 2017-01-28
  728. ### Added
  729. - OpenEnergyMonitor WiFi MQTT Relay / Thermostat support (thanks to Denis French)
  730. ### Fixed
  731. - NTP connection refresh upon wifi connection
  732. - Filesystem image build using local gulp installation
  733. ## [1.5.0] 2017-01-21
  734. ### Added
  735. - Pulse mode. Allows to define a pulse time after which the relay will switch back
  736. - API entry points for sensor data (power, current, voltage, temperature and humidity)
  737. - Export sensor data to Domoticz (power, current, voltage, temperature and humidity)
  738. - Configurable (in code) mapping between buttons and relays
  739. - MQTT messages for button events
  740. - Added support for Itead Studio 1CH inching/self locking smart switch board
  741. - Added support for Jan Goedeke Wifi Relay boards (both NC and NO versions)
  742. - Notify OTA updates to websocket clients, automatically reload page
  743. - Support for pulse mode notification LED and button
  744. - Revert relay state mode on boot (thanks to Minh Phuong Ly)
  745. ### Fixed
  746. - MQTT will topic
  747. - Crash with HLW812 interrupts while trying to create a WIFI connection
  748. - Issue [#20](https://github.com/xoseperez/espurna/issues/20) Better inline documentation for Alexa and Domoticz default settings
  749. - Issue [#39](https://github.com/xoseperez/espurna/issues/39) Fixed autoconnect issue with static IP (fixed in JustWifi library)
  750. - Issue [#41](https://github.com/xoseperez/espurna/issues/41) Added password requirements to initial password change page
  751. ### Changed
  752. - Changed LED pattern for WIFI notifications (shorter pulses)
  753. ## [1.4.4] 2017-01-13
  754. ### Added
  755. - Adding current, voltage, apparent and reactive power reports to Sonoff POW (Web & MQTT)
  756. ### Fixed
  757. - Issue [#35](https://github.com/xoseperez/espurna/issues/35) Fixed frequent MQTT connection drops after WIFI reconnect
  758. - Defer wifi disconnection from web interface to allow request to return
  759. ### Changed
  760. - Move all Arduino IDE configuration values to their own file
  761. - Using latest HLW8012 library in interrupt mode
  762. ## [1.4.3] 2017-01-11
  763. ### Fixed
  764. - Issue [#6](https://github.com/xoseperez/espurna/issues/6) Using forked Time library to prevent conflict with Arduino Core for ESP8266 time.h file in windows machines
  765. ## [1.4.2] 2017-01-09
  766. ### Added
  767. - Support for inverse logic relays
  768. ### Fixed
  769. - Issue [#31](https://github.com/xoseperez/espurna/issues/31). Fixed error in relay identification from MQTT messages
  770. ## [1.4.1] 2017-01-05
  771. ### Added
  772. - Alexa support by default on all devices
  773. - Added support for Wemos D1 Mini board with official Relay Shield
  774. ### Fixed
  775. - Multi-packet websocket frames
  776. ## [1.4.0] 2016-12-31
  777. ### Added
  778. - Domoticz support via MQTT (https://www.domoticz.com/wiki/MQTT)
  779. - Support for static IP connections
  780. ### Fixed
  781. - Issue [#16](https://github.com/xoseperez/espurna/issues/16). Enforce minimum password strength in web interface
  782. ### Changed
  783. - Using default client_id provided by AsyncMqttClient
  784. - Allow up to 5 different WIFI networks
  785. ### Removed
  786. - File system version file
  787. ## [1.3.1] 2016-12-31
  788. ### Fixed
  789. - data_dir fix for PlatformIO
  790. ## [1.3.0] 2016-12-30
  791. ### Changed
  792. - Arduino IDE support (changes in the folder structure and documentation)
  793. ## [1.2.0] 2016-12-27
  794. ### Added
  795. - Force password changing if it's the default one
  796. - Added Last-Modified header to static contents
  797. - Added DNS captive portal for AP mode
  798. - Added support for Sonoff 4CH
  799. - Added support for WorkChoice ecoPlug (ECOPLUG). Thanks to David Myers
  800. - Added support for Sonoff SV
  801. - Added support for Sonoff Touch
  802. - Comment out hardware selection in hardware.h if using Arduino IDE
  803. - Added support for MQTT get/set suffixes (/status, /set, ...)
  804. - Added support for LED notifications via MQTT
  805. - Added EEPROM check commands to terminal interface
  806. ### Changed
  807. - Using unreleased AsyncMqttClient with stability improvements
  808. - Better decoupling between MQTT and relays/websockets
  809. - Skipping retained MQTT messages (configurable)
  810. ### Fixed
  811. - Issue [#11](https://github.com/xoseperez/espurna/issues/11) Compile error when building sonoff-dual-debug
  812. - Issue [#14](https://github.com/xoseperez/espurna/issues/14) MQTT Connection with Username an Password not working
  813. - Issue [#17](https://github.com/xoseperez/espurna/issues/17) Moved static variable 'pending' to class variable
  814. ## [1.1.0] 2016-12-06
  815. ### Added
  816. - Added support for DS18B20 temperature sensor. Thanks to Francesco Boscarino
  817. - Added reset command from console
  818. - Added support for multirelay boards like Sonoff DUAL or Electrodragon ESP Relay Board
  819. ### Changed
  820. - Not using espressif8266_stage in default environment
  821. - Relay MQTT topics
  822. - API entry points
  823. ### Removed
  824. - Old non protected API
  825. ## [1.0.3] 2016-11-29
  826. ### Added
  827. - WeMo emulation through the fauxmoESP library (control your switch from Alexa!)
  828. - REST API for relay management
  829. - Better dependency definitions in platformio.ini
  830. - Option to define inverse logic to on-board LED
  831. - Built data folder included in repo
  832. ### Changed
  833. - Using non-interrupt driven mode for HLW8012
  834. - Better documentation
  835. - Small changes to web interface
  836. - Same admin password for web, OTA and WIFI AP mode
  837. ### Fixed
  838. - Prevent fauxmoESP to be compiled by default
  839. ### Removed
  840. - Removed ESPurna board to its own repo
  841. ## [1.0.1] 2016-11-13
  842. ### Added
  843. - Basic authentication and CSRF to websocket requests
  844. ## [1.0.0] 2016-11-13
  845. ### Added
  846. - Using ESPAsyncWebServer (for web & websockets) and AsyncMqttClient
  847. ## [0.9.9] 2016-11-12
  848. ### Added
  849. - Preliminary support for Sonoff POW
  850. - Replace AJAX requests with websockets
  851. - Using sprites for images
  852. - Hostname can be changed
  853. - Added initial relay state mode
  854. - Reconnect and reset buttons on web interface
  855. ### Changed
  856. - Changed long click to reset and double click to AP mode
  857. - Using officially supported platformio.ini file by default
  858. ### Fixed
  859. - Removed unnecessary memory inefficient code
  860. - Temprary fix for Adafruit DHT library (see https://github.com/adafruit/DHT-sensor-library/issues/62)
  861. ## [0.9.8] 2016-10-06
  862. ### Added
  863. - Using PureCMS for the web interface
  864. - Using gulp to build the filesystem files
  865. - Using Embedis for configuration
  866. ### Changed
  867. - Updated JustWifi library
  868. - Web interface changes
  869. - Using custom platformio.ini file
  870. - Loads of changes in modules
  871. - Added DEBUG_MSG
  872. ### Fixed
  873. - Clean gulp builder script
  874. ## [0.9.7] 2016-08-28
  875. ### Changed
  876. - Moving wifi management to library (JustWifi)
  877. - Split code into modules
  878. ## [0.9.6] 2016-08-12
  879. ### Added
  880. - Added heartbeat, version and fsversion MQTT messages
  881. ### Changed
  882. - GZip 3rd party contents
  883. ## [0.9.5] 2016-07-31
  884. - Initial stable version