Commit Graph

3015 Commits

Author SHA1 Message Date
Stephan Hadinger 8f893234bf Zigbee store devices information in EEPROM 2020-11-24 08:55:50 +01:00
Theo Arends 875e4972c0
Merge pull request #9959 from Staars/silence
silence compiler warning
2020-11-23 15:57:09 +01:00
Staars ae53f1ce61 silence compiler warning 2020-11-23 14:33:11 +01:00
Staars 94077cf047 adapt for ESP32 2020-11-23 14:26:41 +01:00
Stephan Hadinger 25fd163e54 Zigbee save data to EEPROM every hour 2020-11-22 18:16:35 +01:00
s-hadinger 9bc5a3c973
Merge pull request #9953 from s-hadinger/zigbee_lumi_plug
Zigbee support for lumi_plug
2020-11-22 17:57:01 +01:00
Stephan Hadinger 54e7f35998 Zigbee support for lumi_plug 2020-11-22 17:38:04 +01:00
Theo Arends f5ad07fe5e Fix ESP32 flashwrites 2020-11-22 17:35:04 +01:00
Stephan Hadinger 6cba04e6e0 Zigbee better support for attribute Reachable 2020-11-22 16:07:09 +01:00
Theo Arends 5defd5e158
Merge pull request #9946 from Staars/ping32
fix ping driver for ESP32
2020-11-22 13:59:16 +01:00
Staars ea7838b719 fix ping driver for ESP32 2020-11-22 12:49:09 +01:00
Theo Arends 453844e965 Update xdrv_02_mqtt.ino 2020-11-22 12:26:05 +01:00
Staars 3f0b879b77 allow negative temperature values 2020-11-22 10:44:02 +01:00
Theo Arends 94166e1dd8
Merge pull request #9940 from vic42/prepare_pr
corrected a mixup of MIME multipart and simple plain text email messages
2020-11-22 09:47:35 +01:00
s-hadinger 4d76b9b5d0
Merge pull request #9938 from s-hadinger/zigbee_fix_lumi_swit
Zigbee fix lumi.switch #9923
2020-11-21 18:19:29 +01:00
Vic 1959291bdd corrected a mixup of MIME multipart and simple plain text email messages 2020-11-21 18:17:46 +01:00
s-hadinger 5b64336db5
Merge branch 'development' into zigbee_eeprom_valid_time 2020-11-21 18:07:48 +01:00
Stephan Hadinger 27c76d3370 Zigbee fix lumi.swit #9923 2020-11-21 17:57:35 +01:00
Stephan Hadinger 92094cd7e3 Zigbee save data to EEPROM only if time is valid 2020-11-21 17:50:35 +01:00
Stephan Hadinger e9b8e0fc8c Fix compilation error with CC2530 2020-11-21 17:48:26 +01:00
Theo Arends 846c24fb5a Fix possible compilation error 2020-11-21 17:21:20 +01:00
Theo Arends 92a9d5cda0 Refactor WebGui fw upgrade 2020-11-21 17:12:17 +01:00
Theo Arends fab5f3ddc3 Refactor GUI fw upgrade 2020-11-21 14:45:58 +01:00
Stephan Hadinger ebb4c18aae Zigbee persistence of device/sensir data in EEPROM (only ZBBridge) 2020-11-21 10:31:27 +01:00
Stephan Hadinger d4e1513f14 Zigbee fix glitch in UI for plugs 2020-11-20 21:28:33 +01:00
Theo Arends d8678d149d Refactor RF Bridge fw upload 2020-11-20 17:51:16 +01:00
bovirus 9a189b077d
Update Italian language 2020-11-20 10:31:46 +01:00
Theo Arends a46e19e3b9
Merge pull request #9922 from barbudor/pr-GpioConvert
comparison should be >=
2020-11-20 09:03:04 +01:00
Barbudor 11ed01983c comparison should be >= 2020-11-20 00:01:48 +01:00
bovirus ebd517d5c4
Update Italian language 2020-11-19 20:42:04 +01:00
Jason2866 a3461c1fe6
Update de_DE.h 2020-11-19 17:24:50 +01:00
Theo Arends a8dea00fce Fix zbbridge compilation 2020-11-19 15:59:19 +01:00
Theo Arends 4d8191d6b0 Refactor file upload 2020-11-19 15:43:47 +01:00
Paul C Diem fb8eb117c4 Fix DevGroupShare mask handling 2020-11-18 13:56:18 -06:00
James Turton b2c239206a Disable SHELLY_VOLTAGE_MON parameter 2020-11-18 08:47:23 +01:00
Stephan Hadinger 4ba458d27d Fix ZbPing invalid JSON 2020-11-17 19:35:06 +01:00
Theo Arends c580a9c387 Refactor MQTT and webserver 2020-11-17 17:15:29 +01:00
Theo Arends 17c94a2b62 Changed MQTT Wifi connection timeout
Changed MQTT Wifi connection timeout from 5000 to 200 mSec (#9886)
2020-11-17 16:44:00 +01:00
Theo Arends cdd89e4f43 Fix ESP32 compilation 2020-11-17 14:07:04 +01:00
Jason2866 2e60eb323c
Update de_DE.h 2020-11-17 12:52:05 +01:00
Jason2866 0242b3c259
Fingerprint reader translation 2020-11-17 12:48:46 +01:00
Theo Arends 92f067af59 Change Shelly Dimmer fw upgrade
Change Shelly Dimmer fw upgrade using WebGUI Firmware Upgrade and file from folder `tools/fw_shd_stm32/`
2020-11-17 12:25:48 +01:00
Theo Arends 8fab895eca
Merge pull request #9892 from Staars/mi32
MI_ESP32: add new commands, add mqtt output
2020-11-17 11:34:03 +01:00
Theo Arends e1963e98dc Breaking change KNX DPT9 to DPT14
- Version bump to 9.1.0.2
- Breaking change KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888)
2020-11-17 10:36:57 +01:00
Staars cf41bc18f4 add new commands, add mqtt output 2020-11-17 09:30:59 +01:00
Adrian Scillato 2e06647ea4
KNX: Added Read reply for Power 2020-11-16 17:55:16 -03:00
Adrian Scillato 246c47d96e
KNX: Change DPT9 to DPT14 for sensors and KnxTX 2020-11-16 15:10:16 -03:00
Theo Arends acf0e79acb Initial support for SHD web gui firmware upload
Initial support for Shelly Dimmer web gui firmware upload when #define SHELLY_FW_UPGRADE2 is enabled. #define SHELLY_FW_UPGRADE must be disabled at that time
2020-11-16 17:39:16 +01:00
s-hadinger ccbf634966
Merge pull request #9882 from s-hadinger/zigbee_TS0601
Zigbee support for Tuya 4 Gang wall switch TS0601
2020-11-16 14:43:09 +01:00
Theo Arends fa3504464e Remove command Wifi Off for ESP8266
Remove command Wifi Off for ESP8266 (#9389)
2020-11-16 13:57:26 +01:00