-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZHA: On TS011F 4-way power strip, switching one socket switches all #77654
Comments
zha documentation |
Hey there @dmulcahey, @Adminiuga, @puddly, mind taking a look at this issue as it has been labeled with an integration ( |
I have the same issue with the same device . Try the same removing and re-adding without any success. It will be great if you can have a look. Regards. |
Not sure if this helps but the behavior in HA reflects the behavior of the device when the global on/off switch is used on device. So is it possible that the switches in HA are all just tied into the on/off button on the device and not the individual sockets and usb ports? |
Just started with ZHA and wondering if zibee2mqtt solves any of this. (I have the same problem as of an hour ago with my amazon delivery) |
looking at logs I see some negotiation which eventually gets to: It then scans for matching quirks This looks like a good candidate for what's going wrong - I found the code for that Quirk and there's a whole chat which looks like they have found a fix: zigpy/zha-device-handlers#1632 |
ZB2MQTT had the same issue and solved it: |
It already was… someone just needs to PR it. The discussion is in the linked issue in the post above yours. |
apologies. I've not done that before so was beginning to look up what the process is - and the inconvenience of having a day job... |
This plagues most of us :) |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
If someone can point a direction, I'll try and work through this to get it in. My device just holding the door open right now |
OK, this works after adding the custom_zha_quirks folder to /config and installing the appropriate quirk. See #1632 |
It should really be merged into zha-quirks, so you don't have to use a custom quirk. |
Hi @TheJulianJES I should be able to do this over the weekend. |
Awesome, thanks! |
OK, I removed the quirk config, removed the device and restarted. My HA version is now 2023.3.3. I re-added the device and now it still works, no quirks. I don't think that's expected unless the issue has now been resolved? Looks like this one is baked in. |
The problem
I have recently added the device TS011F by _TZ3000_cfnprab5 to my zigbee network.
Blackadder compatibility repo reports OOB compatability with HA: https://zigbee.blakadder.com/Xenon_SM-SO306.html
Device is found, 4 sockets + 1 socket usb ports each have switches created for them but when you switch one of them, all 5 switches toggle.
What version of Home Assistant Core has the issue?
2022.8.*, 2022.9.b1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
ZHA
Link to integration documentation on our website
https://www.home-assistant.io/integrations/zha
Diagnostics information
zha-c15117d70da04dab9268baa9e726ecc5-_TZ3000_cfnprab5 TS011F-d66ffa5b25fe9571a634bca7ab9264e5.json.txt
Example YAML snippet
No response
Anything in the logs that might be useful for us?
ConbeeII is my main zigbee stick.
here is device registry entry:
here is entity registry entries for two of switches:
Additional information
I have tried removing and re-adding several times accross builds. I have also checked that each switch is allocated a seperate id. In the entity registry, each switch is seemingly allocated a unique 'unique id'
The text was updated successfully, but these errors were encountered: