about a week ago my dashboards stopped working… they would display the state of the device as current from hass, but would not send commands
i attempted to remove appdaemon and reinstall, and now i am getting nothing… her is my entry:
pi@raspberrypi:~ $ appdaemon -c /home/homeassistant/conf
2018-03-17 16:32:43.203774 INFO AppDaemon Version 3.0.0b5 starting
2018-03-17 16:32:43.204421 INFO Configuration read from: /home/homeassistant/con f/appdaemon.yaml
2018-03-17 16:32:43.206634 INFO AppDaemon: Starting Apps
2018-03-17 16:32:43.212089 INFO AppDaemon: Loading Plugin HASS using class HassP lugin from module hassplugin
2018-03-17 16:32:43.277038 INFO AppDaemon: HASS: HASS Plugin Initializing
2018-03-17 16:32:43.278083 INFO AppDaemon: HASS: HASS Plugin initialization comp lete
2018-03-17 16:32:43.279103 INFO Starting Dashboards
2018-03-17 16:32:43.280770 WARNING --------------------------------------------- ---------------
2018-03-17 16:32:43.281200 WARNING Unexpected error during HADashboard initializ ation
2018-03-17 16:32:43.281580 WARNING --------------------------------------------- ---------------
2018-03-17 16:32:43.290249 WARNING Traceback (most recent call last):
File “/home/pi/.local/lib/python3.5/site-packages/appdaemon/dashboard.py”, lin e 64, in init
os.makedirs(self.compile_dir)
File “/usr/lib/python3.5/os.py”, line 241, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: ‘/home/homeassistant/conf/compile d’
2018-03-17 16:32:43.290819 WARNING --------------------------------------------- ---------------
2018-03-17 16:32:43.308893 WARNING HADasboard: --------------------------------- ---------------------------
2018-03-17 16:32:43.309472 WARNING HADasboard: Unexpected error in dashboard thr ead
2018-03-17 16:32:43.309907 WARNING HADasboard: --------------------------------- ---------------------------
2018-03-17 16:32:43.321319 WARNING HADasboard: Traceback (most recent call last) :
File "/home/pi/.local/lib/python3.5/site-packages/aiohttp/web_urldispatcher.py ", line 479, in init
directory = directory.resolve()
File “/usr/lib/python3.5/pathlib.py”, line 1109, in resolve
s = self._flavour.resolve(self)
File “/usr/lib/python3.5/pathlib.py”, line 330, in resolve
return _resolve(base, str(path)) or sep
File “/usr/lib/python3.5/pathlib.py”, line 315, in _resolve
target = accessor.readlink(newpath)
File “/usr/lib/python3.5/pathlib.py”, line 422, in readlink
return os.readlink(path)
FileNotFoundError: [Errno 2] No such file or directory: ‘/home/homeassistant/con f/compiled’
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/home/pi/.local/lib/python3.5/site-packages/appdaemon/rundash.py”, line 159, in init
self.setup_routes()
File “/home/pi/.local/lib/python3.5/site-packages/appdaemon/rundash.py”, line 423, in setup_routes
self.app.router.add_static(’/compiled_javascript’, self.dashboard_obj.compil ed_javascript_dir)
File "/home/pi/.local/lib/python3.5/site-packages/aiohttp/web_urldispatcher.py ", line 926, in add_static
append_version=append_version)
File "/home/pi/.local/lib/python3.5/site-packages/aiohttp/web_urldispatcher.py ", line 484, in init
“No directory exists at ‘{}’”.format(directory)) from error
ValueError: No directory exists at '/home/homeassistant/conf/compiled/javascript ’
2018-03-17 16:32:43.321979 WARNING HADasboard: --------------------------------- ---------------------------
2018-03-17 16:32:43.322566 INFO API is disabled
2018-03-17 16:32:43.337774 INFO AppDaemon: HASS: Connected to Home Assistant 0.6 5.4
2018-03-17 16:32:43.420647 INFO AppDaemon: Got initial state from namespace defa ult
2018-03-17 16:32:45.616904 INFO AppDaemon: Reading config
2018-03-17 16:32:45.623640 INFO AppDaemon: /home/homeassistant/conf/apps/apps.ya ml added or modified
2018-03-17 16:32:45.624170 INFO AppDaemon: /home/homeassistant/conf/apps/apps.ya ml added or modified
2018-03-17 16:32:45.624723 INFO AppDaemon: App ‘hello_world’ added
2018-03-17 16:32:45.625273 INFO AppDaemon: Adding /home/homeassistant/conf/apps to module import path
2018-03-17 16:32:45.626377 INFO AppDaemon: Loading App Module: /home/homeassista nt/conf/apps/hello.py
2018-03-17 16:32:45.657614 INFO AppDaemon: Initializing app hello_world using cl ass HelloWorld from module hello
2018-03-17 16:32:45.881813 INFO hello_world: Hello from AppDaemon
2018-03-17 16:32:45.885197 INFO hello_world: You are now ready to run Apps!
2018-03-17 16:32:45.886609 INFO AppDaemon: App initialization complete
where am i going wrong?