Thanks, I now did a debugging on Node-Red side till the format looked good and then tried it with EMHASS.
The dayahead optimization is working now.
As I would like to switch over to mpc: Do I always have to use a prediction horizon of 48 if set to 30 mins intervals? As I wrote previously, I do not always have price data for the upcoming 24 hours. My Node-Red flow now only builds the post request for the prediction horizon for which I have data (might be more or less then 24/48) and also only includes solar forecast data for this timeframe as well as the correctly set prediction horizon.
If now running mpc like every 5 minutes, how would I have to change the prediction horizon?
Do I have to include any current power usage information or does EMHASS take it by itself? (docker)
I donât have a battery and therefore no soc data, is that a problem?
Thanks