Hi, Thanks for the answer and the help! worked fine to sort out the cheapest!
Also found this: Nordpool price cheap/expensive actions. Thanks to anhelgesen. Seems to sort out the most cheap/expensive ones, not sequentially. easy to adjust back and forth in the ui and do actions with , if anyone look for a done solution. Will try it out
SooooâŚit seems Nordpool is the safe bet for now. Tibber wonât give me any meaningful data (not even current price) at the moment and entso-e appears to be âdown for maintenanceâ
Maybe tibber will work once my contract actually startsâŚ
Ok, so now I have all the data sources, entso, Nordpool and Tibber. I just need to figure out the best way to create templates and automations to optimally manage my PV battery, heat pump (future) and Tesla (though that works well enough with EV Smart Charge).
Update:
RightâŚso my initial trial went reasonably well, but did hit some snags. My main issue right now is (as usual) with the way HA handles Triggers.
I used a binary sensor to start charging my PV battery when the price was âvery cheapâ and it fired off fine (though the Huawei Integration didnât react the first time, but thatâs a separate issue).
Problem isâŚit charged until it reached the target SoC and then started discharging. The price remained âvery cheapâ for quite a while afterwards and it could have topped the battery up again after it had discharged for a bit, but since the trigger never moved from âonâ to âoffâ and back again (since the price remained below the threshold) it didnât rerun the automation.
I will have to figure out a graceful way of handling this and would welcome and ideas. Thanks!
Update2: I might have found a way by switching the Trigger and the ConditionâŚwill see if it actually works.
This is probably a very newbie question, but if I want to extract the specific energy price at a specific time to Google Sheets, how do I format an automation for this?
Iâm currently using the Nordpool prices to charge our EV during the cheapest price at night, and it works great, but I would also like to log the hours and price to Google Sheets. So far, my automation just logs the name of the Nordpool entityâŚ
Stuck with modifiying 'additional_costs in YAML config. In documentation there is an additional argument current_price which can be altered as e.g. {{current_price + 0.013}}. But somehow I do not succeed in making a condition like this: (here not in Jinja) if(current_price < x) then {{current_price + y}} ?
TIA and best, JR
I would suggest not using the âtemplateâ part in entso-e at all. Rather just add VAT and then make a template for the price with fees included seperately?
Thatâs what I ended up with because the template thingy kept going a bit crazy.
For those looking for a simple way to get entso-e spotprices, check out Electricity price right now - Home Assistant REST integration . Simple rest api endpoint (without need for a key), which provides min/max for today and tomorrow, currency conversion, support adding fees, and VAT-factor. The example gets all properties with a single sensor, which provide data (for presenning with apex charts) and additional values as attributes. But itâs of course possible to configure in any way you want
Thatâs a nice little helper, but I honestly think we have enough data sources by now, what I would really like to see is an integration with UI configurable properties to extract the relevant info from all those sensor attributes.
There are various different requirements, individual cheap hours, absolute cheap prices, sequential cheap hours etcâŚand right now getting them all into some kind of useful shape is a bit of a pain for those of us not well versed in writing yaml code.
Is it possible to have the price-graph as a stacked graph?
Ie âAdditional costâ as one color and âNordpool priceâ as an other?
The intention is to have âwhat do I pay for imported electricityâ vs âwhat do I get for exported electricityâ in one graph.
Newbie here. Is it possible to combine the today and tomorrow time series into one? I would like both in one chart, but the bars are not wide enough. This is obviously because it has 2 time series, and the values of half of them are always 0.
I canât figure out if I can do this with apex, or a template or in some other way: Anyone have a suggestion?
I am trying to fix a sensor to trigger scenes on the cheapest consecutive hours but something is fishy. I created a new post to avoid spamming (and change the sensor along the way): Binary sensor unavailable? (Nordpool)
Hi.
In addition to the prices, the Nordpool page also provides min, max, avg, peak every day. Is there an easy way in HA to call these values without unnecessary calculations directly in the apexchart card?