Wall Mounted Dashboard (now known as HADashboard)

hi
i setup so far 4 wall mount dashboard… perfectly working everyone love it … but i more request i don’t know doable or not . if yes then this is the best platform

integrate camera in the dashboard either in the new tab like how we setup for rooms or in the front…
IP CAM and nest drop cam

this is my wishing list

I think that is a great idea, but I don’t have any cameras … yet. I am happy to integrate someone elses work in this area but I can’t test what I don’t have!

I am planning cameras soon, and when I have them I will be looking to add functionality so be patient :slight_smile:

hi
my penny suggestion

even if you can integrerate pub cam with a URL … i think just change the url to reflect IP cam ip address i guess

I am interested in doing this but it will be a lot of work, and I don’t think I will get around to it until I have my own cameras. As I said … patience!

How did Jbags set up the weather radar in the example shown earlier in the thread? Wouldn’t that be similar to a cam? Kind of like how we integrated WX radar in HA by using the generic camera setup?

I don’t know - he hasn’t shared that with me …

Perhaps this? https://github.com/grubernaut/camera-widget

Take a peak at it and if you need a camera to actually test this, PM me. You’ve been a great help to me in the past and I would be willing to purchase a camera for you if you would be willing to work on this integration.

Hi Rob,

Thanks for the offer, it is very kind of you but its more about time than money!

I am leaving on a 7 day business trip on Sunday so won’t be able to even think about this until I return. I do however want to get something working so perhaps if I figure out a camera to buy it will be there for me when I return and I can start some work.

That link looks like a good start but I have something a little more elaborate in mind:

  • Small tile to show the latest image (obviously can be whatever size you want using x and y size)
  • When movement is detected the tile highlights somehow
  • Pressing the tile gives you a full screen view of the image
  • Maybe it updates in real time until you close it
  • Possibly the full screen view comes up automatically on movement (maybe an option)

Not sure how easy or doable all of that is but it would be the way I want to go - I don’t have a clue if it is possible until I get a camera hooked up and see what HA gives me. Also I suspect that different cameras may work differently so I may end up implementing something for my camera that doesn’t work for others …

1 Like

OK, I understand. Just wanted to make the offer it would help. Safe travels! Let me know if you need any suggestions for cameras; I have a number of them in my system.

Right now I’m trying to get the Dashboard/HAPush to init on start up, then going back to our other project to try to give you more feedback.

Edit: When you get the opportunity, take a look at your init files. There are some bad name references in there - the dashing file is referred to as ‘dashboard’ and in the hapush init file, there’s a leftover reference to dashboard as well.

@jbags81 - Could you possibly share how you got the weather map and other map images in your dashboard?

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