Room Lighting Not Reading Dimmer / Switch State Properly "X"

I have a pretty simple Room Lighting config where the lights come on based on motion between specific times and then turn off if illuminance gets too high, motion stops, or after a specific time. Turn on works perfectly.
Turn off, not so much.
I'm getting a lot of "Already Turned Off" messages in the RL logs. There is nothing about the switch being turned off in the device logs.
In the app itself, I see the good ol' red X


If I click the state, it will send the off command to the switch no problem.
In device status it shows the correct state.
I have removed and re-created the RL "app" multiple times. Not sure what to do next to help troubleshoot this.
Any ideas?

Small sample of app log:
2023-05-10 01:15:58.460 PMinfoAlready Turned Off

app:12032023-05-10 01:15:58.456 PMinfoTurn Off Event: 'Office Motion Sensor' motion inactive

app:12032023-05-10 01:15:40.328 PMinfoActivation prevented by Office Motion Sensor lux > 45

app:12032023-05-10 01:15:40.322 PMinfoActivation Event: 'Office Motion Sensor' motion active

app:12032023-05-10 01:15:37.775 PMinfoAlready Turned Off

app:12032023-05-10 01:15:37.770 PMinfoTurn Off Event: 'Office Motion Sensor' motion inactive

app:12032023-05-10 01:15:01.639 PMinfoActivation prevented by Office Motion Sensor lux > 45

app:12032023-05-10 01:15:01.634 PMinfoActivation Event: 'Office Motion Sensor' motion active

App Config:

1 Like

Remove the Means to Turn Off of the controlled switch itself. In future please use screenshots for showing logs.

Your logs don't show the switch ever being turned on by the app, so the app probably thinks it is off. Seems as though the device itself may not be reporting its state timely. Turn on debug logging in the app to see the reports back from the device.

1 Like

This fixed my issue. Thanks!