We noticed that one of the changes in the later releases of GuruX was that you have to update OBIS-code information, we now have to use the class GXDLMSConverter and call UpdateOBISCodeInformation.
We have done this, but it doesn't give back the correct subscriptions for us.
Our code: new GXDLMSConverter().UpdateOBISCodeInformation(register);
We have the following OBIS-codes that do not get the correct description:
1.1.31.7.0.255 - Ch. 1 Sum Li Active power+ (QI+QIV) Inst. value
1.1.51.7.0.255 - Ch. 1 Sum Li Active power+ (QI+QIV) Inst. value
1.1.71.7.0.255 - Ch. 1 Sum Li Active power+ (QI+QIV) Inst. value
These are all mapped to the same description that is not correct. It should not be Active Power but these are Current registers. In GuruX these descriptions were mapped correctly.
Are you aware of this issue? Maybe we can help you with these issues, but we are not sure if you accept pull-requests since the latest code does not always seem to be in GitHub, is this correct?
The latest version is 8.1.0.9 at the moment right? Are you saying that the current 8.1 branch is cancelled? Or are you saying that version 8.1.0.10 for instance will have the same way to load Obis info as 8.0.0.17?
It's currently not crucial for us that this works, but in the near future (1 to 2 months) we need this to work. So can we stay on the 8.1 branch and will the code be made available there as well?
(this is in regards to the
(this is in regards to the .NET code version)
Descriptions no longer display correct after upgrade to GuruX 8
Hi,
We have changed this back. Get latest version (8.0.0.17).
BR,
Mikko
Hi Mikko,
Hi Mikko,
The latest version is 8.1.0.9 at the moment right? Are you saying that the current 8.1 branch is cancelled? Or are you saying that version 8.1.0.10 for instance will have the same way to load Obis info as 8.0.0.17?
It's currently not crucial for us that this works, but in the near future (1 to 2 months) we need this to work. So can we stay on the 8.1 branch and will the code be made available there as well?