Announcement: HADashboard v1.8.0, 1.8.1

This release adds the Binary Sensor Widget created by @rogersmj - thanks for the contribution!

1.8 (2016-10-09)

Features

  • Add support for binary sensor contributed by rogersmj

Fixes

None

Breaking Changes

None

Just pushed an update to fix the Weather Widget to work with the new Dark Sky platform since Forecastio is deprecated.

1.8.1 (2016-10-09)

Features

  • Updated weather to use Dark Sky sensors

Fixes

None

Breaking Changes

  • Weather will not work unless Home Assistant is updated to use the Dark Sky component
1 Like

I was thinking about installing this one to, but waited till i had HA on my PI to do so.
so last night i started to try to install.

i came to ‘bundle’ and then i get stuck.

the error i get is:

An error occurred while installing do_sqlite3 (0.10.17), and bundler cannot continue.
make sure that 'gem install do_sqlite3 -v '0.10.17''succeeds before bundling.

so i tried

sudo gem install do_sqlite3 -v '0.10.17` 

but that gives an error also.

ERROR: Failed to build gem native extension

and now i am stuck.
so if someone could give me a pointer how to go on, i would be gratefull.

It is worth reviewing the original thread if you haven’t seen it yet.

This cropped up previously and here was my answer:

Let me know if that or something similar works for you!

1 Like

the reaktion below it from @atomicpapa did it.

thats the problem with long topics isnt it?
thx again for pointing in the right direction :wink:

i’m really glad i have it running because it is awesome (could it be anything else coming from you? :wink: )

i ran into 1 problem after the other but google has helped me a lot.

i have only 1 hurdle to go.

running Hapush says UNAUTHORIZED for url: (my HA )/api/stream

i must say that the HA i am pointing to is still on my windows PC as the production HA while i am installing everything on my PI.
so Hapush and the dashboard are running on the PI.

is there anything i can do about that?

Do you have a password set on your HASS setup? Should be mono problem running on a different host from HA …

sorry again for taking some valuable time from you.

i think i was getting tired from all evening installing and error searching, while i in the meantime also try to get some new arduino’s to work and make that i can switch me heating on with HA.

i totally missed that i (obviously) had to set the password.

now everything is running.

with the risk i ask you something which i could find after some searching:
in the dashboard the temp is rounded, can i get the temp complete somehow?

At the moment you would have to edit the .coffee file of the widget. Let me think if there is an elegant way to allow this.

I was already started to look around in how the widgets are created.
i am still a bit confused but im coming there.

for example: i see a comments, text and picture widgets, but i havent figured out how to use those.

but an elegant way for full temp would be nice.

Those 3 widgets were generated automatically by the tool but aren’t used.

thats to bad. would be usefull for grouping switches and sensors.

is there any way to get a value from dasboard to HA?

i like to be able to set a thermostat to a specific temperature, but input_select is read only and slider is not there at all.
i could try to manipulate the alarmcontrol panel, but that would be dirty.

if there is no way at this moment, are you planning to put anything like that in in the near future?

What do you want to do?

i want my wife to be able to set the maximum temp higher or lower.

in HA i would use a slider to set the thermosthat.

but if i can get any kind of choice between 20,21,22,23 and 24 to my app i would be glad.
off course something like a slider would be ideal.

i have implemented an thermosthat today and it will run most off the time automaticly, but i need it to be possible to have a manual override.
i have an inputboolean for that so thats okay.
then i have 2 switches for the 2 heaters, so she can put those on or off. also oke.
but it need to go off if a certain temp is reached, and right now i cant set that in dashboard.

i changed to hameter and then i get what i want :wink:

i am looking deeper now and i think it is possible to use a widget like the hadimmer to change a slidervalue
I am trying to get a haslider to work, but i dont know if i am capable enough already.
keep you updated about it.

1 Like

i got a hainputslider working

just 1 downside i have the step, maximum and minumum hardcoded in the coffee file.
i dont know if it is possible to retrieve those from HA.

favicon is also found. that can be set in the assets dir (should be the public dir, but who cares) :wink:

my dashboard now looks like this (the most important one that my wife uses)