No I mean the one from tibber data, names are similar but not the same. The first one in this print screen is from core integration but the bottom one is from tibber data, that one has future prices as attribute.
Weird, I dont have those. Is it this integration you are using? Mine are called tibber_data and not tibber data.
Yes, thatâs the one. I believe they will show up only when adding this part (for optional extra sensors):
tibber_data:
email: Your email registered at Tibber
password: Your Tibber password
Now I got the sensors but with no values in them
Are you supposed to use quotes arround email and password like this?
tibber_data:
email: "Your email registered at Tibber"
password: "Your Tibber password"
I donât know really but I donât have quotes in my configuration.yaml for either email or password.
Maybe it just takes some time for it to fetch the data. I donât know how often it updates.
Good point. I will give it a day.
Still no data, I give up
A while ago I also got some issues to get future data, so Iâve created my own RESTful sensor to fetch this info directly from Tibber and they work quite fine.
Feel free to copy it:
Nice dashboard. But for some reason, the numbers are not correct. I take your code and take it whitout any adjustments. View below the results numbers on the right side. (Both examples are from this page).
And this is the data sensor data:
I think it is the setting of the decimal, but changing it does not give the solution.
Any ideas about what will go wrong?
Thanks!
I just posted my solution for creating a tibber price graph (including future) over here: Tibber - Schedul prices upcoming 24 hours prices! - #58 by BerriJ.
I totally lost track here.
Do I have to make an extra template sensor?
And from Tibber I got a sensor that shows me:
state_class: measurement
today: 0.2169, 0.2025, 0.1998, 0.1976, 0.2004, 0.2246, 0.2448, 0.2559, 0.3155, 0.2583, 0.259, 0.2576, 0.2574, 0.2561, 0.2546, 0.2541, 0.254, 0.2541, 0.2536, 0.2529, 0.2516, 0.2517, 0.2462, 0.2306
raw_today:
- time: â2023-08-21T00:00:00.000+02:00â
total: 0.2169
etc etc
tomorrow_valid: true
tomorrow: 0.2324, 0.2261, 0.2172, 0.217, 0.2241, 0.2286, 0.2416, 0.2477, 0.2564, 0.2558, 0.2638, 0.2568, 0.2562, 0.2566, 0.2555, 0.2532, 0.2552, 0.2534, 0.2494, 0.2491, 0.2489, 0.2493, 0.2506, 0.2448
raw_tomorrow:
- time: â2023-08-22T00:00:00.000+02:00â
total: 0.2324
etc etc
unit_of_measurement: NOK/kWh
And I got another sensor that shows me
state_class: measurement
app_nickname: Hjemme
grid_company: ********
estimated_annual_consumption: ******
price_level: NORMAL
max_price: 0.316
avg_price: 0.244
min_price: 0.198
off_peak_1: 0.218
peak: 0.261
off_peak_2: 0.245
unit_of_measurement: NOK/kWh
icon: mdi:currency-usd
friendly_name: Electricity price Hjemme
And which sensor to use for consumption? Accumulated current hour or accumulated consumption (day)
About that Apex Chart:
Any way to make it show 2 decimals in the price?
The axes descriptions have them but when I hover on a graph I only get a single decimal and the price basically moves within by 0.1-0.3 at maxâŠ
Edit: Found it (after trying with tooltip options and original JS doc):
add float_precision: 2
to every series that shall be presented with 2 decimals
Hi all,
i followed the Steps, but the âSensorâ wonât show up. What have i done wrong?
Solved!!
Edit: Noob Error: It has to be put under sensor:
How do i fix the tooltip to be also 2 oder 3 deciamals instead of 1?
Edit:
Solved it again by myself by adding flating precision, see here:
Hey everbody,
I need your help. Can someone write me the sensor template which pulls only the max and min prices of today (and tomorrow if available) an store each of the for values in an separate sensor entitiy.
Tibber allows to pull these values via rest, but unfortunately, I cannot get it running.
Alternatively, how can I extract these values from the attributes of a sensor entitiy?
Thanks Marcel