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.
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:
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.
Thanks. Working great. Now I can have fun. lol
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
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?
Not yet but itās certainly possible - adding to list
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.
Yes, I removed them already, they will no longer be there in beta 2.