Skip to content

more Dumping options and time shifting #47

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
brych92 opened this issue Apr 27, 2025 · 7 comments
Open

more Dumping options and time shifting #47

brych92 opened this issue Apr 27, 2025 · 7 comments

Comments

@brych92
Copy link

brych92 commented Apr 27, 2025

Hi, is it possible to add 2 more dumping interval, to more precisely adjust production in the morning, an not to cut near noon production?
Like I need to reduce forecast in the morning, cause i leave near mountain and in the morning i loose some 1-2 hour, but if I will use morning dump, it also cut near noon forecast.

and also it looks like forecast shifted 1 hour in the future(most probably because "summer time" in my country)

without dumping
Image

with morning dumping 0.6:
Image

@WildEchoWanderer
Copy link
Contributor

I have quite similar problem with a chimney shadow wandering over my panels in the late evening and i would appreciate more damping options.

The Problem i see here is the change in sun elevation. This results in different times for the shift in shadow and damping.

@thecem
Copy link

thecem commented May 13, 2025

The only way to do this, is the horizon function, but this must be delivered by the api, since the azimuth is needed.

@rany2
Copy link
Owner

rany2 commented May 13, 2025

We will also need to calculate the GTI on our end instead of relying on Open-Meteo. It's a big overhaul.

@thecem
Copy link

thecem commented May 13, 2025

Is open-meteo delivering the azimuth of the sun ? If not is there a way to do this?

@brych92
Copy link
Author

brych92 commented May 13, 2025

We will also need to calculate the GTI on our end instead of relying on Open-Meteo. It's a big overhaul.

Does dumping rely on open-meteo API, or it is calculated on site?

@rany2
Copy link
Owner

rany2 commented May 13, 2025

We will also need to calculate the GTI on our end instead of relying on Open-Meteo. It's a big overhaul.

Does dumping rely on open-meteo API, or it is calculated on site?

Currently dampening does not rely on open-meteo API. We only make use of the sunrise and sunset times provided to determine by how much to dampen.

@WildEchoWanderer
Copy link
Contributor

could this be done with dividing morning in equal parts?
as example:
( noon - sunrise ) / 4 ?

with a "dividing"-variable it could also be sliced into user-defined time slices or hardcode a max value of 12.
maybe like this:

dividing_variable = 12
morning_slices = ( noon - sunset ) / dividing_variable
morning_slice_1 = sunset + 1 * morning_slices
morning_slice_2 = sunset + 2 * morning_slices
...

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

4 participants