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
98 stars 43 forks source link

zclCluster decode the value as an int for the 01ZBMINI #1742

Closed pipiche38 closed 1 month ago

pipiche38 commented 1 month ago

01ZBMINI report attribute 0x0000 cluster 0x0006 as datatype 0x28 instead of 0x10 consequently the attribute is not decoded as expected.

The PR allow the "Switch" WidgetType to allow "01" and 1 for On , "00", 0 for Off