Skip to content

Still problem with Tibber with 2026.4.2 #168007

Description

@OleBandole

The problem

The problem(s) with the Tibber integration should have been fixed with the 2026.4.2 release, obviously it is not fixed.

Over the last 10 years I have gone through Fibaro, HomeSeer, Homey, and now Home Assistant. I started with HA in January/February, and there have been issues with the Tibber integration throughout that entire period.

I fully understand and greatly appreciate that the developers and code owners are volunteers who contribute in their spare time. I’m truly grateful for all the hard work that goes into Home Assistant.
However, I would like to ask what is the expected timeframe for this to be resolved
Even though I have spent a significant amount of time migrating all my devices from Homey to HA, I will now revert back to Homey.

My patience with Tibber is exhausted. I no longer see the value in having a subscription with them, and I will be cancelling my subscriptions.

What version of Home Assistant Core has the issue?

2026.4.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Tibber

Link to integration documentation on our website

https://www.home-assistant.io/integrations/tibber

Diagnostics information

No response

Example YAML snippet

Anything in the logs that might be useful for us?

Logger: homeassistant.components.tibber.coordinator
Source: helpers/update_coordinator.py:426
integration: Tibber (documentation, issues)
First occurred: 22:15:09 (2 occurrences)
Last logged: 23:15:09

Unexpected error fetching tibber price data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 426, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/tibber/coordinator.py", line 293, in _async_update_data
    tibber_connection = await self.config_entry.runtime_data.async_get_client(
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        self.hass
        ^^^^^^^^^
    )
    ^
  File "/usr/src/homeassistant/homeassistant/components/tibber/__init__.py", line 64, in async_get_client
    await self._client.set_access_token(access_token)
  File "/usr/local/lib/python3.14/site-packages/tibber/__init__.py", line 238, in set_access_token
    await self.update_info()
  File "/usr/local/lib/python3.14/site-packages/tibber/__init__.py", line 140, in update_info
    if (data := await self.execute(INFO)) is None:
                ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.14/site-packages/tibber/__init__.py", line 123, in execute
    return (await extract_response_data(resp)).get("data")
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.14/site-packages/tibber/response_handler.py", line 37, in extract_response_data
    raise RetryableHttpExceptionError(
    ...<3 lines>...
    )
tibber.exceptions.RetryableHttpExceptionError: Unexpected content type: text/html

Additional information

No response

Metadata

Metadata

Type

No type

Fields

Priority

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions