Thanks
I guess at some point I’ll need to figure out to submit a pull request (I’ve never contributed to anything before).
Thanks
I guess at some point I’ll need to figure out to submit a pull request (I’ve never contributed to anything before).
Looking forward to it- if it helps, my first ever pull request wss for the previous incarnation of the dashboard ) Let me know if you need any pointers.
This is such an awesome addition! Can’t wait!
Thanks
I’d like to figure out if I can make it do sounds. So if the tablet is on the wall or whatever then while the alarm is ‘pending’ before arming it beeps as a warning to get out of the house or whatever. Same as on the way in as you trigger the alarm with the front door and only have X seconds to disarm.
https://gist.github.com/yannrouillard/796fe74d4cbf0cf42f47
This widget does sounds based on state change, so might have to ‘borrow’ the code
Alternatively I find some sort of zwave device that can do it instead.
Any progress yet on the dockerfile? Will it be for raspberryPi
This looks so awesome! Can’t wait to try it out. Thanks for taking the time to do this, Soul.
No problem - has been fun! Refactored my code a bit so it’s cleaner today (I figured out how to do something once in the coffee that I was doing in 3 places on the server!), and I’m gradually pushing the changes to my fork of the project. So hopefully I’ll be able to fire a pull request soon
Got it thanks -will take a look soon
What OS are you running on your RPi?
I was running raspian - I just moved over to Ubuntu on a Beebox N3000 - works perfectly on both.
I got a raspberryPI Dockerfile working: https://github.com/snizzleorg/hadashboard/tree/master/HADashboard-rpi
Excellent work! I see your PR, I’ll add to the next version along with the UBUNTU docker file.
@aimc thank you so much for your work on this project. It is soo much faster on low powered tablets (eg: kindle fire) than the polymer interface. I was wondering if it would be possible to update the fontawesome package included with the dash? There are a few icons that would be well suited for HA (the Bed one in particular would make a great icon for a bedroom group, for example) which have been added since 4.2.
I tried dropping the updated css and font files into the assets folder, but ran into some errors. I do plan on taking another swing at it when I get time, but I thought it would be prudent to reach out in case there was a specific reason this version was used?
In any case, thank you again for contributing this project.
Hi there - glad you like it
Unfortunately it’s a no go with the updated Font-awesome - I looked into this a few months ago and it requires some major changes to the Dashing framework itself, and sadly Dashing is no longer maintained.
Bummer. Well, I’m glad I asked before getting too deep into it. Appreciate the info!
I stumbled upon this: https://github.com/davefp/handsome have you ran across this as a possible replacement for dashing?
Thanks for the link I took a quick look …
It does look interesting but per the docs:
Handsome uses a polling model to update dashboards,
while Dashing streams data using Server Sent Events.
This is a dealbreaker for me - polled updates are clumsy and slow and not what I want the dashboard to be!. I would certainly take another look if he implements a push API like Dashing has as it would be nice to get onto a live framework, however it would also be a total re-write which is a lot of work!