a-tom-s
0bbf7e0453
Bug: MQTT disconnection reaction setting incorrectly displayed on web interface after reboot
2018-03-10 18:58:27 +01:00
a-tom-s
3c853b25f2
Reset relays on MQTT disconnection
...
Improved version, where you can set the expected reaction on MQTT disconnection separate for every relay on the SWITCHES page of the web interface
2018-03-09 21:59:06 +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
Xose Pérez
22fd5eea60
Version 1.12.3
2018-01-29 18:43:27 +01:00
Xose Pérez
2d2f44d3b5
Reset first telnet command on every connection
2018-01-29 18:41:50 +01:00
Xose Pérez
fd148e277b
Fix local reference ( #487 )
2018-01-29 18:40:56 +01:00
Xose Pérez
8a37ebf72e
Version 1.12.2
2018-01-29 09:43:14 +01:00
Xose Pérez
fce0dbd8f6
Checking trailing slash in mqttTopic ( #422 )
2018-01-29 00:48:25 +01:00
Xose Pérez
cba621dd40
Remove unneeded reference
2018-01-28 23:20:30 +01:00
Xose Pérez
857aa09c3d
Fix left out reference to SERIAL_RX_BUFFER_SIZE
2018-01-28 19:31:41 +01:00
Xose Pérez
4811ceacdd
Disable SSDP support for the moment since it is not compatible with fauxmoESP library ( #479 )
2018-01-28 19:29:43 +01:00
Xose Pérez
9e8e667578
Use same buffer size across all terminal-realted classes/methods. Set to 128 chars ( #477 )
2018-01-28 18:55:32 +01:00
Xose Pérez
5655a5f820
Order library dependencies alphabetically
2018-01-28 17:19:07 +01:00
Xose Pérez
bc76f1d233
Merge branch 'dev' into sensors
...
Conflicts:
code/espurna/data/index.html.gz
code/espurna/static/index.html.gz.h
2018-01-27 10:03:50 +01:00
Xose Pérez
f60f5d82a2
Added LED_MODE_STATUS
2018-01-27 09:48:46 +01:00
Xose Pérez
5ff860d2ea
Fix initialization of per channel states
2018-01-27 09:29:36 +01:00
Xose Pérez
939a1e184a
Added CSS lint to gulp file
2018-01-26 23:54:38 +01:00
Xose Pérez
83c4188c07
Testing hot-unplug-plug for BMX280 sensor
2018-01-26 12:50:56 +01:00
Xose Pérez
a0d1d7aa7f
Merge branch 'dev' into sensors
...
Conflicts:
code/espurna/data/index.html.gz
code/espurna/static/index.html.gz.h
2018-01-26 12:07:03 +01:00
Xose Pérez
789e834c55
Support to set on/off state per channel using switches ( #457 )
2018-01-26 11:35:54 +01:00
Xose Pérez
cd54372588
HA auto-discover for multi-relay boards and sensors
2018-01-26 11:24:36 +01:00
Xose Pérez
4b2a4ffaa4
Added support for MagicHome LED Controller 2.3
2018-01-25 00:05:57 +01:00
Xose Pérez
c4aa40af15
Updated webUI images
2018-01-25 00:05:43 +01:00
Xose Pérez
486dd38164
Update .travis.yml
2018-01-24 22:03:13 +01:00
Xose Pérez
d5231f3fe1
Update .travis.yml
2018-01-24 22:01:54 +01:00
Xose Pérez
b1a51161c2
Update .travis.yml
2018-01-24 21:53:46 +01:00
Xose Pérez
97f0a4d61f
Merge pull request #461 from pelson/magic_number
...
Used the constant for RF_MESSAGE_SIZE.
2018-01-24 17:15:54 +01:00
Xose Pérez
9b751b0540
Merge branch 'master' into dev
2018-01-24 15:36:18 +01:00
Xose Pérez
fe03c1ee2f
Changed references to github
2018-01-24 15:29:33 +01:00
Phil Elson
bbb3239d86
Used the constant for RF_MESSAGE_SIZE.
2018-01-24 14:27:23 +00:00
Xose Pérez
51298a6061
Reset the pulse timeout every time an MQTT message is sent with the non-normal payload value ( #454 )
2018-01-22 19:33:03 +01:00
Xose Pérez
d69d6bfd54
Skip first garbage message in telnet module
2018-01-22 16:49:22 +01:00
Xose Pérez
f7295859c3
Option to disable schedules without delting them ( #453 )
2018-01-22 16:16:11 +01:00
Xose Pérez
c3f55967ab
SSDP working
2018-01-22 00:40:19 +01:00
Xose Pérez
8fbd63dea9
Small fix in a debug message in OTA module
2018-01-22 00:40:00 +01:00
Xose Pérez
b51ffc29a6
Improve queue in RFBridge messages
2018-01-21 23:15:34 +01:00
Xose Pérez
a845d96f6c
Check also carriage returns to show timestamp in debug messages
2018-01-21 23:15:20 +01:00
Xose Pérez
5a71b152ad
Added keepalive info to debug messages
2018-01-21 21:39:45 +01:00
Xose Pérez
85b195e27d
Change CRC error copy in web interface
2018-01-21 20:03:22 +01:00
Xose Pérez
90c51552c7
Fix hot-unplug-plug test for Dallas sensor
2018-01-21 20:03:04 +01:00
Xose Pérez
07181b4b9d
Disable BH1750 sensor by default
2018-01-21 20:02:40 +01:00
Xose Pérez
feffc290cc
Sensor type, value and slot methods should not set error values
2018-01-21 19:35:35 +01:00
Xose Pérez
8c463c5a70
Merge branch 'dev' into sensors
...
Conflicts:
code/espurna/sensors/BH1750Sensor.h
code/espurna/sensors/SI7021Sensor.h
2018-01-21 19:27:12 +01:00
Xose Pérez
c0215f0a16
Error reset on _pre for different sensors
2018-01-21 19:19:16 +01:00
Xose Pérez
96027a5933
Fix hot-unplug-plug test for SI7021 sensor
2018-01-21 19:05:25 +01:00
Xose Pérez
ad9e280d40
Fix hot-unplug-plug test for BH1750 sensor
2018-01-21 19:05:14 +01:00
Xose Pérez
28bf5c56f1
Fix regression in including PaulStoffregen/Time which is not comaptible with ESPAsyncWebserver ( #445 )
2018-01-21 18:30:33 +01:00
Xose Pérez
8488e7d552
Add timestamp to debug output
2018-01-21 10:56:01 +01:00
Xose Pérez
a662083abd
Fixed crash when calling idbSend from an MQTT callback ( #410 )
2018-01-21 09:30:13 +01:00
Xose Pérez
b1542f1574
Disable SSDP_SUPPORT if there is no WEB_SUPPORT
2018-01-21 01:03:15 +01:00