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.

582 lines
20 KiB

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