Interesting that you are running on a separate machine for HADashboard - no reason it shouldn’t work I have just never tried it. Note that hapush has to run on the same machine as dashing however - it needs to be able to read the dashboards.
I added a new section on how to update, check the readme for details. Note that for this version, you will need to re-run bundle after you have updated, but before you start the dashboard.
As ever, feedback welcome and let me know how it is working for you!
There is one breaking change in this version - previously temperature units defaulted to Fahrenheit - now there is no default, you must explicitly specify it in the Hatemp widget or you will get no units at all. See README for more info.
#Version 1.3
Merge RSS widget contributed by KRiS
Merge Hahumiditymeter contributed by Shiv Chanders
Allow temperature unit to be specified in the dasboard
Remove main.erb and replace it with example.erb
Update README to reflect new widgets
Update README with additional install notes
Update README with section on updating the dashboard
Here is a pic of my current dashboard showing the new humidity meter:
Yes, that is how GIT is supposed to work. I would recommend you make a backup copy of the entire hadashboard directory and start fresh with git clone ..... It shouldn’t be too hard to copy your main.erb and ha_conf.rb back in place, but make sure you do take a backup, especially if you have made changes other than the ones I merged or you stand to lose them.
There are ways around this but you need to know how to use git properly and I barely qualify in that department In future, you could make custom changes in a new branch to avoid breaking your master branch.