thomas
March 5, 2025, 2:16pm
2
I am posting here so that I can follow this thread. I have recently posted a very similar question about using predictors (e.g LSTM) and how to use within a controller:
Hello,
I am interested in the possibility of using OpenEMS to create predicted values of parameters such as solar PV production and more to influence controllers. E.g to discharge a battery in the morning in expectation of significant PV generation.
I notice that there is an LSTM module in the Edge which can predict certain values based on a time series - it appears like it can use the channel value being predicted (like _sum.ProductionActivePower) as well as other variables and external facto…