Commit Graph

1313 Commits

Author SHA1 Message Date
Xose Pérez
ed0232f9bc Fixed HA configuration dump when not enabled, added hint to web UI 2018-03-02 23:59:50 +01:00
Xose Pérez
6ffdeb5020 Moved HA settings to its own tab in web UI 2018-03-02 22:36:43 +01:00
Xose Pérez
207f58f0e9 Show home assistant configuration in web UI 2018-03-02 20:54:32 +01:00
Xose Pérez
5115204b53 Publish slampher as light to Home Assistant (#494) 2018-03-02 19:13:43 +01:00
Xose Pérez
191e805b78 Remove dependency from gulp-util (#493) 2018-03-02 14:01:25 +01:00
Xose Pérez
b0aa352c5c Define ESPURNA_CORE as a special device (#557) 2018-03-02 13:44:23 +01:00
Xose Pérez
353b739d90 Fix UART_MQTT_SUPPORT guards 2018-03-02 12:57:16 +01:00
Xose Pérez
694d70d097 Updated ESPAsyncTCP and ESPAsyncWebServer 2018-03-01 07:01:03 +01:00
Xose Pérez
d9cd999db9 Option to enable/disable web auth from web UI 2018-03-01 07:00:42 +01:00
Xose Pérez
ccdbbe6a16 build.h file 2018-03-01 06:59:25 +01:00
Xose Pérez
d3fbe31d92 Disable floating point support when building using PIO 2018-03-01 06:35:27 +01:00
Xose Pérez
9ee7ffa795 Disable floating point support when building using PIO 2018-03-01 06:35:13 +01:00
Xose Pérez
2e3664f76f Remove wifi distance calculation 2018-03-01 05:19:19 +01:00
Xose Pérez
59553cad2c Update support for basic RF receivers, using RFBridge web interface to learn codes (#594) 2018-02-28 21:40:14 +01:00
Xose Pérez
ca4fc1a38d Using wifiRegister instead of WifiHandlers in rf module 2018-02-28 16:31:45 +01:00
Xose Pérez
e13dfe6174 Remove return in rfLoop 2018-02-28 16:31:18 +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
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
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
Teo Pavel
a5965b25fe Removed unsaved settings confirmation
Always confirm Factory reset
2018-02-15 14:47:21 +02:00