You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently brushed up on my home automation skills. I had an old Aeotec Z-Stick Gen5 laying around and a Raspberry Pi 3 + .NET Core 3.1.
Also I have a Fibaro wall plug and a Philio wall plug.
When using the SwitchBinary.Changed event, it never fires with these wall plugs. I have previously used a different setup (without the Aeotec stick), and I know that at least the Fibaro wall plug definitely reports back when it is e.g. manually switched.
Has anybody reported any issues with the Changed event?
Also, Node.MessageReceived and Node.UpdateReceived never fires as well.
Kind regards, Emil
The text was updated successfully, but these errors were encountered:
I also use a Fibaro Double Smart Module and just switchbinary didnt work, you need to use multichannel (there are two binary switches in my case) and then register switchbinary for both. Maybe this helps in your case too?
Just copied my code, maybe it makes sense and helps:
Recently brushed up on my home automation skills. I had an old Aeotec Z-Stick Gen5 laying around and a Raspberry Pi 3 + .NET Core 3.1.
Also I have a Fibaro wall plug and a Philio wall plug.
When using the SwitchBinary.Changed event, it never fires with these wall plugs. I have previously used a different setup (without the Aeotec stick), and I know that at least the Fibaro wall plug definitely reports back when it is e.g. manually switched.
Has anybody reported any issues with the Changed event?
Also, Node.MessageReceived and Node.UpdateReceived never fires as well.
Kind regards, Emil
The text was updated successfully, but these errors were encountered: