change input_slider as componenthead in configuration yaml to input_number
chenck in the entities if the entities changed their names. (could be they stay like input_slider.foscam_zoom but could also be input_number.foscam_zoom)
if they didnt change try if the app works, if they did change, change all slider names to number in the apps.yaml (or appdeamon.yaml)
after all this is done check if the app runs without trouble. if not then they have changed the service and i have to figure out how to get the right code.
@ReneTode.
Just found this. Thank you for writing it. I am looking for a camera which I can grab pictures and videos from to send to cloud for processing. Your work seem to allow me to do this ?
Can you recommend a camera with thte highest resolution I can buy, which still be supported by your AppDaemon?
Basically, best quality image and yet compatible with your code.
i use the 19828p V2 witch has HD 1280 but i am sure that thunder means the 19928p which has 1920 (full HD)
the app i wrote only allows taking snapshots.
but the foscam app for android/iphone or the firefox extention also allows starting recording on the fly.
within the cam you can set wherever you like to send the pics and video.
Do you manually snap the pictures? I need to be able to snap the pictures based on HA triggers and some conditions from script or automation. Is programatic snap picture functionality supported?
yes it is.
i snap pictures by setting an input boolean to on.
i also have an app running that snaps a picture every hour and saves it to a dedicated directory for that.
i use that to create a video how my garden evolves over time.
but you can use any condition or trigger to set the boolean to on and the pic is taken.
in the app you can set the location where you would like the pic to be saved. (allthough i only support local save for that, it would be possible to rewrite that to save everywhere you like, but you could also chose to make an app that regularly copies files. i do that with the files from my FTP server to my PC)
i take pics at movement from foscam. this will be saved under snapshot.jpg and sent to my chat application. I changed the filename to constant name so that i easier can send this snapshot to my httpupload script. after it is sent it is saved on my httpserver
i released the V2 app.
i didnt want to try to integrate older cam types anymore (sorry for those who use them) because i cant test that and it did hold up the release.
This has been an excellent read…I admittedly need to finish it. Hopefully I can get your attention for a brief minute and ask if this latest model would be compatible with the scripts used in this post?
you cant have installed letsencrypt on your camera.
the command you try to use is a command that you send to your camera.
the IP should be the IP from the camera
and the port should be the port you configured in your camera.