I’ve just switched from hass.io to hassbian.
I’ve installed Appdaemon using hassbian-config install appdaemon
All seemed to go ok, but I can’t access the web interface on port 5050.
This is the output of my log:
2018-02-24 17:33:54.365349 WARNING Unable to connect to Home Assistant, retrying in 5 seconds
2018-02-24 17:33:59.379701 WARNING Unable to connect to Home Assistant, retrying in 5 seconds
2018-02-24 17:34:11.883241 WARNING Unable to connect to Home Assistant, retrying in 5 seconds
2018-02-24 17:34:18.578505 INFO Starting Apps
2018-02-24 17:34:18.764819 INFO Got initial state
2018-02-24 17:34:18.766459 INFO Loading Module: /home/homeassistant/.homeassistant/appdaemon/apps/hello.py
2018-02-24 17:34:18.783055 INFO App initialization complete
2018-02-24 17:34:18.784150 INFO Dashboards are disabled
2018-02-24 17:34:18.784753 INFO API is disabled
2018-02-24 17:34:18.927209 INFO Connected to Home Assistant 0.63.3
this is my appdaemon.yaml
AppDaemon:
logfile: /home/homeassistant/appdaemon/logs/applog.txt
errorfile: STDERR
log_generations: 3
threads: 10
app_dir: /home/homeassistant/.homeassistant/appdaemon/apps
HASS:
ha_url: http://hassbian.local:8123
hadashboard:
dash_url: http://hassbian.local:5050
dash_dir: /home/homeassistant/.homeassistant/appdaemon/dashboards
Error log shows:
File “”, line 969, in _find_and_load
File “”, line 958, in _find_and_load_unlocked
File “”, line 673, in _load_unlocked
File “”, line 673, in exec_module
File “”, line 222, in _call_with_frames_removed
File “/home/homeassistant/.homeassistant/appdaemon/apps/hello.py”, line 1, in
import appdaemon.plugins.hass.hassapi as hass
ImportError: No module named ‘appdaemon.plugins’
Not sure what I am doing wrong.
Help!!!
Thanks.