Open john159753 opened 7 months ago
I think this can be closed, but there might be a check missing.. I found this issue when originally writing the device, https://github.com/Koenkk/zigbee-herdsman-converters/issues/3432 I thought when modern extend came out, I could set my own endpoint names (since there wasn't any error when doing so), but i think while i could still control it, it didnt extend the devices properly over mqtt, so they never showed in home assistant.
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days
Hello! I am working on a personal project (Zigbee Control of my HotTub). And i have been working through some challenges. I really like a good challenge, but i have pretty much come up short in trying to make sure I'm doing this right. Looking through all the current implementations, I couldn't see any devices doing what I'm trying to do. Right once i thought i had a handle on things, modern extends became the way and i had to wipe what i was doing. I'm sure i missed a golden example, but can someone validate my definition is looking correct for what i am trying to accomplish?
My device is going to expose 4 endpoints, one of then is a color level device, and the other three are on/off switches. As-is - Things just seem "disconnected", HA only shows the light endpoint, color control in Z2M UI doesn't do anything, when i set color in HA the hue indicator on the wheel disappears (like there is no feedback on current hue). This behavior doesn't happen if i only have the one light endpoint defined
and here is the output of the state tab - the oddness in this tab is whats leading me to believe i am not doing the Z2M converter correctly
Im gonna keep taking whacks at this -- but if someone could point of something I am doing blatantly wrong id really appreciate it