-
Notifications
You must be signed in to change notification settings - Fork 36
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
WIZ Socket and WIZ bulb conflict #156
Comments
I seem to have the same problem. The socket is listed as a light. During a child bridge restart, the log says: |
I get the same warning and this seems to prevent switching my sockets |
I fixed this in my instance by changing: static is = (device: Device) => { to static is = (device: Device) => { in src/accessories/WizLight/index.ts and dist/accessories/WizLight/index.js. It looks like the LED string lights use the same kind of switch as the new outlet, so the outlet was recognized as a light. |
This issue seems to be introduced with version 3.2.6 and has been happening most probably since then. |
This fixed my issue. It couldn't recognize my wiz plug as a plug, and it was unresponsive. Now it works, and works well. |
I am having the same issue with version 3.2.12. Downgrading to v3.2.5 helped. |
Hello everyone,
I have the following problem with a WIZ socket that is integrated in Home Bridge. This socket has worked perfectly for a long time and was correctly integrated into Home Bridge. Due to a new installation of Home Bridge, this socket now appears both as a socket and as a bulb in the Home Bridge device overview. It no longer functions as a socket and can therefore no longer be controlled.
[27.11.2024, 08:41:25] [WizSmarthome] Updating accessory: Wiz Unknown Bulb cc40854d0b22 [formerly Wiz Wiz Socket cc40854d0b22]
How can I solve the problem? How can I remove the incorrect entry for the bulb so that Home Bridge recognizes this device correctly as a socket again and can therefore also switch it?
Many thanks for your support!
The text was updated successfully, but these errors were encountered: