home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.7k stars 30.82k forks source link

Deconz Integration: Phantom Switching #122474

Closed DanielHabenicht closed 3 months ago

DanielHabenicht commented 3 months ago

The problem

When triggering a Zigbee switch (TRÅDFRI on/off switch) all plugs are switched virtually too (without any automation doing so). The switching only happens virtually, as the physical plugs stay in the same state.

It can be seen in the UI, that the plugs are switched even before the switch event is logged: image

Also happens the other right around: image

It is also visible in the Phoscon UI: deconz_bug

I already reset the switch twice while removing and adding it in phoscon.

What version of Home Assistant Core has the issue?

core-2024.7.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

DeCONZ

Link to integration documentation on our website

https://www.home-assistant.io/integrations/deconz/

Diagnostics information

home-assistant_deconz_2024-07-23T15-30-51.448Z.log

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Info Log from DeCONZ image

Additional information

I don't know exactly when it started as it only showed it self, because the automation that toggles the light is not toggling it, as the state of the plug is already set before by the "phantom" switching.

As it might be important I integrated the badring DDf manually before (https://github.com/dresden-elektronik/deconz-rest-plugin/issues/7663).

home-assistant[bot] commented 3 months ago

Hey there @kane610, mind taking a look at this issue as it has been labeled with an integration (deconz) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `deconz` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign deconz` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


deconz documentation deconz source (message by IssueLinks)

Kane610 commented 3 months ago

As it happens on deconz side as well i bet the issue is on that side as there is no way for the integration to affect states "virtually" in deconz

jan666 commented 3 months ago

Check if the switch is assigned to group 0 and see https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/What-you-can-do-when-a-switch-turns-(almost)-all-devices-on-off

Kane610 commented 3 months ago

Good suggestion @jan666 , if that does not work you need to file an issue on deconz GitHub https://github.com/dresden-elektronik/deconz-rest-plugin as its not something I can solve with the integration.