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
Hi all, is there anyway to have a sensor that represent the ON OFF status of the motion detection sensor of a camera, please?
Due to the fact that my cameras are frequently covered by spider webs, I would like to have a fast and centralized way to turn off and on the motion detection sensor through HA. I've created a MQTT switch that perfectly turns ON and OFF the motion sensors, but I couldn't find a way to get the current status of the sensor in HA. If someone could point me to the proper code bit of the camera properties I could try to add the Motion Detection ON OFF property.
Thank you.
The text was updated successfully, but these errors were encountered:
You'll honestly want to do this via MQTT messages, a good guide is watchable here on Youtube - the only part he doesn't show is how to set up your automation afterwards, but you basically just choose Trigger type: MQTT, put your topic name in the topic field, and then "on" or whatever you set the payload value to be for the motion detection.
Hi all, is there anyway to have a sensor that represent the ON OFF status of the motion detection sensor of a camera, please?
Due to the fact that my cameras are frequently covered by spider webs, I would like to have a fast and centralized way to turn off and on the motion detection sensor through HA. I've created a MQTT switch that perfectly turns ON and OFF the motion sensors, but I couldn't find a way to get the current status of the sensor in HA. If someone could point me to the proper code bit of the camera properties I could try to add the Motion Detection ON OFF property.
Thank you.
The text was updated successfully, but these errors were encountered: