-
Notifications
You must be signed in to change notification settings - Fork 62
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
Power consumption when 2 indoor units on one outdoor unit #86
Comments
The power consumption was not implemented by me but from what I remember it's just a rough approximation, which is probably why you get the same values. I assume if one is idle and one is on you get different values? |
Nope, the values are practically always identical. Sometimes one is a little faster reporting then the other, but generally they are the same. |
Interesting, could indeed be that the calculation is done on the outdoor unit instead. Does the value double if one AC is on and you turn another one on a little bit later? |
No, it stays the same. |
Strange, that makes it even more useless than it was with a single unit. |
I have the official intesys knx adapter for my knx system, i can confirm that the consumption is indeed calculated on the outdoor unit and will be reported to be the same on both units. The consumption of the inside split are few watts anyway (tested with a real amperometric sensor) so i don't think it really matters. |
I have 3 indoor units with the same behaviour. Is it confirmed that this is by design? In the cloud app I cann see slightly different power values between the 3 indoor units. Is Panasonic itself also using the outdoor unit for estimating power consumption? |
"For Multi-Split AC Systems, the energy consumption value displayed is for whole system." |
Hi, I have 2 indoor units CS-TZ25WKE attached to 1 outdoor unit.
I use the ESP32 CN-CNT variant in both indoor units.
I have 2 energy sensors reporting the same when idle (both 8 watt) and they also seem to be reporting the same when in use.
Is this energy consumption measurement taken from the outdoor unit for the whole system combined?
The text was updated successfully, but these errors were encountered: