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.

647 lines
23 KiB

7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  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.10.1] 2017-12-05
  5. ### Fixed
  6. - Fix Sonoff RFBridge learn message from web UI (#287)
  7. - Fix unstability in "one and just one" sync mode (#290)
  8. - Fix unnecessary inclusion of my92xx library (#293)
  9. - Limit the MQTT queue to 10 messages when "Use JSON payload" enabled (#296)
  10. - Fix Sonoff RFBridge OFF button toggling switch (#303)
  11. - Allow defining only ON or OFF codes in Sonoff RFBridge (#304)
  12. - Disabled terminal support for Sonoff Dual (#310)
  13. ### Added
  14. - Support for SI7021-based sensor by Itead Studio compatible with Sonoff TH (#216)
  15. - Support for Sonoff Dual R2 (#286)
  16. - MQTT group topics (sync two or more switches from different devices, #300)
  17. - Color transitions (enabled by default, can be disabled from web UI)
  18. - Option to disable MQTT support at build time
  19. ### Changed
  20. - Decreased PWM frequency for dimmer lights
  21. - Changed password policy (#297)
  22. ## [1.10.0] 2017-11-26
  23. ### Fixed
  24. - Temperatures with 1 decimal resolution
  25. - Issues with Sonoff B1 due to bad driver management (using my92xx library now)
  26. - Avoid recursive messages on Domoticz (#272)
  27. - Fixed Sonoff T1 configuration
  28. - Simplify and fix web auth (#284)
  29. - Fix Embedis custom parser
  30. ### Added
  31. - Added option to define a temperature correction factor (thanks to Pawel Raszewski)
  32. - Option to disable system check on build time
  33. - Power saving features (loopDelay and wifi sleep)
  34. - Added Sonoff TH build environment
  35. - Send Home Assistant auto discover messages on connect (#279)
  36. - Implemented Home Assistant availability topic (#280)
  37. - Update time, uptime and heap on webUI every heartbeat
  38. - Support for LLMNR and NetBIOS (#282)
  39. - Added I2C clean bus code
  40. - Added realm to auth challenge
  41. ### Changed
  42. - Changed default hostname to "ESPURNA_XXXXXX"
  43. - Binaries built against stable core (~40Kb less, #274)
  44. - Enabled TERMINAL_SUPPORT for Sonoff Dual (only available via TELNET)
  45. - Dinamically resize debug strings (now messages are not cropped)
  46. - MQTT: unsubscribe to '#' before subscribing
  47. - Updated ESPAsyncWebServer and ESPAsyncTCP libraries
  48. - Removed InfluxDB support by default
  49. - Using stock slider in webUI to reduce size
  50. - Unify DHT and DS18B20 code, show NOT CONNECTED on webUI
  51. ## [1.9.9] 2017-11-09
  52. ### Fixed
  53. - Fixed bug in MY9291-based light bulbs at full brightness
  54. ### Added
  55. - RFBridge: toggle when RF codes for ON and OFF are the same (#270)
  56. - Support for HSV color schema (MQTT, API and webUI via a selector)
  57. ### Changed
  58. - "COLOR" entry point deprecated, use "RGB" instead (MQTT and API, ex. topic "light/rgb/set" instead of "light/color/set")
  59. ## [1.9.8] 2017-11-08
  60. ### Fixed
  61. - Removed dimmer lights flicker when saving to EEPROM (#191)
  62. - Fixed low brightness in dimmer lights (#157)
  63. - Fixed blank fields in energy (#258, #259)
  64. - Fixed support for Arilux AL-LC06
  65. - Updated fauxmoESP library with support for GetBinaryState actions
  66. ### Added
  67. - Support for IR remotes
  68. - Option to select power read and report interval from webUI
  69. - Option to report real-time values in API, configurable via webUI
  70. - Support for ESPurna-H Board v0.8
  71. - Support for Arilux E27 light bulb (untested)
  72. - Support for YJZK 2-gang switch
  73. ### Changed
  74. - PWM using ESP8266_new_pwm by Stephan Bruens (https://github.com/StefanBruens/ESP8266_new_pwm)
  75. - Using own DHT implementation (removed dependency on Adafruit libraries)
  76. - Disabled serial debug for Sonoff RFBridge
  77. ## [1.9.7] 2017-10-25
  78. ### Fixed
  79. - Fix Alexa interface switching on all lights (#256)
  80. ## [1.9.6] 2017-10-23
  81. ### Fixed
  82. - Fix power report in Domoticz (#236)
  83. - Fix Sonoff POW in AP mode (#241)
  84. - Fix Home Automation auto-discovery (support for single relay switches and RGB lights, #235)
  85. - Check WS authentication only on start event
  86. ### Added
  87. - Support for 2.4.0 RC2 Arduino Core that fixes KRACK vulnerablity (pre-built images are compiled against this, #242)
  88. - Support for ManCaveMade ESPLive board (thanks to Michael A. Cox)
  89. - Support for InterMIT Tech QuinLED 2.6 (thanks to Colin Shorts)
  90. - Support for Magic Home LED Controller 2.0 (thanks to users @gimi87 and @soif, #231)
  91. - Support for Arilux AL-LC06 (thanks to Martijn Kruissen)
  92. - Support for Xenon SM-PW702U Wifi boards (thanks to Joshua Harden, #212)
  93. - Support for Authometion LYT8266 (testing, thanks to Joe Blellik, #213)
  94. - Support for an external button for D1 Mini boards (thanks to user @PieBru, #239)
  95. - Option to query relay status via MQTT or WS (thanks to Wesley Tuzza)
  96. - Automatically install dependencies for web interface builder (thanks to Hermann Kraus)
  97. - Support for HSV and IR for Magic Home LED Controller (optional, disabled by default, thanks to Wesley Tuzza)
  98. - Added option to report DS18B20 temperatures based on changes (thanks to Michael A. Cox)
  99. - Safer buffer handling for websocket data (thanks to Hermann Kraus & Björn Bergman)
  100. - Updates HL8012 library with energy counting support (thanks to Hermann Kraus)
  101. - Added option to disable light color persistence to avoid flickering (#191)
  102. - Option to enable TELNET in STA mode from web UI (#203)
  103. ### Changed
  104. - Changed default MQTT base topic to "{identifier}" (no leading slashes, #208)
  105. - Prevent reconnecting when in AP mode if a web session or a telnet session is active (#244)
  106. - Web UI checks for pending changes before reset/reconnect options (#226)
  107. - Increase WIFI connect timeout and reconnect interval
  108. ## [1.9.5] 2017-09-28
  109. ### Fixed
  110. - Revert to JustWifi 1.1.4 (#228)
  111. ## [1.9.4] 2017-09-22
  112. ### Added
  113. - Added ESPurna specific mDNS text registers (app_name, app_version, device_name)
  114. - Crash dump info is stored in EEPROM and retrieved via terminal ("crash" command)
  115. - Support for Huacanxing H802
  116. - Support for powermeters based on V9261F IC
  117. - Support for powermeters based on ECH1560 IC (beta, untested)
  118. ### Changed
  119. - Changed behaviour on MQTT connection failure (#215)
  120. - Removed boot delay
  121. - Refactor power modules
  122. - Updated JustWifi library
  123. ### Fixed
  124. - Set all esp8285 devices to use esp01_1m (#210, #225)
  125. - Removed wifi gain option since it prevents some devices to connect (#204)
  126. ## [1.9.3] 2017-09-04
  127. ### Added
  128. - New "erase.config" option in terminal to delete SDK settings
  129. - Added error code to error message when updating from web UI
  130. - Fixed Web UI to be behind a proxy (http://tinkerman.cat/secure-remote-access-to-your-iot-devices/)
  131. - 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/)
  132. ### Changed
  133. - Updated fauxmoESP library to 2.2.0
  134. ### Fixed
  135. - Fix HLW8012 calibration (#194)
  136. - Fix telnet dropping connection
  137. - Fix WiFiSecureClient connection with PubSubClient (#64)
  138. ## [1.9.2] 2017-08-31
  139. ### Added
  140. - System stability check (turns off everything except WIFI AP, OTA and telnet if there is a boot crash loop) (#196)
  141. - Telnet support (enabled by default only on AP interface)
  142. - Option to set WiFi gain from web UI
  143. - Option to disable MQTT from web UI
  144. - MQTT autodiscover, with the option to autoconnect if no broker defined
  145. - Home Assistant MQTT autodiscover feature
  146. - List enabled modules in INIT debug info
  147. - Counter module (counts and reports transitions in a digital pin)
  148. ### Changed
  149. - Updated NoFUSS support
  150. - Web UI documentation changes
  151. - Changes in terminal commands ("reconnect" is now "reset.wifi", also new commands added)
  152. ### Fixed
  153. - Crash in settings saving (#190) and fixed UDP debug conditional build clauses
  154. ## [1.9.1] 2017-08-27
  155. ### Added
  156. - Support to build without NTP support
  157. - Added current time, uptime, free heap, firmware size and free space to web interface
  158. ### Changed
  159. - Changed settings keys for Itead Sonoff RF Bridge
  160. - Disable Domoticz by default
  161. ### Fixed
  162. - Fixed build flags for DHT and DS18B20 in platformio.ini file
  163. - Fixed Itead Sonoff B1 by updating the my9291 library
  164. - Fixed light status on boot (#157)
  165. - Fixed CSS bug cause by a bad merge
  166. ## [1.9.0] 2017-08-25
  167. ### Added
  168. - Support for IteadStudio BN-SZ01 Ceiling Light (#132)
  169. - Support for IteadStudio Sonoff RF Bridge (#173)
  170. - Support for IteadStudio Sonoff 4CH Pro (#174)
  171. - Support for IteadStudio Sonoff B1
  172. - Support for IteadStudio Sonoff LED
  173. - Support for IteadStudio Sonoff T1 wall switches (1, 2 and 4 channels)
  174. - Support for WiOn 50055 WiFi Wall Outlet & Tap
  175. - Support for EXS WiFi Relay v3.1 (and other future latching relay boards) (#152)
  176. - TLS/SSL support for MQTT (caution: eats a lot of memory, do not use with web interface) (#64)
  177. - Add support for delayed ON/OFF switches (#123, #161, #188)
  178. - Added ON and OFF actions for button events (previously only TOGGLE available) (#182)
  179. - Sliders in web interface to control dimmer channels independently (also for brightness)
  180. - Debug info about MQTT disconnect reason
  181. ### Changed
  182. - MQTT setters ending with "/set" by default
  183. - Using DOUT flash mode on all devices (#167)
  184. - Longer timeout for WiFi connection (better chances for Sonoff Basic to connect)
  185. - Changed MQTT topics for light devices (COLOR, BRIGHTNESS, MIRED, KELVIN, CHANNEL) (#144)
  186. - Changed the way light devices are defined (see LIGHT_PROVIDER_DIMMER)
  187. - Allow to disable color picker in web interface
  188. - API returns processed values for HLW8012 sensor (not raw values anymore) (#176)
  189. - Major refactoring of settings
  190. ### Fixed
  191. - Discard MQTT messages with empty payload (#185)
  192. - Wifi connection issue (https://github.com/esp8266/Arduino/issues/2186)
  193. - Alexa connection issue
  194. ## [1.8.3] 2017-07-23
  195. ### Added
  196. - Issue #85 and #90. Option to report MQTT messages with JSON payloads
  197. - Issue #170. Updated DebouceEvent library to allow disabling double click and get faster click responses
  198. - Using memory layout with no SPIFFS for 1Mb devices
  199. ### Changed
  200. - Rename settings s/POW/HLW8012/
  201. - Return times in ISO8601 format
  202. ### Fixed
  203. - Issue #168. Added H801 to arduino.h file
  204. - Issue #171. Fix corrupted will message
  205. ## [1.8.2] 2017-07-16
  206. ### Added
  207. - InfluxDB support via HTTP API
  208. - Added custom reset reason to debug log
  209. - Enable WIFI debug on hardware reset (button long click)
  210. ### Changed
  211. - Issue #159. Allow decimals in relay pulse interval
  212. - Updated HLW8012 library
  213. ### Fixed
  214. - Issue #148. Fix bug in conditional compilation check
  215. - Issue #149. Using different pulse counters for each relay (thanks to Lauris Ieviņš)
  216. - Issue #141. Limit relay pulse interval to 60s
  217. - Fixed units for apparent & reactive power (thanks to Lauris Ieviņš)
  218. - Fixed mDNS setup when using custom HTTP port for web interface
  219. ## [1.8.1] 2017-05-22
  220. ### Fixed
  221. - Issue #140. Fix no relay control bug in Sonoff Dual
  222. ## [1.8.0] 2017-05-21
  223. ### Added
  224. - Added gamma correction to RGB strips. Thanks to Chris Ward.
  225. - Added support for Huacanxing H801 WiFi LED Controller. Thanks to Minh Phuong Ly.
  226. - Issue #138. Added NTP configuration from web interface
  227. - Issue #128. Report color when booting and in heartbeat stream.
  228. - Issue #126. Show NTP status in web interface.
  229. - Added filter limits on POW readings.
  230. - Added color temperature to RGB calculation. Thanks to Sacha Telgenhof.
  231. - Issue #120. Added relay flood protection. Thanks to Izik Dubnov.
  232. - Support for "#RRGGBB", "RRR,GGG,BBB" and "WWW" color formats.
  233. - Issue #117. Added build date & time to web interface.
  234. ### Fixed
  235. - Fix MQTT_RELAY board conifugration. Thanks to Denis French.
  236. - Issue #125. Fix bug in relay status reading from EEPROM
  237. - Issue #127. Fix button action in DUAL.
  238. - Fix bug in Sonoff POW current reading. Thanks to Emmanuel Tatto.
  239. - Minimizing my9291 flickering when booting.
  240. - Fix conditional flags in hardware.ino to support Arduino IDE.
  241. ## [1.7.1] 2017-03-28
  242. ### Fixed
  243. - Issue #113. Fix restoring color from EEPROM upon reboot
  244. - Issue #113. Fix bug in API handlers
  245. ## [1.7.0] 2017-03-27
  246. ### Added
  247. - Web interface embedded in firmware image by default
  248. - Upload firmware image from web interface
  249. - Added API entry point to change light color
  250. - Added generic analog sensor. Thanks to Francesco Boscarino
  251. - Report RSSI value in debug console and MQTT status messages
  252. - Added support for Magic Home LED Controller
  253. - Added support for ESPurna-H Board (based on HLW8012)
  254. - Added forward compatible code for v2.0
  255. ### Changed
  256. - Added ellipsis (...) in debug messages longer than 80 characters
  257. - Changed topic constants in code
  258. - Prevent the SDK from saving WiFi configuration to flash
  259. ### Fixed
  260. - Issue #113. Fix light bulb state to OFF in library prevented the bulb from turning on
  261. - Issue #58. Added code to handle spurious readings
  262. - Fix bug in HLW8012 calibration current parameter casting to int instead of float
  263. - Issue #115. Removed local declaration of _mqttForward variable. Thanks to Paweł Fiedor
  264. - Fix MQTT will topic. Thanks to Asbjorn Tronhus
  265. ## [1.6.9] 2017-03-12
  266. ### Added
  267. - Two stage read for DS18B20 devices. Thanks to Izik Dubnov.
  268. - Option to report the relay status via MQTT periodically
  269. - Terminal commands to change relay status an light color
  270. - Added debug via UDP (disabled by default)
  271. - Moved debug strings to PROGMEM. ~1.5KByes memory freed
  272. - Avoid broadcasting websocket messages if no clients connected
  273. ### Fixed
  274. - Fixing use after free bug that leads to corrupted auth credentials. Thanks to David Guillen
  275. ## [1.6.8] 2017-03-01
  276. ### Added
  277. - Issue #85. Heartbeat reports now free heap, uptime and VCC every 5 minutes
  278. ### Changed
  279. - Wait two minutes instead of one in AP mode before trying to reconnect to the router
  280. - Issue #92. Debug log enabled by default in Arduino IDE
  281. - Issue #91. Using AsyncMqttClient as default MQTT client again
  282. ### Fixed
  283. - Report data from all sensors via websocket even if no MQTT connection
  284. - Issue #92. Fix unknown reference in Arduino IDE
  285. - Split data.h contents into 1k lines, otherwise Arduino IDE chokes on them
  286. - Discard empty MQTT topic while subscribing
  287. ## [1.6.7] 2017-02-25
  288. ### Added
  289. - Support for OpenLight / AI-Light by AI-Thinker based on MY9291 LED driver
  290. - Issue #87. Factory reset when physical button pressed for >10 seconds
  291. ## [1.6.6] 2017-02-23
  292. ### Fixed
  293. - Issue #82. Fix critical bug on Sonoff Dual
  294. ## [1.6.5] 2017-02-22
  295. ### Added
  296. - Option to backup and restore settings from the web interface
  297. - Footer in the web interface
  298. ### Changed
  299. - Using PubSubClient as MQTT client by default (please read the documentation)
  300. - Double & long clicks do nothing except for the first defined button
  301. ### Fixed
  302. - Issue #79. Fix bug in WiFi led notification & MQTT connectivity (using PubSubClient)
  303. - Issue #73. Fix bug when building without Domoticz support
  304. - Fix Gulp tasks dependencies
  305. ## [1.6.4] 2017-02-20
  306. ### Added
  307. - Option to embed the web interface in the firmware, disabled by default
  308. - Change relay status with a GET request (browser friendly)
  309. - Support for PROGMEM debug messages (only wifi module has been changed)
  310. - Option to disable mDNS, enabled by default
  311. - Show current web server port in debug log
  312. - Issue #75. Link relays to LEDs
  313. - Issue #76. Using http://espurna.local when in AP mode
  314. ### Changed
  315. - Images and favicon is now embedded in the HTML
  316. - Authentication challenge only in /auth request. All static contents are un-authenticated
  317. - HTTP response code when out of websocket slots changed from 423 to 429
  318. ### Fixed
  319. - Memory leak in MQTT connection method
  320. - Wait 60 seconds before retrying to connect when in AP mode
  321. - Issue #24 & #74. Update ESPAsyncTCP and ESPAsyncWebServer to latest GIT version that supports MSS defragmenting
  322. - Issue #73. Fixes for windows machines
  323. ### Removed
  324. - Captive portal removed, mDNS resolution for AP mode too
  325. ## [1.6.3] 2017-02-15
  326. ### Added
  327. - Issue #69. Temperature unit configuration from the web interface
  328. - Issue #55. WebServer port configurable from the web interface, defaults to 80
  329. - Expand network configuration when adding a new network
  330. ### Changed
  331. - Merged web contents except images in a single compressed file for reliability
  332. - Update support for Itead Motor Clockwise/Anticlockwise board
  333. - Scan for strongest network only if more than 1 network configured
  334. ### Fixed
  335. - Issue #71. Added default values for netmask and DNS in web configuration
  336. - Fixed Itead 1CH self-locking/inching board definition
  337. - Fixed PlatformIO environments for ESP8285 boards (4CH and Touch)
  338. ## [1.6.2] 2017-02-10
  339. ### Fixed
  340. - Check if there is an MQTT broker defined before the MQTT_MAX_TRIES check
  341. ## [1.6.1] 2017-02-10
  342. ### Added
  343. - Added support for [Jorge Garcia's Wifi+Relay Board Kit](https://www.tindie.com/products/jorgegarciadev/wifi--relays-board-kit/)
  344. - Reporting current and energy incrementals to a separate counters in Domoticz (thanks to Toni Arte)
  345. - Force WiFi reconnect after MQTT_MAX_TRIES fails trying to connect to MQTT broker
  346. ## [1.6.0] 2017-02-05
  347. ### Added
  348. - Added support for toggle switches
  349. - Allow reset the board via an MQTT message
  350. - Allow reset the board via an RPC (HTTP) message
  351. - 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/))
  352. - Reporting voltage to Domoticz (only HLW8012)
  353. - Map button events to actions (toggle relay, AP mode, reset, pulse mode)
  354. ### Changed
  355. - Reporting energy incrementals (Domoticz, MQTT)
  356. ### Removed
  357. - Removed current monitor bypass when relay is OFF
  358. - Removed energy API entry point
  359. ## [1.5.4] 2017-02-03
  360. ### Fixed
  361. - Issue #50. Fix type bug in window variable when calculating energy for HLW8012 devices (Sonoff POW)
  362. ## [1.5.3] 2017-02-02
  363. ### Fixed
  364. - Issue #50 and #54. Fixed domoticz MQTT message format
  365. ### Added
  366. - Energy calculation and aggregation. API entry points and MQTT messages.
  367. ## [1.5.2] 2017-01-29
  368. ### Fixed
  369. - Fix bug in emon topic payload
  370. ## [1.5.1] 2017-01-28
  371. ### Added
  372. - OpenEnergyMonitor WiFi MQTT Relay / Thermostat support (thanks to Denis French)
  373. ### Fixed
  374. - NTP connection refresh upon wifi connection
  375. - Filesystem image build using local gulp installation
  376. ## [1.5.0] 2017-01-21
  377. ### Added
  378. - Pulse mode. Allows to define a pulse time after which the relay will switch back
  379. - API entry points for sensor data (power, current, voltage, temperature and humidity)
  380. - Export sensor data to Domoticz (power, current, voltage, temperature and humidity)
  381. - Configurable (in code) mapping between buttons and relays
  382. - MQTT messages for button events
  383. - Added support for Itead Studio 1CH inching/self locking smart switch board
  384. - Added support for Jan Goedeke Wifi Relay boards (both NC and NO versions)
  385. - Notify OTA updates to websocket clients, automatically reload page
  386. - Support for pulse mode notification LED and button
  387. - Revert relay state mode on boot (thanks to Minh Phuong Ly)
  388. ### Fixed
  389. - MQTT will topic
  390. - Crash with HLW812 interrupts while trying to create a WIFI connection
  391. - Issue #20 Better inline documentation for Alexa and Domoticz default settings
  392. - Issue #39 Fixed autoconnect issue with static IP (fixed in JustWifi library)
  393. - Issue #41 Added password requirements to initial password change page
  394. ### Changed
  395. - Changed LED pattern for WIFI notifications (shorter pulses)
  396. ## [1.4.4] 2017-01-13
  397. ### Added
  398. - Adding current, voltage, apparent and reactive power reports to Sonoff POW (Web & MQTT)
  399. ### Fixed
  400. - Issue #35 Fixed frequent MQTT connection drops after WIFI reconnect
  401. - Defer wifi disconnection from web interface to allow request to return
  402. ### Changed
  403. - Move all Arduino IDE configuration values to their own file
  404. - Using latest HLW8012 library in interrupt mode
  405. ## [1.4.3] 2017-01-11
  406. ### Fixed
  407. - Issue #6 Using forked Time library to prevent conflict with Arduino Core for ESP8266 time.h file in windows machines
  408. ## [1.4.2] 2017-01-09
  409. ### Added
  410. - Support for inverse logic relays
  411. ### Fixed
  412. - Issue #31. Fixed error in relay identification from MQTT messages
  413. ## [1.4.1] 2017-01-05
  414. ### Added
  415. - Alexa support by default on all devices
  416. - Added support for Wemos D1 Mini board with official Relay Shield
  417. ### Fixed
  418. - Multi-packet websocket frames
  419. ## [1.4.0] 2016-12-31
  420. ### Added
  421. - Domoticz support via MQTT (https://www.domoticz.com/wiki/MQTT)
  422. - Support for static IP connections
  423. ### Fixed
  424. - Issue #16. Enforce minimum password strength in web interface
  425. ### Changed
  426. - Using default client_id provided by AsyncMqttClient
  427. - Allow up to 5 different WIFI networks
  428. ### Removed
  429. - File system version file
  430. ## [1.3.1] 2016-12-31
  431. ### Fixed
  432. - data_dir fix for PlatformIO
  433. ## [1.3.0] 2016-12-30
  434. ### Changed
  435. - Arduino IDE support (changes in the folder structure and documentation)
  436. ## [1.2.0] 2016-12-27
  437. ### Added
  438. - Force password changing if it's the default one
  439. - Added Last-Modified header to static contents
  440. - Added DNS captive portal for AP mode
  441. - Added support for Sonoff 4CH
  442. - Added support for WorkChoice ecoPlug (ECOPLUG). Thanks to David Myers
  443. - Added support for Sonoff SV
  444. - Added support for Sonoff Touch
  445. - Comment out hardware selection in hardware.h if using Arduino IDE
  446. - Added support for MQTT get/set suffixes (/status, /set, ...)
  447. - Added support for LED notifications via MQTT
  448. - Added EEPROM check commands to terminal interface
  449. ### Changed
  450. - Using unreleased AsyncMqttClient with stability improvements
  451. - Better decoupling between MQTT and relays/websockets
  452. - Skipping retained MQTT messages (configurable)
  453. ### Fixed
  454. - Issue #11 Compile error when building sonoff-dual-debug
  455. - Issue #14 MQTT Connection with Username an Password not working
  456. - Issue #17 Moved static variable 'pending' to class variable
  457. ## [1.1.0] 2016-12-06
  458. ### Added
  459. - Added support for DS18B20 temperature sensor. Thanks to Francesco Boscarino
  460. - Added reset command from console
  461. - Added support for multirelay boards like Sonoff DUAL or Electrodragon ESP Relay Board
  462. ### Changed
  463. - Not using espressif8266_stage in default environment
  464. - Relay MQTT topics
  465. - API entry points
  466. ### Removed
  467. - Old non protected API
  468. ## [1.0.3] 2016-11-29
  469. ### Added
  470. - WeMo emulation through the fauxmoESP library (control your switch from Alexa!)
  471. - REST API for relay management
  472. - Better dependency definitions in platformio.ini
  473. - Option to define inverse logic to on-board LED
  474. - Built data folder included in repo
  475. ### Changed
  476. - Using non-interrupt driven mode for HLW8012
  477. - Better documentation
  478. - Small changes to web interface
  479. - Same admin password for web, OTA and WIFI AP mode
  480. ### Fixed
  481. - Prevent fauxmoESP to be compiled by default
  482. ### Removed
  483. - Removed ESPurna board to its own repo
  484. ## [1.0.1] 2016-11-13
  485. ### Added
  486. - Basic authentication and CSRF to websocket requests
  487. ## [1.0.0] 2016-11-13
  488. ### Added
  489. - Using ESPAsyncWebServer (for web & websockets) and AsyncMqttClient
  490. ## [0.9.9] 2016-11-12
  491. ### Added
  492. - Preliminary support for Sonoff POW
  493. - Replace AJAX requests with websockets
  494. - Using sprites for images
  495. - Hostname can be changed
  496. - Added initial relay state mode
  497. - Reconnect and reset buttons on web interface
  498. ### Changed
  499. - Changed long click to reset and double click to AP mode
  500. - Using officially supported platformio.ini file by default
  501. ### Fixed
  502. - Removed unnecessary memory inefficient code
  503. - Temprary fix for Adafruit DHT library (see https://github.com/adafruit/DHT-sensor-library/issues/62)
  504. ## [0.9.8] 2016-10-06
  505. ### Added
  506. - Using PureCMS for the web interface
  507. - Using gulp to build the filesystem files
  508. - Using Embedis for configuration
  509. ### Changed
  510. - Updated JustWifi library
  511. - Web interface changes
  512. - Using custom platformio.ini file
  513. - Loads of changes in modules
  514. - Added DEBUG_MSG
  515. ### Fixed
  516. - Clean gulp builder script
  517. ## [0.9.7] 2016-08-28
  518. ### Changed
  519. - Moving wifi management to library (JustWifi)
  520. - Split code into modules
  521. ## [0.9.6] 2016-08-12
  522. ### Added
  523. - Added heartbeat, version and fsversion MQTT messages
  524. ### Changed
  525. - GZip 3rd party contents
  526. ## [0.9.5] 2016-07-31
  527. - Initial stable version