Wall Mounted Dashboard (now known as HADashboard)

Thanks for the feedback Rob, I’ll go check the init files.

And yes, I would welcome any experience you have on Cameras!

I made some few changes to my layout.
Added travel time to work for Felicia and me, “Home to Freemovr” and “Home to Svalls Hospital”.
I added the Google Maps Travel Time plugin in Homeassistant and imported it to my dashboard with Hasensor.

And I added the ability to change the temperature unit in haweather so that you can change it like hameter with “data-unit”.

2 Likes

Cool! That was my hope with Hasensor - make it as generic as possible so I didn’t have to anticipate every cool idea like the travel time!

The units on weather is a really nice add - a pull request would be nice if you have time, otherwise I can stick it into the next release myself.

2 Likes

Im not sure how to pull a request so I hope you remember it :wink:

OK, it’s on my list!

1 Like

I’m simply using the “iFrame Widget”.

<li data-row="3" data-col="2" data-sizex="4" data-sizey="4"> <div data-id="iframeId1" data-view="Iframe" data-src="https://radblast.wunderground.com/cgi-bin/radar/WUNIDS_map?station=DTX&brand=wui&num=40&delay=50&type=N0R&frame=0&scale=0.5&noclutter=1&showstorms=0&mapx=400&mapy=240&centerx=360.5&centery=315.5&transx=-39.5&transy=75.5&showlabels=1&severe=0&rainsnow=1&lightning=0&smooth=0&rand=24399365&lat=0&lon=0&label=you"></div> </li>

3 Likes

Awesome - thanks!

When i update to the new version, i get error like this: http://hastebin.com/lunedipupa.vhdl
The files are where they should be. Does anyone know what to do? I’ve tried re-install everything.

BR Jocke

Is this on startup or when you run bundle? Also, did you have it running before the upgrade or is this a fresh install?

It ran excellent before update. Then i get that “error” when “dashing start” is executed.
I made update. I also make a fresh install on another Rpi, just to se if the same problem occurred.

Maybe this help http://hastebin.com/wahafodici.hs

//Jocke

Depending on which version you upgraded from you might need to re-run bundle. Give it a try and let me know. I’ll dig into the error a little later if not.

I’ll do some testing and be back later.

I’ve just set this all up and it’s fantastic! Looking forward to building something really useable with it for the family.

Couple of questions

Are there plans to add dimmer control for a light group? I have all my lounge lights on group and it would be nice to dim them all together.

Would it be easy to create a keypad widget perhaps to use with the manual alarm in HASS?

Also does it work with template sensors? I added

<li data-row="1" data-col="6" data-sizex="1" data-sizey="1">
  <div data-id="lounge_motion_sensor" data-view="Hasensor" data-title="Lounge Motion"></div>
</li>

and it’s showing ‘NAN’ despite HASS showing the text ‘Motion’

Hi there -

  1. A dimmer control for groups is hard because not all groups support it, if for instance you have a switch in a group with a dimmer you can’t dim it so I am not sure of a good way of doing this

  2. A keypad - I am not sure how this would work, not least because I have never used this in HA - I might take a quick look.

  3. The Hasensor is intended to be as generic as possible but I don’t think I have ever tested it with a text based sensor - I want it to work so I will fix that in the next release.

Thanks!

Could you create the group dimmer with the assumption that it will only work if the group contains dimmable items? So it’s down to the user to only use it to control a light group in HASS (which in the HASS frontend allows dimming of the group as a whole).

Regarding the keypad I guess I’m actually after a widget to control the manual alarm_control_panel component. So you’d be able to enter a code, then select arm(home)/arm(away)/disarm.

I can do some experimentation on the group dimmer - no promises on the keypad though :wink:

Yeah the keypad is a tricky one. I might look into it myself as well…

Any idea when the next release is likely to be? Getting text based sensors to display would be great :slight_smile:

I’m traveling on business through this weekend so probably the weekend after.