Skip to content

Commit

Permalink
fixes for ZMNHTDx Qubino smart meter
Browse files Browse the repository at this point in the history
there were some errors in the xml
  • Loading branch information
Netbulae committed May 12, 2017
1 parent 045f416 commit 229175c
Showing 1 changed file with 76 additions and 12 deletions.
88 changes: 76 additions & 12 deletions config/qubino/ZMNHTDx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ ZMNHTD5 916,0 MHz
<Item label="ALL ON active, ALL OFF is not active" value="2" />
</Value>

<Value type="short" genre="config" instance="1" index="11" label="Automatic turning off IR external relay output after set time" size="1" min="0" max="32536" value="0">
<Value type="short" genre="config" instance="1" index="11" label="Automatic turning off IR external relay output after set time" size="2" min="0" max="32536" value="0">
<Help>0 - Auto OFF disabled.
1 second to 32536 seconds Auto OFF enabled with defined time, step is 1 second.
Default value 0.</Help>
</Value>

<Value type="short" genre="config" instance="1" index="12" label="Automatic turning on IR external relay output after set time" size="1" min="0" max="32535" value="0">
<Value type="short" genre="config" instance="1" index="12" label="Automatic turning on IR external relay output after set time" size="2" min="0" max="32535" value="0">
<Help>0 - Auto ON disabled.
1 second to 32535 seconds Auto ON enabled with defined time, step is 1 second.
Default value 0.</Help>
</Value>

<Value type="short" genre="config" instance="1" index="13" label="Automatic turning off External relay output after set time" size="1" min="0" max="32536" value="0">
<Value type="short" genre="config" instance="1" index="13" label="Automatic turning off External relay output after set time" size="2" min="0" max="32536" value="0">
<Help>0 - Auto OFF disabled.
1 second to 32536 seconds Auto OFF enabled with defined time, step is 1 second.
Default value 0.</Help>
Expand All @@ -62,7 +62,7 @@ ZMNHTD5 916,0 MHz
Default value 10.</Help>
</Value>

<Value type="short" genre="config" instance="1" index="42" label="Power reporting in Watts by time interval" min="0" max="32767" value="0">
<Value type="short" genre="config" instance="1" index="42" label="Power reporting in Watts by time interval" size="2" min="0" max="32767" value="0">
<Help>Set value means time interval (0 - 32767) in seconds, when power report is send.
0 - Reporting Disabled.
1 second to 32767 seconds reporting enabled.
Expand All @@ -88,16 +88,80 @@ ZMNHTD5 916,0 MHz
<Item label="Endpoints IR external relay enabled, External relay disabled" value="2" />
<Item label="Endpoints IR external relay and External relay enabled" value="3" />
</Value>
</CommandClass>

<Value type="short" genre="config" instance="1" index="110" label="Power auto-triggering relay(s) off" size="2" min="0" max="15000" value="0">
<Help>0 - Pmax auto OFF disabled.
1W to 15000W Auto OFF enabled, step is 1 Watt. Linked with param 111/112.
Default value 0 (disabled).</Help>
</Value>

<Value type="short" genre="config" instance="1" index="111" label="Power auto-triggering off-time" size="2" min="30" max="32535" value="30">
<Help>30s to 32535s Auto OFF time, step is 1 sec, if param 110 pMax is reached.
Default value 30.</Help>
</Value>

<Value type="list" genre="config" instance="1" index="112" label="Power auto-triggered OFF relay choice" size="1" min="0" max="3" value="0">
<Help>Switch OFF IR external relay and/or External relay or both of them, if param 110 pMax is reached.
Default value 0.</Help>
<Item label="Switch OFF IR/Wired external relays" value="0" />
<Item label="Switch OFF IR external relay" value="1" />
<Item label="Switch OFF Wired external relay" value="2" />
<Item label="Switch OFF Both relays" value="3" />
</Value>

<Value type="int" genre="config" instance="1" index="130" label="Serial NB" size="4" read_only="true" value="0">
<Help>Returns device S/N.</Help>
</Value>

<Value type="short" genre="config" instance="1" index="131" label="Firmware Version" size="2" read_only="true" value="0">
<Help>Returns device FW version.</Help>
</Value>

<Value type="short" genre="config" instance="1" index="132" label="Hardware Version" size="2" read_only="true" value="0">
<Help>Returns device HW version.</Help>
</Value>

<Value type="int" genre="config" instance="1" index="140" label="Voltage U1" units="deci-V" size="3" read_only="true" value="0">
<Help>Returns U1 in deci-Volts.</Help>
</Value>

<Value type="int" genre="config" instance="1" index="141" label="Intensity I1" units="milli-A" size="3" read_only="true" value="0">
<Help>Returns I1 in milli-Amp.</Help>
</Value>

<Value type="int" genre="config" instance="1" index="142" label="Active power Pt" units="deci-W" size="3" read_only="true" value="0">
<Help>Returns Pt in deci-Watt.</Help>
</Value>

<Value type="int" genre="config" instance="1" index="143" label="Reactive power Qt" units="deci-kVAR" size="3" read_only="true" value="0">
<Help>Returns Qt in deci-kVAR.</Help>
</Value>

<Value type="int" genre="config" instance="1" index="144" label="Power factor PFt" units="milli" size="2" read_only="true" value="0">
<Help>Returns PFt(x1000).</Help>
</Value>

<Value type="int" genre="config" instance="1" index="145" label="Energy counter 1, active power total (input)" units="deci-kWh" size="4" read_only="true" value="0">
<Help>Return Pin in deci-kWh.</Help>
</Value>

<Value type="int" genre="config" instance="1" index="146" label="Energy counter 2, reactive power total (input)" units="deci-kVARh" size="4" read_only="true" value="0">
<Help>Returns Qin in deci-kVARh.</Help>
</Value>

<Value type="int" genre="config" instance="1" index="147" label="Energy counter 3, active power total " units="deci-kVAh" size="4" read_only="true" value="0">
<Help>Returns Pt in deci-kVAh.</Help>
</Value>

<Value type="int" genre="config" instance="1" index="148" label="Energy counter 4, active power total (output)" units="deci-kWh" size="4" read_only="true" value="0">
<Help>Return Pout in deci-kWh.</Help>
</Value>
</CommandClass>

<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="5">
<Associations num_groups="1">
<Group index="1" max_associations="1" label="Lifeline"/>
<Group index="2" max_associations="16" label="Basic on/off (IR external relay)"/>
<Group index="3" max_associations="16" label="Switch binary report (IR external relay)"/>
<Group index="5" max_associations="16" label="Basic on/off (External relay)"/>
<Group index="6" max_associations="16" label="Switch binary report (External relay)"/>
</Associations>
</CommandClass>

Expand All @@ -107,6 +171,6 @@ ZMNHTD5 916,0 MHz
<CommandClass id="32" action="remove" />

<!-- Map endpoints to instances -->
<CommandClass id="96" mapping="endpoints" />
<!-- <CommandClass id="96" mapping="endpoints" /> -->

</Product>
</Product>

0 comments on commit 229175c

Please sign in to comment.