HI everyone!
I am using WLED on a nodeMCU for the control of 2 strips behind a mirror.
I am trying to achieve a combination of app control (using Home Assistant) and RF control.
Independent both controls work flawless, but when combined there seems to be an issue.
If I turn off WLED using the remote, I cannot turn on using Home Assistant and visa versa.
When the lights are on, both seem to be able to correctly control the lights.
It seems like if one turned WLED off, the other does not sync and cannot override the “off” statement…
(If turned of by remote, GUI does not sync either, when manually syncing GUI turning on does still not work. GUI shows light as turned on, but nothing changes to WLED)
Really desperate
This is my setup:
-
RF remote with 8 buttons (7 to a specific color + 1 for Off)
-
Sonoff RF bridge with Tasmota
-
Node red Integration in Home assistant:
I use Node Red to receive MQTT message about the received RF signal. Using a switch function determining which button was pressed and sending according command to WLED with the WLED node
-
Home assitant UI with Mushroom (via HACS) for a GUI control
(Picture cannot be added due to new member…)
Anyone any idea?
If more info or code is needed, this can be provided as well
Thanks!