Commit Graph

94 Commits

Author SHA1 Message Date
David Myers
d30cd2b072 Adding hardware definition for esp8266 device available in USA ( https://www.walmart.com/ip/Generic-CT-065W-WorkChoice-1-Ol-Wi-Fi-Indoor-Switch-White/46721978 ). 2016-12-15 10:10:16 -05:00
Xose Pérez
afe8defa4c Added Last-Modified header to static contents 2016-12-12 00:09:27 +01:00
Xose Pérez
0f5a0e8f75 Forward to password change page if default password 2016-12-12 00:08:34 +01:00
Xose Pérez
fc344c9565 Added relayStatus function prototype to fix issue #11 2016-12-11 19:09:24 +01:00
Xose Pérez
e8b1a0c41d Publish/subscriber pattern for MQTT events (relay & websockets) 2016-12-11 11:17:47 +01:00
Xose Pérez
9176240a0f Move LED control to its own module 2016-12-11 10:25:49 +01:00
Xose Pérez
95cba0246b Using staging AsyncMqttClient with stability improvements 2016-12-10 22:53:07 +01:00
Xose Pérez
d1c8435b2d Added synchornise all option for multi-relay boards 2016-12-07 13:11:50 +01:00
Xose Pérez
70853b1e6d Fix GPIO definitions for Dual and Electrodragon 2016-12-07 11:03:19 +01:00
Xose Pérez
d7ccde2782 Update documentation for Sonoff Dual and Electrodragon board 2016-12-06 23:00:58 +01:00
Xose Pérez
e6e5c27093 Merge branch 'master' into multirelay 2016-12-06 22:12:42 +01:00
Xose Pérez
681470eda5 Update automated build script 2016-12-06 22:06:55 +01:00
Xose Pérez
7561b13b23 Change debug statements in nofuss module 2016-12-06 22:06:06 +01:00
Xose Pérez
11434301e0 * Support for ITead's Sonoff Dual
* Support for Electrodragon's ESP Relay Board
* Support for multi-relay boards
* Changed relay MQTT topics
* Changed relay API entry points
* Removed non-secure api entry points
2016-12-06 22:02:34 +01:00
Xose Pérez
69139ac2a7 Using yield in main loop 2016-12-05 16:52:43 +01:00
Xose Pérez
a662376892 Fix settings rename in emon module 2016-12-05 16:52:32 +01:00
Xose Pérez
dd356d8108 Not using espressif8266_stage in default environment 2016-12-04 20:44:10 +01:00
Xose Pérez
397e17e39a Bump fs version 2016-11-30 23:36:24 +01:00
Xose Pérez
51073a8f48 Added support for DS18B20 temperature sensor. Thanks to Francesco Boscarino 2016-11-30 23:35:55 +01:00
Xose Pérez
bff50db77d Added reset command from console 2016-11-30 23:34:48 +01:00
Xose Pérez
884dcc0cd1 Changelog 2016-11-29 23:28:53 +01:00
Xose Pérez
466a1e1c6b Ignore ESPAsyncUDP in platformio.ini when compiling without fauxmoESP support 2016-11-29 21:36:38 +01:00
Xose Pérez
6d9faa2fde Fix stupid type in platformio.ini (#5) 2016-11-29 19:39:47 +01:00
Xose Pérez
7eae097991 Use official platformio.ini file by default 2016-11-29 13:11:23 +01:00
Xose Pérez
7d46817008 Back to the latest ESPAsyncWebServer version after issue #100 has been resolved 2016-11-29 08:23:30 +01:00
Xose Pérez
64f16118ad Added debug utility that uses littleyoda's EspStackTraceDecoder 2016-11-28 23:44:16 +01:00
Xose Pérez
b102ec52e4 Declared all libraries as PlatformIO dependencies, updated documentation 2016-11-28 15:55:45 +01:00
Xose Pérez
b66bef4b49 Using non-interrupt driven mode for HLW8012 2016-11-23 00:28:05 +01:00
Xose Pérez
26f31d788c Missing LED_PIN_INVERSE definition for debug board 2016-11-23 00:09:24 +01:00
Xose Pérez
1551b3d1e3 Option to define LED in inverse logic 2016-11-22 22:53:27 +01:00
Xose Pérez
44a2d9bacd Prevent LDF from compile fauxmoESP library (and hence ESPAsyncUDP) by default 2016-11-22 22:35:18 +01:00
Xose Pérez
2d7d23ef8a Include current data folder with latest web interface build 2016-11-22 22:04:53 +01:00
Xose Pérez
9e96e0f21a Split configuration file 2016-11-22 10:10:38 +01:00
Xose Pérez
b3a4d5064b fauxmoESP library 2016-11-21 01:12:20 +01:00
Xose Pérez
b07bc1d97b fauxmoESP library returns boolean in onMessage callback 2016-11-21 01:11:25 +01:00
Xose Pérez
6770194287 Do not compile with fauxmo support by default 2016-11-20 23:21:17 +01:00
Xose Pérez
4a34e863b6 Merge branch 'master' into fauxmo 2016-11-20 21:43:33 +01:00
Xose Pérez
52521e6942 Integrating fauxmoESP library 2016-11-20 21:39:42 +01:00
Xose Pérez
4da4affdb7 Changed WS auth and added REST API key 2016-11-18 11:12:21 +01:00
Xose Pérez
9f88c59262 REST entry point for relay management, supporting GET and PUT 2016-11-17 09:30:47 +01:00
Xose Pérez
ecae80b0fc Indentation make-up 2016-11-17 08:23:47 +01:00
Xose Pérez
3a47bd402c Update filesystem builder script removing unnecessary dependencies and changing default target 2016-11-14 22:33:29 +01:00
Xose Pérez
e3c52ba66f Using PlatformIO library manager for Embedis library 2016-11-14 22:17:49 +01:00
Xose Pérez
9280078f71 Bring back HTTP relay entry points 2016-11-14 21:05:55 +01:00
Xose Pérez
20b27cdc87 Small changes to the web interface 2016-11-14 01:16:43 +01:00
Xose Pérez
bf73da17d4 Unify admin passwords 2016-11-14 00:26:30 +01:00
Xose Pérez
e501a9063e Bump version number 2016-11-13 23:41:36 +01:00
Xose Pérez
4de83916d1 Added basic authetication and CSRF check to websocket requests 2016-11-13 23:38:03 +01:00
Xose Pérez
866f8138e7 Migrated to AsyncWebServer, AsyncWebSocket and AsyncMqttClient 2016-11-13 23:29:54 +01:00
Xose Pérez
7f9a7ef052 Preliminary support for Sonoff POW 2016-11-12 14:51:49 +01:00