vzlogger icon indicating copy to clipboard operation
vzlogger copied to clipboard

[Draft] add records for TD-3511 in upper austria

Open ajuch opened this issue 2 years ago • 1 comments

I wanted to read out more values provided by the TD-3511 meters in upper austria. They provide the following additional data points (under "Kundenschnittstelle" -> "Welche Daten werden ausgegeben?"):

name OBIS unit
Zählerstand Energie R+ 3.8.1 varh
Zählerstand Energie R- 4.8.1 varh
momentane Blindleistung Q+ 3.7.0 var
momentane Blindleistung Q- 4.7.0 var

These values are not important for billing, but seem interesting for me.

I added them but it seems that VIF=fb values are proprietary. So maybe reading out these values makes only sense in combination with more context. I don't expect this pull request to be merged but maybe to get inputs on how to handle these values or additional data in similar meters if there is any interest in them.

image

ajuch avatar Apr 19 '22 20:04 ajuch

i'm not familiar with OMS, and i just looked at MeterOMS for the first time. it seems weird to me how MeterOMS hardcodes a mapping between OMS/mbus record types ("VIFs") and OBIS codes. while such behaviour is suggested in the OMS specification ("5.1.3 OBIS Code"), it would appear to more sense to make those identifiers available as a new identifier type in vzlogger, to allow using vzlogger's existing (and runtime-configured) mapping capability? your requirement should turn into a simple matter of defining a channel in vzlogger.conf. (not sure if/how this can be implemented in a backwards compatible way.)

r00t- avatar Dec 30 '22 22:12 r00t-