-
Hello! I have a motion sensor in my bathroom to turn on/off an Insteon Dimmer Switch. I wanted to change it to only send ON commands and use Home Assistant to turn off the lights (and fan On/Off Switch) depending on humidity and door sensors. I tried the following command to allow this; but even though the command is successful, the motion sensor continues to send an OFF command:
Is there a trick to setting this? As an alternative option, is there a way to achieve this by manually editing the This is my current entry: - controllers:
- bathroom_motion
responders:
- bathroom_lights:
ramp_rate: 0.5 I was kind of hoping I could even use separate groups on the motion sensor.... one to send both ON and OFF commands to my controller and use another group to only send ON commands to the lights. Not sure if that is possible though. I know I could just use Home Assistant to fully control the lights, but I would really prefer to have the delay that route adds. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I believe the on_only command should work. The response:
Seems to show the correct bit (the second from the left) as set to 1. Maybe try pulling the battery? Maybe it just needs to reset? As to your second question |
Beta Was this translation helpful? Give feedback.
-
Figured it out! This command will successfully enable the
Source: https://forums.indigodomo.com/viewtopic.php?p=183576#p183576
|
Beta Was this translation helpful? Give feedback.
Figured it out!
This command will successfully enable the
on_only
mode for this motion sensor:Source: https://forums.indigodomo.com/viewtopic.php?p=183576#p183576