everthing I try to had gives me thisā¦Probably my stupidty
vas: Error while parsing dashboard '/home/pi/appdaemon_dashboard/appdaemon/conf/dashboards/vas.dash':
vas: parser says
vas: in "", line 17, column 41: ... : sensor.living_room_temperature ^
vas: found character '\t' that cannot start any token while scanning for the next token
2017-04-16 11:39:57.651235 WARNING ------------------------------------------------------------
2017-04-16 11:39:57.651707 WARNING Unexpected error in dashboard thread
2017-04-16 11:39:57.652077 WARNING ------------------------------------------------------------
2017-04-16 11:39:57.656800 WARNING Traceback (most recent call last):
File "/usr/lib/python3.4/asyncio/base_events.py", line 757, in create_server
sock.bind(sa)
OSError: [Errno 98] Address already in use
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/pi/appdaemon_dashboard/appdaemon/appdaemon/appdash.py", line 254, in run_dash
srv = loop.run_until_complete(f)
File "/usr/lib/python3.4/asyncio/base_events.py", line 276, in run_until_complete
return future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/asyncio/tasks.py", line 235, in _step
result = coro.send(value)
File "/usr/lib/python3.4/asyncio/base_events.py", line 761, in create_server
% (sa, err.strerror.lower()))
OSError: [Errno 98] error while attempting to bind on address ('192.168.1.238', 5050): address already in use
2017-04-16 11:39:57.657301 WARNING ------------------------------------------------------------
2017-04-16 11:39:57.883950 INFO Connected to Home Assistant 0.41.0
layout:
- temp_Livingroom (2x2)
temp_Livingroom:
widget_type: sensor
title: Temperature
title2: Living Room
units: "F"
entity: sensor.living_room_temperature
2017-04-16 12:57:17.531367 INFO function [compile_dash] finished in 11 ms
2017-04-16 12:57:17.901931 INFO New dashboard connected: HADashboard