Xose Pérez
3704d36663
Initial support for PZEM004T sensor
2018-02-28 14:03:58 +01:00
Xose Pérez
aed86584dc
Merge branch 'dev' into sensors
2018-02-28 09:08:43 +01:00
Xose Pérez
904cb26b5f
Support for software serial on UART_MQTT module
2018-02-28 09:08:29 +01:00
Xose Pérez
eafd333ef5
Update ESPSoftwareSerial using new enableIntTx method
2018-02-28 08:51:53 +01:00
Thomas Staerk
4c39202848
Reset relays on MQTT disconnection
...
With option #define MQTT_DISCONNECT_RELAY_DEFAULT set to 1, all relays
will be reset in case of MQTT disconnection to avoid a connected device
being switched on while MQTT is not under broker control any more.
2018-02-27 20:58:21 +01:00
theonedemon
81abe3d494
feat: add support GizWits Witty Cloud
2018-02-27 13:15:44 +02:00
Xose Pérez
5bc1980e5f
ECH1560 call _sync from tick method
2018-02-27 10:41:15 +01:00
Xose Pérez
cc7af785b2
Added UART_MQTT check to info command
2018-02-27 10:38:20 +01:00
Xose Pérez
4657c614ea
Clean up UART-MQTT code
2018-02-27 00:22:13 +01:00
Xose Pérez
e70dd22177
Merge pull request #592 from AlbertWeterings/UARTtoMQTT
...
UART<->MQTT
2018-02-26 23:59:17 +01:00
Xose Pérez
a8f588551b
Clean code
2018-02-26 23:43:23 +01:00
Xose Pérez
ab07def2d8
Merge pull request #558 from hyteoo/master
...
Add Reset to factory settings in admin page of web UI
2018-02-26 23:38:46 +01:00
Xose Pérez
0e767dbffc
Allowing hostname breaks on spaces
2018-02-26 23:36:30 +01:00
Xose Pérez
9a21820692
Change copy from 'Use colorpicker' to 'Use color'. Better hint. ( #590 )
2018-02-26 22:12:42 +01:00
Xose Pérez
d7af09e769
Added new relay & wifi led mode ( #604 )
2018-02-26 22:02:46 +01:00
Xose Pérez
49973d14ca
Adding a 1ms delay after UDP send to avoid loosing packets ( #438 )
2018-02-26 21:18:53 +01:00
Xose Pérez
32373f8b2d
Fix AnalogSensor description ( #601 )
2018-02-26 21:11:07 +01:00
Xose Pérez
22d82013d1
Support for KMC 70011 energy monitor (thanks to Wayne Manion, #598 )
2018-02-26 21:02:23 +01:00
Xose Pérez
cbafa74ddc
Option to report power data in kW ( #523 )
2018-02-26 20:49:08 +01:00
Xose Pérez
da3f7b7055
Option to report energy data in kWh ( #523 )
2018-02-26 13:56:37 +01:00
Xose Pérez
f0b799be21
Increasing max number of messages in JSON payload to 20 ( #588 )
2018-02-26 13:10:48 +01:00
Xose Pérez
d6b26e705c
Fix relay delay turning on on boot
2018-02-26 13:01:21 +01:00
Xose Pérez
cdf7254acc
Add cppcheck preaction to extra_scripts.py (disabled atm)
2018-02-26 13:00:54 +01:00
AlbertWeterings
c86d3810b7
Update arduino.h
2018-02-22 00:16:22 +01:00
AlbertWeterings
99d4455e4a
Changed from hardware to feature
2018-02-21 08:42:41 +01:00
AlbertWeterings
379fe5ec51
Changed from hardware to feature
2018-02-21 08:40:53 +01:00
AlbertWeterings
41286c545f
Changed from hardware to feature
2018-02-21 08:39:29 +01:00
AlbertWeterings
8983041b9b
Changed from hardware to feature
2018-02-21 08:38:45 +01:00
AlbertWeterings
79a062adb8
Update uart_mqtt
...
cleaned up code and added debug
2018-02-21 06:44:10 +01:00
AlbertWeterings
ee70c520dd
Update uart_mqtt
2018-02-21 06:40:01 +01:00
AlbertWeterings
e784241e33
Update uart_mqtt
...
Sending data both ways now works
2018-02-20 19:12:31 +01:00
AlbertWeterings
885cd5e9ad
Update hardware.h
...
Removed LED1 from TX pin now tx data out works
2018-02-20 18:56:15 +01:00
wysiwyng
29976f99df
check for max #schedules working
2018-02-20 17:04:42 +01:00
AlbertWeterings
16d2d7d42d
Update hardware.h
2018-02-20 06:36:52 +01:00
AlbertWeterings
71189772e2
Update arduino.h
...
Added UARTtoMQTT temporary as new hardware
2018-02-20 06:34:41 +01:00
AlbertWeterings
ca4945828b
Update general.h
...
Added MQTT_TOPIC_UARTIN and MQTT_TOPIC_UARTOUT topic
2018-02-20 06:33:17 +01:00
AlbertWeterings
2aab97a1c4
Create uart_mqtt
...
Needs work:
This only works from UART to MQTT
Need help to get to the received string from MQTT and send it via serial
2018-02-20 06:30:47 +01:00
AlbertWeterings
bc4c44a759
Added UARTtoMQTT
2018-02-20 06:23:57 +01:00
AlbertWeterings
94365753c9
Update espurna.ino
2018-02-20 06:22:13 +01:00
AlbertWeterings
f9a478f885
added UARTtoMQTT
2018-02-20 06:21:19 +01:00
wysiwyng
60901f5dfd
change single quotes to make codacy happy
2018-02-16 22:14:14 +01:00
wysiwyng
907cad2857
added checks if light scheduler is not supported
2018-02-16 20:25:37 +01:00
wysiwyng
86d1817801
made scheduler templates more beautiful, added checks to not add unsupported schedules
2018-02-16 20:25:03 +01:00
Teo Pavel
a5965b25fe
Removed unsaved settings confirmation
...
Always confirm Factory reset
2018-02-15 14:47:21 +02:00
wysiwyng
3827ff37d2
light scheduler working
2018-02-15 02:27:43 +01:00
wysiwyng
54fc15c059
add dimmer scheduler support to firmware
2018-02-14 13:33:19 +01:00
Xose Pérez
7a67729db1
Automatically dump info on telnet connection if TERMINAL_SUPPORT is disabled
2018-02-13 21:55:47 +01:00
Xose Pérez
2dc4f28dd9
Prevent resending messages from rfin in RF Bridge ( #561 )
2018-02-13 19:42:37 +01:00
Teo Pavel
66eabc46f4
changed to LF
2018-02-13 09:30:29 +02:00
Teo Pavel
c3454ad217
Added Reset to factory settings in admin page of web UI
2018-02-13 09:15:42 +02:00