I figured it out. Something happened with sinatra. I ran
sudo gem install sinatra
I figured it out. Something happened with sinatra. I ran
sudo gem install sinatra
Regarding installing HAPush in a venv. If I am already running HASS in a venv, do I also need to install HAPush in a venv, or can I get away with just installing HAPush without it?
If you run hapush without a venv you should be fine.
Glad you got it working!
i have try with safari and firefox - nothing still empty dashboard!
Not sure what to suggest next - if you arenāt getting any errors you should at least see the default dashboard that I provided. Do you have any issues with file ownerships or permissions?
no - anyway thanks for your help - i will quit the try! - sad because your project looks awesome!
I figured it out
I missed some āmonitored_conditionsā, but still donāt populate the forecast widget.
Iām on the road at the moment but Iāll check up when I get home - I may have done something stupid or customized to get it to work!
Iāll try and figure out a fix over the weekend, but glad to see you are making progress.
I"m sorry we couldnāt get it figured out
Dont need to hurry, take your time
I dont see any forecast data in the hapush-log.
If i do just like this, i get forecast-value from HA.
<li data-row="4" data-col="3" data-sizex="1" data-sizey="1"> <div data-id="weather_temperature" data-view="Hatemp"></div> </li>
Hi aimc,
First your dev is awesome
I finalize my dashboard, and i want to know if we can change some icons based on website http://fontawesome.io/icons/
I tried many icons for script and lights but i feel that we canāt apply all icons
by example for my debroom light i want to use icons bedroom ā¦
but icons never loads ā¦
Regards.
Firstly you wonāt seem them in the HAPush log as they are polled every 15 minutes so that is as expected.
If you have all of the right monitored conditions, not sure why they arenāt picked up. Let me ponder that a little ā¦
EDIT: Your data-id MUST be weather or it wonāt work - did you perhaps change it?
<li data-row="1" data-col="3" data-sizex="2" data-sizey="2">
<div data-id="weather" data-view="Haweather"></div>
</li>
Hi there -
The dimmer switchis kind of a hard coded setup with 2 separate icons to sh\ow the on and off state so it doesnāt support custom icons I am afraid. I could maybe add it at a later time.
Also, impressed that you have a Forrest and a Beach in your house!
Now got around to installing this. First error
Your Ruby version is 2.3.0, but your Gemfile specified 2.1.5
Users may need to change the version number in the Gemfile or Upgrade/Downgrade Ruby as the case may be.
It should be safe to change the Gemfile (its in the top level directory) - what platform are you on?
I did change it and everything went smoothly. Iām on Ubuntu (Linux).