how did you install appdaemon?
what is in your appdaemon logfiles?
you use appdaemon.cfg? what version from appdaemon did you install?
you should have 2 files:
appdaemon.yaml (containing general settings)
apps.yaml (containing appsettings)
the settings from add_to_app.yaml on my github should be added to apps.yaml
I follow this guide Installing AppDaemon on Ubuntu with virtualenv to install.
my appdaemon==2.1.10
I test appdaemon running with file example from source install, i have two file appdaemon.yaml and
apps.yaml. (Test with example hello.py).
I get error when start appdaemon, you can see image i upload.
Thanks! i can move vertical or horizon but slider always return 0 value.
ha@orangepizero:~$ sudo systemctl status [email protected] -l
● [email protected] - AppDaemon
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
Active: active (running) since Wed 2017-09-27 17:55:57 ICT; 2min 43s ago
Main PID: 2162 (appdaemon)
CGroup: /system.slice/system-appdaemon.slice/[email protected]
└─2162 /home/ha/homeassistant/bin/python3.5 /home/ha/homeassistant/bin/appdaemon -c /home/ha/conf
Sep 27 17:56:22 orangepizero appdaemon[2162]: 2017-09-27 17:56:22.710443 INFO Loading Object hello_world using class HelloWorld from module hello
Sep 27 17:56:24 orangepizero appdaemon[2162]: 2017-09-27 17:56:24.571856 INFO hello_world: Hello from AppDaemon
Sep 27 17:56:24 orangepizero appdaemon[2162]: 2017-09-27 17:56:24.577729 INFO hello_world: You are now ready to run Apps!
Sep 27 17:56:24 orangepizero appdaemon[2162]: 2017-09-27 17:56:24.578617 INFO App initialization complete
Sep 27 17:56:24 orangepizero appdaemon[2162]: 2017-09-27 17:56:24.580366 INFO Dashboards are disabled
Sep 27 17:56:24 orangepizero appdaemon[2162]: 2017-09-27 17:56:24.581152 INFO API is disabled
Sep 27 17:56:24 orangepizero appdaemon[2162]: 2017-09-27 17:56:24.603522 INFO Connected to Home Assistant 0.48.1
Sep 27 17:56:26 orangepizero appdaemon[2162]: 2017-09-27 17:56:26.187091 WARNING foscam: Entity sensor.foscam_motion not found in Home Assistant
Sep 27 17:56:26 orangepizero appdaemon[2162]: 2017-09-27 17:56:26.297775 WARNING foscam: Entity sensor.foscam_sound_alarm not found in Home Assistant
Sep 27 17:56:26 orangepizero appdaemon[2162]: 2017-09-27 17:56:26.338476 WARNING foscam: Entity sensor.foscam_recording not found in Home Assistant
you start the movement with the slider for 1 second. the more you move the slider away from 0 the faster the cam will move.
after 1 second it stopps
if it wouldnt work that way, it would be impossible to move to a specific point.
if you want to keep it moving you need to use cruise.
you can setup preset cruises in your camera. the names you give there can be set in the input_select for cruising.
then you can start and stop cruises.
default there is a horizontal and vertical cruise.
in my home assistant log, error occur when i turn on motion detect switch
2017-09-27 18:27:56 WARNING (MainThread) [homeassistant.core] Unable to find service input_select/turn_on
2017-09-27 18:27:56 WARNING (MainThread) [homeassistant.core] Unable to find service sensor/turn_on
2017-09-27 18:27:56 WARNING (MainThread) [homeassistant.core] Unable to find service input_slider/turn_on