davidusb-geek / emhass

emhass: Energy Management for Home Assistant, is a Python module designed to optimize your home energy interfacing with Home Assistant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to handle dynamic prices (Tibber/Nord Pool)

a8291 opened this issue · comments

Currently it's only possible to feed static prices for electricity. It would be nice to feed dynamic prices for each hour smiliar to the PV forecast. If i am correct is this not possible yet.

No, you are not correct.
It is possible to pass dynamic prices for: PV forecast, load forecast, PV production price forecast and load cost forecasts.
Just use the correct key when passing data at runtime.
Documented here: https://emhass.readthedocs.io/en/latest/intro.html#forecast-data

Wow, thanks for the quick response!

I just worked with the configuration in the addon. There is only possible to enter static data.

image

Yes those are static from the add-on configuration pane. But then there is the possibility to dynamically pass data as list during the shell or REST commands.
See the documentation on the links that I just posted before