Mirror of espurna firmware for wireless switches and more
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.

1276 lines
64 KiB

7 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.13.6] Unreleased
  5. ### Fixed
  6. ### Added
  7. ### Changed
  8. ## [1.13.5] 2019-02-27
  9. ### Fixed
  10. - Revert loopDelay dependency on wifi sleep mode (#1574)
  11. - Fix hardcoded serial objects in _debugSendSerial, terminalLoop and PZEM sensor (#1573)
  12. - Fix RFBridge not showing codes in web UI as per @mcspr suggested change (#1571)
  13. - Fix BSSIDs in scan output (#1567)
  14. - Fix PZEM004TSensor pointer use
  15. - RFBridge: fix webui codes parsing
  16. - Avoid websocket ping back on fw upgrade via web UI form (#1574)
  17. - Removing line break before templated variable to fix issue with Windows Arduino IDE (#1579, thanks to @AlbertWeterings)
  18. - Send brightness to websocket
  19. ### Added
  20. - Relay MQTT group receive-only sync mode setting
  21. - Set wifi sleep mode from settings
  22. - Add unique id and device support for better HA UI integration (#1547, thanks to @abmantis)
  23. - Improved inline documentation of BMX280 settings (#1585, thanks to CraigMarkwardt)
  24. ## [1.13.4] 2019-02-21
  25. ### Fixed
  26. - Travis fixes
  27. - IR results on raw mode (thanks to @vtochq)
  28. - Missing configuration in HTTP API (#1288)
  29. - NTP sync changes (#1342)
  30. - Proper buffer size to fit two digit rfbOFF key (#1348)
  31. - Use correct arguments for stat on macOS (#1355, thanks to @jackwilson)
  32. - Enable `reload` command when no web support (#1383)
  33. - Wrong GPIO value for dummy relay (#1386)
  34. - Wait until mqtt client has finished trying to connect
  35. - Disable EEPROM Rotate before NoFUSS update (#1398, thanks to @arihantdaga)
  36. - Only check domoticz state in broker callback (#1562)
  37. - Fix upload_port and upload_args
  38. - Fix heartbeat dropdown size
  39. - Setup settings before using them in system module (#1542)
  40. - Fix HEARTBEAT_REPORT_DESCRIPTION typo (#1539)
  41. - Fix wsDebugSend prototype
  42. - Fix pulse for dummy relays (#1496, thanks to @Niek)
  43. - Fix RFBridge websocket data
  44. - Only process Domoticz RGB MQTT Messages for the current idx (#1489, thanks to @soif)
  45. - Fix pulse for dummy relays
  46. - Fix compile error when both RF_SUPPORT and API_SUPPORT are enabled (#1479, thanks to @Niek)
  47. - Fix compile error when TERMINAL_SUPPORT is disabled (#1426)
  48. - Fix compile error when RF_SUPPORT is enabled (#1475)
  49. - Fix CodingStyle link (#1473)
  50. - Fix: Add Debug flag for compilation of wifiDebug() function (#1454)
  51. - Fix bug in RFM69 that counted packets twice
  52. - Escape hyphens in img.shields.io urls
  53. - Fix travis builds based on latest core
  54. - Increase buffer size to fit B0 code (#1423)
  55. - Fix function call typo in RF code (#1421)
  56. - Fix RF code conversion to long (#1410)
  57. ### Added
  58. - Support for MAXCIO W-DE003 device (thanks to @kerk1v)
  59. - Support for Tonbux XS-SSA01 device (thanks to @StevenWolfe)
  60. - Support for Blitzwolf BW-SHP2 v2.3 (#1351)
  61. - Support for Tecking SP22 v1.4+
  62. - Support for Lombez Lux Nova 2 smart bulbs (thanks to @kcghost)
  63. - Support for Orvibo B25 (#1402, thanks to @plutec)
  64. - Support for GBLife RGBW Socket (#1305)
  65. - Support for Generic Relay ESP01 V4.0 in inverse relay version (#1504, #1554)
  66. - Support for Gosund WS1 aka KS-602S (#1551, thanks to @nsvrana)
  67. - Support for Oukitel P1 smart switch (#1553, thanks to @quinnsam)
  68. - Support for Lyasi light bulb (#1533, thanks to Eichhoernchen)
  69. - Support for RGB(WW) controlled using Domoticz MQTT messages (#1459, thanks to @sq5gvm)
  70. - Support for newer AL-LC02 boards with different pinout (#1469, thanks to @sq5gvm)
  71. - Support for SmartLife Mini Smart Socket RGB (thanks to @kuppe234, #1411)
  72. - Support for Gosund SP1 v2.3 (#1448)
  73. - Support for OBI Wifi Schuko Plug V2 (#1408, thanks to @arthurf1969)
  74. - Support for pulse meter power sensor for new-generation smart-meters
  75. - Support for VL53L1X ToF sensor (thanks to @ruimarinho)
  76. - Support for VEML6075 UV sensor (thanks to @ruimarinho)
  77. - Support for EZO pH Circuit sensor (thanks to @ruimarinho)
  78. - Support for MAX6675 temperature sensor (#1375, thanks to @lucciano)
  79. - Support for MagicHome ZJ WFMN A/B v1.1 (#1339)
  80. - Support for multiple PZEM004T sensors (thanks to @0x3333)
  81. - Support for Support PMS5003S (#1511, thanks to @Yonsm)
  82. - Support for pulse meter power sensor for new-generation smart-meters (including debouncing and energy ratio support by @jackwilson)
  83. - Support for BMP085 and BMP180 sensors (#1082)
  84. - Add dim up and down actions to button handler (#1250)
  85. - Compact WS data (#1387)
  86. - Improved analog sensor (#1326, thanks to @cconde)
  87. - Report SSID in heartbeat messages
  88. - Option to send full data to thinkgspeak on every message (#1369)
  89. - Added RSSI to InfluxDB heartbeat (#1400, tahnks to @BuildTheRobots)
  90. - Option to report time even if no NTP sync (#1310)
  91. - Support for mixed combination of real and dummy relays (#1305)
  92. - Report target color values on MQTT and API
  93. - Note on WiFi tab about hostname (#1555)
  94. - Allow saving heartbeat settings from web (#1538)
  95. - Build images for Sonoff Basic R2 with DHT and DALLAS support
  96. - Add warning about TELNET_PASSWORD
  97. - Domoticz: track last relay state (#1536)
  98. - Adding description field to web UI, reporting it via MQTT (#1523)
  99. - ESP-01 + 2ch 5v relay LC tech Exclusive relay on (#1519, thanks to @clabnet)
  100. - Add OTA support over MQTT (#1424, thanks to @Niek)
  101. - Configure Heartbeat from WebUI & option HEARTBEAT_REPEAT_STATUS (#1474, thanks to martiera)
  102. - Delay light comms (mqtt, ws, broker) to avoid jamming
  103. - Added message type to broker
  104. - Yield() after handling OTA request
  105. - Disconnect websocket when auth fails
  106. - Manage relay changes in third party modules via broker
  107. - Added API entry points for RFBridge module (#1407)
  108. - Domoticz over MQTT to Espurna RGB/RGBW/RGBWW
  109. - Debug check position to make sure definition is not nullified to avoid putting checks in all places
  110. - MQTT reconnect delay based on last disconnection
  111. - Add terminal support for wifiDebug
  112. - Created contribute.md and support.md files
  113. - Created issue templates
  114. - Runtime heartbeat configuration (#1406)
  115. - APP_VERSION suffix (#1418)
  116. - Allow {hostname} and {mac} placeholder for mqtt user and client_id fields (#1338)
  117. - Split ws messages for relays and rf codes (#262)
  118. - Added learn and forget terminal commands to RFBridge and RF modules (#1253)
  119. - Change light transition time via MQTT or API (#1412)
  120. ### Changed
  121. - Telnet password requirements (#1382)
  122. - Separate tab for NoFUSS options (#1404)
  123. - Updated to use gulp4 (#1403)
  124. - Updated to EEPROM_Rotate 0.9.2
  125. - Show proper switches names in web UI
  126. - Removing loop delay if WIFI is not set to sleep, reducing it to 1ms otherwise (#1541)
  127. - Change naming for BlitzWolf SHP2 and SHP6 (now SHPX) boards
  128. - Print each HA config entry separately (#1535)
  129. - Updated DebounceEvent to 2.0.5 (#1527, #1254)
  130. - Python cleanup (@1526, thanks to Cabalist)
  131. - Normalize naming for Arilux AL LC02 v14
  132. - Increase version field size in OTA manager
  133. - Merge RF and RFBridge code (#1435, thanks to @Niek)
  134. - Update to fauxmoESP 3.1.0
  135. - Move crash code to it's own module
  136. ## [1.13.3] 2018-10-08
  137. ### Fixed
  138. - Honour build time settings for MQTT on fresh install (#719)
  139. - Fix custom_crash_callback declaration for Arduino IDE 1.8.6 (#1169)
  140. - Fix eneUnits key in web UI (#1177)
  141. - Fix HA names (#1183)
  142. - API is now restful (issue a PUT to change a relay status). It can be disabled from web UI (#1192)
  143. - Remove static array to prevent out of bound in relay.ino (#1217)
  144. - Remove duplicate call to EEPROMr.begin (#1214)
  145. - Fix issue when SPIFFS_SUPPORT is enabled (#1225)
  146. - Fix quoting units_of_measurement in HA config output (#1227)
  147. - Fix "Clear counts" on rfm69 does not reset node count properly (thanks to @Trickx, #1239)
  148. - Fix homecube 3rd led setting (thanks to @mcspr)
  149. - Fix typo in static IP hint text (@thanks to @zafrirron)
  150. - Fix hostname/password length requirements (thanks to @mcspr and @djwmarcx)
  151. - Do not quote numbers in MQTT JSON payloads
  152. - Fix telnet client object deletion (thanks to @mcspr)
  153. - Call wakeUp PMS on first reading cycle to avoid not data in a long period (thanks to @Yonsm)
  154. - Small fixes and windows support for ESPurna OTA Manager (thanks to @mcspr)
  155. - Fix for YiDian XS-SSA05 configs (thanks to @ducky64)
  156. - Send MQTT messages only for button events with assigned actions (thanks to @Valcob)
  157. - Avoid EEPROM commits on callbacks (#1214)
  158. ### Added
  159. - Option to report energy based on delta since last report (#369)
  160. - Support for IR-MQTT bridge, also in RAW mode (#556, #907)
  161. - Allow faster sensor reading intervals, down to 1 second (#848)
  162. - Support for Xiaomi Smart Desk Lamp (#884)
  163. - Retry up to 3 times on bad response to Thingspeak server (#1213)
  164. - Support for apparent power and power factor on CSE7/XX sensor (#1215)
  165. - Support for encoders
  166. - Support for Allterco Shelly2
  167. - Added SDS011 sensor support (thanks to @derlucas)
  168. - Added password check to telnet (option to disable it)
  169. - Added PHYX support (thanks to @whitebird)
  170. - Added config command that outputs the configuration in JSON
  171. - Support for MICS-2710, MICS-5525 and MICS-4514, gas sensors
  172. - Support for iWoole LED Table Lamp (thanks to @CollinShorts)
  173. - Command to output free stack
  174. - Password management from web UI (thanks to @mcspr)
  175. - Added BESTEK MRJ1011 support (thanks to @InduPrakash)
  176. - Support for EXS WiFi Relay 5.0 (thanks to @cheise, #1218)
  177. - Allowing disabling or single heartbeat on MQTT connect or repeat (default) (#1196)
  178. - Command to save settings when SETTINGS_AUTOSAVE is off
  179. ### Changed
  180. - Upgraded to JustWifi 2.0.2
  181. - Upgraded to FauxmoESP 3.0.1
  182. - Upgraded to DebounceEvent 2.0.4 to properly support BUTTON_SWITCH
  183. - Split `info` command output into `info` and `wifi`. Refactor output.
  184. - Custom HA payloads (thanks to @Yonsm)
  185. ## [1.13.2] 2018-08-27
  186. ### Fixed
  187. - Fix relay overflow window length
  188. - Fix TravisCI release condition (thanks to @mcspr, [#1042](https://github.com/xoseperez/espurna/issues/1042))
  189. - Fix Sonoff RFBridge build in Arduino IDE ([#1043](https://github.com/xoseperez/espurna/issues/1043))
  190. - Using corrent path separator in gulpfile.js (thanks to @InduPrakash, [#1045](https://github.com/xoseperez/espurna/issues/1045))
  191. - Fix KMC70011 LED logic (thanks to @zerog2k, [#1056](https://github.com/xoseperez/espurna/issues/1056))
  192. - 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))
  193. - Fix switches in Microsoft Edge (thanks to @Valcob, [#1066](https://github.com/xoseperez/espurna/issues/1066))
  194. - Fix build.sh error handling (thanks to @mcspr, [#1075](https://github.com/xoseperez/espurna/issues/1075))
  195. - Correctly init Serial on RELAY_PROVIDER_STM ([#1130](https://github.com/xoseperez/espurna/issues/1130))
  196. - Disconnect before running WPS and SmartConfig discovery ([#1146](https://github.com/xoseperez/espurna/issues/1146))
  197. - Fix sort fields in OTA manager
  198. ### Added
  199. - Support for YJZK 1Ch and 3CH switches (thanks to @CollinShorts and @q32103940, [#1047](https://github.com/xoseperez/espurna/issues/1047))
  200. - Support for AG-L4 color desk lamp (thanks to @zerog2k, [#1050](https://github.com/xoseperez/espurna/issues/1050))
  201. - Option to cofigure ON/OFF payload at build time ([#1085](https://github.com/xoseperez/espurna/issues/1085))
  202. - Option to change default payload for HA ([#1085](https://github.com/xoseperez/espurna/issues/1085))
  203. - Support for Allterco Shelly1 (thanks to @abmantis, [#1128](https://github.com/xoseperez/espurna/issues/1128))
  204. - Support for HomeCube 16A (thanks to @hyteoo, [#1106](https://github.com/xoseperez/espurna/issues/1106))
  205. - Support for multiple sonar sensors (thanks to @ruimarinho, [#1116](https://github.com/xoseperez/espurna/issues/1116))
  206. - Support for hardware serial on PMSX003 device (thanks to @ruimarinho, [#1122](https://github.com/xoseperez/espurna/issues/1122))
  207. - Support for Lohas 9W bulbs (thanks to @steveway, [#1135](https://github.com/xoseperez/espurna/issues/1135))
  208. - Show literal for webUI image in info ([#1142](https://github.com/xoseperez/espurna/issues/1142))
  209. - Add RFBRIDGE code to full webUI image ([#1157](https://github.com/xoseperez/espurna/issues/1157))
  210. - Handle events in EventSensor
  211. - Option to remove API_SUPPORT at build time
  212. - Option to save total energy in EEPROM after X reports, disabled by default
  213. - Support for DHT12 sensor (thanks to Altan Altay)
  214. - Support for 2MB flash boards
  215. ### Changed
  216. - Update PlatformIO support to 3.6.X branch
  217. - Explicitly disable ATC on RFM69 gateway ([#938](https://github.com/xoseperez/espurna/issues/938))
  218. - Reduce memory footprint of API calls ([#1133](https://github.com/xoseperez/espurna/issues/1133))
  219. - Init relay GPIO when in inverse mode to be OFF ([#1078](https://github.com/xoseperez/espurna/issues/1078))
  220. ## [1.13.1] 2018-07-10
  221. ### Fixed
  222. - Build issues with Arduino IDE ([#975](https://github.com/xoseperez/espurna/issues/975))
  223. - Right web interface image for with RF Bridge
  224. - Full web interface image if light and sensor together ([#981](https://github.com/xoseperez/espurna/issues/981))
  225. - Some devices still not using DOUT flash mode
  226. - Crash on loading malformed configuration file
  227. - Mismatch between memory size and layout size for some boards (this might require reflashing)
  228. - Wrong settings report after factory reset
  229. - Memory leak in JustWifi library
  230. - New buttons not rendering right in Safari ([#1028](https://github.com/xoseperez/espurna/issues/1028))
  231. ### Added
  232. - Support for RFM69GW board (see http://tinkerman.cat/rfm69-wifi-gateway/)
  233. - Support for Sonoff IFAN02
  234. - Support for NTC sensors ([#1001](https://github.com/xoseperez/espurna/issues/1001))
  235. - Support for single-pin latched relays ([#1039](https://github.com/xoseperez/espurna/issues/1039))
  236. - Check binary flash mode in web upgrade
  237. - Sampling to AnalogSensor
  238. - Parallel builds in Travis (thanks to @lobradov)
  239. ### Changed
  240. - Reworked platformio.ini, build.sh files (thanks to @gn0st1c and @mcspr)
  241. ## [1.13.0] 2018-06-22
  242. ### Fixed
  243. - Fixed PZEM004T compilation issues, working when using hardware serial ([#837](https://github.com/xoseperez/espurna/issues/837))
  244. - Fixed per channel state on/off for lights ([#830](https://github.com/xoseperez/espurna/issues/830))
  245. - Fixed overflow in CSE7766 energy calculation ([#856](https://github.com/xoseperez/espurna/issues/856))
  246. - Fixed On MQTT disconnect in web UI ([#845](https://github.com/xoseperez/espurna/issues/845))
  247. - Check valid hostnames ([#874](https://github.com/xoseperez/espurna/issues/874), [#879](https://github.com/xoseperez/espurna/issues/879))
  248. - Fix Sonoff POW R2 configuration
  249. - Fixed InfluxDB sensor by id ([#882](https://github.com/xoseperez/espurna/issues/882))
  250. - Fix build when disabling WEB_SUPPORT ([#923](https://github.com/xoseperez/espurna/issues/923))
  251. - Fix calibration error in EmonSensor ([#876](https://github.com/xoseperez/espurna/issues/876))
  252. - Fix telnet and web debug responsiveness ([#896](https://github.com/xoseperez/espurna/issues/896))
  253. - Use double quotes in JSON for non-numeric values ([#929](https://github.com/xoseperez/espurna/issues/929))
  254. - Support connections over HTTPS via proxy ([#937](https://github.com/xoseperez/espurna/issues/937))
  255. ### Added
  256. - EEPROM sector rotation using EEPROM_Rotate library
  257. - Code filtering when building web UI images
  258. - 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))
  259. - Support for WPS (not available in pre-built binaries)
  260. - Support for Smart Config (not available in pre-built binaries)
  261. - Support for CCT lights (thanks to @Skaronator)
  262. - Allow RELAYx_DELAY_ON/OFF also for none GPIO relay types (thanks to @zafrirron)
  263. - Added relay status to Domoticz on MQTT connection ([#872](https://github.com/xoseperez/espurna/issues/872))
  264. - Added configurable UART-to-MQTT terminator
  265. - Added telnet link to web UI
  266. - Reload terminal command to force all modules to reload settings from config ([#816](https://github.com/xoseperez/espurna/issues/816))
  267. - Added security headers to each HTTP response (thanks to @ITNerdBox)
  268. - Customized GET terminal command (thanks to @mcspr)
  269. - More RC codes supported on TX for RF Bridge (thanks to @wildwiz)
  270. - Support for BL0937 power monitoring chip with unmodified HLW8012 library ([#737](https://github.com/xoseperez/espurna/issues/737))
  271. - Enable CORS
  272. - Support for Allnet ESP8266 UP Relay (thanks to @bajo)
  273. - Support for Tonbux Mosquito Killer (thanks to @gn0st1c)
  274. - Support for Neo Coolcam NAS-WR01W WiFi Smart Power Plug
  275. - Support for TYWE3S-based Estink WiFi Power Strip (thanks to @sandman, [#852](https://github.com/xoseperez/espurna/issues/852))
  276. - Support for Pilotak ESP DIN V1
  277. - Support for DIY Geiger counter (thanks to @Trickx)
  278. - Support for HomeCube / Blitzwolf BW-SHP2
  279. * Support for Vanzavanzu Smart Wifi Plug Mini
  280. - Support for Bruno Horta's OnOfre board
  281. ### Changed
  282. - Updated PlatformIO to use Core 3.5.3
  283. - Updated to JustWifi 2.0
  284. - CSS optimizations ([#870](https://github.com/xoseperez/espurna/issues/870), [#871](https://github.com/xoseperez/espurna/issues/871))
  285. - Several changes in OTA Manager
  286. - Better memory layout info
  287. - MQTT keep alive time increased to 300s
  288. - Using ticket-based authentication for WS
  289. - Refactor module and sensor listings ([#896](https://github.com/xoseperez/espurna/issues/896))
  290. - Using alternative math methods to save ~8Kb with lights
  291. - Simpligying mired/kelvin methods
  292. - Changed web UI checkboxes with pure CSS versions
  293. ### Deprecated
  294. - {identifier} place-holder in MQTT base topic
  295. ## [1.12.6] 2018-05-02
  296. ### Fixed
  297. - Check NTP_SUPPORT for sensors (thanks to @mcspr)
  298. - Fix AM2302 sensor
  299. - Fix hostname truncated to 20 chars when advertised to DHCP ([#774](https://github.com/xoseperez/espurna/issues/774))
  300. - Decouple Serial object from Terminal, Debug modules ([#787](https://github.com/xoseperez/espurna/issues/787))
  301. - Fix Arilux LC-01 definitions ([#797](https://github.com/xoseperez/espurna/issues/797))
  302. - Do not uppercase hostname in web interface ([#799](https://github.com/xoseperez/espurna/issues/799))
  303. - Ensure scheduler has access to all channels independently of the color mode ([#807](https://github.com/xoseperez/espurna/issues/807))
  304. ### Added
  305. - Support for IteadStudio Sonoff S31 ([#497](https://github.com/xoseperez/espurna/issues/497))
  306. - Option to ignore daylight saving in scheduler ([#783](https://github.com/xoseperez/espurna/issues/783))
  307. - Report last energy reset datetime in web interface ([#784](https://github.com/xoseperez/espurna/issues/784))
  308. - Added captive portal in AP mode
  309. - Support for IR toggle mode (thanks to @darshkpatel)
  310. - Support for IteadStudio Sonoff POW R2 (thanks to @ColinShorts)
  311. - Support for Luani HVIO (thanks to @wildwiz)
  312. - Support for Zhilde ZLD-EU55-W power strip (thanks to @wildwiz)
  313. - Support for RFB_DIRECT Sonoff Bridge EFM8BB1 bypass hack (thanks to @wildwiz)
  314. - Support for SenseAir S8 CO2 sensor (thanks to @Yonsm)
  315. - Support for PMS5003T/ST sensors (thanks to @Yonsm)
  316. ### Changed
  317. - Updated JustWifi Library
  318. - Some cleanup in the web interface
  319. - Refactored configuration files (thanks to @lobradov, @mcspr)
  320. - Changes pre-commit hook (thanks to @mcspr)
  321. ## [1.12.5] 2018-04-08
  322. ### Fixed
  323. - Fixed expected power calibration ([#676](https://github.com/xoseperez/espurna/issues/676))
  324. - Do not show empty time strings ([#691](https://github.com/xoseperez/espurna/issues/691), thanks to @PieBru)
  325. - Fix load average calculation when system check is disabled ([#707](https://github.com/xoseperez/espurna/issues/707))
  326. - Fixed unstability issues with NtpClientLib using temporary fork ([#743](https://github.com/xoseperez/espurna/issues/743))
  327. - Fixed typos in homeassistant module (thanks to @Cabalist)
  328. - Fixed default HLW8012 calibration for KMC devices (thanks to @gn0st1c)
  329. - Fix MQTT query request
  330. - Fix scheduler debug message
  331. - Fix NTP offset value
  332. ### Added
  333. - Option to change NTP timeout via compile-time setting ([#452](https://github.com/xoseperez/espurna/issues/452))
  334. - Added humidity correction to web UI ([#626](https://github.com/xoseperez/espurna/issues/626), tahnks to @ManuelW77)
  335. - Added support for USA DST calculation ([#664](https://github.com/xoseperez/espurna/issues/664))
  336. - Option to reset energy count ([#671](https://github.com/xoseperez/espurna/issues/671))
  337. - Added Sonoff SV prebuild image ([#698](https://github.com/xoseperez/espurna/issues/698), thanks to @akasma74)
  338. - Check and remove unused config keys ([#730](https://github.com/xoseperez/espurna/issues/730))
  339. - Visual Studio metadata files added to .gitignore ([#731](https://github.com/xoseperez/espurna/issues/731), thanks to @gn0st1c)
  340. - Added default MQTT and SSL settings to web UI ([#732](https://github.com/xoseperez/espurna/issues/732), thanks to @mcspr)
  341. - Added option to the web UI to set the light transition length in milliseconds ([#739](https://github.com/xoseperez/espurna/issues/739))
  342. - Improved testing with Travis (thanks to @lobradov)
  343. - Change dimmers using schedule (thanks to @wysiwyng)
  344. - Debug console in web UI (thanks to @lobradov), including command execution
  345. - Option to reset relays in MQTT disconection (thanks to @a-tom-s)
  346. - Option to disable system check from custom header (thanks to @phuonglm)
  347. - Added "board" topic to the heartbeat messages (thanks to @mcspr)
  348. - Added methods to create hierarchical MQTT JSON responses
  349. - Added RESET.SAFE command to reboot into safe mode
  350. - Added SDK and Core versions to the web UI
  351. - Added revision to web UI (only when built from build.sh)
  352. - Support for OBI Powerplug Adapter ([#622](https://github.com/xoseperez/espurna/issues/622), thanks to @Geitde)
  353. - Support for Tunbox Powerstrip02 (thanks to @gn0st1c)
  354. - Support for Lingan SWA1 (thanks to @gn0st1c)
  355. - Support for Heygo HY02 (thanks to @gn0st1c)
  356. - Support for Maxcio WUS0025 (thanks to @gn0st1c)
  357. - Support for Yidian XSSSA05 SWA1 (thanks to @gn0st1c)
  358. - Support for ArnieX Swifitch (thanks to @LubergAlexander)
  359. - Support for IKE ESPIKE board
  360. - Support for AM2320 sensors via I2C (thanks to @gn0st1c)
  361. - Support for GUVAS12SD sensor (thanks to @gn0st1c)
  362. ### Changed
  363. - Removed hostname size limit ([#576](https://github.com/xoseperez/espurna/issues/576), [#659](https://github.com/xoseperez/espurna/issues/659))
  364. - Reworked RGBW implementation (thanks to @Skaronator)
  365. - Several web UI layout changes (thanks to @lobradov & @mcspr)
  366. - Button MQTT messages will not have the retain flag (thanks to @lobradov)
  367. - Remove unnecessary code from boot log (thanks to @gn0st1c)
  368. - Updated logo and favicon, added gitter channel
  369. - Force reporting power values as 0 if relay is off
  370. - Using gulp-crass for CSS minification
  371. - Using WIFI_NONE_SLEEP by default
  372. ## [1.12.4] 2018-03-05
  373. ### Fixed
  374. - Adding a 1ms delay after UDP send to avoid loosing packets ([#438](https://github.com/xoseperez/espurna/issues/438))
  375. - Fixed void return in BMX280 sensor ([#489](https://github.com/xoseperez/espurna/issues/489))
  376. - Fix MQTT keep alive cannot be more than 255 seconds ([#515](https://github.com/xoseperez/espurna/issues/515))
  377. - Do not show scheduler tab in Web UI if build without scheduler support ([#527](https://github.com/xoseperez/espurna/issues/527))
  378. - Fix inline documentation for Sonoff 4CH Pro button modes ([#551](https://github.com/xoseperez/espurna/issues/551))
  379. - Prevent resending messages from rfin in RF Bridge ([#561](https://github.com/xoseperez/espurna/issues/561))
  380. - Fix AnalogSensor description ([#601](https://github.com/xoseperez/espurna/issues/601))
  381. - Fixed missing setting in HASS WS callback (thanks to @mcspr)
  382. - ECH1560 call sync from tick method
  383. - Fixed several issues reported by codacy
  384. ### Added
  385. - UART to MQTT module (thanks to Albert Weterings, [#529](https://github.com/xoseperez/espurna/issues/529))
  386. - Added option to show HASS configuration code in ESPurna web UI ([#616](https://github.com/xoseperez/espurna/issues/616))
  387. - OTA upgrade via terminal (using 'ota' command, with SSL support)
  388. - Added I2C scan and clear commands to terminal (only when I2C enabled)
  389. - Added new relay & wifi led mode ([#604](https://github.com/xoseperez/espurna/issues/604))
  390. - Option to enable/disable web auth from web UI
  391. - Added "Reset to factory settings" in web UI (thanks to Teo Pavel, [#569](https://github.com/xoseperez/espurna/issues/569))
  392. - Added {magnitude} placeholder to MQTT root topic
  393. - Option to report energy in kWh and power in kW ([#523](https://github.com/xoseperez/espurna/issues/523))
  394. - Check upgrade file size and signature in web UI
  395. - Automatically dump info on telnet connection if TERMINAL_SUPPORT is disabled
  396. - Two different ESPURNA_CORE images for 1MB and 4MB boards, freeing GPIOs ([#557](https://github.com/xoseperez/espurna/issues/557))
  397. - Initial support for PZEM004T sensor (still beta)
  398. - Support for STM_RELAY board (thanks to Maciej Czerniak)
  399. - Support for KMC 70011 energy monitor (thanks to Wayne Manion, [#598](https://github.com/xoseperez/espurna/issues/598))
  400. - Support for Wifi Stecker Shuko device (thanks to @Geitde, [#622](https://github.com/xoseperez/espurna/issues/622))
  401. - Support for GizWits Witty Cloud device (thanks to Theonedemon)
  402. ### Changed
  403. - BMX280 changes to allow for hot-plug ([#353](https://github.com/xoseperez/espurna/issues/353))
  404. - Increase the initial check interval for NTP ([#452](https://github.com/xoseperez/espurna/issues/452))
  405. - Force turning relays off before turning others on when synced ([#491](https://github.com/xoseperez/espurna/issues/491))
  406. - Publish slampher as light to Home Assistant ([#494](https://github.com/xoseperez/espurna/issues/494))
  407. - Force API to return the target status of the relay ([#548](https://github.com/xoseperez/espurna/issues/548))
  408. - Increasing max number of messages in JSON payload to 20 ([#588](https://github.com/xoseperez/espurna/issues/588))
  409. - Change copy from 'Use colorpicker' to 'Use color'. Better hint. ([#590](https://github.com/xoseperez/espurna/issues/590))
  410. - 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))
  411. - Several spelling and grammar changes by Lee Marlow
  412. - Always enabled telnet access in ESPURNA_CORE image
  413. - Updated ESPSoftwareSerial, ESPAsyncTCP and ESPAsyncWebServer libraries
  414. ### Removed
  415. - Remove dependency from gulp-util ([#493](https://github.com/xoseperez/espurna/issues/493))
  416. - Removed specific support for Magic Home LED Controller 2.3 ([#512](https://github.com/xoseperez/espurna/issues/512))
  417. - Disabled floating point support when building against Arduino Core 2.4.0 with PIO
  418. - Removed WiFi distance calculation
  419. ## [1.12.3] 2018-01-29
  420. ### Fixed
  421. - Fix telnet crash due to local reference ([#487](https://github.com/xoseperez/espurna/issues/487))
  422. ## [1.12.2] 2018-01-29
  423. ### Added
  424. - Repository migrated over to GitHub
  425. - Travis CI build test and deploy
  426. - Pre-commit hook to change README.md file depending on the branch
  427. - {hostname} and {mac} placeholders for MQTT root topic
  428. - Added support for timezones with minutes ([#265](https://github.com/xoseperez/espurna/issues/265))
  429. - 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))
  430. - 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))
  431. - 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))
  432. - Option to disable schedules without deleting them ([#453](https://github.com/xoseperez/espurna/issues/453))
  433. - Added LED_MODE_STATUS ([#458](https://github.com/xoseperez/espurna/issues/458))
  434. - Support to set on/off state per channel using switches ([#457](https://github.com/xoseperez/espurna/issues/457))
  435. - Added support for MagicHome LED Controller 2.3
  436. - Alexa message queue (thanks to Qubeck)
  437. - Secondary Serial RX port for H801 and H802 boards ([#386](https://github.com/xoseperez/espurna/issues/386), thanks to Pablo Pousada Rial)
  438. - Added compatibility with https://github.com/rhx/RF-Bridge-EFM8BB1 to RF Bridge (Thanks to Rene Hexel)
  439. - Added message queue to RF Bridge
  440. - Added MAC to mDNS text fields
  441. - Added wifi.ap command to go into AP mode
  442. - Added message id on MQTT JSON payloads
  443. - Added hooks for 3rd party code (custom modules)
  444. - Local broker to broadcast messages internally
  445. - Added timestamp to debug output
  446. - Common I2C interface to abstract backend library (Wire or Brzo I2C)
  447. - Added espurnaLoopRegister
  448. ### Fixed
  449. - Fixed support for 4CH Pro different modes ([#333](https://github.com/xoseperez/espurna/issues/333))
  450. - Fixed several sensor modules to enable hot-unplug-plug ([#398](https://github.com/xoseperez/espurna/issues/398))
  451. - Fixed crash when calling idbSend from an MQTT callback ([#410](https://github.com/xoseperez/espurna/issues/410))
  452. - Checking trailing slash in mqttTopic ([#422](https://github.com/xoseperez/espurna/issues/422))
  453. - Fixed pulse and pulse_ms order in relay_t structure ([#424](https://github.com/xoseperez/espurna/issues/424))
  454. - 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))
  455. - Fix WiFi scan status in web UI
  456. - Several code quality fixes (thanks to @lobradov)
  457. - Fixed error message on first command over telnet
  458. ### Changed
  459. - BMX280 sensor module now doesn't depend on third party libraries
  460. - Changed time management in ntp, mqtt and scheduler modules
  461. ## Deprecated
  462. - {identifier} placeholder for MQTT root topic
  463. ## [1.12.1] 2018-01-14
  464. ### Added
  465. - Option to perform a WiFi network scan from web UI
  466. - Added hostname to web UI side menu ([#404](https://github.com/xoseperez/espurna/issues/404))
  467. - Option to flash multiple devices with ESPurna OTA Manager
  468. ### Fixed
  469. - Fix web UI layout so signature does not overlay buttons ([#396](https://github.com/xoseperez/espurna/issues/396))
  470. - 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))
  471. - Fix crash caused by a delay in UDP debugging code ([#397](https://github.com/xoseperez/espurna/issues/397))
  472. - Fix memory leak in influxDB module ([#410](https://github.com/xoseperez/espurna/issues/410))
  473. - Fix typos in web UI ([#394](https://github.com/xoseperez/espurna/issues/394), [#421](https://github.com/xoseperez/espurna/issues/421))
  474. ### Changed
  475. - Updated to fauxmoESP 2.4.2
  476. - Changed default I2C GPIO for Wemos D1 ([#420](https://github.com/xoseperez/espurna/issues/420))
  477. - Some terminal commands have changed. See docs or type "help".
  478. ## [1.12.0] 2018-01-11
  479. ### Added
  480. - Scheduler (contributed by Stefano Cotterli, thank you!, [#131](https://github.com/xoseperez/espurna/issues/131))
  481. - Added "wifi.scan" command to terminal
  482. - Added ESPurna Switch board support
  483. - Added support for python3 in memanalyzer and ota scripts (thanks to @Cabalist)
  484. - Added BSSID, RSSI, channels and distance to web UI status tab
  485. - Added mDNS name resolving to MQTT, InfluxDB and NoFUSS modules ([#129](https://github.com/xoseperez/espurna/issues/129), disabled by default)
  486. ### Fixed
  487. - Update FauxmoESP library to 2.4.1, solves dependency issue ([#388](https://github.com/xoseperez/espurna/issues/388))
  488. - Fixed hardware definition in Sonoff Basic and Dual R2 causing wrong relay state on boot ([#365](https://github.com/xoseperez/espurna/issues/365))
  489. ### Changed
  490. - Removed auto-recursion check in Domoticz module ([#379](https://github.com/xoseperez/espurna/issues/379))
  491. - Rename terminal commands: reset.wifi to wifi.reset, reset.mqtt to mqtt.reset.
  492. - Update JustWifi library to 1.1.6 (support for multiple SSIDs with the same name)
  493. - Changed the way Home Assistant module handles disabling auto-discovery ([#383](https://github.com/xoseperez/espurna/issues/383))
  494. ## [1.11.4] 2018-01-09
  495. ### Fixed
  496. - Fix bug in RF Bridge when RF code contains the stop byte. Check overflow ([#357](https://github.com/xoseperez/espurna/issues/357))
  497. - Fixed typos in code and wiki (Thanks to @Cabalist)
  498. - Fix bug in magnitude topic and units ([#355](https://github.com/xoseperez/espurna/issues/355))
  499. ### Added
  500. - Small core build to allow two-step flashing method for big binaries
  501. - Thingspeak support ([#371](https://github.com/xoseperez/espurna/issues/371), disabled by default)
  502. - Color synchronization between lights using MQTT ([#362](https://github.com/xoseperez/espurna/issues/362))
  503. - Support for Arilux AL-LC02 ([#347](https://github.com/xoseperez/espurna/issues/347))
  504. - Support for Tarpuna Shield for Wemos D1
  505. - Build option to disable password checking ([#373](https://github.com/xoseperez/espurna/issues/373))
  506. - Option to report sensor address via MQTT ([#377](https://github.com/xoseperez/espurna/issues/377), I2C address, GPIO, Dallas address,...)
  507. - Added binary size to memanalyzer script
  508. - Option to specify custom client ID for MQTT connection ([#368](https://github.com/xoseperez/espurna/issues/368))
  509. - Cross-platform ESPurna OTA Manager implemented in python (untested)
  510. - Terminal command to get or set digital GPIO
  511. ### Changed
  512. - Using 2.3.0 for prebuilt binaries
  513. - Fix delay in DHT sensor
  514. - Allow MQTT keep alive value of up to 3600s
  515. - Changed Sonoff 4CH Pro definitions to support built-in interlock mode ([#333](https://github.com/xoseperez/espurna/issues/333))
  516. ## [1.11.3] 2018-01-02
  517. ### Fixed
  518. - Fix uninitialized PWM channels bug ([#356](https://github.com/xoseperez/espurna/issues/356))
  519. ### Added
  520. - Added memory analyzer
  521. ## [1.11.2] 2017-12-30
  522. ### Fixed
  523. - Fix my92xx and pwm references for Arduino IDE ([#346](https://github.com/xoseperez/espurna/issues/346))
  524. - Fix SHT3X I2C sensor magnitude count ([#337](https://github.com/xoseperez/espurna/issues/337))
  525. - Fix timing for DHT11 sensors ([#294](https://github.com/xoseperez/espurna/issues/294))
  526. - Fix overflow in relayParsePayload with long MQTT messages ([#344](https://github.com/xoseperez/espurna/issues/344))
  527. - Fix loading of Dallas and DHT sensors for Sonoff TH images ([#352](https://github.com/xoseperez/espurna/issues/352))
  528. - Subscribe to Domoticz MQTT topics only if Domotic< is enabled
  529. ### Added
  530. - Added option to change MQTT retain flag, QoS and keepalive time from webUI ([#321](https://github.com/xoseperez/espurna/issues/321))
  531. - Added LED modes "always off" and "always on" ([#348](https://github.com/xoseperez/espurna/issues/348))
  532. - Defined new ESPurna switch (no HLW8012 support & touch button ready)
  533. ### Changed
  534. - Stop requiring definition of boards in migrate module
  535. ## [1.11.1] 2017-12-29
  536. ### Fixed
  537. - Fixed relay status on reboot
  538. ### Added
  539. - Added support for Arilux AL-LC01 and AL-LC11
  540. - Added support for BH1750 luminosity sensor
  541. - Added automatic memory size identification in ota_flash script
  542. ## [1.11.0] 2017-12-28
  543. ### Fixed
  544. - Fixed Arduino IDE compilation issues ([#330](https://github.com/xoseperez/espurna/issues/330))
  545. - Fixed issues with IE
  546. - Fixed websocket auth issue with Safari (temporary)
  547. - Fixed MQTT group sync when different switches share same group
  548. - Fixed casting issue in buttonStore ([#327](https://github.com/xoseperez/espurna/issues/327))
  549. - Fixed crash in InfluxDB initial heartbeat ([#318](https://github.com/xoseperez/espurna/issues/318))
  550. - Fixed LED logic for ESPurna H08 board
  551. ### Added
  552. - New sensors module (major change)
  553. + Existing sensor have been migrated: EMON*, ECH1560, V9261F, HLW8012, DHT, DALLAS, ANALOG, DIGITAL and EVENTS
  554. + New sensor have bee added: BMP280/BME280, EMON over ADS1115, MHZ19, PMSX003 (thanks to Òscar Rovira), SHT3X over I2C and SI7021
  555. - Option to change boot and pulse modes per relay from the web UI
  556. - Option to select sensor read interval and report interval from web UI
  557. - Itead RF Bridge
  558. + Match MQTT RFOUT codes to relays
  559. + Force RFBridge to send messages even if switch is already in requested state ([#324](https://github.com/xoseperez/espurna/issues/324))
  560. + Implemented RFbridge message queue asynchronously
  561. - Added option to load config via HTTP POST & reset ([#335](https://github.com/xoseperez/espurna/issues/335))
  562. - Added option to define behaviour of the first LED between WIFI, MQTT, FIND-ME ([#317](https://github.com/xoseperez/espurna/issues/317))
  563. - Added HTML linter to gulp builder
  564. - Added Help command on terminal ([#338](https://github.com/xoseperez/espurna/issues/338))
  565. - Added preliminary support for SSDP (untested, disabled by default) ([#282](https://github.com/xoseperez/espurna/issues/282))
  566. - Reporting NTP datetime on MQTT heartbeat (thanks to Eldon R. Brown)
  567. - Added version tracking and migration code
  568. - I2C and GPIO locking features
  569. - Changed default button action for touch button devices (TOUCH and T1) ([#327](https://github.com/xoseperez/espurna/issues/327))
  570. - Generic 8 channel board ([#336](https://github.com/xoseperez/espurna/issues/336))
  571. ### Changed
  572. - Added more sensor data filters (Max, MobileAverage)
  573. - Changed max pulse time to 1h ([#316](https://github.com/xoseperez/espurna/issues/316))
  574. - Renamed "reset" to "reboot" for clarity ([#315](https://github.com/xoseperez/espurna/issues/315))
  575. - UI refactor
  576. - Change apiRegister signature
  577. ## [1.10.1] 2017-12-05
  578. ### Fixed
  579. - Fix Sonoff RFBridge learn message from web UI ([#287](https://github.com/xoseperez/espurna/issues/287))
  580. - Fix unstability in "one and just one" sync mode ([#290](https://github.com/xoseperez/espurna/issues/290))
  581. - Fix unnecessary inclusion of my92xx library ([#293](https://github.com/xoseperez/espurna/issues/293))
  582. - Limit the MQTT queue to 10 messages when "Use JSON payload" enabled ([#296](https://github.com/xoseperez/espurna/issues/296))
  583. - Fix Sonoff RFBridge OFF button toggling switch ([#303](https://github.com/xoseperez/espurna/issues/303))
  584. - Allow defining only ON or OFF codes in Sonoff RFBridge ([#304](https://github.com/xoseperez/espurna/issues/304))
  585. - Disabled terminal support for Sonoff Dual ([#310](https://github.com/xoseperez/espurna/issues/310))
  586. ### Added
  587. - Support for SI7021-based sensor by Itead Studio compatible with Sonoff TH ([#216](https://github.com/xoseperez/espurna/issues/216))
  588. - Support for Sonoff Dual R2 ([#286](https://github.com/xoseperez/espurna/issues/286))
  589. - MQTT group topics (sync two or more switches from different devices, [#300](https://github.com/xoseperez/espurna/issues/300))
  590. - Color transitions (enabled by default, can be disabled from web UI)
  591. - Option to disable MQTT support at build time
  592. ### Changed
  593. - Decreased PWM frequency for dimmer lights
  594. - Changed password policy ([#297](https://github.com/xoseperez/espurna/issues/297))
  595. ## [1.10.0] 2017-11-26
  596. ### Fixed
  597. - Temperatures with 1 decimal resolution
  598. - Issues with Sonoff B1 due to bad driver management (using my92xx library now)
  599. - Avoid recursive messages on Domoticz ([#272](https://github.com/xoseperez/espurna/issues/272))
  600. - Fixed Sonoff T1 configuration
  601. - Simplify and fix web auth ([#284](https://github.com/xoseperez/espurna/issues/284))
  602. - Fix Embedis custom parser
  603. ### Added
  604. - Added option to define a temperature correction factor (thanks to Pawel Raszewski)
  605. - Option to disable system check on build time
  606. - Power saving features (loopDelay and wifi sleep)
  607. - Added Sonoff TH build environment
  608. - Send Home Assistant auto discover messages on connect ([#279](https://github.com/xoseperez/espurna/issues/279))
  609. - Implemented Home Assistant availability topic ([#280](https://github.com/xoseperez/espurna/issues/280))
  610. - Update time, uptime and heap on webUI every heartbeat
  611. - Support for LLMNR and NetBIOS ([#282](https://github.com/xoseperez/espurna/issues/282))
  612. - Added I2C clean bus code
  613. - Added realm to auth challenge
  614. ### Changed
  615. - Changed default hostname to "ESPURNA_XXXXXX"
  616. - Binaries built against stable core (~40Kb less, [#274](https://github.com/xoseperez/espurna/issues/274))
  617. - Enabled TERMINAL_SUPPORT for Sonoff Dual (only available via TELNET)
  618. - Dinamically resize debug strings (now messages are not cropped)
  619. - MQTT: unsubscribe to '#' before subscribing
  620. - Updated ESPAsyncWebServer and ESPAsyncTCP libraries
  621. - Removed InfluxDB support by default
  622. - Using stock slider in webUI to reduce size
  623. - Unify DHT and DS18B20 code, show NOT CONNECTED on webUI
  624. ## [1.9.9] 2017-11-09
  625. ### Fixed
  626. - Fixed bug in MY9291-based light bulbs at full brightness
  627. ### Added
  628. - RFBridge: toggle when RF codes for ON and OFF are the same ([#270](https://github.com/xoseperez/espurna/issues/270))
  629. - Support for HSV color schema (MQTT, API and webUI via a selector)
  630. ### Changed
  631. - "COLOR" entry point deprecated, use "RGB" instead (MQTT and API, ex. topic "light/rgb/set" instead of "light/color/set")
  632. ## [1.9.8] 2017-11-08
  633. ### Fixed
  634. - Removed dimmer lights flicker when saving to EEPROM ([#191](https://github.com/xoseperez/espurna/issues/191))
  635. - Fixed low brightness in dimmer lights ([#157](https://github.com/xoseperez/espurna/issues/157))
  636. - Fixed blank fields in energy ([#258](https://github.com/xoseperez/espurna/issues/258), [#259](https://github.com/xoseperez/espurna/issues/259))
  637. - Fixed support for Arilux AL-LC06
  638. - Updated fauxmoESP library with support for GetBinaryState actions
  639. ### Added
  640. - Support for IR remotes
  641. - Option to select power read and report interval from webUI
  642. - Option to report real-time values in API, configurable via webUI
  643. - Support for ESPurna-H Board v0.8
  644. - Support for Arilux E27 light bulb (untested)
  645. - Support for YJZK 2-gang switch
  646. ### Changed
  647. - PWM using ESP8266_new_pwm by Stephan Bruens (https://github.com/StefanBruens/ESP8266_new_pwm)
  648. - Using own DHT implementation (removed dependency on Adafruit libraries)
  649. - Disabled serial debug for Sonoff RFBridge
  650. ## [1.9.7] 2017-10-25
  651. ### Fixed
  652. - Fix Alexa interface switching on all lights ([#256](https://github.com/xoseperez/espurna/issues/256))
  653. ## [1.9.6] 2017-10-23
  654. ### Fixed
  655. - Fix power report in Domoticz ([#236](https://github.com/xoseperez/espurna/issues/236))
  656. - Fix Sonoff POW in AP mode ([#241](https://github.com/xoseperez/espurna/issues/241))
  657. - Fix Home Automation auto-discovery (support for single relay switches and RGB lights, [#235](https://github.com/xoseperez/espurna/issues/235))
  658. - Check WS authentication only on start event
  659. ### Added
  660. - 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))
  661. - Support for ManCaveMade ESPLive board (thanks to Michael A. Cox)
  662. - Support for InterMIT Tech QuinLED 2.6 (thanks to Colin Shorts)
  663. - Support for Magic Home LED Controller 2.0 (thanks to users @gimi87 and @soif, [#231](https://github.com/xoseperez/espurna/issues/231))
  664. - Support for Arilux AL-LC06 (thanks to Martijn Kruissen)
  665. - Support for Xenon SM-PW702U Wifi boards (thanks to Joshua Harden, [#212](https://github.com/xoseperez/espurna/issues/212))
  666. - Support for Authometion LYT8266 (testing, thanks to Joe Blellik, [#213](https://github.com/xoseperez/espurna/issues/213))
  667. - Support for an external button for D1 Mini boards (thanks to user @PieBru, [#239](https://github.com/xoseperez/espurna/issues/239))
  668. - Option to query relay status via MQTT or WS (thanks to Wesley Tuzza)
  669. - Automatically install dependencies for web interface builder (thanks to Hermann Kraus)
  670. - Support for HSV and IR for Magic Home LED Controller (optional, disabled by default, thanks to Wesley Tuzza)
  671. - Added option to report DS18B20 temperatures based on changes (thanks to Michael A. Cox)
  672. - Safer buffer handling for websocket data (thanks to Hermann Kraus & Björn Bergman)
  673. - Updates HL8012 library with energy counting support (thanks to Hermann Kraus)
  674. - Added option to disable light color persistence to avoid flickering ([#191](https://github.com/xoseperez/espurna/issues/191))
  675. - Option to enable TELNET in STA mode from web UI ([#203](https://github.com/xoseperez/espurna/issues/203))
  676. ### Changed
  677. - Changed default MQTT base topic to "{identifier}" (no leading slashes, [#208](https://github.com/xoseperez/espurna/issues/208))
  678. - Prevent reconnecting when in AP mode if a web session or a telnet session is active ([#244](https://github.com/xoseperez/espurna/issues/244))
  679. - Web UI checks for pending changes before reset/reconnect options ([#226](https://github.com/xoseperez/espurna/issues/226))
  680. - Increase WIFI connect timeout and reconnect interval
  681. ## [1.9.5] 2017-09-28
  682. ### Fixed
  683. - Revert to JustWifi 1.1.4 ([#228](https://github.com/xoseperez/espurna/issues/228))
  684. ## [1.9.4] 2017-09-22
  685. ### Added
  686. - Added ESPurna specific mDNS text registers (app_name, app_version, device_name)
  687. - Crash dump info is stored in EEPROM and retrieved via terminal ("crash" command)
  688. - Support for Huacanxing H802
  689. - Support for powermeters based on V9261F IC
  690. - Support for powermeters based on ECH1560 IC (beta, untested)
  691. ### Changed
  692. - Changed behaviour on MQTT connection failure ([#215](https://github.com/xoseperez/espurna/issues/215))
  693. - Removed boot delay
  694. - Refactor power modules
  695. - Updated JustWifi library
  696. ### Fixed
  697. - Set all esp8285 devices to use esp01_1m ([#210](https://github.com/xoseperez/espurna/issues/210), [#225](https://github.com/xoseperez/espurna/issues/225))
  698. - Removed wifi gain option since it prevents some devices to connect ([#204](https://github.com/xoseperez/espurna/issues/204))
  699. ## [1.9.3] 2017-09-04
  700. ### Added
  701. - New "erase.config" option in terminal to delete SDK settings
  702. - Added error code to error message when updating from web UI
  703. - Fixed Web UI to be behind a proxy (http://tinkerman.cat/secure-remote-access-to-your-iot-devices/)
  704. - 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/)
  705. ### Changed
  706. - Updated fauxmoESP library to 2.2.0
  707. ### Fixed
  708. - Fix HLW8012 calibration ([#194](https://github.com/xoseperez/espurna/issues/194))
  709. - Fix telnet dropping connection
  710. - Fix WiFiSecureClient connection with PubSubClient ([#64](https://github.com/xoseperez/espurna/issues/64))
  711. ## [1.9.2] 2017-08-31
  712. ### Added
  713. - 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))
  714. - Telnet support (enabled by default only on AP interface)
  715. - Option to set WiFi gain from web UI
  716. - Option to disable MQTT from web UI
  717. - MQTT autodiscover, with the option to autoconnect if no broker defined
  718. - Home Assistant MQTT autodiscover feature
  719. - List enabled modules in INIT debug info
  720. - Counter module (counts and reports transitions in a digital pin)
  721. ### Changed
  722. - Updated NoFUSS support
  723. - Web UI documentation changes
  724. - Changes in terminal commands ("reconnect" is now "reset.wifi", also new commands added)
  725. ### Fixed
  726. - Crash in settings saving ([#190](https://github.com/xoseperez/espurna/issues/190)) and fixed UDP debug conditional build clauses
  727. ## [1.9.1] 2017-08-27
  728. ### Added
  729. - Support to build without NTP support
  730. - Added current time, uptime, free heap, firmware size and free space to web interface
  731. ### Changed
  732. - Changed settings keys for Itead Sonoff RF Bridge
  733. - Disable Domoticz by default
  734. ### Fixed
  735. - Fixed build flags for DHT and DS18B20 in platformio.ini file
  736. - Fixed Itead Sonoff B1 by updating the my9291 library
  737. - Fixed light status on boot ([#157](https://github.com/xoseperez/espurna/issues/157))
  738. - Fixed CSS bug cause by a bad merge
  739. ## [1.9.0] 2017-08-25
  740. ### Added
  741. - Support for IteadStudio BN-SZ01 Ceiling Light ([#132](https://github.com/xoseperez/espurna/issues/132))
  742. - Support for IteadStudio Sonoff RF Bridge ([#173](https://github.com/xoseperez/espurna/issues/173))
  743. - Support for IteadStudio Sonoff 4CH Pro ([#174](https://github.com/xoseperez/espurna/issues/174))
  744. - Support for IteadStudio Sonoff B1
  745. - Support for IteadStudio Sonoff LED
  746. - Support for IteadStudio Sonoff T1 wall switches (1, 2 and 4 channels)
  747. - Support for WiOn 50055 WiFi Wall Outlet & Tap
  748. - Support for EXS WiFi Relay v3.1 (and other future latching relay boards) ([#152](https://github.com/xoseperez/espurna/issues/152))
  749. - 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))
  750. - 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))
  751. - Added ON and OFF actions for button events (previously only TOGGLE available) ([#182](https://github.com/xoseperez/espurna/issues/182))
  752. - Sliders in web interface to control dimmer channels independently (also for brightness)
  753. - Debug info about MQTT disconnect reason
  754. ### Changed
  755. - MQTT setters ending with "/set" by default
  756. - Using DOUT flash mode on all devices ([#167](https://github.com/xoseperez/espurna/issues/167))
  757. - Longer timeout for WiFi connection (better chances for Sonoff Basic to connect)
  758. - Changed MQTT topics for light devices (COLOR, BRIGHTNESS, MIRED, KELVIN, CHANNEL) ([#144](https://github.com/xoseperez/espurna/issues/144))
  759. - Changed the way light devices are defined (see LIGHT_PROVIDER_DIMMER)
  760. - Allow to disable color picker in web interface
  761. - API returns processed values for HLW8012 sensor (not raw values anymore) ([#176](https://github.com/xoseperez/espurna/issues/176))
  762. - Major refactoring of settings
  763. ### Fixed
  764. - Discard MQTT messages with empty payload ([#185](https://github.com/xoseperez/espurna/issues/185))
  765. - Wifi connection issue (https://github.com/esp8266/Arduino/issues/2186)
  766. - Alexa connection issue
  767. ## [1.8.3] 2017-07-23
  768. ### Added
  769. - 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
  770. - Issue [#170](https://github.com/xoseperez/espurna/issues/170). Updated DebouceEvent library to allow disabling double click and get faster click responses
  771. - Using memory layout with no SPIFFS for 1Mb devices
  772. ### Changed
  773. - Rename settings s/POW/HLW8012/
  774. - Return times in ISO8601 format
  775. ### Fixed
  776. - Issue [#168](https://github.com/xoseperez/espurna/issues/168). Added H801 to arduino.h file
  777. - Issue [#171](https://github.com/xoseperez/espurna/issues/171). Fix corrupted will message
  778. ## [1.8.2] 2017-07-16
  779. ### Added
  780. - InfluxDB support via HTTP API
  781. - Added custom reset reason to debug log
  782. - Enable WIFI debug on hardware reset (button long click)
  783. ### Changed
  784. - Issue [#159](https://github.com/xoseperez/espurna/issues/159). Allow decimals in relay pulse interval
  785. - Updated HLW8012 library
  786. ### Fixed
  787. - Issue [#148](https://github.com/xoseperez/espurna/issues/148). Fix bug in conditional compilation check
  788. - Issue [#149](https://github.com/xoseperez/espurna/issues/149). Using different pulse counters for each relay (thanks to Lauris Ieviņš)
  789. - Issue [#141](https://github.com/xoseperez/espurna/issues/141). Limit relay pulse interval to 60s
  790. - Fixed units for apparent & reactive power (thanks to Lauris Ieviņš)
  791. - Fixed mDNS setup when using custom HTTP port for web interface
  792. ## [1.8.1] 2017-05-22
  793. ### Fixed
  794. - Issue [#140](https://github.com/xoseperez/espurna/issues/140). Fix no relay control bug in Sonoff Dual
  795. ## [1.8.0] 2017-05-21
  796. ### Added
  797. - Added gamma correction to RGB strips. Thanks to Chris Ward.
  798. - Added support for Huacanxing H801 WiFi LED Controller. Thanks to Minh Phuong Ly.
  799. - Issue [#138](https://github.com/xoseperez/espurna/issues/138). Added NTP configuration from web interface
  800. - Issue [#128](https://github.com/xoseperez/espurna/issues/128). Report color when booting and in heartbeat stream.
  801. - Issue [#126](https://github.com/xoseperez/espurna/issues/126). Show NTP status in web interface.
  802. - Added filter limits on POW readings.
  803. - Added color temperature to RGB calculation. Thanks to Sacha Telgenhof.
  804. - Issue [#120](https://github.com/xoseperez/espurna/issues/120). Added relay flood protection. Thanks to Izik Dubnov.
  805. - Support for "#RRGGBB", "RRR,GGG,BBB" and "WWW" color formats.
  806. - Issue [#117](https://github.com/xoseperez/espurna/issues/117). Added build date & time to web interface.
  807. ### Fixed
  808. - Fix MQTT_RELAY board conifugration. Thanks to Denis French.
  809. - Issue [#125](https://github.com/xoseperez/espurna/issues/125). Fix bug in relay status reading from EEPROM
  810. - Issue [#127](https://github.com/xoseperez/espurna/issues/127). Fix button action in DUAL.
  811. - Fix bug in Sonoff POW current reading. Thanks to Emmanuel Tatto.
  812. - Minimizing my9291 flickering when booting.
  813. - Fix conditional flags in hardware.ino to support Arduino IDE.
  814. ## [1.7.1] 2017-03-28
  815. ### Fixed
  816. - Issue [#113](https://github.com/xoseperez/espurna/issues/113). Fix restoring color from EEPROM upon reboot
  817. - Issue [#113](https://github.com/xoseperez/espurna/issues/113). Fix bug in API handlers
  818. ## [1.7.0] 2017-03-27
  819. ### Added
  820. - Web interface embedded in firmware image by default
  821. - Upload firmware image from web interface
  822. - Added API entry point to change light color
  823. - Added generic analog sensor. Thanks to Francesco Boscarino
  824. - Report RSSI value in debug console and MQTT status messages
  825. - Added support for Magic Home LED Controller
  826. - Added support for ESPurna-H Board (based on HLW8012)
  827. - Added forward compatible code for v2.0
  828. ### Changed
  829. - Added ellipsis (...) in debug messages longer than 80 characters
  830. - Changed topic constants in code
  831. - Prevent the SDK from saving WiFi configuration to flash
  832. ### Fixed
  833. - Issue [#113](https://github.com/xoseperez/espurna/issues/113). Fix light bulb state to OFF in library prevented the bulb from turning on
  834. - Issue [#58](https://github.com/xoseperez/espurna/issues/58). Added code to handle spurious readings
  835. - Fix bug in HLW8012 calibration current parameter casting to int instead of float
  836. - Issue [#115](https://github.com/xoseperez/espurna/issues/115). Removed local declaration of _mqttForward variable. Thanks to Paweł Fiedor
  837. - Fix MQTT will topic. Thanks to Asbjorn Tronhus
  838. ## [1.6.9] 2017-03-12
  839. ### Added
  840. - Two stage read for DS18B20 devices. Thanks to Izik Dubnov.
  841. - Option to report the relay status via MQTT periodically
  842. - Terminal commands to change relay status an light color
  843. - Added debug via UDP (disabled by default)
  844. - Moved debug strings to PROGMEM. ~1.5KByes memory freed
  845. - Avoid broadcasting websocket messages if no clients connected
  846. ### Fixed
  847. - Fixing use after free bug that leads to corrupted auth credentials. Thanks to David Guillen
  848. ## [1.6.8] 2017-03-01
  849. ### Added
  850. - Issue [#85](https://github.com/xoseperez/espurna/issues/85). Heartbeat reports now free heap, uptime and VCC every 5 minutes
  851. ### Changed
  852. - Wait two minutes instead of one in AP mode before trying to reconnect to the router
  853. - Issue [#92](https://github.com/xoseperez/espurna/issues/92). Debug log enabled by default in Arduino IDE
  854. - Issue [#91](https://github.com/xoseperez/espurna/issues/91). Using AsyncMqttClient as default MQTT client again
  855. ### Fixed
  856. - Report data from all sensors via websocket even if no MQTT connection
  857. - Issue [#92](https://github.com/xoseperez/espurna/issues/92). Fix unknown reference in Arduino IDE
  858. - Split data.h contents into 1k lines, otherwise Arduino IDE chokes on them
  859. - Discard empty MQTT topic while subscribing
  860. ## [1.6.7] 2017-02-25
  861. ### Added
  862. - Support for OpenLight / AI-Light by AI-Thinker based on MY9291 LED driver
  863. - Issue [#87](https://github.com/xoseperez/espurna/issues/87). Factory reset when physical button pressed for >10 seconds
  864. ## [1.6.6] 2017-02-23
  865. ### Fixed
  866. - Issue [#82](https://github.com/xoseperez/espurna/issues/82). Fix critical bug on Sonoff Dual
  867. ## [1.6.5] 2017-02-22
  868. ### Added
  869. - Option to backup and restore settings from the web interface
  870. - Footer in the web interface
  871. ### Changed
  872. - Using PubSubClient as MQTT client by default (please read the documentation)
  873. - Double & long clicks do nothing except for the first defined button
  874. ### Fixed
  875. - Issue [#79](https://github.com/xoseperez/espurna/issues/79). Fix bug in WiFi led notification & MQTT connectivity (using PubSubClient)
  876. - Issue [#73](https://github.com/xoseperez/espurna/issues/73). Fix bug when building without Domoticz support
  877. - Fix Gulp tasks dependencies
  878. ## [1.6.4] 2017-02-20
  879. ### Added
  880. - Option to embed the web interface in the firmware, disabled by default
  881. - Change relay status with a GET request (browser friendly)
  882. - Support for PROGMEM debug messages (only wifi module has been changed)
  883. - Option to disable mDNS, enabled by default
  884. - Show current web server port in debug log
  885. - Issue [#75](https://github.com/xoseperez/espurna/issues/75). Link relays to LEDs
  886. - Issue [#76](https://github.com/xoseperez/espurna/issues/76). Using http://espurna.local when in AP mode
  887. ### Changed
  888. - Images and favicon is now embedded in the HTML
  889. - Authentication challenge only in /auth request. All static contents are un-authenticated
  890. - HTTP response code when out of websocket slots changed from 423 to 429
  891. ### Fixed
  892. - Memory leak in MQTT connection method
  893. - Wait 60 seconds before retrying to connect when in AP mode
  894. - 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
  895. - Issue [#73](https://github.com/xoseperez/espurna/issues/73). Fixes for windows machines
  896. ### Removed
  897. - Captive portal removed, mDNS resolution for AP mode too
  898. ## [1.6.3] 2017-02-15
  899. ### Added
  900. - Issue [#69](https://github.com/xoseperez/espurna/issues/69). Temperature unit configuration from the web interface
  901. - Issue [#55](https://github.com/xoseperez/espurna/issues/55). WebServer port configurable from the web interface, defaults to 80
  902. - Expand network configuration when adding a new network
  903. ### Changed
  904. - Merged web contents except images in a single compressed file for reliability
  905. - Update support for Itead Motor Clockwise/Anticlockwise board
  906. - Scan for strongest network only if more than 1 network configured
  907. ### Fixed
  908. - Issue [#71](https://github.com/xoseperez/espurna/issues/71). Added default values for netmask and DNS in web configuration
  909. - Fixed Itead 1CH self-locking/inching board definition
  910. - Fixed PlatformIO environments for ESP8285 boards (4CH and Touch)
  911. ## [1.6.2] 2017-02-10
  912. ### Fixed
  913. - Check if there is an MQTT broker defined before the MQTT_MAX_TRIES check
  914. ## [1.6.1] 2017-02-10
  915. ### Added
  916. - Added support for [Jorge Garcia's Wifi+Relay Board Kit](https://www.tindie.com/products/jorgegarciadev/wifi--relays-board-kit/)
  917. - Reporting current and energy incrementals to a separate counters in Domoticz (thanks to Toni Arte)
  918. - Force WiFi reconnect after MQTT_MAX_TRIES fails trying to connect to MQTT broker
  919. ## [1.6.0] 2017-02-05
  920. ### Added
  921. - Added support for toggle switches
  922. - Allow reset the board via an MQTT message
  923. - Allow reset the board via an RPC (HTTP) message
  924. - 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/))
  925. - Reporting voltage to Domoticz (only HLW8012)
  926. - Map button events to actions (toggle relay, AP mode, reset, pulse mode)
  927. ### Changed
  928. - Reporting energy incrementals (Domoticz, MQTT)
  929. ### Removed
  930. - Removed current monitor bypass when relay is OFF
  931. - Removed energy API entry point
  932. ## [1.5.4] 2017-02-03
  933. ### Fixed
  934. - Issue [#50](https://github.com/xoseperez/espurna/issues/50). Fix type bug in window variable when calculating energy for HLW8012 devices (Sonoff POW)
  935. ## [1.5.3] 2017-02-02
  936. ### Fixed
  937. - Issue [#50](https://github.com/xoseperez/espurna/issues/50) and [#54](https://github.com/xoseperez/espurna/issues/54). Fixed domoticz MQTT message format
  938. ### Added
  939. - Energy calculation and aggregation. API entry points and MQTT messages.
  940. ## [1.5.2] 2017-01-29
  941. ### Fixed
  942. - Fix bug in emon topic payload
  943. ## [1.5.1] 2017-01-28
  944. ### Added
  945. - OpenEnergyMonitor WiFi MQTT Relay / Thermostat support (thanks to Denis French)
  946. ### Fixed
  947. - NTP connection refresh upon wifi connection
  948. - Filesystem image build using local gulp installation
  949. ## [1.5.0] 2017-01-21
  950. ### Added
  951. - Pulse mode. Allows to define a pulse time after which the relay will switch back
  952. - API entry points for sensor data (power, current, voltage, temperature and humidity)
  953. - Export sensor data to Domoticz (power, current, voltage, temperature and humidity)
  954. - Configurable (in code) mapping between buttons and relays
  955. - MQTT messages for button events
  956. - Added support for Itead Studio 1CH inching/self locking smart switch board
  957. - Added support for Jan Goedeke Wifi Relay boards (both NC and NO versions)
  958. - Notify OTA updates to websocket clients, automatically reload page
  959. - Support for pulse mode notification LED and button
  960. - Revert relay state mode on boot (thanks to Minh Phuong Ly)
  961. ### Fixed
  962. - MQTT will topic
  963. - Crash with HLW812 interrupts while trying to create a WIFI connection
  964. - Issue [#20](https://github.com/xoseperez/espurna/issues/20) Better inline documentation for Alexa and Domoticz default settings
  965. - Issue [#39](https://github.com/xoseperez/espurna/issues/39) Fixed autoconnect issue with static IP (fixed in JustWifi library)
  966. - Issue [#41](https://github.com/xoseperez/espurna/issues/41) Added password requirements to initial password change page
  967. ### Changed
  968. - Changed LED pattern for WIFI notifications (shorter pulses)
  969. ## [1.4.4] 2017-01-13
  970. ### Added
  971. - Adding current, voltage, apparent and reactive power reports to Sonoff POW (Web & MQTT)
  972. ### Fixed
  973. - Issue [#35](https://github.com/xoseperez/espurna/issues/35) Fixed frequent MQTT connection drops after WIFI reconnect
  974. - Defer wifi disconnection from web interface to allow request to return
  975. ### Changed
  976. - Move all Arduino IDE configuration values to their own file
  977. - Using latest HLW8012 library in interrupt mode
  978. ## [1.4.3] 2017-01-11
  979. ### Fixed
  980. - 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
  981. ## [1.4.2] 2017-01-09
  982. ### Added
  983. - Support for inverse logic relays
  984. ### Fixed
  985. - Issue [#31](https://github.com/xoseperez/espurna/issues/31). Fixed error in relay identification from MQTT messages
  986. ## [1.4.1] 2017-01-05
  987. ### Added
  988. - Alexa support by default on all devices
  989. - Added support for Wemos D1 Mini board with official Relay Shield
  990. ### Fixed
  991. - Multi-packet websocket frames
  992. ## [1.4.0] 2016-12-31
  993. ### Added
  994. - Domoticz support via MQTT (https://www.domoticz.com/wiki/MQTT)
  995. - Support for static IP connections
  996. ### Fixed
  997. - Issue [#16](https://github.com/xoseperez/espurna/issues/16). Enforce minimum password strength in web interface
  998. ### Changed
  999. - Using default client_id provided by AsyncMqttClient
  1000. - Allow up to 5 different WIFI networks
  1001. ### Removed
  1002. - File system version file
  1003. ## [1.3.1] 2016-12-31
  1004. ### Fixed
  1005. - data_dir fix for PlatformIO
  1006. ## [1.3.0] 2016-12-30
  1007. ### Changed
  1008. - Arduino IDE support (changes in the folder structure and documentation)
  1009. ## [1.2.0] 2016-12-27
  1010. ### Added
  1011. - Force password changing if it's the default one
  1012. - Added Last-Modified header to static contents
  1013. - Added DNS captive portal for AP mode
  1014. - Added support for Sonoff 4CH
  1015. - Added support for WorkChoice ecoPlug (ECOPLUG). Thanks to David Myers
  1016. - Added support for Sonoff SV
  1017. - Added support for Sonoff Touch
  1018. - Comment out hardware selection in hardware.h if using Arduino IDE
  1019. - Added support for MQTT get/set suffixes (/status, /set, ...)
  1020. - Added support for LED notifications via MQTT
  1021. - Added EEPROM check commands to terminal interface
  1022. ### Changed
  1023. - Using unreleased AsyncMqttClient with stability improvements
  1024. - Better decoupling between MQTT and relays/websockets
  1025. - Skipping retained MQTT messages (configurable)
  1026. ### Fixed
  1027. - Issue [#11](https://github.com/xoseperez/espurna/issues/11) Compile error when building sonoff-dual-debug
  1028. - Issue [#14](https://github.com/xoseperez/espurna/issues/14) MQTT Connection with Username an Password not working
  1029. - Issue [#17](https://github.com/xoseperez/espurna/issues/17) Moved static variable 'pending' to class variable
  1030. ## [1.1.0] 2016-12-06
  1031. ### Added
  1032. - Added support for DS18B20 temperature sensor. Thanks to Francesco Boscarino
  1033. - Added reset command from console
  1034. - Added support for multirelay boards like Sonoff DUAL or Electrodragon ESP Relay Board
  1035. ### Changed
  1036. - Not using espressif8266_stage in default environment
  1037. - Relay MQTT topics
  1038. - API entry points
  1039. ### Removed
  1040. - Old non protected API
  1041. ## [1.0.3] 2016-11-29
  1042. ### Added
  1043. - WeMo emulation through the fauxmoESP library (control your switch from Alexa!)
  1044. - REST API for relay management
  1045. - Better dependency definitions in platformio.ini
  1046. - Option to define inverse logic to on-board LED
  1047. - Built data folder included in repo
  1048. ### Changed
  1049. - Using non-interrupt driven mode for HLW8012
  1050. - Better documentation
  1051. - Small changes to web interface
  1052. - Same admin password for web, OTA and WIFI AP mode
  1053. ### Fixed
  1054. - Prevent fauxmoESP to be compiled by default
  1055. ### Removed
  1056. - Removed ESPurna board to its own repo
  1057. ## [1.0.1] 2016-11-13
  1058. ### Added
  1059. - Basic authentication and CSRF to websocket requests
  1060. ## [1.0.0] 2016-11-13
  1061. ### Added
  1062. - Using ESPAsyncWebServer (for web & websockets) and AsyncMqttClient
  1063. ## [0.9.9] 2016-11-12
  1064. ### Added
  1065. - Preliminary support for Sonoff POW
  1066. - Replace AJAX requests with websockets
  1067. - Using sprites for images
  1068. - Hostname can be changed
  1069. - Added initial relay state mode
  1070. - Reconnect and reset buttons on web interface
  1071. ### Changed
  1072. - Changed long click to reset and double click to AP mode
  1073. - Using officially supported platformio.ini file by default
  1074. ### Fixed
  1075. - Removed unnecessary memory inefficient code
  1076. - Temprary fix for Adafruit DHT library (see https://github.com/adafruit/DHT-sensor-library/issues/62)
  1077. ## [0.9.8] 2016-10-06
  1078. ### Added
  1079. - Using PureCMS for the web interface
  1080. - Using gulp to build the filesystem files
  1081. - Using Embedis for configuration
  1082. ### Changed
  1083. - Updated JustWifi library
  1084. - Web interface changes
  1085. - Using custom platformio.ini file
  1086. - Loads of changes in modules
  1087. - Added DEBUG_MSG
  1088. ### Fixed
  1089. - Clean gulp builder script
  1090. ## [0.9.7] 2016-08-28
  1091. ### Changed
  1092. - Moving wifi management to library (JustWifi)
  1093. - Split code into modules
  1094. ## [0.9.6] 2016-08-12
  1095. ### Added
  1096. - Added heartbeat, version and fsversion MQTT messages
  1097. ### Changed
  1098. - GZip 3rd party contents
  1099. ## [0.9.5] 2016-07-31
  1100. - Initial stable version