dlarrick / hass-kumo

Home Assistant module interfacing with Mitsubishi mini-split units
MIT License
96 stars 21 forks source link

No temperature setting in logbook #87

Closed lychee128 closed 2 years ago

lychee128 commented 2 years ago

I don't think this is a bug but wasn't sure where best to post this. My logbook correctly captures HVAC mode changes (eg, cooling, fan) but no temperature settings are recorded. For example, if I turn on my A/C and change the temperature from 80 to 75, the only entry in the logbook is the HVAC mode going to cool. There's no record of the old or new temperature setting.

Is there a way to access the temperature setting ("temperature" attribute) so I can record what times and temps the HVAC unit was set to?

dlarrick commented 2 years ago

Please take this type of question to the Kumo integration thread on the Home Assistant forum. I'm going to close this issue because it's definitely not a bug.

That said, the standard approach is to create a template sensor from the entity's attribute(s) of interest.

lychee128 commented 2 years ago

Got it and thanks.