With HA version 0.105, my GE Z-Wave Dimmers are officially unusable now with dimming. I’ve never had much luck getting them to work properly and used some workarounds in the past to get the dimming slider and on/off state to sync up with HA:
Working fine for me on 105.2… same basic workaround for the jasco polling as you:
device_config:
# GE/Jasco dimmers don't self report state so rely on zwave polling.
# The result is an incorrect state shown in HA when turning on/off from HA.
# A 2sec delay before polling allows enough time for dimmer to transition
# before HA gets the new state.
light.backyard_lights:
refresh_value: true
delay: 2
I’m using 2sec because with my sorta slower dim rate, it sometimes takes 2sec for a command to finish up. Is it possible you might have changed dimming rate to where 1sec is no longer enough and you need 2 now (or even longer… for example mine probably should be 3, since calculating out steps and step rate it could take mine 2.3sec)?
Thanks, I’ll try to mess around with the delay tomorrow.
I even commented all of this device_config out as well hoping it would not be needed since HA stopped working with the dimming and it’s the same behavior.
How good is your Z-Wave mesh network? I.e., how many Z-Wave devices do you have, are they in reasonable proximity of each other, etc.?
Have you healed the network recently?
Sorry for the “is it plugged in” type question, but I started wondering. Not sure why else you’d have these problems when others don’t. Just a thought…
I have about 10 Z-Wave devices all within 20-30 feet of the controller. I only have issues with the wall dimmers (lights turn on and off, just no dimming). All Z-Wave devices are GE and are Z-Wave Plus.
GE wall dimmers are not my favorite at the moment. I’ve got a batch of innoveli’s coming in, interested to see if they work any better. As for the no-dimming, are they dimming on the hardware themselves? If not, that has nothing to do with home assistant.
GE is solid with all my other devices, just never had the dimmers working great. Prior to HA .105 though, I had them working pretty well with the delay, polling, and refresh. Might try to go back to a version prior to see If i still have the issue there.
The slider is wroking and dimming in HA, but the devices don’t dim. If turn the light off and on then it turns on at the dimmed setting I have it on in HA.
That is the way lights are intended to work… when you turn one ‘on’, it will go to the last brightness setting. If you want a button to turn them to 255, you can do that with an input boolean and an automation. There are probably better ways but that is off the top of my head.
Only changed the name of the zwave device and switch name device. I also added a light entity from the switch, which I also did with my other switch lights.
I tried HA .104.3 and the same issue. I did lose power a couple days ago (right about when I also upgraded to .105 and maybe the power outage is messing with my dimmer switches? I’ll try removing and reading them tomorrow to see if that makes a difference.
I’ve had 3/30 jasco devices die. Part of the reason why I’m making the switch. Seems like the old units had a shelf life of 3 years. Power outages killed 2 of the 3.
Yah, They should arrive today. I’m pretty sure the zwave setup for home assistant is way more involved. These devices require v1.6 of OZW and HA is on 1.4. So you have to do some config shuffling. I have a breakdown of what’s expected. I’ll update the post on how ‘hard it is’. I’m really interested in how the dimmer behaves in the UI. I do not like the GE interaction at all. The look is also wildly different. It has this LED that (I think) displays the current brightness level. Either way, I’m excited for it. Also, my order came with 2 free RGB light bulbs… so that was a bonus.