HADashboard climate widget

Hi

I’m just adding heating controls to HADashboard and have a slight problem.

The widget seems to work in as much as the + and - update the target temperature when I check in the Netatmo app, and I hear the boiler fire. But the target temperature displayed on the widget doesn’t change.

Just wondered if I’m doing something wrong?

This is the widget in my dashboard file:

lounge_heating:
    widget_type: climate
    entity: climate.netatmo_lounge
    title: Heating
    step: 0.5
    units: °C
    precision: 2

Cheers
Andy

For example improved responsiveness you gotta set up the Netatmo integration with a dev account and expose it properly via 443 in order to get webhook events working.

Yep. I must have done that or it wouldn’t control the heating. It updates on Lovelace, just not HADashboard

Well, the webhook is about responsiveness not about control. But if the Lovelace interface works fine than it’s ok.