Different stations expose different measurands in MeterValue message despite same configuration #1480
Unanswered
eric-official
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm currently testing my custom OCPP websocket server against the SAP OCPP simulator. Hereby, I'm testing different config templates of stations. One thing that caught my attention is the divergent availability of measurands in the MeterValues message despite the same configuration. The two measurands that I always want to include in the MeterValues message are Energy.Active.Import.Register and Current.Import. For example, the Siemens station includes both measurands in the MeterValues message. However, the ABB_ATG box doesn't include Energy.Active.Import.Register, the ABB box doesn't include Current.Import, and the EVLink box reports the Current.Import with a single value instead of one value per phase. My station config templates always look something like that for including the measurands Energy.Active.Import.Register and Current.Import:
Is this behavior expected or a bug? Does anybody else encounter the same behavior?
BR Eric
Beta Was this translation helpful? Give feedback.
All reactions