Feed-in restrictions #538
josef232
started this conversation in
Show and tell
Replies: 1 comment
-
Your YAML configuration looks incomplete and misses the important parts. :-) Do you like to share your complete solution here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have your software running on an ESP32 and use it to read a JK BMS. I pass the required data to my Goodwe 10k inverter and have adapted your software slightly (through trial and error :-))
Since our power grid operator only allows a feed-in of 4000W, on sunny Days i only want to charge the battery when the 4000W grid feed-in has been reached.
I used the following program part from you to read out the watts supplied/delivered into the grid via the Goodwe inverter, this works really well. But I'm having trouble processing the data, so I wanted to ask you if you could help me here.
My approach would be to define a variable that can be between 0 and 25 (this would be my charging current that I pass on to the inverter)
If more than 4000W is now supplied to the network, this variable should increase in steps of 1 every 10 seconds.
If less than 3900W is supplied to the network, this variable should decrease in steps of 1 every 10 seconds.
For the newer Goodwe 20k-et and 30k-et devices, the manufacturer offers the intelligent charging function.
But with this "small" program, my inverter should also work well enough to feed as much as possible into the grid on sunny days,
Beta Was this translation helpful? Give feedback.
All reactions