Commit Graph

9556 Commits

Author SHA1 Message Date
gemu2015 c93e810fee m5stack core2 support 2020-12-18 10:35:14 +01:00
Theo Arends 50cb0bf096
Merge pull request #10170 from stefanbode/patch-8
#10166 fixed
2020-12-18 09:33:55 +01:00
stefanbode fbe7466bc8
#10166 fixed
improved stop procedure to avoid overrun due to rounding issues between % and the real_position
2020-12-18 09:19:45 +01:00
Theo Arends e2ec826dec Fix log buffer eot mark location 2020-12-17 17:41:53 +01:00
Theo Arends abdfae5046 Refactor zigbee TFS access 2020-12-17 17:20:49 +01:00
Theo Arends f243a01adf Fic initial milliseconds 2020-12-17 16:41:04 +01:00
Theo Arends 0a7d441e65 Add support for P9813 RGB Led MOSFET controller
Add support for P9813 RGB Led MOSFET controller (#10104)
2020-12-17 16:33:26 +01:00
Theo Arends 078a9a258a Add milliseconds to console output
Add milliseconds to console output (#10152)
2020-12-17 14:16:53 +01:00
Theo Arends eaa9da7d11 Bump version to v9.2.0.1 2020-12-17 14:03:02 +01:00
Theo Arends c71d0a939b
Merge pull request #10156 from lucs7/metrics
Added sensor measurements to prometheus metrics
2020-12-17 09:12:05 +01:00
lucs7 d7e8614dbb
Update xsns_75_prometheus.ino
added comments
2020-12-16 23:58:11 +01:00
lucs7 732e3c7c2c
Update xsns_75_prometheus.ino 2020-12-16 23:51:02 +01:00
lucs7 3d6dd8ff87 sensor data to prometheus metrics 2020-12-16 23:39:33 +01:00
s-hadinger 06708549bc
Merge pull request #10153 from s-hadinger/zigbee_tuya_trv
Zigbee Tuya TRV info on web UI
2020-12-16 20:00:33 +01:00
Stephan Hadinger 45f179fab0 Zigbee have Tuya TRV info on web UI 2020-12-16 19:50:19 +01:00
Theo Arends 2486d5730a Refactor SM2135 model detection 2020-12-16 14:58:30 +01:00
Theo Arends 694a675ddf Update changelog 2020-12-16 14:39:37 +01:00
Theo Arends 83da29aefa
Merge pull request #10149 from vic42/prepare_pr
ESP32: correct div10 trigger to 1% ADC range
2020-12-16 14:25:03 +01:00
Theo Arends 761281e55c Fix ESP32 command ``gpio 255`` output
Fix ESP32 command ``gpio 255`` output
2020-12-16 12:34:43 +01:00
Theo Arends 88b3de0138 Fix SPIFFS filesystem
Fix enabling SPIFFS filesystem (#10121)
2020-12-16 12:01:10 +01:00
Theo Arends a0250055ef
Merge pull request #10145 from stefanbode/patch-7
Fixed overflow on runtime > 100 sek #9800
2020-12-16 08:50:10 +01:00
stefanbode 52fc668714
bugfix addlog_p2 2020-12-16 07:06:50 +01:00
Vic c8cc5f672d
Delete x.x 2020-12-16 00:15:54 +00:00
Vic 1f6e3c5596 ESP32: correct div10 trigger to 1% ADC range 2020-12-16 00:56:08 +01:00
Theo Arends c10322562f
Merge pull request #10146 from s-hadinger/zigbee_trv_host
Zigbee support for Eurotronic TRV HostFlags
2020-12-15 21:09:34 +01:00
Theo Arends 144704d03c
Merge pull request #10147 from Jason2866/patch-1
Remove mDNS note since it is disabled by default
2020-12-15 21:07:40 +01:00
Jason2866 294a72760c
Update RELEASENOTES.md 2020-12-15 20:18:25 +01:00
Jason2866 5156db1221
Remove mDNS note since it is disabled by default 2020-12-15 20:11:59 +01:00
Stephan Hadinger e78274e535 Zigbee support for Eurotronic TRV HostFlags 2020-12-15 19:57:50 +01:00
stefanbode 41c3dea424
Fixed overflow on runtime > 100 sek 2020-12-15 17:44:06 +01:00
Theo Arends b41248eb23 Update changelog 2020-12-15 16:45:25 +01:00
Theo Arends 238c8ce467 Add ESP32 support for Tasmota FileSystem
- Add ESP32 support for Tasmota FileSystem
- Move ESP32 Zigbee persistence from NVS to SPIFFS (#10121)
2020-12-15 16:24:01 +01:00
Theo Arends 47b99764ea
Merge pull request #10139 from device111/development
fix day_of_week in tuyamcu
2020-12-15 16:20:15 +01:00
s-hadinger 0e07612b2a
Merge pull request #10142 from s-hadinger/zigbee_opple
Zigbee support for Opple operation mode #9823
2020-12-15 13:22:26 +01:00
Adrian Scillato 6a38269ae9
Merge pull request #10141 from stefanbode/patch-6
Shutters: Correct Pulsetime issues.
2020-12-15 09:06:39 -03:00
Stephan Hadinger 6bef5b5bf7 Zigbee support for Opple operation mode #9823 2020-12-15 12:53:21 +01:00
stefanbode 79c3d625f5
Correct Pulsetime error to switch same relay two times 2020-12-15 12:44:49 +01:00
stefanbode 3487c4969a
optimize switch off time
Detailed analysis of where time is used during stop and optimize stop.
2020-12-15 12:40:47 +01:00
device111 b6ca5c6561 fix correct day_week 2020-12-15 11:20:22 +01:00
device111 7b43817dba fix day_of_week in Tuya_mcu
Tasmota begin with 1 for sunday but Tuya MCU Protokoll begin with 1 at monday in "day_of_week"
2020-12-15 01:23:48 +01:00
s-hadinger 742929f68e
Merge pull request #10137 from s-hadinger/fade_fixed_duration
Command ``SetOption117 1`` for light fading to be fixed duration instead of fixed slew rate (#10109)
2020-12-14 20:03:37 +01:00
s-hadinger 48c9dfb163
Merge pull request #10136 from s-hadinger/zigbee_QBKG11LM
Zigbee support for QBKG11LM #10039
2020-12-14 19:55:20 +01:00
Stephan Hadinger a2e41aa61a Command ``SetOption117 1`` for light fading to be fixed duration instead of fixed slew rate (#10109) 2020-12-14 19:47:10 +01:00
Stephan Hadinger 87e580b777 Zigbee support for QBKG11LM #10039 2020-12-14 19:44:07 +01:00
Theo Arends a4fc57e2d8
Merge pull request #10135 from stefanbode/patch-5
#9906 fixed
2020-12-14 18:37:09 +01:00
stefanbode 48bc3c9409
update Motordelay stop issue ##10033
reorder stop to esure direct stop after command
2020-12-14 18:23:01 +01:00
stefanbode 8a29adfa8b
#9906 fixed
reporting now also after manual relay change
2020-12-14 18:08:13 +01:00
Theo Arends 0bf82f51dd Fix ESP32 CC2530 heap corruption
Fix ESP32 CC2530 heap corruption (#10121)
2020-12-14 14:37:50 +01:00
s-hadinger a5134729ed
Merge pull request #10127 from s-hadinger/zigbee_map_fix
Zigbee fix for visual map
2020-12-13 19:30:20 +01:00
Stephan Hadinger af40f3c5da Zigbee fix for visual map 2020-12-13 19:18:36 +01:00