Commit Graph

1053 Commits

Author SHA1 Message Date
Xose Pérez
eb00a4db11 Terminal command to set and get a GPIO value 2018-01-09 19:13:17 +01:00
Xose Pérez
0585f5822b Allow to define custom button delays for each device 2018-01-09 19:12:08 +01:00
Xose Pérez
3e811c8138 Changed button event debug message 2018-01-09 19:11:40 +01:00
Xose Pérez
fce278489e Remove limit to debug message length 2018-01-09 16:08:23 +01:00
Xose Pérez
207726b049 Merge branch 'thingspeak' into dev
Conflicts:
	code/espurna/data/index.html.gz
	code/espurna/static/index.html.gz.h
2018-01-09 00:23:42 +01:00
Xose Pérez
6035ed8eee Allow MQTT keep alive value of up to 3600s 2018-01-09 00:14:26 +01:00
Xose Pérez
2d58ddafe3 Thingspeak support over SSL 2018-01-08 23:43:03 +01:00
Xose Pérez
b73589f269 Revert config changes 2018-01-08 23:42:45 +01:00
Xose Pérez
e0723f6998 Send Thingspeak API key to web UI 2018-01-08 21:42:12 +01:00
Xose Pérez
eb5df8677f Merge branch 'dev' into thingspeak 2018-01-08 12:34:08 +01:00
Xose Pérez
c14b76db8c Fix typo 2018-01-08 12:33:50 +01:00
Xose Pérez
e4ef06b38c Inline documentation on sensorInit 2018-01-08 12:20:59 +01:00
Xose Pérez
170f0d543c Option to publish address via MQTT for any sensor 2018-01-08 12:16:17 +01:00
Xose Pérez
c38911beae Fix reference to sensor slot method 2018-01-08 10:41:21 +01:00
Xose Pérez
ccc5843e7b Option to publish Dallas sensor address via MQTT (disabled by default) 2018-01-08 10:33:54 +01:00
Xose Pérez
29b3ae7041 Support to build a core version of the firmware (<290Kb) keeping track of the board type for future reference 2018-01-08 00:25:12 +01:00
Xose Pérez
c4bdb03024 Check ThingSpeak update frequency limit (15s) 2018-01-07 21:25:55 +01:00
Xose Pérez
df97cef8d1 Merge branch 'dev' into thingspeak
Conflicts:
	code/espurna/data/index.html.gz
	code/espurna/static/index.html.gz.h
2018-01-07 16:02:57 +01:00
Xose Pérez
ce7a019256 Added support for Tarpuna Shield for Wemos D1 2018-01-07 16:02:15 +01:00
Xose Pérez
9d6a5727a5 Non SSL version of Thingspeak module 2018-01-07 15:26:29 +01:00
Xose Pérez
af805ab045 Update copyright notices 2018-01-07 01:21:23 +01:00
Xose Pérez
ad05448603 Preliminary support for Thingspeak REST API over SSL 2018-01-07 01:18:01 +01:00
Xose Pérez
ff9ca1c779 Build option to disable password check (USE_PASSWORD). Password check is enabled by default. Use at your own risk (#373) 2018-01-06 23:09:06 +01:00
Xose Pérez
7f70d6f5e0 Support for Arilux AL-LC02 (Thanks you user Crispin) 2018-01-06 21:01:10 +01:00
Xose Pérez
87b03f67f1 Fix bug in magnitudes topics and units order (#355) 2018-01-05 22:27:56 +01:00
Xose Pérez
dc1dadf439 Force MQTT support when HOMEASSISTANT_SUPPORT is 1 2018-01-05 22:27:14 +01:00
Xose Pérez
77045d9bf9 ESPurna OTA Manager implemented in python 2018-01-05 21:33:00 +01:00
Xose Pérez
82177f5669 Fix bug in RF Bridge when RF code contains the stop byte. Check overflow (#357) 2018-01-05 13:45:54 +01:00
Xose Pérez
4cf6e92b9f Remove deprecated LED_WIFI setting 2018-01-05 13:41:20 +01:00
Xose Pérez
4624ab9078 Added option to specify MQTT client ID 2018-01-05 13:41:05 +01:00
Xose Pérez
f3e4d6392f Remove env.Dump in platformio extra script 2018-01-05 09:37:34 +01:00
Ryan Jarvis
46de434674 Fix typo: TOOGLE -> TOGGLE 2018-01-05 09:31:37 +01:00
Xose Pérez
2a75e48a87 Version 1.11.4a 2018-01-05 09:31:23 +01:00
Xose Pérez
a9735280d5 Add binary size check hook to platformio build 2018-01-04 16:09:43 +01:00
Xose Pérez
87b72342a0 Reenable IR_SUPPORT for Magic Home devices (only if 2.3.0) 2018-01-04 14:49:05 +01:00
Xose Pérez
98adb88f12 Add binary size to memanalyzer report 2018-01-04 10:35:20 +01:00
Xose Pérez
b9e158efe4 Using delay instead of delayMicroseconds on DHT warmup delay 2018-01-03 11:19:44 +01:00
Xose Pérez
3f0094bc0a Temporary disable IR support on MagicHome images to reduce their size 2018-01-03 11:19:18 +01:00
Xose Pérez
50ee5be3e4 Color synchronisation between different lights via MQTT 2018-01-03 00:07:02 +01:00
Xose Pérez
894b073754 Version 1.11.3 2018-01-02 15:01:25 +01:00
Xose Pérez
590cd49bea Change PlatformIO staging reference 2018-01-02 14:09:13 +01:00
Xose Pérez
d3edf9e7cd Fix uninitialized muxes for dimmer lights (#356) 2018-01-02 14:08:29 +01:00
Xose Pérez
cb6219a82c Memory analyzer based on ESPEasy memanalyzer.py 2018-01-02 12:55:31 +01:00
Xose Pérez
18c69f0a1e Several fixes related to dependencies between modules 2018-01-02 12:55:06 +01:00
Xose Pérez
f388f39620 Version 1.11.2 2017-12-30 12:32:19 +01:00
Xose Pérez
5c15f7fd1d Fix pwm reference on arduino IDE 2017-12-30 12:15:08 +01:00
Xose Pérez
8eb1390118 Fix references to pwm.h 2017-12-29 23:21:46 +01:00
Xose Pérez
c0d63ff41c Subscribe to MQTT domoticz out topic only if domoticz is enabled (#344) 2017-12-29 23:09:44 +01:00
Xose Pérez
f06c841639 New LED modes: always ON and always OFF (#348) 2017-12-29 22:57:43 +01:00
Xose Pérez
cdfa893f75 Fixed old reference to dallas sensors in platformio.ini file. Default GPIO for DALLAS and DHT set to 14 2017-12-29 22:41:48 +01:00