Skip to content

Day_ahead optimization #533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
renaatdb opened this issue May 1, 2025 · 1 comment
Open

Day_ahead optimization #533

renaatdb opened this issue May 1, 2025 · 1 comment

Comments

@renaatdb
Copy link

renaatdb commented May 1, 2025

Hello,
When I use shell command with automation.

Image

shell_command:
  dayahead_optim: "curl -i -H \"Content-Type:application/json\" -X POST -d '{\"pv_power_forecast\":{{states('sensor.solcast_24hrs_forecast')}}}' http://localhost:5000/action/dayahead-optim"

I get

Image

but when I push the Day-ahead Optmization button I see other results.
??

Image

I do not understand.

@davidusb-geek
Copy link
Owner

On your shell command you pass some custom data for the pv_power_forecast. But when you push the button on the webui that is using the methods that are fixed on your emhass configuration. So it seems that your PV forecast is different on two cases, hence the different results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants