Announcement: HADashboard v2 Beta3!

2017-04-16 08:52:39.178125 WARNING ------------------------------------------------------------
2017-04-16 08:52:39.178456 WARNING Unexpected error in CSS file
2017-04-16 08:52:39.178737 WARNING ------------------------------------------------------------
2017-04-16 08:52:39.183000 WARNING Traceback (most recent call last):
  File "/home/pi/appdaemon_dashboard/appdaemon/appdaemon/appdash.py", line 105, in _load_dash
    with open(include_path, "r") as include_file:
FileNotFoundError: [Errno 2] No such file or directory: './conf/compiled/html/default/hello_head.html'

2017-04-16 08:52:39.183438 WARNING --

will this fix itself after i start building dashboardā€¦which i have to readā€¦cause i have no clue :confused:

Probably - do you get the welcome page if you put in the URL with nothing after it?

I was getting a page with xx.xx.xā€¦x:5050/hello

nothing now

restarted yes get a welcome pageā€¦shows no errors just hello

OK, now go make a dashboard :wink:

1 Like

Thanks brotherā€¦For your helpā€¦hope i dont offend you Happy Easter and God Bless :slight_smile:

1 Like

Oh yes I found it.
I had weather.weather(2X2) in my layout instead of weather(2X2)
My bad. Thanks Aimac

2 Likes

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
#
# Main arguments, all optional
#
title: Hello Panel
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8

layout:
    - temp_Livingroom

temp_Livingroom:
  widget_type: sensor
  title: Temperature
  title2: Living Room
  units: "F"
  entity: sensor.living_room_temperature

I think you are using tab characters? YAML wants spaces only.

I use notepad ++ just like i do on homeassistant i dont hit the tab but i do use spacebar

some wierd errors?

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

Try backspacing it two characters so that it lines up with the other indents.

Main arguments, all optional

title: Hello Panel
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8

layout:
    - temp_Livingroom (2x2)

temp_Livingroom:
    widget_type: sensor
    title: Temperature
    title2: Living Room
    units: "F"
    entity: sensor.living_room_temperature

like that? still gives the asyncio errorors with the ip binding errors

I know I am doing something stupidā€¦:slight_smile:

The IP binding error means you have another instance of AppDaemon running.

Well that would make sense since i had two ssh windows open and would alternate to do a restartā€¦I will experiment and post again

Main arguments, all optional

title: Vasiley
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8

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

gives a blank screen

Is anybody on this forumā€¦I am total confused in how to config this