Skip to content

Dynamic top price

Magnus Eldén edited this page May 4, 2023 · 1 revision

There are times when the monthly maximum price means that you will not be able to charge for several days. I've seen this as an issue with fluctuating monthly prices, and have implemented a variation of the top-price because of this. What will happen is the following (only if you are using dynamic top price as a setting):

If today is the 6th or later, the rolling 3-day average will be taken into account. If the 3-day average is higher than the monthly, and the 3-day is increasing (the trend), Peaqev will use the difference between that and the monthly average as top-price. Same goes for the 7-day rolling average.

If both are in this condition, Peaqev will pick the highest difference of the two. You can now see in sensor.peaqev_hour_controller which result the algorithm is currently setting for you, as well as the max/min prices used for today's calculation.

Clone this wiki locally