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.

1624 lines
100 KiB

7 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 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
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
6 years ago
7 years ago
7 years ago
7 years ago
6 years ago
7 years ago
7 years ago
6 years ago
7 years ago
7 years ago
6 years ago
7 years ago
7 years ago
7 years ago
6 years ago
7 years ago
7 years ago
6 years ago
6 years ago
7 years ago
7 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
6 years ago
7 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
  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.15.0] In the works
  5. ### Fixed
  6. #### Domoticz
  7. - Do not put floats into nvalue ([#2230](https://github.com/xoseperez/espurna/issues/2230))
  8. - Constrain pressure 0...100 ([#2230](https://github.com/xoseperez/espurna/issues/2230))
  9. #### Hardware
  10. - Fix GPIO16 support ([#2110](https://github.com/xoseperez/espurna/issues/2110), thanks to **[@foxman69](https://github.com/foxman69)**)
  11. - Fix for button long click ([#2172](https://github.com/xoseperez/espurna/issues/2172), thanks to **[@ElderJoy](https://github.com/ElderJoy)**)
  12. - Fix latched pulse always being HIGH ([#2145](https://github.com/xoseperez/espurna/issues/2145), thanks to **[@antonio-fiol](https://github.com/antonio-fiol)**)
  13. - Fix ADC_MODE_VALUE use in preprocessor ([#2227](https://github.com/xoseperez/espurna/issues/2227), thanks to **[@vtochq](https://github.com/vtochq)**)
  14. - Actually apply button pulldown ([#2239](https://github.com/xoseperez/espurna/issues/2239), thanks to **[@sigmafx](https://github.com/sigmafx)**)
  15. #### Influxdb
  16. - Fix http response parsing, refactor module scope ([#2153](https://github.com/xoseperez/espurna/issues/2153))
  17. #### MQTT
  18. - Set MQTT will topic after /get suffix initialization ([#2106](https://github.com/xoseperez/espurna/issues/2106), [#2115](https://github.com/xoseperez/espurna/issues/2115), thanks to **[@tomas-bara](https://github.com/tomas-bara)**)
  19. #### Nofuss
  20. - Fix nofuss.cpp typo ([#2251](https://github.com/xoseperez/espurna/issues/2251), thanks to **[@CmPi](https://github.com/CmPi)**)
  21. #### RPN rules
  22. - rpn $relayX variables were not populated on boot ([#2246](https://github.com/xoseperez/espurna/issues/2246), thanks to **[@pezinek](https://github.com/pezinek)**)
  23. #### Sensor
  24. - Apparent, reactive power measurement unit corrections ([#2161](https://github.com/xoseperez/espurna/issues/2161), thanks to **[@irmishappy](https://github.com/irmishappy)**)
  25. - Fixes and updates for thermostat and display ([#2173](https://github.com/xoseperez/espurna/issues/2173), thanks to **[@ElderJoy](https://github.com/ElderJoy)**)
  26. - Properly dispatch emon sensor ratio defaults ([#2241](https://github.com/xoseperez/espurna/issues/2241))
  27. #### WebUI
  28. - Fix scheduler panel tabindex= values ([#2096](https://github.com/xoseperez/espurna/issues/2096), thanks to **[@foxman69](https://github.com/foxman69)**)
  29. - Directly iterate over internal callbacks array ([#2248](https://github.com/xoseperez/espurna/issues/2248), [#2261](https://github.com/xoseperez/espurna/issues/2261))
  30. ### Added
  31. #### Debug
  32. - Optionally store boot log ([#2109](https://github.com/xoseperez/espurna/issues/2109))
  33. - Log mode, allow to skip boot messages ([#2116](https://github.com/xoseperez/espurna/issues/2116))
  34. #### Domoticz
  35. - Add workaround for pressure sensors ([#2215](https://github.com/xoseperez/espurna/issues/2215))
  36. #### HTTP API
  37. - Handle received data as terminal command [#2247](https://github.com/xoseperez/espurna/issues/2247))
  38. #### Hardware
  39. - KingArt WiFi Curtain Switch ([#2063](https://github.com/xoseperez/espurna/issues/2063), thanks to **[@AlbertWeterings](https://github.com/AlbertWeterings)**)
  40. - Add support for Kogan Smarter Home Plug With Energy Meter ([#2086](https://github.com/xoseperez/espurna/issues/2086), thanks to **[@aureq](https://github.com/aureq)**)
  41. - Add support for Teckin SB53 smart bulb ([#2090](https://github.com/xoseperez/espurna/issues/2090), thanks to **[@marcuswinkler](https://github.com/marcuswinkler)**)
  42. - Add Shelly 1PM GPIO picture ([#2092](https://github.com/xoseperez/espurna/issues/2092), thanks to **[@lblabr](https://github.com/lblabr)**)
  43. - Add MagicHome ZJ\_LB\_RGBWW\_L support ([#2100](https://github.com/xoseperez/espurna/issues/2100), thanks to **[@wwilsman](https://github.com/wwilsman)**)
  44. - Deltaco smart home devices ([#2103](https://github.com/xoseperez/espurna/issues/2103), thanks to **[@orrpan](https://github.com/orrpan)**)
  45. - Added hardware config for Avatto NAS-WR01W ([#2113](https://github.com/xoseperez/espurna/issues/2113), thanks to **[@blockmar](https://github.com/blockmar)**)
  46. - Config for Teckin SP23 & Maxcio W-UK007S ([#2157](https://github.com/xoseperez/espurna/issues/2157), thanks to **[@julianwb](https://github.com/julianwb)**)
  47. - Add support for read PIO-A of DS2406 ([#2174](https://github.com/xoseperez/espurna/issues/2174), thanks to **[@rmcbc](https://github.com/rmcbc)**)
  48. - Example for Generic ESP01 boards with 512KiB flash ([#2185](https://github.com/xoseperez/espurna/issues/2185), thanks to **[@ziggurat29](https://github.com/ziggurat29)**)
  49. - Board definition for the Gosund WP3 smart socket ([#2191](https://github.com/xoseperez/espurna/issues/2191), thanks to **[@ziggurat29](https://github.com/ziggurat29)**)
  50. - correct Gosund WP3 LED documentation and provide reasonable default actions ([#2200](https://github.com/xoseperez/espurna/issues/2200), thanks to **[@ziggurat29](https://github.com/ziggurat29)**)
  51. - Add support for HUGOAI smart socket plug. ([#2243](https://github.com/xoseperez/espurna/issues/2243), thanks to **[@estebanz01](https://github.com/estebanz01)**)
  52. - Add support for Aoycocr X5P Plug. ([#2235](https://github.com/xoseperez/espurna/issues/2235), thanks to **[@estebanz01](https://github.com/estebanz01)**)
  53. #### MQTT
  54. - Handle received data as terminal command [#2247](https://github.com/xoseperez/espurna/issues/2247))
  55. #### PlatformIO
  56. - Use development version of PlatformIO Core ([#2146](https://github.com/xoseperez/espurna/issues/2146), thanks to **[@ivankravets ](https://github.com/ivankravets )**)
  57. - Add '.example' files. ([#2257](https://github.com/xoseperez/espurna/issues/2257), thanks to **[@davebuk](https://github.com/davebuk)**)
  58. #### Sensors
  59. - HLW8012: gpio runtime settings ([#2142](https://github.com/xoseperez/espurna/issues/2142))
  60. - Add SI1145 sensor ([#2216](https://github.com/xoseperez/espurna/issues/2216), thanks to **[@HilverinkJ](https://github.com/HilverinkJ)**)
  61. - Add HDC1080 sensor ([#2227](https://github.com/xoseperez/espurna/issues/2227), thanks to **[@vtochq](https://github.com/vtochq)**)
  62. - HLW8012: energy\_delta ([#2230](https://github.com/xoseperez/espurna/issues/2230))
  63. - Load ratios after boot + show pwr defaults with `get` ([#2241](https://github.com/xoseperez/espurna/issues/2241))
  64. #### Settings
  65. - Led and button GPIO runtime settings ([#2117](https://github.com/xoseperez/espurna/issues/2117), [#2162](https://github.com/xoseperez/espurna/issues/2162), [#2170](https://github.com/xoseperez/espurna/issues/2170), [#2177](https://github.com/xoseperez/espurna/issues/2177))
  66. - Configure light dimmer pins from settings ([#2129](https://github.com/xoseperez/espurna/issues/2129))
  67. #### Terminal
  68. - Show pretty uptime with NTP\_SUPPORT ([#2137](https://github.com/xoseperez/espurna/issues/2137))
  69. - Change command-line parser ([#2245](https://github.com/xoseperez/espurna/issues/2245), [#2247](https://github.com/xoseperez/espurna/issues/2247))
  70. #### Thingspeak
  71. - Configure Thingspeak URL at runtime ([#2124](https://github.com/xoseperez/espurna/issues/2124), thanks to **[@sametflo](https://github.com/sametflo)**)
  72. - Refactor deprecated WiFiClientSecure ([#2140](https://github.com/xoseperez/espurna/issues/2140), [#2144](https://github.com/xoseperez/espurna/issues/2144))
  73. #### WebUI
  74. - WebUI: alert when WS closes ([#2131](https://github.com/xoseperez/espurna/issues/2131), thanks to **[@foxman69](https://github.com/foxman69)**)
  75. - Optional Web(UI) OTA ([#2190](https://github.com/xoseperez/espurna/issues/2190))
  76. - Kingart curtain switch UI support ([#2250](https://github.com/xoseperez/espurna/issues/2250), thanks to **[@echauvet](https://github.com/echauvet)**)
  77. - Refactor WS implementation, add some comments to the header ([#2261](https://github.com/xoseperez/espurna/issues/2261))
  78. ### Changed
  79. #### Build
  80. - ci: rework build.sh & release.sh generator
  81. - ci: use python3.8, prettify .travis.yml
  82. - ci: run pio test directory
  83. - PIO: remove -ota envs, handle OTA condition in extra script ([#2099](https://github.com/xoseperez/espurna/issues/2099))
  84. - PIO: platformio.ini refactoring ([#2212](https://github.com/xoseperez/espurna/issues/2212))
  85. - PIO: rename generic environments ([#2214](https://github.com/xoseperez/espurna/issues/2214))
  86. - esp8266-\<flavour\>-\<size\>-base to esp8266-\<size\>-\<flavour\>-base
  87. - espurna-base to espurna-core-webui
  88. - Convert .ino -> .cpp ([#1306](https://github.com/xoseperez/espurna/issues/1306), [#2228](https://github.com/xoseperez/espurna/issues/2228), [#2234](https://github.com/xoseperez/espurna/issues/2234), [#2236](https://github.com/xoseperez/espurna/issues/2236))
  89. - Broker: declare and define per module ([#2253](https://github.com/xoseperez/espurna/issues/2253))
  90. #### Libraries
  91. - Bump RFM69 version ([#2148](https://github.com/xoseperez/espurna/issues/2148))
  92. - pin arduino mqtt version ([#2154](https://github.com/xoseperez/espurna/issues/2154))
  93. - Update IRremoteESP8266 to 2.7.4 ([#2182](https://github.com/xoseperez/espurna/issues/2182))
  94. #### MQTT
  95. - Set keepalive to be less than heartbeat interval ([#2154](https://github.com/xoseperez/espurna/issues/2154))
  96. - Always buffer incoming data ([#2181](https://github.com/xoseperez/espurna/issues/2181))
  97. #### NTP
  98. - Use sntp app from lwip on latest Cores, replace ntpclientlib ([#2132](https://github.com/xoseperez/espurna/issues/2132))
  99. #### Sensors
  100. - Emon refactoring ([#2213](https://github.com/xoseperez/espurna/issues/2213))
  101. #### Settings
  102. - Refactor get/set/del/hasSetting ([#2048](https://github.com/xoseperez/espurna/issues/2048))
  103. - Update migrate configuration ([#2176](https://github.com/xoseperez/espurna/issues/2176))
  104. ## [1.14.1] 2019-12-31
  105. ### Fixed
  106. #### Devices
  107. - Set button pullup on shpx-v23 boards ([#2074](https://github.com/xoseperez/espurna/issues/2074), thanks to **[@RDobrinov](https://github.com/RDobrinov)**)
  108. #### Domoticz
  109. - Fix unresponsive switches, use proper datastructure to track state ([#2049](https://github.com/xoseperez/espurna/issues/2049))
  110. #### InfluxDB
  111. - Use sensor "report" instead of sending data each reading. Use async client, send data in batches ([#2061](https://github.com/xoseperez/espurna/issues/2061))
  112. - Don't queue any new data while connecting
  113. #### IR
  114. - Revert "ir: use proper methods" ([#2066](https://github.com/xoseperez/espurna/issues/2066), thanks to **[@sehraf](https://github.com/sehraf)** for reporting the issue)
  115. #### OTA
  116. - Verify data stream and properly handle errors. Do not write to flash when any error was encountered. ([#2067](https://github.com/xoseperez/espurna/issues/2067))
  117. #### Sensor
  118. - Use different Broker instances for read and report data ([#2061](https://github.com/xoseperez/espurna/issues/2061))
  119. #### WebUI
  120. - Fix LED mode title style ([#2038](https://github.com/xoseperez/espurna/issues/2038), thanks to **[@foxman69](https://github.com/foxman69)**)
  121. - Properly handle websocket payloads when scheduler is disabled ([#2050](https://github.com/xoseperez/espurna/issues/2050))
  122. - Fix colorpicker not working in RGB mode ([#2053](https://github.com/xoseperez/espurna/issues/2053))
  123. - Remove some unused code from resulting image ([#2053](https://github.com/xoseperez/espurna/issues/2053))
  124. ### Added
  125. #### Devices
  126. - Add GENERIC_E14, e14 rgb+w 4,5w ([#2039](https://github.com/xoseperez/espurna/2039), thanks to **[@orrpan](https://github.com/orrpan)**)
  127. - Add support for LinkSprite R4 ([#2042](https://github.com/xoseperez/espurna/issues/2042), thanks to **[@mpcusack](https://github.com/mpcusack)**)
  128. - Add support for eHomeDIY devices. ([#2046](https://github.com/xoseperez/espurna/issues/2046), thanks to **[@user890104](https://github.com/user890104)**)
  129. - Add support for MAGICHOME\_ZJ_WFMN\_C\_11 ([#2051](https://github.com/xoseperez/espurna/issues/2051), thanks to **[@davebuk](https://github.com/davebuk)**)
  130. - Add support for the LSC LED LIGHT STRIP from ACTION using a tuya chip. ([#2065](https://github.com/xoseperez/espurna/issues/2065), thanks to **[@sehraf](https://github.com/sehraf)**)
  131. - Add LOHAS_E26_A19, rename LOHAS_9W to LOHAS_E27_9W ([#2068](https://github.com/xoseperez/espurna/issues/2068), thanks to **[@cro](https://github.com/cro)** for providing A19 configuration)
  132. #### Home Assistant
  133. - Try to avoid conflict with useCSS ([#2075](https://github.com/xoseperez/espurna/issues/2075))
  134. #### WebUI
  135. - WebUI fix change detection of input elements ([#1986](https://github.com/xoseperez/espurna/issues/1986))
  136. ### Changed
  137. #### Build
  138. - Removed unneeded reference to Ticker library in RFBridge module
  139. #### PlatformIO
  140. - Update latest Arduino core platform to 2.6.3 ([#2069](https://github.com/xoseperez/espurna/issues/2069), thanks to **[@Niek](https://github.com/Niek)**)
  141. - Test espurna-core feature build ([#2080](https://github.com/xoseperez/espurna/issues/2080))
  142. #### Scripts
  143. - Using python3 by default in OTA manager
  144. - Force get_device_size to return an int in OTA manager
  145. - Beautify build script size output
  146. - ota.py version 0.4 ([#2020](https://github.com/xoseperez/espurna/issues/2020))
  147. - Do not run test stages on tag in Travis CI ([#2052](https://github.com/xoseperez/espurna/issues/2052))
  148. ## [1.14.0] 2019-11-29
  149. ### Fixed
  150. #### Security
  151. - Web OTA: check authentication result before accepting payload ([#1812](https://github.com/xoseperez/espurna/issues/1812))
  152. - Authenticate /reset endpoint ([#1858](https://github.com/xoseperez/espurna/issues/1858), thanks to **[@foxman69](https://github.com/foxman69)**)
  153. #### General
  154. - Avoid crashes when using NTPClientLib ([#1642](https://github.com/xoseperez/espurna/pull/1642))
  155. - Safer loop delay default ([#1574](https://github.com/xoseperez/espurna/issues/1574), [#1631](https://github.com/xoseperez/espurna/issues/1631), [#1699](https://github.com/xoseperez/espurna/issues/1699))
  156. - Patch lwip1 MTU bug in travis-ci releases ([#1723](https://github.com/xoseperez/espurna/issues/1723))
  157. - Store default LED settings exactly once ([#1719](https://github.com/xoseperez/espurna/issues/1719), [#1724](https://github.com/xoseperez/espurna/issues/1724))
  158. - Backup EEPROM before performing OTA ([#1808](https://github.com/xoseperez/espurna/issues/1808), [#1809](https://github.com/xoseperez/espurna/issues/1809), [#2028](https://github.com/xoseperez/espurna/issues/2028), thanks to **[@arihantdaga](https://github.com/arihantdaga)**)
  159. - Properly handle telnet negotiation ([#1927](https://github.com/xoseperez/espurna/issues/1927), thanks to **[@Niek](https://github.com/Niek)**)
  160. - Markdown Typo Fix ([#1926](https://github.com/xoseperez/espurna/issues/1926), thanks to **[@mx-web](https://github.com/mx-web)**)
  161. - Port PROGMEM definition from Cores 2.5.0+ for Core 2.3.0 to fix flashstring use in classes ([#1374](https://github.com/xoseperez/espurna/issues/1374))
  162. - Use relative time for relay scheduling ([#1962](https://github.com/xoseperez/espurna/pull/1962))
  163. - Enable all heartbeat messages when `hbReport => "1"` ([#2003](https://github.com/xoseperez/espurna/pull/2003))
  164. #### Devices
  165. - Add config for push button of Arilux AL-LC06 ([#1794](https://github.com/xoseperez/espurna/issues/1794), thanks to **[@user890104](https://github.com/user890104)**)
  166. #### WiFi
  167. - Don't change softAP configuration while user is still connected ([#1881](https://github.com/xoseperez/espurna/issues/1881))
  168. - Place WIFIN\_... strings in flash ([#1893](https://github.com/xoseperez/espurna/issues/1893))
  169. #### MQTT
  170. - Reset connection timer with PubSubClient / ArduinoMQTT ([#1702](https://github.com/xoseperez/espurna/issues/1702))
  171. - Remove 'connecting' flag when connected ([#1757](https://github.com/xoseperez/espurna/issues/1757))
  172. - Fix Arduino-MQTT setWill parameters order ([#1978](https://github.com/xoseperez/espurna/issues/1978), thanks to **[@Niek](https://github.com/Niek)**)
  173. #### Domoticz
  174. - Fix crashes with unknown idx values ([#1588](https://github.com/xoseperez/espurna/issues/1588))
  175. - Treat nvalue >= 1 as true ([#1606](https://github.com/xoseperez/espurna/issuess/1606))
  176. - Lights: handle cmode=2 ([#1880](https://github.com/xoseperez/espurna/issues/1880))
  177. #### Thingspeak
  178. - Several async client fixes to avoid crashes ([#1806](https://github.com/xoseperez/espurna/issues/1806))
  179. #### Home Assistant
  180. - Send brightness topic to HA regardless of color setting ([#1730](https://github.com/xoseperez/espurna/issues/1730), thanks to **[@copyrights](https://github.com/copyrights)**)
  181. - Rework discovery mechanism to prevent loosing messages ([#1969](https://github.com/xoseperez/espurna/issues/1969))
  182. - Send discovery messages after reconnecting ([#1637](https://github.com/xoseperez/espurna/issues/1637), [#1969](https://github.com/xoseperez/espurna/issues/1969))
  183. #### Lights
  184. - Fix relay provider setting of Xiaomi Smart Desk Lamp ([#1627](https://github.com/xoseperez/espurna/issues/1627), thanks to **[@Ctrl-F4](https://github.com/Ctrl-F4)**)
  185. - Prepare for .cpp migration ([#1874](https://github.com/xoseperez/espurna/issues/1874))
  186. - Fix inconsistent light transitions ([#1901](https://github.com/xoseperez/espurna/issues/1901), [#1923](https://github.com/xoseperez/espurna/issues/1923))
  187. #### WebUI
  188. - WebUI relayOnDisc selector typo ([#1643](https://github.com/xoseperez/espurna/pull/1643))
  189. - Avoid memory leak when using captive portal ([#1768](https://github.com/xoseperez/espurna/issues/1768))
  190. - Updated WS protocol structure to reduce memory usage ([#1843](https://github.com/xoseperez/espurna/issues/1843), [#1851](https://github.com/xoseperez/espurna/issues/1851), [#1857](https://github.com/xoseperez/espurna/issues/1857))
  191. - Send debug messages in batches ([#1851](https://github.com/xoseperez/espurna/issues/1851))
  192. - Wait for data to be saved before rebooting ([#1863](https://github.com/xoseperez/espurna/issues/1863), thanks to **[@foxman69](https://github.com/foxman69)**)
  193. #### Sensors
  194. - Fix cse7766 missing energy magnitude ([#1665](https://github.com/xoseperez/espurna/issues/1665), thanks to **[@lipoforall](https://github.com/lipoforall)**)
  195. - Fix stored energy values when using kWh ([#1334](https://github.com/xoseperez/espurna/issues/1334)
  196. - Remove pinMode(0, ...) from AnalogSensor ([#1777](https://github.com/xoseperez/espurna/issues/1777), [#1827](https://github.com/xoseperez/espurna/issues/1827))
  197. - Check value range for PMSX005 and SenseAir CO2 sensor ([#1865](https://github.com/xoseperez/espurna/issues/1865), thanks to **[@Yonsm](https://github.com/Yonsm)**)
  198. - DHT: Increase read delay to 1100 usec per datasheet value for `DHT_CHIP_DHT22` ([#1918](https://github.com/xoseperez/espurna/issues/1918), [#1979](https://github.com/xoseperez/espurna/issues/1979), thanks to **[@JavierAder](https://github.com/JavierAder)** and **[@structuralB](https://github.com/structuralB)**)
  199. - DHT: Add `DHT_CHIP_SI7021` for `ITEAD_SONOFF_TH`, use 500 usec read delay ([#1918](https://github.com/xoseperez/espurna/issues/1918#issuecomment-555672628), [#2000](https://github.com/xoseperez/espurna/issues/2000), thanks to **[@icevoodoo](https://github.com/icevoodoo)**)
  200. - DHT: Set pin mode before digitalWrite ([#1979](https://github.com/xoseperez/espurna/issues/1979))
  201. - DHT: Wait DHT_MIN_INTERVAL after initialization ([#1979](https://github.com/xoseperez/espurna/issues/1979))
  202. #### Build
  203. - Fix Travis failing with INFLUXDB_SUPPORT ([#1565](https://github.com/xoseperez/espurna/issues/1565))
  204. - Build with platformio 4 ([#1805](https://github.com/xoseperez/espurna/issues/1805))
  205. - Update wrong pinout on ag-l4 ([#1746](https://github.com/xoseperez/espurna/issues/1746), thanks to **[@zerog2k](https://github.com/zerog2k)**)
  206. - Core 2.6.0+ fixes ([#1852](https://github.com/xoseperez/espurna/issues/1852))
  207. - Add missing DOMOTICZ\_... #ifndef guards ([#1839](https://github.com/xoseperez/espurna/issues/1839))
  208. - Add #ifndef guard for BMX280\_... defines ([#1867](https://github.com/xoseperez/espurna/issues/1867), thanks to **[@0x3333](https://github.com/0x3333)**)
  209. - MQTT: update MQTT_MAX_PACKET_SIZE to fit JSON payload ([#1888](https://github.com/xoseperez/espurna/issues/1888))
  210. ### Added
  211. #### General
  212. - [RPN Rules](https://github.com/xoseperez/espurna/wiki/RPN-Rules) - custom rules to execute actions (mostly changing relay and light statuses) based on different inputs ([#1984](https://github.com/xoseperez/espurna/issues/1984), thanks to **[@xoseperez](https://github.com/xoseperez)**)
  213. - Initial implementation of RTCMEM storage to preserve state (relay status, stability counter, energy etc.) between reboots ([#1420](https://github.com/xoseperez/espurna/issues/1420), [#1770](https://github.com/xoseperez/espurna/issues/1770))
  214. - Allow to configure all LEDs from UI ([#1429](https://github.com/xoseperez/espurna/issues/1429), thanks to **[@xoseperez](https://github.com/xoseperez)**)
  215. - SYNC_FIRST relay sync mode ([#1609](https://github.com/xoseperez/espurna/issues/1609), thanks to **[@foxel](https://github.com/foxel)**)
  216. - Fix ESP.eraseConfig() when using Core 2.3.0 ([#1595](https://github.com/xoseperez/espurna/issues/1595), [#1616](https://github.com/xoseperez/espurna/issues/1616))
  217. - Add UNUSED macro to prevent warnings
  218. - Log in travis-ci if WebUI files have changed
  219. - Terminal: heap fragmentation stat ([#1740](https://github.com/xoseperez/espurna/issues/1740))
  220. - Recommend using basic BearSSL ciphers with low memory boards ([#1810](https://github.com/xoseperez/espurna/issues/1810), thanks to **[@Niek](https://github.com/Niek)**)
  221. - New boot mode to lock relay status on boot (`RELAY_BOOT_LOCKED_OFF` and `RELAY_BOOT_LOCKED_ON`) ([#1705](https://github.com/xoseperez/espurna/issues/1705))
  222. - Add netstat and dns probing (Core 2.5.2+) ([#1907](https://github.com/xoseperez/espurna/issues/1907))
  223. - Add setting for WiFi TX power (`wifiTxPwr`) ([#1915](https://github.com/xoseperez/espurna/issues/1915))
  224. - SoftAP button action will now toggle back to STA mode ([#1942](https://github.com/xoseperez/espurna/pull/1942))
  225. - Detect esp8285 chip to allow the use of GPIO9 and GPIO10 ([#1958](https://github.com/xoseperez/espurna/issues/1958), [#1964](https://github.com/xoseperez/espurna/pull/1964) and thanks to **[@Niek](https://github.com/Niek)** for bitset::test fix in [#1977](https://github.com/xoseperez/espurna/pull/1977))
  226. - Restore last schedule after reboot ([#1948](https://github.com/xoseperez/espurna/issues/1948), thanks to **[@foxman69](https://github.com/foxman69)**)
  227. - Add `relayDelayOnN`, `relayDelayOffN`, `relayFloodTime`, `relayFloodCount` as runtime settings ([#1594](https://github.com/xoseperez/espurna/issues/1594), [#1962](https://github.com/xoseperez/espurna/pull/1962))
  228. - Add experimental `relayDelayInterlock` to add a pause after turning relay off in SYNC\_ONE or SYNC\_NONE\_OR\_ONE modes ([#1510](https://github.com/xoseperez/espurna/issues/1510), [#1962](https://github.com/xoseperez/espurna/pull/1962))
  229. - Add experimental `TUYA_SUPPORT` and `LIGHT_PROVIDER_TUYA` ([#1729](https://github.com/xoseperez/espurna/issues/1729), [#1997](https://github.com/xoseperez/espurna/issues/1997))
  230. - Add `bssid` as heartbeat option ([#1995](https://github.com/xoseperez/espurna/issues/1995))
  231. - Generic feature checks through `<type_traits>` ([#1974](https://github.com/xoseperez/espurna/issues/1974), thanks to **[@Niek](https://github.com/Niek)**)
  232. - Support [binary, octal and hex literal](https://en.wikipedia.org/wiki/Integer_literal) prefixes (`0b`, `0o` and `0x` respectively) for `hbReport` setting ([#2003](https://github.com/xoseperez/espurna/pull/2003))
  233. #### MQTT
  234. - Add option to disable relay reporting ([#1645](https://github.com/xoseperez/espurna/issues/1645), thanks to **[@Niek](https://github.com/Niek)**)
  235. - Safer settings reload and change detection ([#1701](https://github.com/xoseperez/espurna/issues/1701))
  236. - `mqtt.info` command ([#1757](https://github.com/xoseperez/espurna/issues/1757))
  237. - MQTT rewrite with SSL fixes ([#1751](https://github.com/xoseperez/espurna/issues/1751), [#1829](https://github.com/xoseperez/espurna/issues/1829), thanks to **[@Niek](https://github.com/Niek)**)
  238. - Generic secure client configuration ([#1873](https://github.com/xoseperez/espurna/issues/1873))
  239. - Custom relay status payloads ([#1885](https://github.com/xoseperez/espurna/issues/1885), [#1889](https://github.com/xoseperez/espurna/issues/1889))
  240. - Log size instead of message itself when size is > 128 bytes ([#1969](https://github.com/xoseperez/espurna/issues/1969))
  241. #### Home Assistant
  242. - Add color_temp_state_topic ([#1891](https://github.com/xoseperez/espurna/issues/1891), thanks to **[@l3d00m](https://github.com/l3d00m)**)
  243. #### Devices
  244. - Add espurna-base for [tuya-convert](https://github.com/ct-Open-Source/tuya-convert), thanks to **[@xoseperez](https://github.com/xoseperez)**
  245. - Add espurna-core-wps
  246. - Add espurna-core-smartconfig
  247. - LightFox dual support ([#1468](https://github.com/xoseperez/espurna/issues/1468), thanks to **[@foxel](https://github.com/foxel)**)
  248. - Support for Digoo/Oxaoxe NX-SP202 ([#1502](https://github.com/xoseperez/espurna/issues/1502), thanks to **[@kobuki](https://github.com/kobuki)**)
  249. - HAMA outlet model number 00176552 ([#1598](https://github.com/xoseperez/espurna/issues/1598), thanks to **[@markusrudolf](https://github.com/markusrudolf)**)
  250. - Added LITESUN LA-WF3 support. ([#1618](https://github.com/xoseperez/espurna/issues/1618), thanks to **[@Zebble](https://github.com/Zebble)**)
  251. - Added Teckin SP20 Power Plug. ([#1611](https://github.com/xoseperez/espurna/issues/1611), thanks to **[@brmo](https://github.com/brmo)**)
  252. - Adding support for Generic GU10 from [#1549](https://github.com/xoseperez/espurna/issues/1549) ([#1650](https://github.com/xoseperez/espurna/issues/1650), thanks to **[@ColinShorts](https://github.com/ColinShorts)**)
  253. - Add support for JINVOO VALVE SM-AW713 ([#1774](https://github.com/xoseperez/espurna/issues/1774), thanks to **[@reaper7](https://github.com/reaper7)**)
  254. - Add support for MagicHome RGBWW LED strip ([#1787](https://github.com/xoseperez/espurna/issues/1787), thanks to **[@user890104](https://github.com/user890104)**)
  255. - Nexete A19 RGBW bulb ([#1814](https://github.com/xoseperez/espurna/issues/1814), thanks to **[@konsgn](https://github.com/konsgn)**)
  256. - Add Shelly 1PM ([#1822](https://github.com/xoseperez/espurna/issues/1822), thanks to **[@tonilopezmr](https://github.com/tonilopezmr)**)
  257. - Support Shelly 2.5 ([#1827](https://github.com/xoseperez/espurna/issues/1827), thanks to **[@tonilopezmr](https://github.com/tonilopezmr)**)
  258. - Add itead-sonoff-s31-lite ([#1830](https://github.com/xoseperez/espurna/issues/1830), thanks to **[@CrazyIvan359](https://github.com/CrazyIvan359)**)
  259. - Add etekcity-esw01-usa ([#1836](https://github.com/xoseperez/espurna/issues/1836), thanks to **[@sirpatil](https://github.com/sirpatil)**)
  260. - Add iselector-sm-pw702 ([#1837](https://github.com/xoseperez/espurna/issues/1837), thanks to **[@lwalkera](https://github.com/lwalkera)**)
  261. - Itead Sonoff Mini support ([#1886](https://github.com/xoseperez/espurna/issues/1886), thanks to **[@xoseperez](https://github.com/xoseperez)**)
  262. - ESP8266 FS-UAP1 Control board ([#1925](https://github.com/xoseperez/espurna/issues/1925), thanks to **[@NemoN](https://github.com/NemoN)**)
  263. - Support for Teckin SP21 (Thanks to **[@xoseperez](https://github.com/xoseperez)**)
  264. - Support for TFlag NX-SM100 and NX-SM200 power monitoring switches (Thanks to **[@xoseperez](https://github.com/xoseperez)**)
  265. - Add tuya-generic-dimmer ([#1729](https://github.com/xoseperez/espurna/issues/1729), [#1997](https://github.com/xoseperez/espurna/issues/1997))
  266. - Add support for Hykker Smart Plug with power meter ([#2010](https://github.com/xoseperez/espurna/issues/2010), thanks to **[@reaper7](https://github.com/reaper7)**)
  267. - Add support for BW-SHP5 ([#2029](https://github.com/xoseperez/espurna/issues/2029), thanks to **[@aligator](https://github.com/aligator)**)
  268. #### WebUI
  269. - Configure WEB_REMOTE_DOMAIN at runtime ([#1789](https://github.com/xoseperez/espurna/issues/1789))
  270. #### Modules
  271. - Add Thermostat module ([#1603](https://github.com/xoseperez/espurna/issues/1603), thanks to **[@ElderJoy](https://github.com/ElderJoy)**)
  272. - RF/RFBRIDGE Update ([#1693](https://github.com/xoseperez/espurna/issues/1693))
  273. - Send Vcc, LoadAvg and Ssid to influxdb ([#1714](https://github.com/xoseperez/espurna/issues/1714), thanks to **[@lucciano](https://github.com/lucciano)**)
  274. - Separate device name for alexa integration ([#1727](https://github.com/xoseperez/espurna/issues/1727), thanks to **[@m-kozlowski](https://github.com/m-kozlowski)**)
  275. - Telnet/WiFiServer: alternative to ESPAsyncTCP ([#1799](https://github.com/xoseperez/espurna/issues/1799)) (Thanks to **[@Niek](https://github.com/Niek)**)
  276. - Periodically call etharp_gratuitous ([#1877](https://github.com/xoseperez/espurna/issues/1877))
  277. - Added support for reverse telnet ([#1920](https://github.com/xoseperez/espurna/pull/1920), thanks to **[@Niek](https://github.com/Niek)**)
  278. #### Sensors
  279. - MH-Z19 auto-calibration setting ([#1580](https://github.com/xoseperez/espurna/issues/1580) , [#1592](https://github.com/xoseperez/espurna/issues/1592), thanks to **[@eschava](https://github.com/eschava)**)
  280. - CSE7766: Add reactive power calculation ([#1591](https://github.com/xoseperez/espurna/issues/1591), thanks to **[@AlbertWeterings](https://github.com/AlbertWeterings)**)
  281. - MAX6675: default pins and SENSOR_SUPPORT dependency ([#1646](https://github.com/xoseperez/espurna/issues/1646), [#1666](https://github.com/xoseperez/espurna/issues/1666))
  282. - Add `bmx280Number` and `bmx280Address` settings ([#1690](https://github.com/xoseperez/espurna/issues/1690))
  283. - PZEM004T: settings & dev board ([#1712](https://github.com/xoseperez/espurna/issues/1712))
  284. - Added LDR sensor (Thanks to Altan Altay)
  285. - ADE9753 Support ([#1827](https://github.com/xoseperez/espurna/issues/1827), thanks to **[@tonilopezmr](https://github.com/tonilopezmr)**)
  286. - Telaire T6613 Support ([#1956](https://github.com/xoseperez/espurna/issues/1956), thanks to **[@james-coder](https://github.com/james-coder)**)
  287. - Adding support for miobulb001 ([#1973](https://github.com/xoseperez/espurna/issues/1973), thanks to **[@ealfaroc](https://github.com/ealfaroc)**)
  288. #### Lights
  289. - Allow to set relative brightness, channel value and color in mireds using +N and -N notation ([#1607](https://github.com/xoseperez/espurna/issues/1607), [#1938](https://github.com/xoseperez/espurna/pull/1938), thanks to **[@tsymbaliuk](https://github.com/tsymbaliuk)**)
  290. - Two channel CCT ([#1732](https://github.com/xoseperez/espurna/issues/1732), thanks to **[@copyrights](https://github.com/copyrights)**)
  291. - Send to mired topic if CCT is in use ([#1732](https://github.com/xoseperez/espurna/issues/1732), [#1742](https://github.com/xoseperez/espurna/issues/1742), thanks to **[@copyrights](https://github.com/copyrights)**)
  292. - Add description for each channel when using terminal commands ([#1826](https://github.com/xoseperez/espurna/issues/1826))
  293. - Channel value change detection to reduce light provider updates ([#1914](https://github.com/xoseperez/espurna/issues/1914))
  294. #### Build
  295. - special dummy printf to disable Serial using some boards ([#1664](https://github.com/xoseperez/espurna/issues/1664))
  296. - Experimental support of HTTPUpdate for OTA ([#1751](https://github.com/xoseperez/espurna/issues/1751))
  297. - Add ability to print all GPIO values at once ([#1798](https://github.com/xoseperez/espurna/issues/1798), thanks to **[@Niek](https://github.com/Niek)**)
  298. - DEBUG_SUPPORT check for crashSetup ([#1807](https://github.com/xoseperez/espurna/issues/1807))
  299. - Build date in ota.py (mDNS) ([#1736](https://github.com/xoseperez/espurna/issues/1736), thanks to **[@m-kozlowski](https://github.com/m-kozlowski)**)
  300. ### Changed
  301. #### General
  302. - Updated Copyright notice to 2019
  303. - Use espurna.io as CORS domain
  304. - Small design change in memanalyzer output and fix out-of-range error
  305. - Update PlatformIO Core versions ([#1734](https://github.com/xoseperez/espurna/pull/1734))
  306. - Show Core revision as hex string ([#1786](https://github.com/xoseperez/espurna/issues/1786))
  307. - Update debugSend / debugSend_P ([#1788](https://github.com/xoseperez/espurna/issues/1788))
  308. - Send RF MQTT message with retain off ([#1679](https://github.com/xoseperez/espurna/issues/1679), thanks to **[@Niek](https://github.com/Niek)**)
  309. - Thermostat upgrade ([#1711](https://github.com/xoseperez/espurna/issues/1711), thanks to **[@ElderJoy](https://github.com/ElderJoy)**)
  310. - Update crash handler ([#1796](https://github.com/xoseperez/espurna/issues/1796), [#1947](https://github.com/xoseperez/espurna/pull/1947))
  311. - Drop legacy relay settings migration ([#1797](https://github.com/xoseperez/espurna/issues/1797))
  312. - MQTT & OTA Fingerprint setting capitalization fix ([#1952](https://github.com/xoseperez/espurna/pull/1952), thanks to **[@Niek](https://github.com/Niek)**)
  313. #### WiFi
  314. - Let JustWifi fallback mode handle AP ([#1784](https://github.com/xoseperez/espurna/issues/1784))
  315. - Start SmartConfig without any networks configured ([#1785](https://github.com/xoseperez/espurna/issues/1785))
  316. #### Domoticz
  317. - Less debugging for lights code ([#1588](https://github.com/xoseperez/espurna/issues/1588))
  318. #### WebUI
  319. - Send status right after boot to avoid some empty fields on Status page ([#1700](https://github.com/xoseperez/espurna/issues/1700))
  320. - Parse host query via browser api, add console logging ([#1901](https://github.com/xoseperez/espurna/issues/1901))
  321. - Update to jquery 3.4.1 and wheelcolorpicker 3.0.8 ([#1901](https://github.com/xoseperez/espurna/issues/1901))
  322. #### Lights
  323. - Import Encoder library ([#1769](https://github.com/xoseperez/espurna/issues/1769))
  324. - Apply brightness to all channels only when `useWhite` is disabled ([#1826](https://github.com/xoseperez/espurna/issues/1826))
  325. - Move gamma table to PROGMEM ([#1826](https://github.com/xoseperez/espurna/issues/1826))
  326. - Don't show v for hsv in wheelcolorpicker, use brightness instead ([#1901](https://github.com/xoseperez/espurna/issues/1901))
  327. - Fix kelvin/mired constants naming ([#1902](https://github.com/xoseperez/espurna/issues/1902))
  328. - Store pwm constants as PROGMEM data ([#1906](https://github.com/xoseperez/espurna/issues/1906))
  329. - Schedule provider update in CONT instead of SYS context ([#1901](https://github.com/xoseperez/espurna/issues/1901), [#1923](https://github.com/xoseperez/espurna/issues/1923))
  330. - Configurable cold and warm mired values ([#1945](https://github.com/xoseperez/espurna/pull/1945))
  331. - Update `XIAOMI_SMART_DESK_LAMP` warm mired value ([#1945](https://github.com/xoseperez/espurna/pull/1945))
  332. #### Sensors
  333. - Change from BMX280_ADDRESS2 notation to BMX280_NUMBER for number of sensors ([#1647](https://github.com/xoseperez/espurna/issues/1647), thanks to **[@CraigMarkwardt](https://github.com/CraigMarkwardt)**)
  334. - Allow sensor class can specify the number of decimals to represent its magnitude types ([#1648](https://github.com/xoseperez/espurna/issues/1648), thanks to **[@CraigMarkwardt](https://github.com/CraigMarkwardt)**)
  335. - Default to one BMX280 sensor ([#1690](https://github.com/xoseperez/espurna/issues/1690))
  336. - Rename NTC/LDR_SENSOR to NTC/LDR_SUPPORT ([#1758](https://github.com/xoseperez/espurna/issues/1758))
  337. - Faster event handling for EventsSensor ([#1771](https://github.com/xoseperez/espurna/issues/1771))
  338. - Use indexed keys for energy saving ([#1875](https://github.com/xoseperez/espurna/issues/1875))
  339. - Enable multiple Digital & Events sensors ([#1832](https://github.com/xoseperez/espurna/issues/1832), thanks to **[@pilotak](https://github.com/pilotak)**)
  340. #### Build
  341. - .ld scripts refactoring to allow building with Cores 2.3.0 ... 2.6.0 ([#1559](https://github.com/xoseperez/espurna/issues/1559))
  342. - Pin ArduinoJson version ([#1613](https://github.com/xoseperez/espurna/issues/1613))
  343. - Remove gosund-sp1-v23 env in favour of blitzwolf-shpx-v23 ([#1703](https://github.com/xoseperez/espurna/issues/1703))
  344. - Update [ESPAsyncTCP to 7e9ed22](https://github.com/me-no-dev/ESPAsyncTCP/commit/7e9ed22) ([#1752](https://github.com/xoseperez/espurna/issues/1752), [#1806](https://github.com/xoseperez/espurna/issues/1806))
  345. - PIO4: default_envs ([#1793](https://github.com/xoseperez/espurna/issues/1793), thanks to **[@Niek](https://github.com/Niek)**)
  346. - PIO: Use up-to-date platforms, update comments ([#1811](https://github.com/xoseperez/espurna/issues/1811), [#2023](https://github.com/xoseperez/espurna/pull/2023))
  347. - Move DEVICE and MANUFACTURER check to the top of hardware.h ([#1816](https://github.com/xoseperez/espurna/issues/1816), thanks to **[@rmcbc](https://github.com/rmcbc)**)
  348. ## [1.13.5] 2019-02-27
  349. ### Fixed
  350. - Revert loopDelay dependency on wifi sleep mode (#1574)
  351. - Fix hardcoded serial objects in \_debugSendSerial, terminalLoop and PZEM sensor (#1573)
  352. - Fix RFBridge not showing codes in web UI as per @mcspr suggested change (#1571)
  353. - Fix BSSIDs in scan output (#1567)
  354. - Fix PZEM004TSensor pointer use
  355. - RFBridge: fix webui codes parsing
  356. - Avoid websocket ping back on fw upgrade via web UI form (#1574)
  357. - Removing line break before templated variable to fix issue with Windows Arduino IDE (#1579, thanks to @AlbertWeterings)
  358. - Send brightness to websocket
  359. ### Added
  360. - Relay MQTT group receive-only sync mode setting
  361. - Set wifi sleep mode from settings
  362. - Add unique id and device support for better HA UI integration (#1547, thanks to @abmantis)
  363. - Improved inline documentation of BMX280 settings (#1585, thanks to CraigMarkwardt)
  364. ## [1.13.4] 2019-02-21
  365. ### Fixed
  366. - Travis fixes
  367. - IR results on raw mode (thanks to @vtochq)
  368. - Missing configuration in HTTP API (#1288)
  369. - NTP sync changes (#1342)
  370. - Proper buffer size to fit two digit rfbOFF key (#1348)
  371. - Use correct arguments for stat on macOS (#1355, thanks to @jackwilson)
  372. - Enable `reload` command when no web support (#1383)
  373. - Wrong GPIO value for dummy relay (#1386)
  374. - Wait until mqtt client has finished trying to connect
  375. - Disable EEPROM Rotate before NoFUSS update (#1398, thanks to @arihantdaga)
  376. - Only check domoticz state in broker callback (#1562)
  377. - Fix upload_port and upload_args
  378. - Fix heartbeat dropdown size
  379. - Setup settings before using them in system module (#1542)
  380. - Fix HEARTBEAT_REPORT_DESCRIPTION typo (#1539)
  381. - Fix wsDebugSend prototype
  382. - Fix pulse for dummy relays (#1496, thanks to @Niek)
  383. - Fix RFBridge websocket data
  384. - Only process Domoticz RGB MQTT Messages for the current idx (#1489, thanks to @soif)
  385. - Fix pulse for dummy relays
  386. - Fix compile error when both RF_SUPPORT and API_SUPPORT are enabled (#1479, thanks to @Niek)
  387. - Fix compile error when TERMINAL_SUPPORT is disabled (#1426)
  388. - Fix compile error when RF_SUPPORT is enabled (#1475)
  389. - Fix CodingStyle link (#1473)
  390. - Fix: Add Debug flag for compilation of wifiDebug() function (#1454)
  391. - Fix bug in RFM69 that counted packets twice
  392. - Escape hyphens in img.shields.io urls
  393. - Fix travis builds based on latest core
  394. - Increase buffer size to fit B0 code (#1423)
  395. - Fix function call typo in RF code (#1421)
  396. - Fix RF code conversion to long (#1410)
  397. ### Added
  398. - Support for MAXCIO W-DE003 device (thanks to @kerk1v)
  399. - Support for Tonbux XS-SSA01 device (thanks to @StevenWolfe)
  400. - Support for Blitzwolf BW-SHP2 v2.3 (#1351)
  401. - Support for Tecking SP22 v1.4+
  402. - Support for Lombez Lux Nova 2 smart bulbs (thanks to @kcghost)
  403. - Support for Orvibo B25 (#1402, thanks to @plutec)
  404. - Support for GBLife RGBW Socket (#1305)
  405. - Support for Generic Relay ESP01 V4.0 in inverse relay version (#1504, #1554)
  406. - Support for Gosund WS1 aka KS-602S (#1551, thanks to @nsvrana)
  407. - Support for Oukitel P1 smart switch (#1553, thanks to @quinnsam)
  408. - Support for Lyasi light bulb (#1533, thanks to Eichhoernchen)
  409. - Support for RGB(WW) controlled using Domoticz MQTT messages (#1459, thanks to @sq5gvm)
  410. - Support for newer AL-LC02 boards with different pinout (#1469, thanks to @sq5gvm)
  411. - Support for SmartLife Mini Smart Socket RGB (thanks to @kuppe234, #1411)
  412. - Support for Gosund SP1 v2.3 (#1448)
  413. - Support for OBI Wifi Schuko Plug V2 (#1408, thanks to @arthurf1969)
  414. - Support for pulse meter power sensor for new-generation smart-meters
  415. - Support for VL53L1X ToF sensor (thanks to @ruimarinho)
  416. - Support for VEML6075 UV sensor (thanks to @ruimarinho)
  417. - Support for EZO pH Circuit sensor (thanks to @ruimarinho)
  418. - Support for MAX6675 temperature sensor (#1375, thanks to @lucciano)
  419. - Support for MagicHome ZJ WFMN A/B v1.1 (#1339)
  420. - Support for multiple PZEM004T sensors (thanks to @0x3333)
  421. - Support for Support PMS5003S (#1511, thanks to @Yonsm)
  422. - Support for pulse meter power sensor for new-generation smart-meters (including debouncing and energy ratio support by @jackwilson)
  423. - Support for BMP085 and BMP180 sensors (#1082)
  424. - Add dim up and down actions to button handler (#1250)
  425. - Compact WS data (#1387)
  426. - Improved analog sensor (#1326, thanks to @cconde)
  427. - Report SSID in heartbeat messages
  428. - Option to send full data to thinkgspeak on every message (#1369)
  429. - Added RSSI to InfluxDB heartbeat (#1400, tahnks to @BuildTheRobots)
  430. - Option to report time even if no NTP sync (#1310)
  431. - Support for mixed combination of real and dummy relays (#1305)
  432. - Report target color values on MQTT and API
  433. - Note on WiFi tab about hostname (#1555)
  434. - Allow saving heartbeat settings from web (#1538)
  435. - Build images for Sonoff Basic R2 with DHT and DALLAS support
  436. - Add warning about TELNET_PASSWORD
  437. - Domoticz: track last relay state (#1536)
  438. - Adding description field to web UI, reporting it via MQTT (#1523)
  439. - ESP-01 + 2ch 5v relay LC tech Exclusive relay on (#1519, thanks to @clabnet)
  440. - Add OTA support over MQTT (#1424, thanks to @Niek)
  441. - Configure Heartbeat from WebUI & option HEARTBEAT_REPEAT_STATUS (#1474, thanks to martiera)
  442. - Delay light comms (mqtt, ws, broker) to avoid jamming
  443. - Added message type to broker
  444. - Yield() after handling OTA request
  445. - Disconnect websocket when auth fails
  446. - Manage relay changes in third party modules via broker
  447. - Added API entry points for RFBridge module (#1407)
  448. - Domoticz over MQTT to Espurna RGB/RGBW/RGBWW
  449. - Debug check position to make sure definition is not nullified to avoid putting checks in all places
  450. - MQTT reconnect delay based on last disconnection
  451. - Add terminal support for wifiDebug
  452. - Created contribute.md and support.md files
  453. - Created issue templates
  454. - Runtime heartbeat configuration (#1406)
  455. - APP_VERSION suffix (#1418)
  456. - Allow {hostname} and {mac} placeholder for mqtt user and client_id fields (#1338)
  457. - Split ws messages for relays and rf codes (#262)
  458. - Added learn and forget terminal commands to RFBridge and RF modules (#1253)
  459. - Change light transition time via MQTT or API (#1412)
  460. ### Changed
  461. - Telnet password requirements (#1382)
  462. - Separate tab for NoFUSS options (#1404)
  463. - Updated to use gulp4 (#1403)
  464. - Updated to EEPROM_Rotate 0.9.2
  465. - Show proper switches names in web UI
  466. - Removing loop delay if WIFI is not set to sleep, reducing it to 1ms otherwise (#1541)
  467. - Change naming for BlitzWolf SHP2 and SHP6 (now SHPX) boards
  468. - Print each HA config entry separately (#1535)
  469. - Updated DebounceEvent to 2.0.5 (#1527, #1254)
  470. - Python cleanup (@1526, thanks to Cabalist)
  471. - Normalize naming for Arilux AL LC02 v14
  472. - Increase version field size in OTA manager
  473. - Merge RF and RFBridge code (#1435, thanks to @Niek)
  474. - Update to fauxmoESP 3.1.0
  475. - Move crash code to it's own module
  476. ## [1.13.3] 2018-10-08
  477. ### Fixed
  478. - Honour build time settings for MQTT on fresh install (#719)
  479. - Fix custom_crash_callback declaration for Arduino IDE 1.8.6 (#1169)
  480. - Fix eneUnits key in web UI (#1177)
  481. - Fix HA names (#1183)
  482. - API is now restful (issue a PUT to change a relay status). It can be disabled from web UI (#1192)
  483. - Remove static array to prevent out of bound in relay.ino (#1217)
  484. - Remove duplicate call to EEPROMr.begin (#1214)
  485. - Fix issue when SPIFFS_SUPPORT is enabled (#1225)
  486. - Fix quoting units_of_measurement in HA config output (#1227)
  487. - Fix "Clear counts" on rfm69 does not reset node count properly (thanks to @Trickx, #1239)
  488. - Fix homecube 3rd led setting (thanks to @mcspr)
  489. - Fix typo in static IP hint text (@thanks to @zafrirron)
  490. - Fix hostname/password length requirements (thanks to @mcspr and @djwmarcx)
  491. - Do not quote numbers in MQTT JSON payloads
  492. - Fix telnet client object deletion (thanks to @mcspr)
  493. - Call wakeUp PMS on first reading cycle to avoid not data in a long period (thanks to @Yonsm)
  494. - Small fixes and windows support for ESPurna OTA Manager (thanks to @mcspr)
  495. - Fix for YiDian XS-SSA05 configs (thanks to @ducky64)
  496. - Send MQTT messages only for button events with assigned actions (thanks to @Valcob)
  497. - Avoid EEPROM commits on callbacks (#1214)
  498. ### Added
  499. - Option to report energy based on delta since last report (#369)
  500. - Support for IR-MQTT bridge, also in RAW mode (#556, #907)
  501. - Allow faster sensor reading intervals, down to 1 second (#848)
  502. - Support for Xiaomi Smart Desk Lamp (#884)
  503. - Retry up to 3 times on bad response to Thingspeak server (#1213)
  504. - Support for apparent power and power factor on CSE7/XX sensor (#1215)
  505. - Support for encoders
  506. - Support for Allterco Shelly2
  507. - Added SDS011 sensor support (thanks to @derlucas)
  508. - Added password check to telnet (option to disable it)
  509. - Added PHYX support (thanks to @whitebird)
  510. - Added config command that outputs the configuration in JSON
  511. - Support for MICS-2710, MICS-5525 and MICS-4514, gas sensors
  512. - Support for iWoole LED Table Lamp (thanks to @CollinShorts)
  513. - Command to output free stack
  514. - Password management from web UI (thanks to @mcspr)
  515. - Added BESTEK MRJ1011 support (thanks to @InduPrakash)
  516. - Support for EXS WiFi Relay 5.0 (thanks to @cheise, #1218)
  517. - Allowing disabling or single heartbeat on MQTT connect or repeat (default) (#1196)
  518. - Command to save settings when SETTINGS_AUTOSAVE is off
  519. ### Changed
  520. - Upgraded to JustWifi 2.0.2
  521. - Upgraded to FauxmoESP 3.0.1
  522. - Upgraded to DebounceEvent 2.0.4 to properly support BUTTON_SWITCH
  523. - Split `info` command output into `info` and `wifi`. Refactor output.
  524. - Custom HA payloads (thanks to @Yonsm)
  525. ## [1.13.2] 2018-08-27
  526. ### Fixed
  527. - Fix relay overflow window length
  528. - Fix TravisCI release condition (thanks to @mcspr, [#1042](https://github.com/xoseperez/espurna/issues/1042))
  529. - Fix Sonoff RFBridge build in Arduino IDE ([#1043](https://github.com/xoseperez/espurna/issues/1043))
  530. - Using corrent path separator in gulpfile.js (thanks to @InduPrakash, [#1045](https://github.com/xoseperez/espurna/issues/1045))
  531. - Fix KMC70011 LED logic (thanks to @zerog2k, [#1056](https://github.com/xoseperez/espurna/issues/1056))
  532. - Fix Luani HVIO to use 1MB flash size and toggle switch (thanks to @BauerPh, [#1065](https://github.com/xoseperez/espurna/issues/1065) and [#1068](https://github.com/xoseperez/espurna/issues/1068))
  533. - Fix switches in Microsoft Edge (thanks to @Valcob, [#1066](https://github.com/xoseperez/espurna/issues/1066))
  534. - Fix build.sh error handling (thanks to @mcspr, [#1075](https://github.com/xoseperez/espurna/issues/1075))
  535. - Correctly init Serial on RELAY_PROVIDER_STM ([#1130](https://github.com/xoseperez/espurna/issues/1130))
  536. - Disconnect before running WPS and SmartConfig discovery ([#1146](https://github.com/xoseperez/espurna/issues/1146))
  537. - Fix sort fields in OTA manager
  538. ### Added
  539. - Support for YJZK 1Ch and 3CH switches (thanks to @CollinShorts and @q32103940, [#1047](https://github.com/xoseperez/espurna/issues/1047))
  540. - Support for AG-L4 color desk lamp (thanks to @zerog2k, [#1050](https://github.com/xoseperez/espurna/issues/1050))
  541. - Option to cofigure ON/OFF payload at build time ([#1085](https://github.com/xoseperez/espurna/issues/1085))
  542. - Option to change default payload for HA ([#1085](https://github.com/xoseperez/espurna/issues/1085))
  543. - Support for Allterco Shelly1 (thanks to @abmantis, [#1128](https://github.com/xoseperez/espurna/issues/1128))
  544. - Support for HomeCube 16A (thanks to @hyteoo, [#1106](https://github.com/xoseperez/espurna/issues/1106))
  545. - Support for multiple sonar sensors (thanks to @ruimarinho, [#1116](https://github.com/xoseperez/espurna/issues/1116))
  546. - Support for hardware serial on PMSX003 device (thanks to @ruimarinho, [#1122](https://github.com/xoseperez/espurna/issues/1122))
  547. - Support for Lohas 9W bulbs (thanks to @steveway, [#1135](https://github.com/xoseperez/espurna/issues/1135))
  548. - Show literal for webUI image in info ([#1142](https://github.com/xoseperez/espurna/issues/1142))
  549. - Add RFBRIDGE code to full webUI image ([#1157](https://github.com/xoseperez/espurna/issues/1157))
  550. - Handle events in EventSensor
  551. - Option to remove API_SUPPORT at build time
  552. - Option to save total energy in EEPROM after X reports, disabled by default
  553. - Support for DHT12 sensor (thanks to Altan Altay)
  554. - Support for 2MB flash boards
  555. ### Changed
  556. - Update PlatformIO support to 3.6.X branch
  557. - Explicitly disable ATC on RFM69 gateway ([#938](https://github.com/xoseperez/espurna/issues/938))
  558. - Reduce memory footprint of API calls ([#1133](https://github.com/xoseperez/espurna/issues/1133))
  559. - Init relay GPIO when in inverse mode to be OFF ([#1078](https://github.com/xoseperez/espurna/issues/1078))
  560. ## [1.13.1] 2018-07-10
  561. ### Fixed
  562. - Build issues with Arduino IDE ([#975](https://github.com/xoseperez/espurna/issues/975))
  563. - Right web interface image for with RF Bridge
  564. - Full web interface image if light and sensor together ([#981](https://github.com/xoseperez/espurna/issues/981))
  565. - Some devices still not using DOUT flash mode
  566. - Crash on loading malformed configuration file
  567. - Mismatch between memory size and layout size for some boards (this might require reflashing)
  568. - Wrong settings report after factory reset
  569. - Memory leak in JustWifi library
  570. - New buttons not rendering right in Safari ([#1028](https://github.com/xoseperez/espurna/issues/1028))
  571. ### Added
  572. - Support for RFM69GW board (see http://tinkerman.cat/rfm69-wifi-gateway/)
  573. - Support for Sonoff IFAN02
  574. - Support for NTC sensors ([#1001](https://github.com/xoseperez/espurna/issues/1001))
  575. - Support for single-pin latched relays ([#1039](https://github.com/xoseperez/espurna/issues/1039))
  576. - Check binary flash mode in web upgrade
  577. - Sampling to AnalogSensor
  578. - Parallel builds in Travis (thanks to @lobradov)
  579. ### Changed
  580. - Reworked platformio.ini, build.sh files (thanks to @gn0st1c and @mcspr)
  581. ## [1.13.0] 2018-06-22
  582. ### Fixed
  583. - Fixed PZEM004T compilation issues, working when using hardware serial ([#837](https://github.com/xoseperez/espurna/issues/837))
  584. - Fixed per channel state on/off for lights ([#830](https://github.com/xoseperez/espurna/issues/830))
  585. - Fixed overflow in CSE7766 energy calculation ([#856](https://github.com/xoseperez/espurna/issues/856))
  586. - Fixed On MQTT disconnect in web UI ([#845](https://github.com/xoseperez/espurna/issues/845))
  587. - Check valid hostnames ([#874](https://github.com/xoseperez/espurna/issues/874), [#879](https://github.com/xoseperez/espurna/issues/879))
  588. - Fix Sonoff POW R2 configuration
  589. - Fixed InfluxDB sensor by id ([#882](https://github.com/xoseperez/espurna/issues/882))
  590. - Fix build when disabling WEB_SUPPORT ([#923](https://github.com/xoseperez/espurna/issues/923))
  591. - Fix calibration error in EmonSensor ([#876](https://github.com/xoseperez/espurna/issues/876))
  592. - Fix telnet and web debug responsiveness ([#896](https://github.com/xoseperez/espurna/issues/896))
  593. - Use double quotes in JSON for non-numeric values ([#929](https://github.com/xoseperez/espurna/issues/929))
  594. - Support connections over HTTPS via proxy ([#937](https://github.com/xoseperez/espurna/issues/937))
  595. ### Added
  596. - EEPROM sector rotation using EEPROM_Rotate library
  597. - Code filtering when building web UI images
  598. - 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))
  599. - Support for WPS (not available in pre-built binaries)
  600. - Support for Smart Config (not available in pre-built binaries)
  601. - Support for CCT lights (thanks to @Skaronator)
  602. - Allow RELAYx_DELAY_ON/OFF also for none GPIO relay types (thanks to @zafrirron)
  603. - Added relay status to Domoticz on MQTT connection ([#872](https://github.com/xoseperez/espurna/issues/872))
  604. - Added configurable UART-to-MQTT terminator
  605. - Added telnet link to web UI
  606. - Reload terminal command to force all modules to reload settings from config ([#816](https://github.com/xoseperez/espurna/issues/816))
  607. - Added security headers to each HTTP response (thanks to @ITNerdBox)
  608. - Customized GET terminal command (thanks to @mcspr)
  609. - More RC codes supported on TX for RF Bridge (thanks to @wildwiz)
  610. - Support for BL0937 power monitoring chip with unmodified HLW8012 library ([#737](https://github.com/xoseperez/espurna/issues/737))
  611. - Enable CORS
  612. - Support for Allnet ESP8266 UP Relay (thanks to @bajo)
  613. - Support for Tonbux Mosquito Killer (thanks to @gn0st1c)
  614. - Support for Neo Coolcam NAS-WR01W WiFi Smart Power Plug
  615. - Support for TYWE3S-based Estink WiFi Power Strip (thanks to @sandman, [#852](https://github.com/xoseperez/espurna/issues/852))
  616. - Support for Pilotak ESP DIN V1
  617. - Support for DIY Geiger counter (thanks to @Trickx)
  618. - Support for HomeCube / Blitzwolf BW-SHP2
  619. * Support for Vanzavanzu Smart Wifi Plug Mini
  620. - Support for Bruno Horta's OnOfre board
  621. ### Changed
  622. - Updated PlatformIO to use Core 3.5.3
  623. - Updated to JustWifi 2.0
  624. - CSS optimizations ([#870](https://github.com/xoseperez/espurna/issues/870), [#871](https://github.com/xoseperez/espurna/issues/871))
  625. - Several changes in OTA Manager
  626. - Better memory layout info
  627. - MQTT keep alive time increased to 300s
  628. - Using ticket-based authentication for WS
  629. - Refactor module and sensor listings ([#896](https://github.com/xoseperez/espurna/issues/896))
  630. - Using alternative math methods to save ~8Kb with lights
  631. - Simpligying mired/kelvin methods
  632. - Changed web UI checkboxes with pure CSS versions
  633. ### Deprecated
  634. - {identifier} place-holder in MQTT base topic
  635. ## [1.12.6] 2018-05-02
  636. ### Fixed
  637. - Check NTP_SUPPORT for sensors (thanks to @mcspr)
  638. - Fix AM2302 sensor
  639. - Fix hostname truncated to 20 chars when advertised to DHCP ([#774](https://github.com/xoseperez/espurna/issues/774))
  640. - Decouple Serial object from Terminal, Debug modules ([#787](https://github.com/xoseperez/espurna/issues/787))
  641. - Fix Arilux LC-01 definitions ([#797](https://github.com/xoseperez/espurna/issues/797))
  642. - Do not uppercase hostname in web interface ([#799](https://github.com/xoseperez/espurna/issues/799))
  643. - Ensure scheduler has access to all channels independently of the color mode ([#807](https://github.com/xoseperez/espurna/issues/807))
  644. ### Added
  645. - Support for IteadStudio Sonoff S31 ([#497](https://github.com/xoseperez/espurna/issues/497))
  646. - Option to ignore daylight saving in scheduler ([#783](https://github.com/xoseperez/espurna/issues/783))
  647. - Report last energy reset datetime in web interface ([#784](https://github.com/xoseperez/espurna/issues/784))
  648. - Added captive portal in AP mode
  649. - Support for IR toggle mode (thanks to @darshkpatel)
  650. - Support for IteadStudio Sonoff POW R2 (thanks to @ColinShorts)
  651. - Support for Luani HVIO (thanks to @wildwiz)
  652. - Support for Zhilde ZLD-EU55-W power strip (thanks to @wildwiz)
  653. - Support for RFB_DIRECT Sonoff Bridge EFM8BB1 bypass hack (thanks to @wildwiz)
  654. - Support for SenseAir S8 CO2 sensor (thanks to @Yonsm)
  655. - Support for PMS5003T/ST sensors (thanks to @Yonsm)
  656. ### Changed
  657. - Updated JustWifi Library
  658. - Some cleanup in the web interface
  659. - Refactored configuration files (thanks to @lobradov, @mcspr)
  660. - Changes pre-commit hook (thanks to @mcspr)
  661. ## [1.12.5] 2018-04-08
  662. ### Fixed
  663. - Fixed expected power calibration ([#676](https://github.com/xoseperez/espurna/issues/676))
  664. - Do not show empty time strings ([#691](https://github.com/xoseperez/espurna/issues/691), thanks to @PieBru)
  665. - Fix load average calculation when system check is disabled ([#707](https://github.com/xoseperez/espurna/issues/707))
  666. - Fixed unstability issues with NtpClientLib using temporary fork ([#743](https://github.com/xoseperez/espurna/issues/743))
  667. - Fixed typos in homeassistant module (thanks to @Cabalist)
  668. - Fixed default HLW8012 calibration for KMC devices (thanks to @gn0st1c)
  669. - Fix MQTT query request
  670. - Fix scheduler debug message
  671. - Fix NTP offset value
  672. ### Added
  673. - Option to change NTP timeout via compile-time setting ([#452](https://github.com/xoseperez/espurna/issues/452))
  674. - Added humidity correction to web UI ([#626](https://github.com/xoseperez/espurna/issues/626), tahnks to @ManuelW77)
  675. - Added support for USA DST calculation ([#664](https://github.com/xoseperez/espurna/issues/664))
  676. - Option to reset energy count ([#671](https://github.com/xoseperez/espurna/issues/671))
  677. - Added Sonoff SV prebuild image ([#698](https://github.com/xoseperez/espurna/issues/698), thanks to @akasma74)
  678. - Check and remove unused config keys ([#730](https://github.com/xoseperez/espurna/issues/730))
  679. - Visual Studio metadata files added to .gitignore ([#731](https://github.com/xoseperez/espurna/issues/731), thanks to @gn0st1c)
  680. - Added default MQTT and SSL settings to web UI ([#732](https://github.com/xoseperez/espurna/issues/732), thanks to @mcspr)
  681. - Added option to the web UI to set the light transition length in milliseconds ([#739](https://github.com/xoseperez/espurna/issues/739))
  682. - Improved testing with Travis (thanks to @lobradov)
  683. - Change dimmers using schedule (thanks to @wysiwyng)
  684. - Debug console in web UI (thanks to @lobradov), including command execution
  685. - Option to reset relays in MQTT disconection (thanks to @a-tom-s)
  686. - Option to disable system check from custom header (thanks to @phuonglm)
  687. - Added "board" topic to the heartbeat messages (thanks to @mcspr)
  688. - Added methods to create hierarchical MQTT JSON responses
  689. - Added RESET.SAFE command to reboot into safe mode
  690. - Added SDK and Core versions to the web UI
  691. - Added revision to web UI (only when built from build.sh)
  692. - Support for OBI Powerplug Adapter ([#622](https://github.com/xoseperez/espurna/issues/622), thanks to @Geitde)
  693. - Support for Tunbox Powerstrip02 (thanks to @gn0st1c)
  694. - Support for Lingan SWA1 (thanks to @gn0st1c)
  695. - Support for Heygo HY02 (thanks to @gn0st1c)
  696. - Support for Maxcio WUS0025 (thanks to @gn0st1c)
  697. - Support for Yidian XSSSA05 SWA1 (thanks to @gn0st1c)
  698. - Support for ArnieX Swifitch (thanks to @LubergAlexander)
  699. - Support for IKE ESPIKE board
  700. - Support for AM2320 sensors via I2C (thanks to @gn0st1c)
  701. - Support for GUVAS12SD sensor (thanks to @gn0st1c)
  702. ### Changed
  703. - Removed hostname size limit ([#576](https://github.com/xoseperez/espurna/issues/576), [#659](https://github.com/xoseperez/espurna/issues/659))
  704. - Reworked RGBW implementation (thanks to @Skaronator)
  705. - Several web UI layout changes (thanks to @lobradov & @mcspr)
  706. - Button MQTT messages will not have the retain flag (thanks to @lobradov)
  707. - Remove unnecessary code from boot log (thanks to @gn0st1c)
  708. - Updated logo and favicon, added gitter channel
  709. - Force reporting power values as 0 if relay is off
  710. - Using gulp-crass for CSS minification
  711. - Using WIFI_NONE_SLEEP by default
  712. ## [1.12.4] 2018-03-05
  713. ### Fixed
  714. - Adding a 1ms delay after UDP send to avoid loosing packets ([#438](https://github.com/xoseperez/espurna/issues/438))
  715. - Fixed void return in BMX280 sensor ([#489](https://github.com/xoseperez/espurna/issues/489))
  716. - Fix MQTT keep alive cannot be more than 255 seconds ([#515](https://github.com/xoseperez/espurna/issues/515))
  717. - Do not show scheduler tab in Web UI if build without scheduler support ([#527](https://github.com/xoseperez/espurna/issues/527))
  718. - Fix inline documentation for Sonoff 4CH Pro button modes ([#551](https://github.com/xoseperez/espurna/issues/551))
  719. - Prevent resending messages from rfin in RF Bridge ([#561](https://github.com/xoseperez/espurna/issues/561))
  720. - Fix AnalogSensor description ([#601](https://github.com/xoseperez/espurna/issues/601))
  721. - Fixed missing setting in HASS WS callback (thanks to @mcspr)
  722. - ECH1560 call sync from tick method
  723. - Fixed several issues reported by codacy
  724. ### Added
  725. - UART to MQTT module (thanks to Albert Weterings, [#529](https://github.com/xoseperez/espurna/issues/529))
  726. - Added option to show HASS configuration code in ESPurna web UI ([#616](https://github.com/xoseperez/espurna/issues/616))
  727. - OTA upgrade via terminal (using 'ota' command, with SSL support)
  728. - Added I2C scan and clear commands to terminal (only when I2C enabled)
  729. - Added new relay & wifi led mode ([#604](https://github.com/xoseperez/espurna/issues/604))
  730. - Option to enable/disable web auth from web UI
  731. - Added "Reset to factory settings" in web UI (thanks to Teo Pavel, [#569](https://github.com/xoseperez/espurna/issues/569))
  732. - Added {magnitude} placeholder to MQTT root topic
  733. - Option to report energy in kWh and power in kW ([#523](https://github.com/xoseperez/espurna/issues/523))
  734. - Check upgrade file size and signature in web UI
  735. - Automatically dump info on telnet connection if TERMINAL_SUPPORT is disabled
  736. - Two different ESPURNA_CORE images for 1MB and 4MB boards, freeing GPIOs ([#557](https://github.com/xoseperez/espurna/issues/557))
  737. - Initial support for PZEM004T sensor (still beta)
  738. - Support for STM_RELAY board (thanks to Maciej Czerniak)
  739. - Support for KMC 70011 energy monitor (thanks to Wayne Manion, [#598](https://github.com/xoseperez/espurna/issues/598))
  740. - Support for Wifi Stecker Shuko device (thanks to @Geitde, [#622](https://github.com/xoseperez/espurna/issues/622))
  741. - Support for GizWits Witty Cloud device (thanks to Theonedemon)
  742. ### Changed
  743. - BMX280 changes to allow for hot-plug ([#353](https://github.com/xoseperez/espurna/issues/353))
  744. - Increase the initial check interval for NTP ([#452](https://github.com/xoseperez/espurna/issues/452))
  745. - Force turning relays off before turning others on when synced ([#491](https://github.com/xoseperez/espurna/issues/491))
  746. - Publish slampher as light to Home Assistant ([#494](https://github.com/xoseperez/espurna/issues/494))
  747. - Force API to return the target status of the relay ([#548](https://github.com/xoseperez/espurna/issues/548))
  748. - Increasing max number of messages in JSON payload to 20 ([#588](https://github.com/xoseperez/espurna/issues/588))
  749. - Change copy from 'Use colorpicker' to 'Use color'. Better hint. ([#590](https://github.com/xoseperez/espurna/issues/590))
  750. - 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))
  751. - Several spelling and grammar changes by Lee Marlow
  752. - Always enabled telnet access in ESPURNA_CORE image
  753. - Updated ESPSoftwareSerial, ESPAsyncTCP and ESPAsyncWebServer libraries
  754. ### Removed
  755. - Remove dependency from gulp-util ([#493](https://github.com/xoseperez/espurna/issues/493))
  756. - Removed specific support for Magic Home LED Controller 2.3 ([#512](https://github.com/xoseperez/espurna/issues/512))
  757. - Disabled floating point support when building against Arduino Core 2.4.0 with PIO
  758. - Removed WiFi distance calculation
  759. ## [1.12.3] 2018-01-29
  760. ### Fixed
  761. - Fix telnet crash due to local reference ([#487](https://github.com/xoseperez/espurna/issues/487))
  762. ## [1.12.2] 2018-01-29
  763. ### Added
  764. - Repository migrated over to GitHub
  765. - Travis CI build test and deploy
  766. - Pre-commit hook to change README.md file depending on the branch
  767. - {hostname} and {mac} placeholders for MQTT root topic
  768. - Added support for timezones with minutes ([#265](https://github.com/xoseperez/espurna/issues/265))
  769. - 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))
  770. - 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))
  771. - 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))
  772. - Option to disable schedules without deleting them ([#453](https://github.com/xoseperez/espurna/issues/453))
  773. - Added LED_MODE_STATUS ([#458](https://github.com/xoseperez/espurna/issues/458))
  774. - Support to set on/off state per channel using switches ([#457](https://github.com/xoseperez/espurna/issues/457))
  775. - Added support for MagicHome LED Controller 2.3
  776. - Alexa message queue (thanks to Qubeck)
  777. - Secondary Serial RX port for H801 and H802 boards ([#386](https://github.com/xoseperez/espurna/issues/386), thanks to Pablo Pousada Rial)
  778. - Added compatibility with https://github.com/rhx/RF-Bridge-EFM8BB1 to RF Bridge (Thanks to Rene Hexel)
  779. - Added message queue to RF Bridge
  780. - Added MAC to mDNS text fields
  781. - Added wifi.ap command to go into AP mode
  782. - Added message id on MQTT JSON payloads
  783. - Added hooks for 3rd party code (custom modules)
  784. - Local broker to broadcast messages internally
  785. - Added timestamp to debug output
  786. - Common I2C interface to abstract backend library (Wire or Brzo I2C)
  787. - Added espurnaLoopRegister
  788. ### Fixed
  789. - Fixed support for 4CH Pro different modes ([#333](https://github.com/xoseperez/espurna/issues/333))
  790. - Fixed several sensor modules to enable hot-unplug-plug ([#398](https://github.com/xoseperez/espurna/issues/398))
  791. - Fixed crash when calling idbSend from an MQTT callback ([#410](https://github.com/xoseperez/espurna/issues/410))
  792. - Checking trailing slash in mqttTopic ([#422](https://github.com/xoseperez/espurna/issues/422))
  793. - Fixed pulse and pulse_ms order in relay_t structure ([#424](https://github.com/xoseperez/espurna/issues/424))
  794. - 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))
  795. - Fix WiFi scan status in web UI
  796. - Several code quality fixes (thanks to @lobradov)
  797. - Fixed error message on first command over telnet
  798. ### Changed
  799. - BMX280 sensor module now doesn't depend on third party libraries
  800. - Changed time management in ntp, mqtt and scheduler modules
  801. ## Deprecated
  802. - {identifier} placeholder for MQTT root topic
  803. ## [1.12.1] 2018-01-14
  804. ### Added
  805. - Option to perform a WiFi network scan from web UI
  806. - Added hostname to web UI side menu ([#404](https://github.com/xoseperez/espurna/issues/404))
  807. - Option to flash multiple devices with ESPurna OTA Manager
  808. ### Fixed
  809. - Fix web UI layout so signature does not overlay buttons ([#396](https://github.com/xoseperez/espurna/issues/396))
  810. - 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))
  811. - Fix crash caused by a delay in UDP debugging code ([#397](https://github.com/xoseperez/espurna/issues/397))
  812. - Fix memory leak in influxDB module ([#410](https://github.com/xoseperez/espurna/issues/410))
  813. - Fix typos in web UI ([#394](https://github.com/xoseperez/espurna/issues/394), [#421](https://github.com/xoseperez/espurna/issues/421))
  814. ### Changed
  815. - Updated to fauxmoESP 2.4.2
  816. - Changed default I2C GPIO for Wemos D1 ([#420](https://github.com/xoseperez/espurna/issues/420))
  817. - Some terminal commands have changed. See docs or type "help".
  818. ## [1.12.0] 2018-01-11
  819. ### Added
  820. - Scheduler (contributed by Stefano Cotterli, thank you!, [#131](https://github.com/xoseperez/espurna/issues/131))
  821. - Added "wifi.scan" command to terminal
  822. - Added ESPurna Switch board support
  823. - Added support for python3 in memanalyzer and ota scripts (thanks to @Cabalist)
  824. - Added BSSID, RSSI, channels and distance to web UI status tab
  825. - Added mDNS name resolving to MQTT, InfluxDB and NoFUSS modules ([#129](https://github.com/xoseperez/espurna/issues/129), disabled by default)
  826. ### Fixed
  827. - Update FauxmoESP library to 2.4.1, solves dependency issue ([#388](https://github.com/xoseperez/espurna/issues/388))
  828. - Fixed hardware definition in Sonoff Basic and Dual R2 causing wrong relay state on boot ([#365](https://github.com/xoseperez/espurna/issues/365))
  829. ### Changed
  830. - Removed auto-recursion check in Domoticz module ([#379](https://github.com/xoseperez/espurna/issues/379))
  831. - Rename terminal commands: reset.wifi to wifi.reset, reset.mqtt to mqtt.reset.
  832. - Update JustWifi library to 1.1.6 (support for multiple SSIDs with the same name)
  833. - Changed the way Home Assistant module handles disabling auto-discovery ([#383](https://github.com/xoseperez/espurna/issues/383))
  834. ## [1.11.4] 2018-01-09
  835. ### Fixed
  836. - Fix bug in RF Bridge when RF code contains the stop byte. Check overflow ([#357](https://github.com/xoseperez/espurna/issues/357))
  837. - Fixed typos in code and wiki (Thanks to @Cabalist)
  838. - Fix bug in magnitude topic and units ([#355](https://github.com/xoseperez/espurna/issues/355))
  839. ### Added
  840. - Small core build to allow two-step flashing method for big binaries
  841. - Thingspeak support ([#371](https://github.com/xoseperez/espurna/issues/371), disabled by default)
  842. - Color synchronization between lights using MQTT ([#362](https://github.com/xoseperez/espurna/issues/362))
  843. - Support for Arilux AL-LC02 ([#347](https://github.com/xoseperez/espurna/issues/347))
  844. - Support for Tarpuna Shield for Wemos D1
  845. - Build option to disable password checking ([#373](https://github.com/xoseperez/espurna/issues/373))
  846. - Option to report sensor address via MQTT ([#377](https://github.com/xoseperez/espurna/issues/377), I2C address, GPIO, Dallas address,...)
  847. - Added binary size to memanalyzer script
  848. - Option to specify custom client ID for MQTT connection ([#368](https://github.com/xoseperez/espurna/issues/368))
  849. - Cross-platform ESPurna OTA Manager implemented in python (untested)
  850. - Terminal command to get or set digital GPIO
  851. ### Changed
  852. - Using 2.3.0 for prebuilt binaries
  853. - Fix delay in DHT sensor
  854. - Allow MQTT keep alive value of up to 3600s
  855. - Changed Sonoff 4CH Pro definitions to support built-in interlock mode ([#333](https://github.com/xoseperez/espurna/issues/333))
  856. ## [1.11.3] 2018-01-02
  857. ### Fixed
  858. - Fix uninitialized PWM channels bug ([#356](https://github.com/xoseperez/espurna/issues/356))
  859. ### Added
  860. - Added memory analyzer
  861. ## [1.11.2] 2017-12-30
  862. ### Fixed
  863. - Fix my92xx and pwm references for Arduino IDE ([#346](https://github.com/xoseperez/espurna/issues/346))
  864. - Fix SHT3X I2C sensor magnitude count ([#337](https://github.com/xoseperez/espurna/issues/337))
  865. - Fix timing for DHT11 sensors ([#294](https://github.com/xoseperez/espurna/issues/294))
  866. - Fix overflow in relayParsePayload with long MQTT messages ([#344](https://github.com/xoseperez/espurna/issues/344))
  867. - Fix loading of Dallas and DHT sensors for Sonoff TH images ([#352](https://github.com/xoseperez/espurna/issues/352))
  868. - Subscribe to Domoticz MQTT topics only if Domotic< is enabled
  869. ### Added
  870. - Added option to change MQTT retain flag, QoS and keepalive time from webUI ([#321](https://github.com/xoseperez/espurna/issues/321))
  871. - Added LED modes "always off" and "always on" ([#348](https://github.com/xoseperez/espurna/issues/348))
  872. - Defined new ESPurna switch (no HLW8012 support & touch button ready)
  873. ### Changed
  874. - Stop requiring definition of boards in migrate module
  875. ## [1.11.1] 2017-12-29
  876. ### Fixed
  877. - Fixed relay status on reboot
  878. ### Added
  879. - Added support for Arilux AL-LC01 and AL-LC11
  880. - Added support for BH1750 luminosity sensor
  881. - Added automatic memory size identification in ota_flash script
  882. ## [1.11.0] 2017-12-28
  883. ### Fixed
  884. - Fixed Arduino IDE compilation issues ([#330](https://github.com/xoseperez/espurna/issues/330))
  885. - Fixed issues with IE
  886. - Fixed websocket auth issue with Safari (temporary)
  887. - Fixed MQTT group sync when different switches share same group
  888. - Fixed casting issue in buttonStore ([#327](https://github.com/xoseperez/espurna/issues/327))
  889. - Fixed crash in InfluxDB initial heartbeat ([#318](https://github.com/xoseperez/espurna/issues/318))
  890. - Fixed LED logic for ESPurna H08 board
  891. ### Added
  892. - New sensors module (major change)
  893. + Existing sensor have been migrated: EMON*, ECH1560, V9261F, HLW8012, DHT, DALLAS, ANALOG, DIGITAL and EVENTS
  894. + New sensor have bee added: BMP280/BME280, EMON over ADS1115, MHZ19, PMSX003 (thanks to Òscar Rovira), SHT3X over I2C and SI7021
  895. - Option to change boot and pulse modes per relay from the web UI
  896. - Option to select sensor read interval and report interval from web UI
  897. - Itead RF Bridge
  898. + Match MQTT RFOUT codes to relays
  899. + Force RFBridge to send messages even if switch is already in requested state ([#324](https://github.com/xoseperez/espurna/issues/324))
  900. + Implemented RFbridge message queue asynchronously
  901. - Added option to load config via HTTP POST & reset ([#335](https://github.com/xoseperez/espurna/issues/335))
  902. - Added option to define behaviour of the first LED between WIFI, MQTT, FIND-ME ([#317](https://github.com/xoseperez/espurna/issues/317))
  903. - Added HTML linter to gulp builder
  904. - Added Help command on terminal ([#338](https://github.com/xoseperez/espurna/issues/338))
  905. - Added preliminary support for SSDP (untested, disabled by default) ([#282](https://github.com/xoseperez/espurna/issues/282))
  906. - Reporting NTP datetime on MQTT heartbeat (thanks to Eldon R. Brown)
  907. - Added version tracking and migration code
  908. - I2C and GPIO locking features
  909. - Changed default button action for touch button devices (TOUCH and T1) ([#327](https://github.com/xoseperez/espurna/issues/327))
  910. - Generic 8 channel board ([#336](https://github.com/xoseperez/espurna/issues/336))
  911. ### Changed
  912. - Added more sensor data filters (Max, MobileAverage)
  913. - Changed max pulse time to 1h ([#316](https://github.com/xoseperez/espurna/issues/316))
  914. - Renamed "reset" to "reboot" for clarity ([#315](https://github.com/xoseperez/espurna/issues/315))
  915. - UI refactor
  916. - Change apiRegister signature
  917. ## [1.10.1] 2017-12-05
  918. ### Fixed
  919. - Fix Sonoff RFBridge learn message from web UI ([#287](https://github.com/xoseperez/espurna/issues/287))
  920. - Fix unstability in "one and just one" sync mode ([#290](https://github.com/xoseperez/espurna/issues/290))
  921. - Fix unnecessary inclusion of my92xx library ([#293](https://github.com/xoseperez/espurna/issues/293))
  922. - Limit the MQTT queue to 10 messages when "Use JSON payload" enabled ([#296](https://github.com/xoseperez/espurna/issues/296))
  923. - Fix Sonoff RFBridge OFF button toggling switch ([#303](https://github.com/xoseperez/espurna/issues/303))
  924. - Allow defining only ON or OFF codes in Sonoff RFBridge ([#304](https://github.com/xoseperez/espurna/issues/304))
  925. - Disabled terminal support for Sonoff Dual ([#310](https://github.com/xoseperez/espurna/issues/310))
  926. ### Added
  927. - Support for SI7021-based sensor by Itead Studio compatible with Sonoff TH ([#216](https://github.com/xoseperez/espurna/issues/216))
  928. - Support for Sonoff Dual R2 ([#286](https://github.com/xoseperez/espurna/issues/286))
  929. - MQTT group topics (sync two or more switches from different devices, [#300](https://github.com/xoseperez/espurna/issues/300))
  930. - Color transitions (enabled by default, can be disabled from web UI)
  931. - Option to disable MQTT support at build time
  932. ### Changed
  933. - Decreased PWM frequency for dimmer lights
  934. - Changed password policy ([#297](https://github.com/xoseperez/espurna/issues/297))
  935. ## [1.10.0] 2017-11-26
  936. ### Fixed
  937. - Temperatures with 1 decimal resolution
  938. - Issues with Sonoff B1 due to bad driver management (using my92xx library now)
  939. - Avoid recursive messages on Domoticz ([#272](https://github.com/xoseperez/espurna/issues/272))
  940. - Fixed Sonoff T1 configuration
  941. - Simplify and fix web auth ([#284](https://github.com/xoseperez/espurna/issues/284))
  942. - Fix Embedis custom parser
  943. ### Added
  944. - Added option to define a temperature correction factor (thanks to Pawel Raszewski)
  945. - Option to disable system check on build time
  946. - Power saving features (loopDelay and wifi sleep)
  947. - Added Sonoff TH build environment
  948. - Send Home Assistant auto discover messages on connect ([#279](https://github.com/xoseperez/espurna/issues/279))
  949. - Implemented Home Assistant availability topic ([#280](https://github.com/xoseperez/espurna/issues/280))
  950. - Update time, uptime and heap on webUI every heartbeat
  951. - Support for LLMNR and NetBIOS ([#282](https://github.com/xoseperez/espurna/issues/282))
  952. - Added I2C clean bus code
  953. - Added realm to auth challenge
  954. ### Changed
  955. - Changed default hostname to "ESPURNA_XXXXXX"
  956. - Binaries built against stable core (~40Kb less, [#274](https://github.com/xoseperez/espurna/issues/274))
  957. - Enabled TERMINAL_SUPPORT for Sonoff Dual (only available via TELNET)
  958. - Dinamically resize debug strings (now messages are not cropped)
  959. - MQTT: unsubscribe to '#' before subscribing
  960. - Updated ESPAsyncWebServer and ESPAsyncTCP libraries
  961. - Removed InfluxDB support by default
  962. - Using stock slider in webUI to reduce size
  963. - Unify DHT and DS18B20 code, show NOT CONNECTED on webUI
  964. ## [1.9.9] 2017-11-09
  965. ### Fixed
  966. - Fixed bug in MY9291-based light bulbs at full brightness
  967. ### Added
  968. - RFBridge: toggle when RF codes for ON and OFF are the same ([#270](https://github.com/xoseperez/espurna/issues/270))
  969. - Support for HSV color schema (MQTT, API and webUI via a selector)
  970. ### Changed
  971. - "COLOR" entry point deprecated, use "RGB" instead (MQTT and API, ex. topic "light/rgb/set" instead of "light/color/set")
  972. ## [1.9.8] 2017-11-08
  973. ### Fixed
  974. - Removed dimmer lights flicker when saving to EEPROM ([#191](https://github.com/xoseperez/espurna/issues/191))
  975. - Fixed low brightness in dimmer lights ([#157](https://github.com/xoseperez/espurna/issues/157))
  976. - Fixed blank fields in energy ([#258](https://github.com/xoseperez/espurna/issues/258), [#259](https://github.com/xoseperez/espurna/issues/259))
  977. - Fixed support for Arilux AL-LC06
  978. - Updated fauxmoESP library with support for GetBinaryState actions
  979. ### Added
  980. - Support for IR remotes
  981. - Option to select power read and report interval from webUI
  982. - Option to report real-time values in API, configurable via webUI
  983. - Support for ESPurna-H Board v0.8
  984. - Support for Arilux E27 light bulb (untested)
  985. - Support for YJZK 2-gang switch
  986. ### Changed
  987. - PWM using ESP8266_new_pwm by Stephan Bruens (https://github.com/StefanBruens/ESP8266_new_pwm)
  988. - Using own DHT implementation (removed dependency on Adafruit libraries)
  989. - Disabled serial debug for Sonoff RFBridge
  990. ## [1.9.7] 2017-10-25
  991. ### Fixed
  992. - Fix Alexa interface switching on all lights ([#256](https://github.com/xoseperez/espurna/issues/256))
  993. ## [1.9.6] 2017-10-23
  994. ### Fixed
  995. - Fix power report in Domoticz ([#236](https://github.com/xoseperez/espurna/issues/236))
  996. - Fix Sonoff POW in AP mode ([#241](https://github.com/xoseperez/espurna/issues/241))
  997. - Fix Home Automation auto-discovery (support for single relay switches and RGB lights, [#235](https://github.com/xoseperez/espurna/issues/235))
  998. - Check WS authentication only on start event
  999. ### Added
  1000. - 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))
  1001. - Support for ManCaveMade ESPLive board (thanks to Michael A. Cox)
  1002. - Support for InterMIT Tech QuinLED 2.6 (thanks to Colin Shorts)
  1003. - Support for Magic Home LED Controller 2.0 (thanks to users @gimi87 and @soif, [#231](https://github.com/xoseperez/espurna/issues/231))
  1004. - Support for Arilux AL-LC06 (thanks to Martijn Kruissen)
  1005. - Support for Xenon SM-PW702U Wifi boards (thanks to Joshua Harden, [#212](https://github.com/xoseperez/espurna/issues/212))
  1006. - Support for Authometion LYT8266 (testing, thanks to Joe Blellik, [#213](https://github.com/xoseperez/espurna/issues/213))
  1007. - Support for an external button for D1 Mini boards (thanks to user @PieBru, [#239](https://github.com/xoseperez/espurna/issues/239))
  1008. - Option to query relay status via MQTT or WS (thanks to Wesley Tuzza)
  1009. - Automatically install dependencies for web interface builder (thanks to Hermann Kraus)
  1010. - Support for HSV and IR for Magic Home LED Controller (optional, disabled by default, thanks to Wesley Tuzza)
  1011. - Added option to report DS18B20 temperatures based on changes (thanks to Michael A. Cox)
  1012. - Safer buffer handling for websocket data (thanks to Hermann Kraus & Björn Bergman)
  1013. - Updates HL8012 library with energy counting support (thanks to Hermann Kraus)
  1014. - Added option to disable light color persistence to avoid flickering ([#191](https://github.com/xoseperez/espurna/issues/191))
  1015. - Option to enable TELNET in STA mode from web UI ([#203](https://github.com/xoseperez/espurna/issues/203))
  1016. ### Changed
  1017. - Changed default MQTT base topic to "{identifier}" (no leading slashes, [#208](https://github.com/xoseperez/espurna/issues/208))
  1018. - Prevent reconnecting when in AP mode if a web session or a telnet session is active ([#244](https://github.com/xoseperez/espurna/issues/244))
  1019. - Web UI checks for pending changes before reset/reconnect options ([#226](https://github.com/xoseperez/espurna/issues/226))
  1020. - Increase WIFI connect timeout and reconnect interval
  1021. ## [1.9.5] 2017-09-28
  1022. ### Fixed
  1023. - Revert to JustWifi 1.1.4 ([#228](https://github.com/xoseperez/espurna/issues/228))
  1024. ## [1.9.4] 2017-09-22
  1025. ### Added
  1026. - Added ESPurna specific mDNS text registers (app_name, app_version, device_name)
  1027. - Crash dump info is stored in EEPROM and retrieved via terminal ("crash" command)
  1028. - Support for Huacanxing H802
  1029. - Support for powermeters based on V9261F IC
  1030. - Support for powermeters based on ECH1560 IC (beta, untested)
  1031. ### Changed
  1032. - Changed behaviour on MQTT connection failure ([#215](https://github.com/xoseperez/espurna/issues/215))
  1033. - Removed boot delay
  1034. - Refactor power modules
  1035. - Updated JustWifi library
  1036. ### Fixed
  1037. - Set all esp8285 devices to use esp01_1m ([#210](https://github.com/xoseperez/espurna/issues/210), [#225](https://github.com/xoseperez/espurna/issues/225))
  1038. - Removed wifi gain option since it prevents some devices to connect ([#204](https://github.com/xoseperez/espurna/issues/204))
  1039. ## [1.9.3] 2017-09-04
  1040. ### Added
  1041. - New "erase.config" option in terminal to delete SDK settings
  1042. - Added error code to error message when updating from web UI
  1043. - Fixed Web UI to be behind a proxy (http://tinkerman.cat/secure-remote-access-to-your-iot-devices/)
  1044. - 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/)
  1045. ### Changed
  1046. - Updated fauxmoESP library to 2.2.0
  1047. ### Fixed
  1048. - Fix HLW8012 calibration ([#194](https://github.com/xoseperez/espurna/issues/194))
  1049. - Fix telnet dropping connection
  1050. - Fix WiFiSecureClient connection with PubSubClient ([#64](https://github.com/xoseperez/espurna/issues/64))
  1051. ## [1.9.2] 2017-08-31
  1052. ### Added
  1053. - 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))
  1054. - Telnet support (enabled by default only on AP interface)
  1055. - Option to set WiFi gain from web UI
  1056. - Option to disable MQTT from web UI
  1057. - MQTT autodiscover, with the option to autoconnect if no broker defined
  1058. - Home Assistant MQTT autodiscover feature
  1059. - List enabled modules in INIT debug info
  1060. - Counter module (counts and reports transitions in a digital pin)
  1061. ### Changed
  1062. - Updated NoFUSS support
  1063. - Web UI documentation changes
  1064. - Changes in terminal commands ("reconnect" is now "reset.wifi", also new commands added)
  1065. ### Fixed
  1066. - Crash in settings saving ([#190](https://github.com/xoseperez/espurna/issues/190)) and fixed UDP debug conditional build clauses
  1067. ## [1.9.1] 2017-08-27
  1068. ### Added
  1069. - Support to build without NTP support
  1070. - Added current time, uptime, free heap, firmware size and free space to web interface
  1071. ### Changed
  1072. - Changed settings keys for Itead Sonoff RF Bridge
  1073. - Disable Domoticz by default
  1074. ### Fixed
  1075. - Fixed build flags for DHT and DS18B20 in platformio.ini file
  1076. - Fixed Itead Sonoff B1 by updating the my9291 library
  1077. - Fixed light status on boot ([#157](https://github.com/xoseperez/espurna/issues/157))
  1078. - Fixed CSS bug cause by a bad merge
  1079. ## [1.9.0] 2017-08-25
  1080. ### Added
  1081. - Support for IteadStudio BN-SZ01 Ceiling Light ([#132](https://github.com/xoseperez/espurna/issues/132))
  1082. - Support for IteadStudio Sonoff RF Bridge ([#173](https://github.com/xoseperez/espurna/issues/173))
  1083. - Support for IteadStudio Sonoff 4CH Pro ([#174](https://github.com/xoseperez/espurna/issues/174))
  1084. - Support for IteadStudio Sonoff B1
  1085. - Support for IteadStudio Sonoff LED
  1086. - Support for IteadStudio Sonoff T1 wall switches (1, 2 and 4 channels)
  1087. - Support for WiOn 50055 WiFi Wall Outlet & Tap
  1088. - Support for EXS WiFi Relay v3.1 (and other future latching relay boards) ([#152](https://github.com/xoseperez/espurna/issues/152))
  1089. - 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))
  1090. - 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))
  1091. - Added ON and OFF actions for button events (previously only TOGGLE available) ([#182](https://github.com/xoseperez/espurna/issues/182))
  1092. - Sliders in web interface to control dimmer channels independently (also for brightness)
  1093. - Debug info about MQTT disconnect reason
  1094. ### Changed
  1095. - MQTT setters ending with "/set" by default
  1096. - Using DOUT flash mode on all devices ([#167](https://github.com/xoseperez/espurna/issues/167))
  1097. - Longer timeout for WiFi connection (better chances for Sonoff Basic to connect)
  1098. - Changed MQTT topics for light devices (COLOR, BRIGHTNESS, MIRED, KELVIN, CHANNEL) ([#144](https://github.com/xoseperez/espurna/issues/144))
  1099. - Changed the way light devices are defined (see LIGHT_PROVIDER_DIMMER)
  1100. - Allow to disable color picker in web interface
  1101. - API returns processed values for HLW8012 sensor (not raw values anymore) ([#176](https://github.com/xoseperez/espurna/issues/176))
  1102. - Major refactoring of settings
  1103. ### Fixed
  1104. - Discard MQTT messages with empty payload ([#185](https://github.com/xoseperez/espurna/issues/185))
  1105. - Wifi connection issue (https://github.com/esp8266/Arduino/issues/2186)
  1106. - Alexa connection issue
  1107. ## [1.8.3] 2017-07-23
  1108. ### Added
  1109. - 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
  1110. - Issue [#170](https://github.com/xoseperez/espurna/issues/170). Updated DebouceEvent library to allow disabling double click and get faster click responses
  1111. - Using memory layout with no SPIFFS for 1Mb devices
  1112. ### Changed
  1113. - Rename settings s/POW/HLW8012/
  1114. - Return times in ISO8601 format
  1115. ### Fixed
  1116. - Issue [#168](https://github.com/xoseperez/espurna/issues/168). Added H801 to arduino.h file
  1117. - Issue [#171](https://github.com/xoseperez/espurna/issues/171). Fix corrupted will message
  1118. ## [1.8.2] 2017-07-16
  1119. ### Added
  1120. - InfluxDB support via HTTP API
  1121. - Added custom reset reason to debug log
  1122. - Enable WIFI debug on hardware reset (button long click)
  1123. ### Changed
  1124. - Issue [#159](https://github.com/xoseperez/espurna/issues/159). Allow decimals in relay pulse interval
  1125. - Updated HLW8012 library
  1126. ### Fixed
  1127. - Issue [#148](https://github.com/xoseperez/espurna/issues/148). Fix bug in conditional compilation check
  1128. - Issue [#149](https://github.com/xoseperez/espurna/issues/149). Using different pulse counters for each relay (thanks to Lauris Ieviņš)
  1129. - Issue [#141](https://github.com/xoseperez/espurna/issues/141). Limit relay pulse interval to 60s
  1130. - Fixed units for apparent & reactive power (thanks to Lauris Ieviņš)
  1131. - Fixed mDNS setup when using custom HTTP port for web interface
  1132. ## [1.8.1] 2017-05-22
  1133. ### Fixed
  1134. - Issue [#140](https://github.com/xoseperez/espurna/issues/140). Fix no relay control bug in Sonoff Dual
  1135. ## [1.8.0] 2017-05-21
  1136. ### Added
  1137. - Added gamma correction to RGB strips. Thanks to Chris Ward.
  1138. - Added support for Huacanxing H801 WiFi LED Controller. Thanks to Minh Phuong Ly.
  1139. - Issue [#138](https://github.com/xoseperez/espurna/issues/138). Added NTP configuration from web interface
  1140. - Issue [#128](https://github.com/xoseperez/espurna/issues/128). Report color when booting and in heartbeat stream.
  1141. - Issue [#126](https://github.com/xoseperez/espurna/issues/126). Show NTP status in web interface.
  1142. - Added filter limits on POW readings.
  1143. - Added color temperature to RGB calculation. Thanks to Sacha Telgenhof.
  1144. - Issue [#120](https://github.com/xoseperez/espurna/issues/120). Added relay flood protection. Thanks to Izik Dubnov.
  1145. - Support for "#RRGGBB", "RRR,GGG,BBB" and "WWW" color formats.
  1146. - Issue [#117](https://github.com/xoseperez/espurna/issues/117). Added build date & time to web interface.
  1147. ### Fixed
  1148. - Fix MQTT_RELAY board conifugration. Thanks to Denis French.
  1149. - Issue [#125](https://github.com/xoseperez/espurna/issues/125). Fix bug in relay status reading from EEPROM
  1150. - Issue [#127](https://github.com/xoseperez/espurna/issues/127). Fix button action in DUAL.
  1151. - Fix bug in Sonoff POW current reading. Thanks to Emmanuel Tatto.
  1152. - Minimizing my9291 flickering when booting.
  1153. - Fix conditional flags in hardware.ino to support Arduino IDE.
  1154. ## [1.7.1] 2017-03-28
  1155. ### Fixed
  1156. - Issue [#113](https://github.com/xoseperez/espurna/issues/113). Fix restoring color from EEPROM upon reboot
  1157. - Issue [#113](https://github.com/xoseperez/espurna/issues/113). Fix bug in API handlers
  1158. ## [1.7.0] 2017-03-27
  1159. ### Added
  1160. - Web interface embedded in firmware image by default
  1161. - Upload firmware image from web interface
  1162. - Added API entry point to change light color
  1163. - Added generic analog sensor. Thanks to Francesco Boscarino
  1164. - Report RSSI value in debug console and MQTT status messages
  1165. - Added support for Magic Home LED Controller
  1166. - Added support for ESPurna-H Board (based on HLW8012)
  1167. - Added forward compatible code for v2.0
  1168. ### Changed
  1169. - Added ellipsis (...) in debug messages longer than 80 characters
  1170. - Changed topic constants in code
  1171. - Prevent the SDK from saving WiFi configuration to flash
  1172. ### Fixed
  1173. - Issue [#113](https://github.com/xoseperez/espurna/issues/113). Fix light bulb state to OFF in library prevented the bulb from turning on
  1174. - Issue [#58](https://github.com/xoseperez/espurna/issues/58). Added code to handle spurious readings
  1175. - Fix bug in HLW8012 calibration current parameter casting to int instead of float
  1176. - Issue [#115](https://github.com/xoseperez/espurna/issues/115). Removed local declaration of _mqttForward variable. Thanks to Paweł Fiedor
  1177. - Fix MQTT will topic. Thanks to Asbjorn Tronhus
  1178. ## [1.6.9] 2017-03-12
  1179. ### Added
  1180. - Two stage read for DS18B20 devices. Thanks to Izik Dubnov.
  1181. - Option to report the relay status via MQTT periodically
  1182. - Terminal commands to change relay status an light color
  1183. - Added debug via UDP (disabled by default)
  1184. - Moved debug strings to PROGMEM. ~1.5KByes memory freed
  1185. - Avoid broadcasting websocket messages if no clients connected
  1186. ### Fixed
  1187. - Fixing use after free bug that leads to corrupted auth credentials. Thanks to David Guillen
  1188. ## [1.6.8] 2017-03-01
  1189. ### Added
  1190. - Issue [#85](https://github.com/xoseperez/espurna/issues/85). Heartbeat reports now free heap, uptime and VCC every 5 minutes
  1191. ### Changed
  1192. - Wait two minutes instead of one in AP mode before trying to reconnect to the router
  1193. - Issue [#92](https://github.com/xoseperez/espurna/issues/92). Debug log enabled by default in Arduino IDE
  1194. - Issue [#91](https://github.com/xoseperez/espurna/issues/91). Using AsyncMqttClient as default MQTT client again
  1195. ### Fixed
  1196. - Report data from all sensors via websocket even if no MQTT connection
  1197. - Issue [#92](https://github.com/xoseperez/espurna/issues/92). Fix unknown reference in Arduino IDE
  1198. - Split data.h contents into 1k lines, otherwise Arduino IDE chokes on them
  1199. - Discard empty MQTT topic while subscribing
  1200. ## [1.6.7] 2017-02-25
  1201. ### Added
  1202. - Support for OpenLight / AI-Light by AI-Thinker based on MY9291 LED driver
  1203. - Issue [#87](https://github.com/xoseperez/espurna/issues/87). Factory reset when physical button pressed for >10 seconds
  1204. ## [1.6.6] 2017-02-23
  1205. ### Fixed
  1206. - Issue [#82](https://github.com/xoseperez/espurna/issues/82). Fix critical bug on Sonoff Dual
  1207. ## [1.6.5] 2017-02-22
  1208. ### Added
  1209. - Option to backup and restore settings from the web interface
  1210. - Footer in the web interface
  1211. ### Changed
  1212. - Using PubSubClient as MQTT client by default (please read the documentation)
  1213. - Double & long clicks do nothing except for the first defined button
  1214. ### Fixed
  1215. - Issue [#79](https://github.com/xoseperez/espurna/issues/79). Fix bug in WiFi led notification & MQTT connectivity (using PubSubClient)
  1216. - Issue [#73](https://github.com/xoseperez/espurna/issues/73). Fix bug when building without Domoticz support
  1217. - Fix Gulp tasks dependencies
  1218. ## [1.6.4] 2017-02-20
  1219. ### Added
  1220. - Option to embed the web interface in the firmware, disabled by default
  1221. - Change relay status with a GET request (browser friendly)
  1222. - Support for PROGMEM debug messages (only wifi module has been changed)
  1223. - Option to disable mDNS, enabled by default
  1224. - Show current web server port in debug log
  1225. - Issue [#75](https://github.com/xoseperez/espurna/issues/75). Link relays to LEDs
  1226. - Issue [#76](https://github.com/xoseperez/espurna/issues/76). Using http://espurna.local when in AP mode
  1227. ### Changed
  1228. - Images and favicon is now embedded in the HTML
  1229. - Authentication challenge only in /auth request. All static contents are un-authenticated
  1230. - HTTP response code when out of websocket slots changed from 423 to 429
  1231. ### Fixed
  1232. - Memory leak in MQTT connection method
  1233. - Wait 60 seconds before retrying to connect when in AP mode
  1234. - 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
  1235. - Issue [#73](https://github.com/xoseperez/espurna/issues/73). Fixes for windows machines
  1236. ### Removed
  1237. - Captive portal removed, mDNS resolution for AP mode too
  1238. ## [1.6.3] 2017-02-15
  1239. ### Added
  1240. - Issue [#69](https://github.com/xoseperez/espurna/issues/69). Temperature unit configuration from the web interface
  1241. - Issue [#55](https://github.com/xoseperez/espurna/issues/55). WebServer port configurable from the web interface, defaults to 80
  1242. - Expand network configuration when adding a new network
  1243. ### Changed
  1244. - Merged web contents except images in a single compressed file for reliability
  1245. - Update support for Itead Motor Clockwise/Anticlockwise board
  1246. - Scan for strongest network only if more than 1 network configured
  1247. ### Fixed
  1248. - Issue [#71](https://github.com/xoseperez/espurna/issues/71). Added default values for netmask and DNS in web configuration
  1249. - Fixed Itead 1CH self-locking/inching board definition
  1250. - Fixed PlatformIO environments for ESP8285 boards (4CH and Touch)
  1251. ## [1.6.2] 2017-02-10
  1252. ### Fixed
  1253. - Check if there is an MQTT broker defined before the MQTT_MAX_TRIES check
  1254. ## [1.6.1] 2017-02-10
  1255. ### Added
  1256. - Added support for [Jorge Garcia's Wifi+Relay Board Kit](https://www.tindie.com/products/jorgegarciadev/wifi--relays-board-kit/)
  1257. - Reporting current and energy incrementals to a separate counters in Domoticz (thanks to Toni Arte)
  1258. - Force WiFi reconnect after MQTT_MAX_TRIES fails trying to connect to MQTT broker
  1259. ## [1.6.0] 2017-02-05
  1260. ### Added
  1261. - Added support for toggle switches
  1262. - Allow reset the board via an MQTT message
  1263. - Allow reset the board via an RPC (HTTP) message
  1264. - 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/))
  1265. - Reporting voltage to Domoticz (only HLW8012)
  1266. - Map button events to actions (toggle relay, AP mode, reset, pulse mode)
  1267. ### Changed
  1268. - Reporting energy incrementals (Domoticz, MQTT)
  1269. ### Removed
  1270. - Removed current monitor bypass when relay is OFF
  1271. - Removed energy API entry point
  1272. ## [1.5.4] 2017-02-03
  1273. ### Fixed
  1274. - Issue [#50](https://github.com/xoseperez/espurna/issues/50). Fix type bug in window variable when calculating energy for HLW8012 devices (Sonoff POW)
  1275. ## [1.5.3] 2017-02-02
  1276. ### Fixed
  1277. - Issue [#50](https://github.com/xoseperez/espurna/issues/50) and [#54](https://github.com/xoseperez/espurna/issues/54). Fixed domoticz MQTT message format
  1278. ### Added
  1279. - Energy calculation and aggregation. API entry points and MQTT messages.
  1280. ## [1.5.2] 2017-01-29
  1281. ### Fixed
  1282. - Fix bug in emon topic payload
  1283. ## [1.5.1] 2017-01-28
  1284. ### Added
  1285. - OpenEnergyMonitor WiFi MQTT Relay / Thermostat support (thanks to Denis French)
  1286. ### Fixed
  1287. - NTP connection refresh upon wifi connection
  1288. - Filesystem image build using local gulp installation
  1289. ## [1.5.0] 2017-01-21
  1290. ### Added
  1291. - Pulse mode. Allows to define a pulse time after which the relay will switch back
  1292. - API entry points for sensor data (power, current, voltage, temperature and humidity)
  1293. - Export sensor data to Domoticz (power, current, voltage, temperature and humidity)
  1294. - Configurable (in code) mapping between buttons and relays
  1295. - MQTT messages for button events
  1296. - Added support for Itead Studio 1CH inching/self locking smart switch board
  1297. - Added support for Jan Goedeke Wifi Relay boards (both NC and NO versions)
  1298. - Notify OTA updates to websocket clients, automatically reload page
  1299. - Support for pulse mode notification LED and button
  1300. - Revert relay state mode on boot (thanks to Minh Phuong Ly)
  1301. ### Fixed
  1302. - MQTT will topic
  1303. - Crash with HLW812 interrupts while trying to create a WIFI connection
  1304. - Issue [#20](https://github.com/xoseperez/espurna/issues/20) Better inline documentation for Alexa and Domoticz default settings
  1305. - Issue [#39](https://github.com/xoseperez/espurna/issues/39) Fixed autoconnect issue with static IP (fixed in JustWifi library)
  1306. - Issue [#41](https://github.com/xoseperez/espurna/issues/41) Added password requirements to initial password change page
  1307. ### Changed
  1308. - Changed LED pattern for WIFI notifications (shorter pulses)
  1309. ## [1.4.4] 2017-01-13
  1310. ### Added
  1311. - Adding current, voltage, apparent and reactive power reports to Sonoff POW (Web & MQTT)
  1312. ### Fixed
  1313. - Issue [#35](https://github.com/xoseperez/espurna/issues/35) Fixed frequent MQTT connection drops after WIFI reconnect
  1314. - Defer wifi disconnection from web interface to allow request to return
  1315. ### Changed
  1316. - Move all Arduino IDE configuration values to their own file
  1317. - Using latest HLW8012 library in interrupt mode
  1318. ## [1.4.3] 2017-01-11
  1319. ### Fixed
  1320. - 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
  1321. ## [1.4.2] 2017-01-09
  1322. ### Added
  1323. - Support for inverse logic relays
  1324. ### Fixed
  1325. - Issue [#31](https://github.com/xoseperez/espurna/issues/31). Fixed error in relay identification from MQTT messages
  1326. ## [1.4.1] 2017-01-05
  1327. ### Added
  1328. - Alexa support by default on all devices
  1329. - Added support for Wemos D1 Mini board with official Relay Shield
  1330. ### Fixed
  1331. - Multi-packet websocket frames
  1332. ## [1.4.0] 2016-12-31
  1333. ### Added
  1334. - Domoticz support via MQTT (https://www.domoticz.com/wiki/MQTT)
  1335. - Support for static IP connections
  1336. ### Fixed
  1337. - Issue [#16](https://github.com/xoseperez/espurna/issues/16). Enforce minimum password strength in web interface
  1338. ### Changed
  1339. - Using default client_id provided by AsyncMqttClient
  1340. - Allow up to 5 different WIFI networks
  1341. ### Removed
  1342. - File system version file
  1343. ## [1.3.1] 2016-12-31
  1344. ### Fixed
  1345. - data_dir fix for PlatformIO
  1346. ## [1.3.0] 2016-12-30
  1347. ### Changed
  1348. - Arduino IDE support (changes in the folder structure and documentation)
  1349. ## [1.2.0] 2016-12-27
  1350. ### Added
  1351. - Force password changing if it's the default one
  1352. - Added Last-Modified header to static contents
  1353. - Added DNS captive portal for AP mode
  1354. - Added support for Sonoff 4CH
  1355. - Added support for WorkChoice ecoPlug (ECOPLUG). Thanks to David Myers
  1356. - Added support for Sonoff SV
  1357. - Added support for Sonoff Touch
  1358. - Comment out hardware selection in hardware.h if using Arduino IDE
  1359. - Added support for MQTT get/set suffixes (/status, /set, ...)
  1360. - Added support for LED notifications via MQTT
  1361. - Added EEPROM check commands to terminal interface
  1362. ### Changed
  1363. - Using unreleased AsyncMqttClient with stability improvements
  1364. - Better decoupling between MQTT and relays/websockets
  1365. - Skipping retained MQTT messages (configurable)
  1366. ### Fixed
  1367. - Issue [#11](https://github.com/xoseperez/espurna/issues/11) Compile error when building sonoff-dual-debug
  1368. - Issue [#14](https://github.com/xoseperez/espurna/issues/14) MQTT Connection with Username an Password not working
  1369. - Issue [#17](https://github.com/xoseperez/espurna/issues/17) Moved static variable 'pending' to class variable
  1370. ## [1.1.0] 2016-12-06
  1371. ### Added
  1372. - Added support for DS18B20 temperature sensor. Thanks to Francesco Boscarino
  1373. - Added reset command from console
  1374. - Added support for multirelay boards like Sonoff DUAL or Electrodragon ESP Relay Board
  1375. ### Changed
  1376. - Not using espressif8266_stage in default environment
  1377. - Relay MQTT topics
  1378. - API entry points
  1379. ### Removed
  1380. - Old non protected API
  1381. ## [1.0.3] 2016-11-29
  1382. ### Added
  1383. - WeMo emulation through the fauxmoESP library (control your switch from Alexa!)
  1384. - REST API for relay management
  1385. - Better dependency definitions in platformio.ini
  1386. - Option to define inverse logic to on-board LED
  1387. - Built data folder included in repo
  1388. ### Changed
  1389. - Using non-interrupt driven mode for HLW8012
  1390. - Better documentation
  1391. - Small changes to web interface
  1392. - Same admin password for web, OTA and WIFI AP mode
  1393. ### Fixed
  1394. - Prevent fauxmoESP to be compiled by default
  1395. ### Removed
  1396. - Removed ESPurna board to its own repo
  1397. ## [1.0.1] 2016-11-13
  1398. ### Added
  1399. - Basic authentication and CSRF to websocket requests
  1400. ## [1.0.0] 2016-11-13
  1401. ### Added
  1402. - Using ESPAsyncWebServer (for web & websockets) and AsyncMqttClient
  1403. ## [0.9.9] 2016-11-12
  1404. ### Added
  1405. - Preliminary support for Sonoff POW
  1406. - Replace AJAX requests with websockets
  1407. - Using sprites for images
  1408. - Hostname can be changed
  1409. - Added initial relay state mode
  1410. - Reconnect and reset buttons on web interface
  1411. ### Changed
  1412. - Changed long click to reset and double click to AP mode
  1413. - Using officially supported platformio.ini file by default
  1414. ### Fixed
  1415. - Removed unnecessary memory inefficient code
  1416. - Temprary fix for Adafruit DHT library (see https://github.com/adafruit/DHT-sensor-library/issues/62)
  1417. ## [0.9.8] 2016-10-06
  1418. ### Added
  1419. - Using PureCMS for the web interface
  1420. - Using gulp to build the filesystem files
  1421. - Using Embedis for configuration
  1422. ### Changed
  1423. - Updated JustWifi library
  1424. - Web interface changes
  1425. - Using custom platformio.ini file
  1426. - Loads of changes in modules
  1427. - Added DEBUG_MSG
  1428. ### Fixed
  1429. - Clean gulp builder script
  1430. ## [0.9.7] 2016-08-28
  1431. ### Changed
  1432. - Moving wifi management to library (JustWifi)
  1433. - Split code into modules
  1434. ## [0.9.6] 2016-08-12
  1435. ### Added
  1436. - Added heartbeat, version and fsversion MQTT messages
  1437. ### Changed
  1438. - GZip 3rd party contents
  1439. ## [0.9.5] 2016-07-31
  1440. - Initial stable version