You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1)This partially started to solve one of the problems. The modes began to switch, but incorrectly. By selecting the preset "Faforite", the "Sleep" mode is enabled, and by selecting the preset "Sleep", the "Faforite" mode is enabled.
2)Still exists. Nothing happens when the fan speed is changed.There was also an error in the logs: "/usr/local/lib/python3.13/site-packages/miio/miot_device.py:23: FutureWarning: functools.partial will be a method descriptor in future Python versions; wrap it in enum.member() if you want to preserve the old behavior Bool = partial(_str2bool)"
P.S. I also don't quite understand why the device outputs two entities. fan.airdog_x7sm_c62a_switch_status (turns the device on and off, and also assumes fan control ) switch.airdog_x7sm_c62a_switch_status (turns the device on and off) Maybe you need to keep only one?
The text was updated successfully, but these errors were encountered:
Originally posted by @al-one in #2387
1)This partially started to solve one of the problems. The modes began to switch, but incorrectly. By selecting the preset "Faforite", the "Sleep" mode is enabled, and by selecting the preset "Sleep", the "Faforite" mode is enabled.
2)Still exists. Nothing happens when the fan speed is changed.There was also an error in the logs: "/usr/local/lib/python3.13/site-packages/miio/miot_device.py:23: FutureWarning: functools.partial will be a method descriptor in future Python versions; wrap it in enum.member() if you want to preserve the old behavior Bool = partial(_str2bool)"
P.S. I also don't quite understand why the device outputs two entities. fan.airdog_x7sm_c62a_switch_status (turns the device on and off, and also assumes fan control ) switch.airdog_x7sm_c62a_switch_status (turns the device on and off) Maybe you need to keep only one?
The text was updated successfully, but these errors were encountered: