goldserve

Results 20 comments of goldserve

Unfortunately, that’s not how some inverters with batteries work. There are complex control loops that control how much power is exported or if battery should be used to offset the...

I thought the whole point to the smoothing parameters was to control how closely the curve follows the actual current. I set up a fast increase but slow delay. Wouldn’t...

Also, if solar is strictly coming from a solar only grid tie inverter, it will always push the maximum amount of power without much of a control algorithm but with...

I just realized the whole code for divert has been reworked so the image above is for 4.2.2 and not current top of tree.

So I changed the following lines to get it to use smoothing: ![image](https://github.com/OpenEVSE/ESP32_WiFi_V4.x/assets/3132065/bddcabe9-681e-4f53-92ce-6955c3ffa56d) The problem I have now is that I can not use a smoothing attack of less than...

I may have answered my own question. Currently running for a while to see how the smooth curve performs. ![image](https://github.com/OpenEVSE/ESP32_WiFi_V4.x/assets/3132065/b2bb6a2f-90cf-4c12-8fcb-18142dd89fc0)

After adjusting the two lines of code and setting the minimum tau constant to 1, I am able to tweak the smoothed current response. Awesome! ![image](https://github.com/OpenEVSE/ESP32_WiFi_V4.x/assets/3132065/1c3e6026-d969-4a8f-a32b-2507ea49897e)

> @goldserve : what are you using for your smoothing attack and decay settings now with the new version ? Are the changes still required ? With the two changes...

> > > @goldserve : what are you using for your smoothing attack and decay settings now with the new version ? Are the changes still required ? > >...

I am not too concerned about stopping and then starting again after a few seconds because that rarely happens in practice. Having the minimum time on will help with total...