@mike.maxwell I have a non Plus GE fan control switch. It worked with the GE Smart Fan control driver in 2.08. It no longer works in 2.09 hotfix.
can you enable debug logging, then capture the live logs while command the device from the driver details page I can have a look.
This is what I get.
dev:22019-05-01 12:54:50.500 pm debugbefore settings: ['param3':'0', 'param4':'0', 'logEnable':true, 'txtEnable':true]
dev:22019-05-01 12:54:50.434 pm warndescription logging is: true
dev:22019-05-01 12:54:50.430 pm warndebug logging is: true
dev:22019-05-01 12:54:50.427 pm infoupdated...
dev:22019-05-01 12:52:20.588 pm debugunsupported fan speed used:null
dev:22019-05-01 12:52:20.496 pm infobasement_fan is off [digital]
dev:22019-05-01 12:52:19.303 pm warnconfigure...
dev:22019-05-01 12:52:17.701 pm debugunsupported fan speed used:null
dev:22019-05-01 12:52:17.454 pm debugunsupported fan speed used:null
dev:22019-05-01 12:52:17.131 pm debugunsupported fan speed used:null
dev:22019-05-01 12:52:15.038 pm debugunsupported fan speed used:null
dev:22019-05-01 12:52:14.770 pm debugunsupported fan speed used:null
dev:22019-05-01 12:52:14.489 pm debugunsupported fan speed used:null
dev:22019-05-01 12:52:14.219 pm debugunsupported fan speed used:null
dev:22019-05-01 12:52:13.524 pm debugunsupported fan speed used:null
dev:22019-05-01 12:52:11.904 pm debugunsupported fan speed used:null
--- Live Log Started, waiting for events ---
Did you try setting a speed from the device detail page? I got a few of the 'null' debug logs until I actually did a 'set speed' one time.
Probably a variable that should have initialized on install or on Configure, but doesn't, and gets set the first time you give it a speed.
That did it. I tried a few things but I hadn't expected the "settings" to go away during the update. Thanks.