New GE Smart 46072 switches

My goal was to change the indicator preferences via rule machine. So I installed the custom drivers for the 14291 switches since that makes it pretty effortless, however it doesn't work. Does anyone know what changed on these new switches or if there are any driver updates in the works to restore advanced configuration functionality?

I just got my hubitat a few days ago and I am already in awe how powerful it is! :slight_smile:

Thanks in advance!

I don't have any of the new devices, or any of the old devices with the new firmware.

As such, any of the user drivers I made will not work. I don't intend to update any of my drivers until I get a device with the newer firmware to test.

Also, which device is the 46072? On a quick Google search I couldn't find any ge devices with that model number.

One thing you could do, though, is turn on debug logging and post some logs on what it is showing when you do an on/off command. That might help point me in the right direction before I have a device in hand.

Thanks for the response. I tried like crazy on my phone to find how to enable debug mode and see what it says for the switch, but i couldnt figure it out. with that being said, the old logs do have some errors associated with what im trying to do. Here's a couple log entries below since I am currently on a work computer and dont have direct access to my logs right now, im limited at what i can provide right now:

[dev:9]2019-07-09 07:59:00.297 pm[ error ]groovy.lang.MissingMethodException: No signature of method: user_driver_nuttytree_GE_Jasco_Z_Wave_Plus_On_Off_Switch_257.indicatorWhenOn() is applicable for argument types: (java.lang.Integer) values: [1] Possible solutions: indicatorWhenOn(), indicatorWhenOff() (indicatorWhenOn)

[dev:9]2019-07-09 07:55:31.890 pm[ error ]groovy.lang.MissingMethodException: No signature of method: user_driver_nuttytree_GE_Jasco_Z_Wave_Plus_On_Off_Switch_257.logsOff() is applicable for argument types: () values: [] Possible solutions: off(), notify() (logsOff)

[dev:9]2019-07-09 07:55:28.786 pm[ error ]groovy.lang.MissingMethodException: No signature of method: user_driver_nuttytree_GE_Jasco_Z_Wave_Plus_On_Off_Switch_257.on() is applicable for argument types: (java.lang.String) values: [TRUE] Possible solutions: on(), run(), off(), run(), any(), main(java.lang.String) (on)

[dev:9]2019-07-09 07:55:26.685 pm[ error ]groovy.lang.MissingMethodException: No signature of method: user_driver_nuttytree_GE_Jasco_Z_Wave_Plus_On_Off_Switch_257.on() is applicable for argument types: (java.lang.String) values: [TRUE] Possible solutions: on(), run(), off(), run(), any(), main(java.lang.String) (on)

[dev:9] 2019-07-09 07:54:00.667 pm[ error ]groovy.lang.MissingMethodException: No signature of method: user_driver_nuttytree_GE_Jasco_Z_Wave_Plus_On_Off_Switch_257.indicatorWhenOn() is applicable for argument types: (java.lang.String) values: [TRUE] Possible solutions: indicatorWhenOn(), indicatorWhenOff() (indicatorWhenOn)

Also, the website calls these 46201 switches, my apologies....i mixed up the switch number and the last 5 digits of the sku XD. They also carry a GE model number of ZW4008.

Thanks!

Gilbert

What exact user driver are you using? I think I know, but I don't like to assume...

Sure, it's the ZWave Plus On/Off Switch driver by Chris Nussbaum, version 0.17

OK. I don't maintain that driver (not sure anyone does?).

But I will be checking the GE driver I wrote/maintain against the new devices sometime relatively soon.

Thanks for taking the time to help me. FWIW, I tried it with your driver as well with no success. The appeal of the other driver was that the indicator light controls were action buttons rather than a preference, so I was hoping it would be able to perform some automation control of the indicator light.

Thanks again!

Makes sense. I didn't expect it to work with my driver either, for the record. I'm going to order one of the new GE models next week, though, and update my driver.

I don't intend to update the other driver, but I will be happy to give a few pointers for you to do it yourself if you would like.