ginkage / MHI-AC-Ctrl-ESPHome

ESPHome integration for MHI-AC-Ctrl project
MIT License
101 stars 35 forks source link

Current power - indoor and/or outdoor? #44

Closed sanderlv closed 1 year ago

sanderlv commented 1 year ago

Having a split unit and wondering if the current power is read from the outdoor unit and/or indoor unit(s).

I have 2 indoor units and thus 2 esps and reading different values from both (might have to do with the refresh rate not being synchronous).

Thanks.

arpiecodes commented 1 year ago

AFAIK current is always measured at the outdoor unit. I don't think it is possible to split the currents between the multiple units in a good way. Maybe if one indoor unit is turned off, the other will report a value but the one being off will not (which would be totally logical as the indoor unit has no real use of updated values if it's turned off). In this case the values are of course different. But if they are both running, they should in theory display the same outdoor unit values.

But then again; no idea. I don't have a split unit at home. Again; this question touches on the internals of the AC and the data exchanged, so the better place to ask this is on the core library's git.

ervee commented 1 year ago

Yes, the current value is from the outside unit and should report about the same on both indoor units. Just as 5 other entities (compressor frequency/runtime, defrost, outdoor temp/fan). I just disabled these 6 entities in HA. You could even strip these sensors on all but one unit of a split system but I didn't bother.

sanderlv commented 1 year ago

Thanks for confirming