koen01
(Koen01)
April 5, 2017, 4:49am
6
If you use mqtt , there is a python/mqtt script for foscam posted in the forums here somewhere.
I use it with a c1 and made a binary motion sensor out of it.
Edit:
Hi
I would like to share my configuration for use the motion/sound and IR LED in FOSCAM cameras as sensors (in this setup i’m using a few FOSCAM C1 cameras).
The first method that I used was a command_line sensor that exec a script that connect to the Foscam Camera and get the DevStatus JSON.
This method was a bit slow because the command_line sensor component has at least 60s of wait between each call, too much time for my setup.
So I changed the method from command_line sensors to MQTT sen…