Replies: 1 comment
-
Feel free to join my conversation here - I'm doing the same thing, but going about it a little differently (doing the calculations inside the ESP device rather than in HA): #228 I've had a hard time mapping some of the lower fan speeds, particularly LOW and GENTLE, since you are right, there are at least 3 different fan mode namings and it isn't easy to map them. For my MSZ-GLxx series indoor units, the remote shows a "quiet ear", and four bars of additional fan level. The manual calls them Quiet, Low, Medium, High, Super-High. I've been making a table of the mapping, but it isn't ideal yet. Your values should help with that because it looks like you've confirmed that Low and Gentle are the two lowest speeds, respectively, at least for your unit. |
Beta Was this translation helpful? Give feedback.
-
This is not actually a bug. I just wanted to document my findings regarding the fan speeds. I have a Mitsubishi RW25 that I'm playing around with. I found this new integration that does a lot more than my old implementation, many thanks for the splendid work You have done!
I especially like that we now get access to more sensors. For calculating COP getting access to the actual fan speed ("stage") is really nice since it enables me to calculate a more accurate COP when fan speeds vary.
I made this little table that helps to understand what stage corresponds to which fan_speed setting;
This table is probably device dependent, what speeds it offers. I use this to calculate COP in a Template Helper like this;
I have a DS18B20 temp sensor on both the input and output side of the inner unit. I should probably change the check for power to use the sub_mode = NORMAL instead.
edit, like so;
Beta Was this translation helpful? Give feedback.
All reactions