fredericvl / py-agua-iot

py-agua-iot provides controlling heating devices connected via the IOT Agua platform of Micronova
Apache License 2.0
31 stars 16 forks source link

Retrieve Current Air Temperature #51

Closed GauthierCrp closed 1 year ago

GauthierCrp commented 1 year ago

Hello Everyone,

I'm not a developper and I can barely read the Pyton code of this extension. Whatever, I use this plugin to Set On or Off my Ravelli pellet stove, from Home Assistant.

I would really like to stop totally using the Ravelli application, but for that, I would like to know what is the actual temperature from the remote device. (remote controller from ravelli)

If somoene could explain easily, in Home Assistant : How to retrieve the current temperature and Print it in an entity or in the existing Climate entity.

Many Thanks,; Best Regards.

Gauthier

jipem01 commented 1 year ago

Hello Gauthier, The climate entity exposed by the plugin is aware of both target and current air temp. On climate card, current is on first line, bold, and target on second line. Using entity card, you can have access to the properties of climate entity of your stove. But it's a bit limitating. The integration is laking of direct access to sensors.

I'm thinking to add additionnals entities for each device, mainly using sensor / bynaries sensors, to be able to uses easily data given by stove. Similar thoughts for handling alarms and popup (low wood, etc...) in HA.

As the plugin have been splitted from backend, this issue apply most to the plugin : https://github.com/vincentwolsink/home_assistant_micronova_agua_iot

vincentwolsink commented 1 year ago

hi @GauthierCrp and @jipem01 In Home Assistant most of the sensors can be found in the status attributes of the climate entity.

Scherm­afbeelding 2023-06-08 om 22 17 03

For displaying your climate entity I recommend using the Simple Thermostat Card. You can also make it show those sensors clearly.

IMG_014A72F8F425-1