vincentwolsink / home_assistant_micronova_agua_iot

Home Assistant integration controlling heating devices connected via the Agua IOT platform of Micronova
Apache License 2.0
25 stars 15 forks source link

Laminox Boiler Temperature #20

Closed Mustang1966 closed 1 year ago

Mustang1966 commented 1 year ago

Is it possible to add the Boiler Temperature for the Lamnox Pellet CV? It's available in the Laminox app, but not in Home Assistant.

vincentwolsink commented 1 year ago

Hi @Mustang1966, please enable debug logging for this integration in HA for a couple minutes and send me the log. I can then check if the boiler temperature is available.

Mustang1966 commented 1 year ago

Hallo Vincent,

Hierbij de logging van de Laminox.

Groet Alle

Op vr 4 aug 2023 om 18:43 schreef Vincent Wolsink @.***

:

Hi @Mustang1966 https://github.com/Mustang1966, please enable debug logging for this integration in HA for a couple minutes and send me the log. I can then check if the boiler temperature is available.

— Reply to this email directly, view it on GitHub https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/issues/20#issuecomment-1665900637, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKI63QRAIOPXGEOV4RP4W5TXTURDBANCNFSM6AAAAAA3DF3GGE . You are receiving this because you were mentioned.Message ID: <vincentwolsink/home_assistant_micronova_agua_iot/issues/20/1665900637@ github.com>

vincentwolsink commented 1 year ago

Hoi @Mustang1966, de logging is niet aanwezig bij je laatste bericht.

Mustang1966 commented 1 year ago

Hierbij het log... home-assistant_aguaiot_2023-08-11T21-15-13.561Z.log

vincentwolsink commented 1 year ago

I could find a parameter to set boiler temperature (which is currently set to 66 degrees celsius), but not with the current temperature. Could you maybe install the latest version of this integration. Download diagnostics via the button "Diagnostiek downloaden" and also write down the boiler temperature displayed by the Lamnox app?

Mustang1966 commented 1 year ago

Temperature 60, sometimes 61 during the logging.. The current boiler temperature is set to 55 dregees.

home-assistant_aguaiot_2023-08-12T07-20-49.199Z.log

Mustang1966 commented 1 year ago

Updated to 1.6 and downloaded the diagnostics, this value corresponds with the current temperature. "temp_water_get": { "reg_type": "GET", "offset": 3, "formula": "#", "formula_inverse": "#", "format_string": "{0}\u00b0C", "set_min": 0, "set_max": 255, "mask": 65535, "raw_value": 72, "calculated_value": 72, "formatted_value": "72\u00b0C"

vincentwolsink commented 1 year ago

That value is actually implemented, but only picked when air temperature is not available. It seems for your stove it exposes both (although air temperature is 0). Can you maybe make a screenshot of the app for me to see which information is available there?

Mustang1966 commented 1 year ago

Screenshot_20230813-155812 Screenshot_20230813-155834

vincentwolsink commented 1 year ago

Does your stove also do air heating? Or just water?

Mustang1966 commented 1 year ago

Hello Vincent, it's only water.

vincentwolsink commented 1 year ago

Hi @Mustang1966, please try v0.1.7-beta1

Mustang1966 commented 1 year ago

It works like a charme.. Thank you for this!