Open Darkknight33 opened 2 months ago
I have a question, if applicable here. I realize this is an attribute, but is there a difference between what you're asking for vs creating (via a helper) the entity as below? Thx.
I have a question, if applicable here. I realize this is an attribute, but is there a difference between what you're asking for vs creating (via a helper) the entity as below? Thx.
No, what you are doing is creating the exact same sensor as a sensor that could be exposed by the integration. I have been doing similar for many attributes using the old Infinitude integration for a few years now.
Yes I too did this with the old integration. And you're saying this is fine to do...? So no cons vs. creating the sensor directly in the addon other than convenience? Thx!
No, it just creates a sensor entity you can use in dashboards, or in my case, I have a "dashboard" in Grafana I pull this data into so I can track what my HVAC system is doing over time.
Here's the ones I have built. Some of them are fed from "raw data" REST sensors pulling directly from the Infinitude API, then I transform that data into a "friendly" format inside an HA template sensor. Example is "HVAC Stage", and "HVAC Status". The rest are built the way you showed in your screenshot above, by pulling attribute data out of the climate.zone_1 entity created by Infinitude Beyond.
Cool stuff! Thanks again.
Feature request: Please add relative humidity ('rh' in infinitude) to the sensors so it is exposed as an entity in HA.
I use this to track the climate in my house and help guide my humidifier automation.
Thank you for the hard work with the new version.