what you have in the picture is a javascipt based webinterface.
but appdaemon is python.
thats like talking german to an englishman. you can speak to him, but he wont understand you.
unless you learn the language from the person that you like to do the commands, you wont be able to tell him what to do with the commands.
sorry thats a mistake from me.
because they had the breaking change in input slider and i didnt have home assistant updated i made the changes for other people without testing.
now i know that the service uses set_value and not select_value.
i just changed the code.
i also did splitt up the cams in 3 groups (ptz + infrared, just infrared, no ptz + no infrared)
so your cam is now in group 2
Iāve set camera_type to C1 V3 but I get infrared error messages.
Also i tried to replace foscam.py with the new one, but I canāt enable Motion Detection ;(
what are the error messages.
sorry to hear that its not working, but i cant test it myself so if you have patience with me ill try to get it working for you.
i never set my motion deteciiiiin , so i didnt test that right.
i just tried it with my own cams and they have the same problem.
so i have a bug in my app.
ill try to find out what i have done wrong and let you know.
found the problem.
with the complete rewrite i have left out 1 line of code, making that the input_boolean never had any effect.
i added it in the code and tested and it works now.
somehow it did genereate a string error, allthough i have checked and checked, but the command should be correct and it works like it is supposed to.
so i did another small change to suppres the error for that command.
code in the github is up to date again.
for those who read this, i didnt change it in the older versions. so they are not up to date anymore.
i dont know about your cam, but if i set motion off, and then to on again, all settings from before are lost.
so i have to find a way to retrieve and save them, but that can only be done if motion detection is on.
so i will have to rewrite that part completely.
creating the dashboards is another thing.
i never thought about the fact that when i set some settings to optional (like PTZ) that i also have to check for that when building the dashboard. so i need to update that part also.
the option to disable/enable sound alarm can be implemented, but it will have to wait a little.
if that is the config directory where your apps.yaml and appdaemon.yaml are,
and you did put in all the needed files (the sub_dirs starting with base + the yaml files) it should just work fine.
and you need to make sure that appdaemon has the right filerights to that dir.