scottyphillips / echonetlite_homeassistant

A Home Assistant custom component for use with ECHONET enabled devices.
MIT License
130 stars 42 forks source link

Subcontroller temperatures in ducted units? #39

Closed Dekks closed 3 years ago

Dekks commented 3 years ago

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

scottyphillips commented 3 years ago

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.

Dekks commented 3 years ago

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.

scottyphillips commented 3 years ago

Yes, i remembered when I discovered that the panel itself had a temperature sensor and that the Aircon guys hadn’t bothered to configure it, before then it was using the indoor unit sensor and giving false readings. It was a game changing discovery lol.

Scott

Get Outlook for iOShttps://aka.ms/o0ukef


From: Dekks @.> Sent: Monday, September 6, 2021 7:13:42 PM To: scottyphillips/mitsubishi_hass @.> Cc: Scott Phillips @.>; Comment @.> Subject: Re: [scottyphillips/mitsubishi_hass] Subcontroller temperatures in ducted units? (#39)

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.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/scottyphillips/mitsubishi_hass/issues/39#issuecomment-913485792, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGHQNDBUYVV5MJ3245X4EULUASA4NANCNFSM5DPLKFNQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Dekks commented 3 years ago

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).

scottyphillips commented 3 years ago

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.

scottyphillips commented 3 years ago

Closing this.