AFTER TESTING MORE, THIS DOES NOT FIX THE ISSUE
Great work on getting this to work on the new app!
I had an issue when I installed it where the light on the fan would turn on or off if I changed fan speed using the slider. I thought it may have been related to this line of code, so I commented it out and after quick testing looks like it fixed the issue.
In King of Fans Zigbee Fan Controller:
From the Fan Events definition:
//result << sendEvent(name: "lightBrightness", value: speedToDimmerLevel(speed), displayed: true, isStateChange: true)
One thing it may have broken is if you are in the fan setting and turn it off using the power button, the light does not turn off.
AFTER TESTING MORE, THIS DOES NOT FIX THE ISSUE
Great work on getting this to work on the new app!
I had an issue when I installed it where the light on the fan would turn on or off if I changed fan speed using the slider. I thought it may have been related to this line of code, so I commented it out and after quick testing looks like it fixed the issue.
In King of Fans Zigbee Fan Controller:
From the Fan Events definition:
//result << sendEvent(name: "lightBrightness", value: speedToDimmerLevel(speed), displayed: true, isStateChange: true)
One thing it may have broken is if you are in the fan setting and turn it off using the power button, the light does not turn off.