Latest LZW36 Driver Issue

Hi @EricM_Inovelli,

I was playing with the latest hubitat driver for the LZW36 and all seemed well until I tried to turn the fan off using the switch or the Fan tile (dashboard). When turning it “off” the tile would say it was on “high”.

I’m definitely not a coder, but I think line 249 should be:
“childDevice.sendEvent(name: “speed”, value: “off”)” Instead of “childDevice.sendEvent(name: “speed”, value: “high”)”

2 Likes

Thanks for the heads up. I updated this last night.

1 Like