JohNan / homeassistant-wellbeing

Get the status from your Electrolux devices connected to Wellbeing
MIT License
75 stars 20 forks source link

Setting fan speed for PureA9 not working properly #31

Closed TB-SE closed 2 years ago

TB-SE commented 2 years ago

I have some issues with setting the fan speed manually. If I've understood it correctly the integration has been configured so that the percentage step is roughly 11. When I for example try to set the fan speed to 55, it ends up being 44. This is a general problem for everything between 22 and 88. I'm trying to use the 'Fan: Set speed percentage' service. Have I misunderstood something?

[EDIT]: Never mind, I found the error or my thinking. Since 22 is lower then the more precise speed 22.22222222... it automatically is being set to 11 (or more precisely 11.1111111111....). Fair enough, sorry for posting an issue, you can close it!