-
Notifications
You must be signed in to change notification settings - Fork 1
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
Grid current values #58
Comments
I'll go through documents and also take a look on my own device. Few ideas what can explain this.
Let me know here if you still think it is incorrect. |
Thank you for your answer and suggestions. I understand them, but I still think the values I'm getting are - at least - suspicious. Since starting the plugin, I'm getting basically same value (different for each phase), only +/- sign changes. The values for power seem correct - comparing to what inverter returns. What I'm trying to do is comparing grid current values for single phases to circuit breaker limit (set up in the charger) - I'm curious what is the behavior, if the charger lowers power on all three phases when approaching the limit on any phase or if it does some kind of balancing (probably not). I haven't found values for current on the inverter (using modbus api) so that's why I'm trying to use them from the charger API. |
@cobratec are you using CTs or do you have EVC connected to Inverter for Grid measuring? I checked mine and Current is perfectly aligned with Power as expected. I'm not sure if while CTs are used there is currect measurement available. |
Hello,
first of all - thanks for this addon, I appreciate it.
I'm getting strange values for Grid Current:
Values don't make sense when I compare them with Grid Power (which seems to be OK)
Returned data are
{"SN":"XXXXXXXXXX","ver":"3.005.31","type":1,"Data":[0,0,23506,23993,23638,0,0,0,4,0,1,6,0,0,4483,0,65488,65227,60,63574,65355,65368,63225,0,19,0,0,12,0,0,0,0,0,5004,5004,4998,14878,258,6401,3,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6660,7187,6400,0,0,2,1,0,0,120,1198,1000,64936,2],"Information":[22.000,1,"XXXXXXXXXX",1,1.07,1.01,0.00,0.00,0.00,1],"OCPPServer":"XXXX","OCPPChargerId":"charger"}
Values for current don't change too much but they are changing positive/negative numbers:
Could there be some problem with decoding current values?
The text was updated successfully, but these errors were encountered: