OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
170 stars 112 forks source link

Shaper above max allowed power #696

Closed gonzalezcalleja closed 8 months ago

gonzalezcalleja commented 1 year ago

Hi,

I'm using shaper with last dev build (master_517522f7) with this configuration:

image

Live powered from shelly, updated every 3 seconds.

But the power used is above 5700:

image

In some cases it has exceeded 7500 and has caused a supply cut.

KipK commented 1 year ago

Can you post the published values from your Shelly? What is your max current setting btw? It should not be above your 5700w limit then, 23A.

Le mar. 18 juil. 2023, 11:22, Javier González Calleja < @.***> a écrit :

Hi,

I'm using shaper with last dev build (master_517522f7) with this configuration: [image: image] https://user-images.githubusercontent.com/3635557/254213974-df8e8bc8-b506-4767-a14d-acf02edc3e8b.png

Live powered from shelly, updated every 3 seconds.

But the power used is above 5700:

[image: image] https://user-images.githubusercontent.com/3635557/254214727-b9aa504f-b317-47fa-ae9f-cb38cebd40ce.png

In some cases it has exceeded 7500 and has caused a supply cut.

— Reply to this email directly, view it on GitHub https://github.com/OpenEVSE/ESP32_WiFi_V4.x/issues/696, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADXKVP5R3I7ME4G3HH5YKLXQZIUBANCNFSM6AAAAAA2ODE5DM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

gonzalezcalleja commented 1 year ago

Can you post the published values from your Shelly? What is your max current setting btw? It should not be above your 5700w limit then, 23A. Le mar. 18 juil. 2023, 11:22, Javier González Calleja < @.***> a écrit :

Hi @KipK, thanks for your answer.

About the values from the shelly, I think they are correct because I was using shaped with last version without problem until this update to dev version.

My max current settings is 32A, but with shaper I think that the first limit should limit by the "max power allow".

gonzalezcalleja commented 1 year ago

From mosquitto_sub, voltage:

Screenshot 2023-07-19 at 05 32 03

Power:

Screenshot 2023-07-19 at 05 33 36

Log from openevse:

Screenshot 2023-07-19 at 05 34 10
graememk commented 1 year ago

Running the latest dev build, I'm coming across this too.

I'm using it to limit to the output of the batteries, but it didn't throttle the charge last night at all

Rolling back to the dev pre-release (may 15) it works as expected.

MilorES commented 8 months ago

OpenEVSE: 8.2.0.EU OpenEVSE Wifi: v5.0.2

Same problem here: sharpererroneo

How can you say that you have free 11.65A, 2800 - 1679 = 1130 / 230 = 4.9A

What version is recommended? What is the decimal limit on voltage and power? How long do you have to wait between data? Is 1s good? 5s? 10s?

I had to limit it to 6A, which is the minimum so as not to run out of electricity.

graememk commented 8 months ago

@jeremypoulter could this be merged with this one and closed? https://github.com/OpenEVSE/openevse_esp32_firmware/issues/762

@MilorES this is fixed in the nightly builds agaik and should be in the next release

jeremypoulter commented 8 months ago

Yeah, think that is the same issue

MilorES commented 8 months ago

@graememk So is it recommended to wear a nightly build? Or better to wait for the new version? How can you know when it will be released?

The current one is a couple of months old.