Announcement: HADashboard v2 Beta!

They are in the docs. LOL

Uh oh ā€¦ they shouldnā€™t be!

Ok, Iā€™ll quit trying to make them work for now. LOL

Can you allow for state_text for input_sliders so we can see the values and not just - and +?

Can you allow for a string format or something to account for sensors where the value returned is a date or time and needs to be reformatted. For example, I really donā€™t want the miliseconds since the last boot.

Mine shows the value.

slider:
    widget_type: input_slider
    entity: input_slider.bedroom_brightness
    title: Test Slider
    increment: 1
    units: units

Wouldnā€™t it be easier to just format the sensor in HA? Then there wouldnā€™t be all that extra overhead added on the dash side.

Not working for me.

dsp1hp_black:
    widget_type: input_slider
    value_style: "font-size: 100%;"
    entity: input_slider.dsp1hp_black
    title: dsp1hp black
    increment: 1
    units: units

Then I have to figure out how to do templates in HA. :joy:

Try commenting out the value style and see if it shows then. Let me know - Iā€™m checking in to see how you make out.

I know. Been there. Will help you if I can though!

Hereā€™s an answer to your Last Boot sensor; check this thread:

1 Like

Iā€™ll see if I can get that into beta 2.

Not sure what I have done wrong. Can anyone help? This is what I get when starting.

2017-03-11 10:22:25.257715 INFO AppDaemon Version 2.0.0beta1 starting
2017-03-11 10:22:30.580364 WARNING ā€˜elevationā€™ directive is deprecated, please remove
2017-03-11 10:22:30.581240 WARNING ā€˜latitudeā€™ directive is deprecated, please remove
2017-03-11 10:22:30.584547 WARNING ā€˜longitudeā€™ directive is deprecated, please remove
2017-03-11 10:22:30.584941 WARNING ā€˜time_zoneā€™ directive is deprecated, please remove
/home/debian/appdaemon_dashboard/appdaemon/conf/apps
2017-03-11 10:22:31.006635 INFO Got initial state
2017-03-11 10:22:31.009030 INFO Loading Module: /home/debian/appdaemon_dashboard/appdaemon/conf/apps/hello.py
2017-03-11 10:22:31.012906 INFO Loading Object hello_world using class HelloWorld from module hello
2017-03-11 10:22:31.156960 INFO hello_world: Hello from AppDaemon
2017-03-11 10:22:31.161112 INFO hello_world: You are now ready to run Apps!
2017-03-11 10:22:31.162055 INFO App initialization complete
2017-03-11 10:22:31.288667 INFO Connected to Home Assistant 0.39.3

Iā€™m guessing your appdaemon.cfg file looks a bit like this:

[AppDaemon]
ha_url = http://192.168.1.4:8123
ha_key =
logfile = STDOUT
errorfile = STDERR
threads = 10
latitude = 50.7274
longitude = 6.8762
elevation = 21.82
time_zone = Europe/Dublin

dash_dir = /home/hass/appdaemon_dashboard/appdaemon/conf/dashboards

dash_url = http://192.168.1.40:5050

# Apps
[hello_world]
module = hello
class = HelloWorld

If it does, change it so it looks like this:

#latitude = 50.7274
#longitude = 6.8762
#elevation = 21.82
#time_zone = Europe/Dublin

And make sure your dash_dir, and dash_url lines are before the # Apps section, as in the example above.

That should do it.

1 Like

@aimc - should consider removing those in the next update since they are deprecated anyway.

1 Like

Thanks. Working great. Now I can have fun. lol

2 Likes

Hereā€™s my latest try at a Portrait mode for the R Pi touchscreen.

The settings that worked for me:

title: R Pi Portrait Panel
widget_dimensions: [118, 118]
widget_margins: [7, 7]
columns: 5

I resized the images I liked to 640 x 1138, and found most of them via https://www.reddit.com/r/Verticalwallpapers/

Itā€™s such a pleasure using this new way of doing things :slight_smile:

Iā€™m starting to feel sorry for the main HA view.

There wouldnā€™t, by any chance, be a clever person working on how to change the background to a poster of currently playing Kodi file?

3 Likes

Not yet but itā€™s certainly possible - adding to list :slight_smile:

1 Like

Glad you think so - me too! I just rebuilt a load of my dashboards and it was pretty easy using the new layout vs HADashboard v1.

1 Like

Yes, I removed them already, they will no longer be there in beta 2.

1 Like