Commit Graph

142 Commits

Author SHA1 Message Date
Stephan Hadinger 21dd58e59f Fix Alexa bug in discovery 2022-01-17 18:36:13 +01:00
David Gwynne c52f130afb
apply IKEA tradfri quick to symfonisk too 2021-11-13 20:37:10 +10:00
Stephan Hadinger 8217c1330a Add Tuya Window Covering attributes 2021-09-06 14:45:10 +02:00
Theo Arends e5e8ef4736 Refactor access TasnotaGlobal.mqtt_data 2021-08-15 17:08:31 +02:00
Theo Arends 5e805e0c4a Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
Theo Arends 749093a697 Prep mqtt_data from char to String (prt.3) 2021-06-06 17:26:01 +02:00
Theo Arends ebeb4ea7ff Remove AddLog_P in favour of AddLog
Remove AddLog_P in favour of AddLog switching log from stack to heap allowing longer log entries (up to approximate log buffer size)
2021-06-05 11:47:09 +02:00
Stephan Hadinger 7023360ac4 Zigbee support for sending to Tuya Dimmer 2021-04-05 11:35:43 +02:00
Stephan Hadinger e939db9a30 Zigbee add Legrand clusters 0xFC01 and 0xFC40 2021-04-05 10:28:09 +02:00
Stephan Hadinger 4ea1b4d7c9 Zigbee support for lumi.sensor_wleak 2021-03-02 21:16:30 +01:00
Theo Arends 89d8fbb0ec Change ARRAY_SIZE() to nitems() 2021-02-28 12:50:02 +01:00
Stephan Hadinger a67528680e Zigbee refactor sending ZCL packets 2021-02-02 20:46:18 +01:00
Stephan Hadinger 82f64043d6 Zigbee prepare RGB command 2021-01-25 22:21:13 +01:00
Stephan Hadinger 48c4b64879 Fix and improvement to ext_snprintf 2021-01-25 16:02:56 +01:00
Theo Arends efaed8046d Refactor AddLog usage 2021-01-23 16:26:23 +01:00
Theo Arends 41c87fcd12 Restore AddLog_P logging 2021-01-23 13:23:35 +01:00
s-hadinger cdc9d8dfc9
Zigbee send ack to command (#10624)
* Zigbee send ack to command

* Fix cluster

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-18 21:28:12 +01:00
Stephan Hadinger e3ea65e8fa Zigbee add RGB and RGBb to ZbInfo 2021-01-17 18:51:22 +01:00
Stephan Hadinger 06221f3ef1 Zigbee add RGBb taking into account brightness 2021-01-17 17:52:08 +01:00
Stephan Hadinger 454892c971 Zigbee report colors as RGB 2021-01-17 16:39:40 +01:00
Stephan Hadinger 800f86d56e Moving more to PROGMEM 2021-01-12 19:31:15 +01:00
Stephan Hadinger a479f46f71 Zigbee Opple Aqara remover Action to Click 2021-01-10 15:27:21 +01:00
Stephan Hadinger d0021b9b04 Zigbee add support for Muller Licht remote 2021-01-10 11:47:12 +01:00
s-hadinger e35cac1ba8
Merge pull request #10478 from s-hadinger/zigbee_long_logs
Zigbee long logs
2021-01-09 18:29:59 +01:00
Stephan Hadinger f40967c567 Zigbee long logs 2021-01-09 18:07:44 +01:00
s-hadinger 6a6454d8ab
Zigbee debounce duplicate commands (#10477)
* Zigbee debounce duplicate commands received from the same device within ``USE_ZIGBEE_DEBOUNCE_COMMANDS`` milliseconds

* Zigbee debounce duplicate commands received from the same device within ``USE_ZIGBEE_DEBOUNCE_COMMANDS`` milliseconds

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-09 17:58:57 +01:00
Stephan Hadinger 6522409c67 Zigbee don't report battery value for Philips devices 2021-01-09 14:56:10 +01:00
s-hadinger 5661c1d1c0
Better support for triple and quadruple clicks (#10472)
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-09 14:48:51 +01:00
Theo Arends dcbb3f1e0e Happy New Year 2021-01-01 13:44:04 +01:00
Stephan Hadinger 2cf5652cd1 Zigbee fix type for OppleMode 2020-12-23 18:10:12 +01:00
Stephan Hadinger 915f44fcd5 Zigbee improved low level logging 2020-12-23 11:37:10 +01:00
Stephan Hadinger c9c948e567 Zigbee improved CIE handling 2020-12-21 12:13:57 +01:00
Stephan Hadinger 45f179fab0 Zigbee have Tuya TRV info on web UI 2020-12-16 19:50:19 +01:00
Stephan Hadinger e78274e535 Zigbee support for Eurotronic TRV HostFlags 2020-12-15 19:57:50 +01:00
Stephan Hadinger 6bef5b5bf7 Zigbee support for Opple operation mode #9823 2020-12-15 12:53:21 +01:00
Stephan Hadinger 87e580b777 Zigbee support for QBKG11LM #10039 2020-12-14 19:44:07 +01:00
Stephan Hadinger 7dd56aac9f Zigbee add ZbStatus0 and ZbMap 0x0000 2020-12-08 19:21:32 +01:00
Stephan Hadinger f24c46b231 Zigbee better support for Tuya Protocol 2020-12-06 19:20:42 +01:00
Stephan Hadinger 4243b934fe Better support for PIR devices 2020-12-02 19:25:17 +01:00
Stephan Hadinger 054e0730e1 Zigbee code size optimization 2020-11-30 19:25:05 +01:00
Stephan Hadinger 65177935c8 Zigbee fix invalid temperature #9978 2020-11-27 22:53:42 +01:00
Stephan Hadinger 54e7f35998 Zigbee support for lumi_plug 2020-11-22 17:38:04 +01:00
Stephan Hadinger 27c76d3370 Zigbee fix lumi.swit #9923 2020-11-21 17:57:35 +01:00
Stephan Hadinger b160b9de58 Zigbee support for Tuya 4 Gang wall switch TS0601 2020-11-16 11:25:49 +01:00
s-hadinger dd8bb39a02
Zigbee ``SetOption116 1`` to disable auto-query of light devices (avoids network storms with large groups) (#9847)
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2020-11-14 11:15:41 +01:00
s-hadinger 121687088e
Zigbee support more alarms types (#9839)
* Zigbee support more alarms types

* Forgot Fire, and renamed Leak to Water

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2020-11-13 18:55:06 +01:00
Stephan Hadinger 5f39d15a84 Zigbee more consistent messages for ZbInfo and ZbLight 2020-11-13 13:32:45 +01:00
Stephan Hadinger 5f494b7d8a Remove compiler warnings 2020-11-12 19:38:21 +01:00
Stephan Hadinger 39b0cf4c56 Zigbee command ``ZbInfo`` and prepare support for EEPROM 2020-11-11 12:09:18 +01:00
Stephan Hadinger a1ba1da02b Fix ignore Occupancy timeout 2020-11-09 11:56:29 +01:00