aboutsummaryrefslogtreecommitdiff
path: root/aidon_v0001.json
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2019-05-25 17:53:26 +0200
committerBjørn Mork <bjorn@mork.no>2019-05-25 17:53:26 +0200
commit8e23ba0dfdbaa015a05d9fb70ed9d2e148c6dba7 (patch)
tree4bb7d41faf9c4570fccc653aa456f47d1cc15342 /aidon_v0001.json
parent53d507626e65512951de719d62da678f33543c3d (diff)
multiply instead of divide to allow scaling both up and down
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'aidon_v0001.json')
-rw-r--r--aidon_v0001.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/aidon_v0001.json b/aidon_v0001.json
index abfff17..628c053 100644
--- a/aidon_v0001.json
+++ b/aidon_v0001.json
@@ -2,20 +2,20 @@
"1-1:0.2.129.255" : { "name" : "ListId", "value" : "AIDON_V0001" },
"0-0:96.1.0.255" : { "name" : "SerialNumber" },
"0-0:96.1.7.255" : { "name" : "Model" },
- "1-0:1.7.0.255" : { "name" : "Power", "unit" : "kW", "scale" : 1000 },
- "1-0:2.7.0.255" : { "name" : "PowerExport", "unit" : "kW", "scale" : 1000 },
- "1-0:3.7.0.255" : { "name" : "ReactivePower", "unit" : "kW", "scale" : 1000 },
- "1-0:4.7.0.255" : { "name" : "ReactivePowerExport", "unit" : "kW", "scale" : 1000 },
- "1-0:31.7.0.255" : { "name" : "CurrentL1", "unit" : "A", "scale" : 10 },
- "1-0:51.7.0.255" : { "name" : "CurrentL2", "unit" : "A", "scale" : 10 },
- "1-0:71.7.0.255" : { "name" : "CurrentL3", "unit" : "A", "scale" : 10 },
- "1-0:32.7.0.255" : { "name" : "VoltageL1", "unit" : "V", "scale" : 10 },
- "1-0:52.7.0.255" : { "name" : "VoltageL2", "unit" : "V", "scale" : 10 },
- "1-0:72.7.0.255" : { "name" : "VoltageL3", "unit" : "V", "scale" : 10 },
+ "1-0:1.7.0.255" : { "name" : "Power", "unit" : "kW", "scale" : 0.001 },
+ "1-0:2.7.0.255" : { "name" : "PowerExport", "unit" : "kW", "scale" : 0.001 },
+ "1-0:3.7.0.255" : { "name" : "ReactivePower", "unit" : "kW", "scale" : 0.001 },
+ "1-0:4.7.0.255" : { "name" : "ReactivePowerExport", "unit" : "kW", "scale" : 0.001 },
+ "1-0:31.7.0.255" : { "name" : "CurrentL1", "unit" : "A", "scale" : 0.1 },
+ "1-0:51.7.0.255" : { "name" : "CurrentL2", "unit" : "A", "scale" : 0.1 },
+ "1-0:71.7.0.255" : { "name" : "CurrentL3", "unit" : "A", "scale" : 0.1 },
+ "1-0:32.7.0.255" : { "name" : "VoltageL1", "unit" : "V", "scale" : 0.1 },
+ "1-0:52.7.0.255" : { "name" : "VoltageL2", "unit" : "V", "scale" : 0.1 },
+ "1-0:72.7.0.255" : { "name" : "VoltageL3", "unit" : "V", "scale" : 0.1 },
"0-0:1.0.0.255" : { "name" : "MeterTime" },
- "1-0:1.8.0.255" : { "name" : "CumulativeEnergy", "unit" : "kWh", "scale" : 100 },
- "1-0:2.8.0.255" : { "name" : "CumulativeEnergyExport", "unit" : "kWh", "scale" : 100 },
- "1-0:3.8.0.255" : { "name" : "CumulativeReactiveEnergy", "unit" : "kVArh", "scale" : 100 },
- "1-0:4.8.0.255" : { "name" : "CumulativeReactiveEnergyExport", "unit" : "kVArh", "scale" : 100 }
+ "1-0:1.8.0.255" : { "name" : "CumulativeEnergy", "unit" : "kWh", "scale" : 0.01 },
+ "1-0:2.8.0.255" : { "name" : "CumulativeEnergyExport", "unit" : "kWh", "scale" : 0.01 },
+ "1-0:3.8.0.255" : { "name" : "CumulativeReactiveEnergy", "unit" : "kVArh", "scale" : 0.01 },
+ "1-0:4.8.0.255" : { "name" : "CumulativeReactiveEnergyExport", "unit" : "kVArh", "scale" : 0.01 }
}