I’m just starting my journey down the Zigbee rabitt hole and for some reason when trying to add a gledopt 5-in-1 led controller its being configured as a GL-C-009P device which I believe is a dimmer switch. When added there is no color controls of the device. Turning on/off and dimming works.
Current config - HA on RP3 (software current), ZBDongle-E (USB Generic), using ZHA to manage Zigbee, Controller trying to add “Zigbee Pro 5 in 1 Smart LED Controller”
Any direction on how to resolve would be appreciated. Thanks
Wally not sure why you posted your response is confusing. If I go to developer tools and put * in the “Listen to events” section and oress “START LISTENING” HA starts logging events that are going on in HA. Not sure how this helps with the issue of ZHA recognizing the LED controller as the wrong type?
Buttons are not really entities and the entity was just added as a half-baked solution to users that did not know how to use events.
Events are still the best way to use buttons, because you get all the events, where as entities are not updated if the state does not change. that means you can not get multiple hold events after each other, when an user holds down a button for a longer period of time.