-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input power differs between two units connected to the same multisplit #171
Comments
I've noticed that with a multi head unit - only one head actually reports power usage, and reports the usage of the outdoor unit. |
Thank you very much @nununo for this detailed report. |
Ok that makes sense. But it still doesn't explain two things:
I hope we manage to figure this out because I would very much like to get rid of the Shellys that I'm currently connecting the units to. |
One unit reports external compressor + unit fan power, the others only reports the unit fan power. Most of the power is consumed by the compressor, the unit fan even at full speed probably only uses 20-30w. If the 1w and 16w "idle" are accurate is another problem, but sure not related with this project, it only shows what the unit is reporting. Keep in mind that most energy meters are not very accurate specially when measuring a few Watts. I have exactly the same idle measures as you, 16w the first unit, 1w the second. When turned on, the energy report looks fine for me, but of course it has a 15% of difference compared with an external meter (but I also think that the meter is not very precise). If you use from home assistant, you can sum the two values with a helper, to get the total usage. Although a few watts of difference from the second unit will not make a big difference at the end. So I will just simply use the energy report from the "main" unit that reports the most of the power usage. In your case "Visitas" seems to act as the "main" unit, so use that value and forget about the others. |
Yeah that makes sense. I'll do the same. There are definitely worse problems in the world than this one :) Closing. Thanks! |
Hello,
I just upgraded to the latest version which introduces the new energy sensors which are great. I actually have each unit connected to a Shelly Plug so that I can measure how much power each one draws. It seems I can get rid of those now. Thanks!!
And yet, I find something weird. The two units shown below are connected to the same multisplit. And yet, sensor
input_power
reports a distinct value for each one: one reports 1W and the other reports 16W. How can this be when they're both turned off? Shouldn't they both report the same power input?Also, as you can see the Shelly Plug S reports 5.1W which is not 1W nor 16W but I guess that is expectable.
Here is the list of sensors for each one:


I also noticed that
energy_usage
is also very different between the two units but I guess that could make sense if each internal unit only adds to it when it's actually on. And indeed one of these units is used much more frequently than the other.Please let me know if any other information is needed. I can try to get it.
Thanks in advance.
The text was updated successfully, but these errors were encountered: