Subcontroller temperatures in ducted units?
Closed this issue · 6 comments
Thanks again for your ongoing contributions!
I have a master and sub controller in a ducted configuration.
Temperature is available in both of the controllers which are in different rooms.
Is access to that available via Echonet and, if so, can it be added to the interface?
D
umm, probably not... at least not as part of the standard.. The ECHONET Lite spec supports 'indoor temperature', 'temperature setting','outdoor temperature' (if available). Don't really have the option of extracting additional temperature settings, you would need to get your hands dirty with the python library and see what your attributes are.
Thanks. I suspect there's additional complexity because the "indoor" temperature in the ducted units can be an average of sensors, depending on configuration. Probably too messy to deal with but I'll try and summon some ancient skills to have a prowl around.
Don't get me started on Aircon guys that have no clue what they're doing. You didn't happen to find a source for comprehensive programming manuals for the Mitsubishi devices by any chance?
Last night, the ducted unit I have doesn't return an outside temperature at all, although it does show the target temperature and a current temperature in the Home Assistant summary (from the returned air going through the ceiling unit, I assume).
https://www.mitsubishielectric.com.au/assets/IM_PEA-RPGAA_(KD79M111H02.pdf
Section 8 explains how to change the temperature sensor from indoor unit to remote control.
I have noticed that not every unit supports an outdoor sensor, and ECHONET is able to inform via the GET table what it supports or not, which is what is used to automagically configure vents, outdoor sensors etc.
Closing this.