zigbeefordomoticz / Domoticz-Zigbee

Zigbee plugin for Domoticz. Allow to connect various zigbee controllers like Zigate but also Texas Instrument CC2531, CC13x2, CC26x2 ; Silicon-Labs; deConz based chipset to be connected to Domoticz
GNU General Public License v3.0
99 stars 43 forks source link

Scene controler generic configuration #1697

Closed pipiche38 closed 6 months ago

pipiche38 commented 6 months ago

Purpose is to shift Scene Controller configuration to the device configuration fle.

pipiche38 commented 6 months ago

Should add enough logs to be able to create quickly the mapping information

pipiche38 commented 6 months ago

80x5 messages are the result of a ZCL message on cluster 0x0006 and 0x0008. It looks like Zigate was always putting 02 on unknow; so it might better to work on Command and Data

see https://github.com/zigbeefordomoticz/Domoticz-Zigbee/blob/836538349b0f91cb42b5dc451d6103615b723c71/Zigbee/zclDecoders.py#L485C1-L486C88