Hi, it was a great job to build the tibber pulse integration. Does anyone have the same issue that I experience? Tibber works ok for a day or two then stops, Restarting HA makes it ok for another day
Yeah, same here. I think my pulse might be getting too old… How old is yours?
As the tibber app receives data ok it’s not the tibber pulse but must be something with HA
I have the same problem from time to time. A workaround I use is this automation that reloads the integration if it has stale data for 5 minutes, see if it works for you:
alias: Reload Tibber if stale
description: ""
mode: single
triggers:
- value_template: >-
{{ now() - states.sensor.power_redacted_address.last_updated >
timedelta(minutes=5) }}
trigger: template
actions:
- data: {}
target:
entity_id: sensor.power_redacted_address
action: homeassistant.reload_config_entry
- data:
message: tibber reload
title: tibber
action: notify.mobile_app_xx
I use a similar automation, and it helps some of the time, but after a few tries, the tibber integration locks up and HA needs a restart.
I don’t have that issue and I have the first generation Pulse (probably 7-8 years old now).
