I take it you’re gently pushing me in the direction of write your own integration. Maybe I’m ready for that soon. Was hoping that you would latch on the idea.
Just looked into what it takes to develop components and get a bit confused.
Have you setup a development environment as outlined here: Set up Development Environment | Home Assistant Developer Docs
Cheers, Per
Following the past 3 month of prices,you cant really tell/predict what time of the day the price is “low”, sure night-time usually gets lower, but it’s not because it’s “night” , so instead you could use the “simple” way, with your current sensor ( " if price = or less than “” ) , or “include” 2 point of measuring, so the automation knows whether the price are on the way down, or up … in other words, start your heather when price drops below certain criteria, stop the heather when they are no longer “valid” … this way you wont miss the cheap prices during day time ( as we have had quite a few of lately, here … below 0.20 kr )
But dont forget to make an additional automation (Water Temperature), " if water-temperature in the heather is below X, ignore automation (Cheap_Price), and start the heather (other vice you might get a brutal morning shower )
Hi!
Anyone else who has problems with the visualization? It has been working for a long time but suddenly two days ago I dont get a graph. In the logs it says tibber time out when setting up. The Tibber integration is working fine. Just the camera from tibber custom that doesn’t load.
Try to update to version 0.5
Tried the 0.5 but no difference.
Error code
Logger: tibber
Source: /usr/local/lib/python3.9/site-packages/tibber/init.py:109
First occurred: 17:05:28 (1 occurrences)
Last logged: 17:05:28
Timed out when connecting to Tibber
Or maybe I am doing something wrong? I have tried to restart a couple of times.
Works after the latest Home Assistant upgrade
My Tibber pulse stopped working yesterday sept 1st at 16.00 CEST.
I found this in the log:
Logger: tibber
Source: components/tibber/init.py:55
First occurred: 1 september 2022 20:05:32 (1 occurrences)
Last logged: 1 september 2022 20:05:32
Error connecting to Tibber, resp code: 429
Version information:
Home Assistant 2022.8.7 Supervisor 2022.08.5 Operating System 8.5 Frontend-version: 20220802.0 - latest
I restarted HA yesterday, but it did not help. Tibber pulse is connected to WiFi and has no apparent issues in the router.
Anyone else, or is it just me?
/Fumble
Another HA restart today, together with reconnecting the Tibber pulse to the energy meter, got it going again.
/Fumble
Dear forum,
The energy dashboard reports large energy jumps after restarts of HA. Of course, catchup jumps are natural, but this is out of proportion, messing up the statistics. As I am using the Tibber integration, I figure that is the first place to look. Anyone else seen this?
Actual meter reading:
Not sure if this is a bug in the energy dashboard or what’s going on.
Your thoughts would be much appreciated!
/Fumble
I am using this:
Is that the same thing?
/Fumble
No, you should select tibber:energy_consumption_HOMEID
Strange - there is no sensor by that name when searching. However, when leafing through the available sensors in the energy dashboard, there is one named “None consumption”, with sensor name per your description. Very odd.
The new sensor even fills in the missing information - great!
Thanks,
/Fumble
Hello Danielhiversen,
I occasionally have the problem that the price display is “distorted”.
Do you have an idea what that could be?
correct:
wrong:
Hello @Danielhiversen ,
I use the tibber_custom HACS integration in Homeassistant. I like it very much. Since Homeassistant Core update 2024.2.1 it does not longer work due to missing matplotlib i guess. Do you think there is a other possibility to get the data shown in plot? Thanks for your help.
Hello,
have a look here. I changed to it…
Thank you for the hint. I was able to implement the chart with the help of Tibber API and APEX chart.