I recently purchased a Z-Stick Gen5 and paired it with my 3 GE In Wall Dimmers.
The devices show up with the entity ids:
light.ge_unknown_type4944_id3033_level_2_0
light.ge_unknown_type4944_id3033_level_3_0
light.ge_unknown_type4944_id3033_level_4_0
When toggling the devices off the lights themselves shut completely off, but home assistant still shows their status as On and about 33% dim level. After some research, I am pretty sure the problem has something to do with the lights fading off.
I have attempted to use some solutions I have found online with no luck, my config is listed below:
So your suggestion worked to get the device to show up with a proper name. I just had to change the value to 12729 and also the id to 3033. I also went ahead and created a new config file ‘ge/12729-dimmer.xml’ that is identical to ge/12724-dimmer.xml just for good measure.
As far as the odd behavior and the light status updates nothing has changed. I was hoping actually having a config file for the device would help.
Flipping the off switch in hass turns the physical lights off but hass shows an odd state. I have attached an image below.
That’s not really that odd - The brightness is what will it will be set to when you turn it back on. The automation/input_slider I provided above will put the brightness control on the HASS page, as well.
GE dimmers are kind of funny in HASS. There are some other threads in the forums that explain the limitations.
Sorry I didn’t explain more. When I do flip the switch back to on nothing happens until I go off then on again. I may just write an automation to turn the lights state to off a second time. Thanks.
That is certainly strange - I don’t think I’ve seen that problem on my side, but I’ll have to test when I get home. That particular switch in my house is on theater lights, so it’s mostly only used with automations (motion sensor).
Wow thanks for you help. I finally got it working! I had found your solution online in other places, but I kept putting the customization under the entity ID customization for each dimmer switch, not under the zwave itself. Thanks!
This halfway resolved similar issues that I was having with my GE 45602 wall dimmer module where it wasn’t consistently reporting state correctly after toggling the lamp on/off with the Aeotec Z-stick 5.
However, I’m still having the following issues:
toggling the lamp off shuts it off before it flashes back on for split second and then off again… which is jarring and a bit annoying.
the dimmer portion of this component does not work. Dragging the slider down just shuts the lamp off once it hits a certain threshold.
the home assistant toggle UI takes a second or so to reflect the lamp’s actual state (less of an issue since i don’t plan on using the UI much)
I have to rule out any issues with the module itself because all of these things worked when paired to my gen 1 smartthings hub earlier today.
toggling the lamp off shuts it off before it flashes back on for split second and then off again… which is jarring and a bit annoying.
I have put in a feature request to add optimistic mode to the zwave component. This should help the behavior we are seeing and lessen the need to add polling for each GE devices, at least in the UI where the switch flips back to the previous state. Please vote for it if you think that might improve your situation.