The biggest complaint that I read was battery consumption and I have no problems on mine. The one that I’ve had the longest (over six months) is at 46% right now. Installation was a breeze, adding to my hub (Wink) was a breeze, works 100% of the time. I thought I had a problem locking one time, but when I went to check on it someone had left the door partially open so it was jamming on the door jamb. I liked that it was showing an error rather than accepting its fate! Between these locks and door sensors I have pretty good automation and knowledge of if my doors are closed and locked.
This looks cool but it looks like I’ll need to buy a wink hub to operate it. I already have an Insteon Hub and really trying to keep the number of “hubs” to a minimum
Anyone know how to change the tile/widget size? I see how to change the font (h1) and the icon (h2) in assets/stylesheets/application.scss, but not having any luck seeing what can make widgets a different size.
The problem I’m trying to fix is slimming down the footprint that it takes to get 5 rows worth of widgets on a screen. I’m using an old iPhone 5 for a bedside dashboard and the resolution and screen size I only see 4.5 rows forcing me to scroll slightly.
Hascript color changes work fine for me - maybe a typo? I didn’t make the change to hahumiditymeter as I deprecated it in version 1.4 in favor of the more generic hameter.
The text color changes are doable I’ll maybe have a look at that for the next version.
Cool - the only issue with HAMeter is it doesn’t have the cool little graphic that hahumidity meter had - I’d like to find a way to make that configurable.
root@parani-VP:/srv/hass/src/hadashboard# sudo git pull origin
Updating c11e971…2c0ee4b
error: Your local changes to the following files would be overwritten by merge:
hapush/hapush.py
widgets/change_page/change_page.coffee
widgets/change_page/change_page.scss
widgets/clock/clock.coffee
widgets/clock/clock.scss
widgets/hadevicetracker/hadevicetracker.coffee
widgets/hadevicetracker/hadevicetracker.scss
widgets/hadimmer/hadimmer.coffee
widgets/hadimmer/hadimmer.scss
widgets/hagarage/hagarage.coffee
widgets/hagarage/hagarage.scss
widgets/hainputboolean/hainputboolean.coffee
widgets/hainputboolean/hainputboolean.scss
widgets/hainputselect/hainputselect.coffee
widgets/hainputselect/hainputselect.scss
widgets/halock/halock.coffee
widgets/halock/halock.scss
widgets/hamode/hamode.scss
widgets/hamotion/hamotion.coffee
widgets/hamotion/hamotion.scss
widgets/haswitch/haswitch.coffee
widgets/haswitch/haswitch.scss
widgets/reload/reload.coffee
widgets/reload/reload.scss
Please, commit your changes or stash them before you can merge.
Aborting
Great… i presume you mean the wateradrop. That one is is not needed for me, you already have the title Humidity
@paranee2 this is because you have done local changes to your files.
This worked for me, but you need to change the ruby version in the gemfile and run “bundle install” again.
That dependency was in the original version that I built upon - I assumed it was a requirement for Dashing. Try without and see if it works - it would certainly simplify installation if it wasn’t actually required.