Model 803: missing scaling factor and units for module temperatures · Issue #256 · sunspec/models · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module temperature points are missing some units and scaling factors. This applies both to the XML and the JSON definitions, but for the context of this issue I will just link the XML as it is shorter:
ModTmpAvg: both sf and units fields are missing, should be ModTmp_SF and C respectively.
While this may seem to be a small issue, the scaling factor one is pretty relevant, as it breaks implementations that rely on this to automatically format the output.
The text was updated successfully, but these errors were encountered:
@Kudrat9 would you mind taking a look at this? I was getting one order of magnitude errors in ModTmpAvg measurements and took some time to realize that it was because the scaling factor is not defined in the Model specs.
I can upload a PR with the changes to the JSON file but I don't have the CLA signed.
Uh oh!
There was an error while loading. Please reload this page.
Module temperature points are missing some units and scaling factors. This applies both to the XML and the JSON definitions, but for the context of this issue I will just link the XML as it is shorter:
models/smdx/smdx_00803.xml
Lines 8 to 14 in e9f2fa9
ModTmpMax
: theunits
field is empty, should beC
.ModTmpMin
: correct.ModTmpAvg
: bothsf
andunits
fields are missing, should beModTmp_SF
andC
respectively.While this may seem to be a small issue, the scaling factor one is pretty relevant, as it breaks implementations that rely on this to automatically format the output.
The text was updated successfully, but these errors were encountered: