-
Notifications
You must be signed in to change notification settings - Fork 43
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
Smart charging not working as expected due to latency #35
Comments
Hi, You can check if everything is working correctly by switching on/off a load, and observing the values on the display. The reason for different behavior could be a non compliant Smart Meter. I observed this when they installed a Landis+Gyr ZMF110CCtFs2 |
After your message I started to do some more research, I also live in the Netherlands, main fuse 3x 25A, smart meter is a Landis+Gyr E350 with DSMR 5.0. Update rate 1 second with exact the same behavior as described above. Is it possible to add some Landis+Gyr support in you product? instead of scaling down every 2 sec to a lower power mode I suggest to go to the lowest power mode and step up every 10 sec until the 25A has been reached? this is the safest way to prevent fuse blow out. it would be sad to add three current measure clamps to resolve the meter issue. Thanks for the quick reply! |
Ah, yes the E350 is unfortunately not supported. Weird that it works, i have never seen a E350 with a (D)SMR 5 telegram. For what it's worth, i told the 'netbeheerder' that the installed meter is not DSMR 5.x compliant, and they exchanged it for a Iskra AM550-TD2, at no extra cost. The SmartEVSE code requires a accurate measurement every two seconds, it's not easy to add code changes that change this to 10 seconds, and imho 10 seconds is too long if there is a sudden power increase. |
It's the same as the one i once had. The ZMF110CCtFs2 model, look at the top left corner.. |
22th of February the "Netbeheerder" will swap the meter :-) I will post an update after the swap. |
Anyway, the fuse will not blow up that fast. It can take that more load for a few seconds or even minutes. So this 10 second delay, although weird, is no problem. DSMR4 meters update each 10 seconds also and you wont see blown fuses there. |
@poelie83 Great news! |
Ok I get it now. And forgot smartevse doesn't support DSMR4 :) |
Hi all,
After charging for some while I started checking the system in Smart mode.
I have the SmarEVSE-2 and sensorbox 2 connected with 20m Cat6 cable, the sensorbox uses the P1 port to receive data.
The Green status led is blinking every 2 seconds when data has been received.
All above looks fine, until the load balancing needs to kick in.
The update rate from the sensorbox to the SmartEvSe-2 is way to slow. measured latency from disconnecting or connecting load is almost 10 seconds!! Due to this latency the SmartEVSE-2 is not throttling the output correct and go's to wait for power mode.
To make sure the update rate is fine I checked the RAW data with domoticz and a USB P1 logger, the update rate is 1 second.
Any ideas to fix latency issue?
The text was updated successfully, but these errors were encountered: