FeiBit Light switch showing as dimmable when it's not
See original GitHub issueHello,
Please forgive me I’m very new to ZHA but i’m in the process of moving all my Hue devices to ZHA. I have a couple of FeiBit switches which worked fine in Hue and worked 100% in ZHA until a recent update. With the update (sorry I don’t remember which one, RL has got in the way and it’s been some time since the change). They went from being std on/off to reporting as dimmable which they are not.
In some circumstances the brightness gets set to 1 which really only affects the bightness of the icon in HA, everything works fine so it’s just an annoyance but i thought I’d report it as it doesn’t seem correct.
The devices I have are the
FeiBit FNB56-ZSW02LX2.0 2 way switch
{ "node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Router: 1>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress|RxOnWhenIdle|MainsPowered|FullFunctionDevice: 142>, manufacturer_code=4478, maximum_buffer_size=127, maximum_incoming_transfer_size=90, server_mask=10752, maximum_outgoing_transfer_size=90, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=True, *is_security_capable=False)", "endpoints": { "11": { "profile_id": 49246, "device_type": "0x0000", "in_clusters": [ "0x0000", "0x0003", "0x0004", "0x0005", "0x0006", "0x0008", "0x1000" ], "out_clusters": [ "0x0019" ] }, "12": { "profile_id": 49246, "device_type": "0x0000", "in_clusters": [ "0x0000", "0x0003", "0x0004", "0x0005", "0x0006", "0x0008" ], "out_clusters": [ "0x0019" ] } }, "manufacturer": "FeiBit", "model": "FNB56-ZSW02LX2.0", "class": "zigpy.device.Device" }
FeiBit FNB56-ZSW01LX2.0 1 way switch
{ "node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Router: 1>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress|RxOnWhenIdle|MainsPowered|FullFunctionDevice: 142>, manufacturer_code=4478, maximum_buffer_size=127, maximum_incoming_transfer_size=90, server_mask=10752, maximum_outgoing_transfer_size=90, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=True, *is_security_capable=False)", "endpoints": { "11": { "profile_id": 49246, "device_type": "0x0000", "in_clusters": [ "0x0000", "0x0003", "0x0004", "0x0005", "0x0006", "0x0008", "0x1000" ], "out_clusters": [ "0x0019" ] } }, "manufacturer": "FeiBit", "model": "FNB56-ZSW01LX2.0", "class": "zigpy.device.Device" }
Please let me know if I can contribute anything else that might help or if anyone can advise if I can cahnge somethign in ZHA or HA to make them NOT dimmable?
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (2 by maintainers)
Top GitHub Comments
Removing, waiting a few minutes and then rebooting HA before rejoin resulted in the the same. I’ll keep monitoring this thread, i’m happy to try anything suggested 😃
Closed by mistake