Replies: 4 comments 16 replies
-
If you reinstall the integration and set "Charger idle sampling interval" to 0 that will turn off the clock sampling as a temporary fix. |
Beta Was this translation helpful? Give feedback.
9 replies
-
connector_id is 1 (look to my first message) There is only one connector on my wallboxes (7x ABB Terra) Am 04.02.2022, 19:38:34, drc38 ***@***.***> schrieb: > > > I don't think it will out MeterValues for connector_id=0, @McFranky (https://github.com/McFranky) can you check? > > > > — > Reply to this email directly, view it on GitHub (#366 (reply in thread)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AOHLA2SXFWFIBQTUQFRDYFLUZQMKVANCNFSM5NRH2WJA). > Triage notifications on the go with GitHub Mobile for iOS (https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or Android (https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub). > You are receiving this because you were mentioned.Message ID: ***@***.***> > >
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I've created issue #374 for this |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, should this be fixed? I somehow have a strange graph? And the value ... 37690 kwh? is there some decimal issue? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ABB Terra Firmware 1.5.2
Problem:
Energy.Active.Import.Register
I got dropouts over the time
The problem can be identifed in the log:
Normal MeterValues; Energy.Active.Import.Register = 895Wh = 0,89kWh; thats correct
2022-02-04 06:29:19 INFO (MainThread) [ocpp] ILET01: receive message [2, "5430689", "MeterValues", {"connectorId": 1, "transactionId": 1643951526, "meterValue": [{"timestamp": "2022-02-04T05:29:17.000Z", "sampledValue": [{"value": "222.30", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L1-N", "unit": "V"}, {"value": "14.30", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L1", "unit": "A"}, {"value": "3144", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L1", "unit": "W"}, {"value": "228.70", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L2-N", "unit": "V"}, {"value": "0.0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L2", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L2", "unit": "W"}, {"value": "226.40", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L3-N", "unit": "V"}, {"value": "0.0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L3", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L3", "unit": "W"}, {"value": "895", "context": "Sample.Periodic", "format": "Raw", "measurand": "Energy.Active.Import.Register", "unit": "Wh"}, {"value": "16", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Offered", "unit": "A"}]}]}]
A litle bit later than this:
2022-02-04 06:30:01 INFO (MainThread) [ocpp] ILET01: receive message [2, "6287334", "MeterValues", {"connectorId": 1, "meterValue": [{"timestamp": "2022-02-04T05:30:00.000Z", "sampledValue": [{"value": "10531", "context": "Sample.Clock", "format": "Raw", "measurand": "Energy.Active.Import.Register", "location": "Inlet"}]}]}]
UnNormal MeterValues; Energy.Active.Import.Register = 10531Wh = 10,53kWh; thats not correct (Is this the total energy (not session)?)
The second is without transactionID!
I have a new Firmware on the ABB Terra. I think thats a new problem. Can you filter only Energy.Active.Import.Register values with transactionID?
Greetings from Berlin
Frank
Beta Was this translation helpful? Give feedback.
All reactions