Theo Arends
5e805e0c4a
Move Settings from DRAM to heap
2021-06-11 18:14:12 +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
e939db9a30
Zigbee add Legrand clusters 0xFC01 and 0xFC40
2021-04-05 10:28:09 +02:00
Stephan Hadinger
a67528680e
Zigbee refactor sending ZCL packets
2021-02-02 20:46:18 +01:00
Stephan Hadinger
48c4b64879
Fix and improvement to ext_snprintf
2021-01-25 16:02:56 +01:00
Stephan Hadinger
5f04cf2ec8
Zigbee support for Lidl Livarno Lux Remote Control Dimmer
2021-01-17 16:12:25 +01:00
Theo Arends
dcbb3f1e0e
Happy New Year
2021-01-01 13:44:04 +01:00
Jason2866
fdec66ee01
Fix zigbee32 compile error
2020-12-07 20:04:47 +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
6cba04e6e0
Zigbee better support for attribute Reachable
2020-11-22 16:07:09 +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
5f494b7d8a
Remove compiler warnings
2020-11-12 19:38:21 +01:00
Stephan Hadinger
0840b7447d
Zigbee support for Mi Door and Contact
2020-11-06 22:24:45 +01:00
Theo Arends
fa7fdbd51a
Consolidate `AddLog_P`
...
Consolidate `AddLog_P` into `AddLog_P2` and rename to `AddLog_P`
2020-11-06 17:09:13 +01:00
Stephan Hadinger
d16f3d057c
Zigbee refactoring
2020-11-01 19:00:07 +01:00
Stephan Hadinger
edad344a13
Code optimization
2020-10-31 19:51:17 +01:00
Stephan Hadinger
afb5839b6c
Zigbee flash storage refactor
2020-10-28 10:08:15 +01:00
s-hadinger
f566660fb8
Zigbee support for Terncy Smart Dial ( #9612 )
...
* Zigbee support for Terncy Smart Dial
* Fix wrong attributes for TerncyDuration
* Fix wrong type for TerncyDuration
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2020-10-23 22:49:51 +02:00
Stephan Hadinger
db79409411
Glowing led when permit join
2020-10-19 20:34:40 +02:00
Stephan Hadinger
80d7922977
Zigbee tuya phase 2
2020-10-13 22:45:11 +02:00
Stephan Hadinger
5b25d9cc83
Zigbee support for Tuya Moes devices
2020-10-11 19:41:23 +02:00
Stephan Hadinger
ecc27aa383
Add Zigbee auto-config when pairing
2020-09-12 10:57:54 +02:00
Stephan Hadinger
8d49a4b037
Zigbee fixes
2020-09-06 20:51:20 +02:00
Stephan Hadinger
1295370bf1
Zigbee refactor of internal structures
2020-09-05 14:44:31 +02:00
Stephan Hadinger
4aa757532b
Zigbee size optimization
2020-08-20 21:42:36 +02:00
Stephan Hadinger
eff11ae2cb
Fix ZbBind crash and add Identify cluster
2020-08-13 10:59:38 +02:00
Stephan Hadinger
bf1d76e28f
Add Zigbee add options to ``ZbSend`` ``Config`` and ``ReadCondig``
...
This allows to configure the attribute reporting of devices
2020-08-08 12:17:37 +02:00
Stephan Hadinger
642d95fc62
Fix Zigbee Power command
2020-08-06 09:55:08 +02:00
Stephan Hadinger
a2a61ce55a
Quick fix for regression on `Power` command
2020-08-05 21:00:30 +02:00
Stephan Hadinger
f1bea6b363
Add Zigbee better support for IKEA Motion Sensor
2020-08-01 18:52:04 +02:00
Stephan Hadinger
2da8f3c393
Added `SO101 1` to suffix commands with source endpoint
2020-07-20 19:30:32 +02:00
Theo Arends
c66e5a4381
Fix GCC 10.1 warnings
2020-07-15 14:11:41 +02:00
Stephan Hadinger
fc40a0945d
Zigbee EZSP milestone 3
2020-06-29 22:21:32 +02:00
Stephan Hadinger
1460f81490
Zigbee allow zero shortaddr
2020-05-17 18:33:42 +02:00
Stephan Hadinger
75591fb201
Zigbee optimized state machine and support for better ZCL Step commands
2020-05-12 21:13:46 +02:00
Stephan Hadinger
bd38f72ce7
Fix Zigbee DimmerUp/DimmerDown malformed
2020-04-17 17:14:06 +02:00
Stephan Hadinger
06774daba6
Add Zigbee commands ``ZbBindState`` and ``manuf``attribute
2020-03-30 19:23:06 +02:00
Stephan Hadinger
d4a9ed41c9
Add support for unreachable (unplugged) Zigbee devices in Philips Hue emulation and Alexa
2020-03-26 19:34:59 +01:00
Stephan Hadinger
ac4d4ac571
Code optimization, cleaning and more error codes
2020-03-23 22:46:26 +01:00
Stephan Hadinger
03ef61c426
Change Zigbee simplification of devices probing, saving Flash and memory
2020-03-17 18:46:05 +01:00
Stephan Hadinger
86eeacbf4e
Zigbee move all strings to PMEM
2020-03-15 14:27:15 +01:00
Stephan Hadinger
13dde44eb7
Add Zigbee support for Hue emulation
2020-03-14 14:17:30 +01:00
Hadinger
7cf8c1750f
Add Zigbee features and improvements
2020-03-01 11:25:59 +01:00
Hadinger
21976005e1
Support for BW-IS5 leak detector
2020-02-23 17:11:51 +01:00
Hadinger
d4dd0a39a5
Add Zigbee enhanced commands decoding, added ``ZbPing``
2020-02-23 16:46:00 +01:00
Hadinger
13763f55a6
Fix Zigbee auto-increment transaction number ( #7757 )
2020-02-22 20:53:55 +01:00
Hadinger
b2c0a34979
Minor Zigbee improvements
2020-01-22 22:40:28 +01:00
Theo Arends
8aa9109656
Happy New Year
...
Happy New Year
2019-12-31 14:23:34 +01:00