-
|
I'm currently writing a Home Assistant integration for a price forecast for the provider Ostrom. However, the new price forecast data usually arrives at 2 p.m. and then lasts until 11 p.m. the next day. If I want to transfer the forecast prices to emhass, do they always have to cover a day and always start at midnight, or can I also transfer longer data sets that aren't current start at midnight? And consumption forecast: I can create an electricity consumption forecast for my heat pump based on the outside temperature. But the heat pump forecast is only one consumer. Is that a problem if the actual electricity consumption is higher afterwards? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
That first part is no problem. In the latest test image / next release you can send timestamp, value dict and emhass will interpolate etc. On your heatpump consumption. This is exactly emhass's job to predict for you. |
Beta Was this translation helpful? Give feedback.
#542, so the values seem compatible 1-on-1
Mine looks like this currently:
"load_cost_forecast": {{ "{" }}{% for entry in state_attr('sensor.frank_energie_prijzen_huidige_elektriciteitsprijs_all_in', 'prices') %} "{{ entry.from }}": {{ entry.price }}{% if not loop.last %},{% endif %}{% endfor %} },