Relax guys I have a cold at the moment and got up in the middle of the night coughing. I sat down, read the forum, realized the fix was a 1 line change so I did it
Just don’t get used to it!
I have a great work life balance and I am old enough to appreciate it and defend it - everything I do here is because I want to not because I feel I have to.
Good Day,
Just installed using the instruction here but get the foolowing error when I run python3 -m appdaemon.appdaemon -c
Traceback (most recent call last):
File “/usr/lib/python3.4/runpy.py”, line 170, in _run_module_as_main
“main”, mod_spec)
File “/usr/lib/python3.4/runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “/home/pi/appdaemon_dashboard/appdaemon/appdaemon/appdaemon.py”, line 12, in
from websocket import create_connection
ImportError: No module named ‘websocket’
Yes, I did install websocket-client per instructions.
Did a complete cleanup, and installed using “$ sudo pip3 install .” and got the following, no listening port.
2017-04-11 00:08:33.943277 INFO AppDaemon Version 2.0.0beta3.5 starting
2017-04-11 00:08:38.973718 WARNING ‘elevation’ directive is deprecated, please remove
2017-04-11 00:08:38.974755 WARNING ‘latitude’ directive is deprecated, please remove
2017-04-11 00:08:38.975816 WARNING ‘longitude’ directive is deprecated, please remove
2017-04-11 00:08:38.976479 WARNING ‘time_zone’ directive is deprecated, please remove
2017-04-11 00:08:39.174157 INFO Got initial state
2017-04-11 00:08:39.175627 INFO Loading Module: /home/pi/appdaemon_dashboard/appdaemon/conf/apps/hello.py
2017-04-11 00:08:39.178990 INFO Loading Object hello_world using class HelloWorld from module hello
2017-04-11 00:08:39.295474 INFO hello_world: Hello from AppDaemon
2017-04-11 00:08:39.298509 INFO hello_world: You are now ready to run Apps!
2017-04-11 00:08:39.298897 INFO App initialization complete
2017-04-11 00:08:39.308897 INFO Connected to Home Assistant 0.41.0
I tried connecting to http://hass_ip:5050, but no luck.