Replies: 2 comments 2 replies
-
|
Try changing |
Beta Was this translation helpful? Give feedback.
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
-
|
Try changing |
Beta Was this translation helpful? Give feedback.
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to add new device to Zigbee2MQTT.
I'm on version 1.32.0-2
Here is device support Script:
module.exports = definition;
Almost everything working as I expected, except 1 thig - fan_mode. By some reason it always throws en error: No converter available for 'fan_mode' ("medium"), No converter available for 'fan_mode' ("high"), No converter available for 'fan_mode' ("low"), No converter available for 'fan_mode' ("auto")
Even though as you can see everything is added to dataPoints. system_mode works just fine w/o any issues.
In debug mode, if I remove fan_mode from dataPoints and remove .withFanMode(['low', 'medium', 'high', 'auto'], ea.STATE_SET), I can see following messages in Log:
It seems like, everything is correct. Could anyone guide what I need to change?
Beta Was this translation helpful? Give feedback.
All reactions