This app doesnt (yet) work for Foscam type: (ill try to add at least partial functions for these)
F18918
This week i bought a Foscam camera (FI9828P V2) and i found out that allthough it was quite easy to implement the camera itself, it was difficult to create controls in HA. mainly through commandline switches and curl commands.
so i have been working on it to create an Appdaemon App in combination with a few input booleans, input select and input sliders.
i found out that there are more CGI types for foscam available. could be that an update for the cam is needed (if available)
to test if this app works for your camera you could try this first:
http://CAM_IP:CAM_POORT/cgi-bin/CGIProxy.fcgi?cmd=getDevState&usr=YOUR_USER_NAME&pwd=YOUR_PWD
it should give back info.
first you need to install appdaemon.
after that you can copy the app to your appdir and use the yaml i gave to implement into your own yaml.
it should work with more cameras.
all you then need to do is create all the input sliders, input selects and input boolens twice.
you could use input_slider.foscam_zoom for the first and input_slider.foscam2_zoom for the second (for example)
thats my bad.
you copied before i changed it.
you need to lose all the "
is it possible you have also this there:
disable_apps = 1
that has to be set to 0
and obviously you have to fill in host, port, user and pw.