mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-18 21:11:23 +00:00
Added NorthQ and their 92021 Power Reader to the configs on behalf of Geir Tunlid
This commit is contained in:
parent
f7179822ac
commit
b35cef82b4
2 changed files with 85 additions and 2 deletions
|
@ -240,11 +240,14 @@
|
|||
</Manufacturer>
|
||||
<Manufacturer id="0083" name="MTC Maintronic">
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0096" name="NorthQ">
|
||||
<Product type="0001" id="0001" name="NQ-92021 Power Reader" config="northq/nq92021.xml" />
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0040" name="Novar EDS">
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0041" name="OpenPeak Inc.">
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0064" name="Popp / Düwi">
|
||||
<Manufacturer id="0064" name="Popp / Düwi">
|
||||
<Product type="3001" id="0000" name="Plugin Switch" />
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0016" name="PowerLynx">
|
||||
|
@ -253,7 +256,7 @@
|
|||
</Manufacturer>
|
||||
<Manufacturer id="0095" name="Qees">
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0100" name="Reitz-Group.de">
|
||||
<Manufacturer id="0100" name="Reitz-Group.de">
|
||||
</Manufacturer>
|
||||
<Manufacturer id="5254" name="Remotec">
|
||||
<Product type="0000" id="531f" name="Z-URC" config="remotec/zurc.xml" />
|
||||
|
|
80
config/northq/nq92021.xml
Normal file
80
config/northq/nq92021.xml
Normal file
|
@ -0,0 +1,80 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Product>
|
||||
|
||||
<!--COMMAND_CLASS_BASIC-->
|
||||
<CommandClass classgetsupported="true" id="10"/>
|
||||
|
||||
<!--COMMAND_CLASS_METER_V2-->
|
||||
<CommandClass classgetsupported="true" id="50"/>
|
||||
|
||||
<!--COMMAND_CLASS_METER_TBL_MONITOR-->
|
||||
<CommandClass classgetsupported="true" id="53"/>
|
||||
|
||||
|
||||
<!-- Configuration Parameters -->
|
||||
<CommandClass id="112">
|
||||
<Value type="long" index="1" genre="config" label="Pulse factor" units="pulses" min="1" max="655350" value="10000">
|
||||
<Help>How many pulses*10 per. kWh.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" index="2" genre="config" label="Sensor type" units="" min="0" max="2" value="2" >
|
||||
<Help>0 = Unconfigured, 1 = Pulse meter, 2 = Mechanical meter</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" index="3" genre="config" label="IR Listen period" units="" min="0" max="127" value="0" >
|
||||
<Help>Additional time for feedback measurement.Should always be 0.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" index="4" genre="config" label="IR Pulse Width" units="" min="0" max="127" value="50" >
|
||||
<Help>Adjusts transmit signal so received signal will in average be equal to this values. Auto calibration might select another value than this.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" index="5" genre="config" label="Poll / Wake up frequency" units="per. sec." min="1" max="50" value="20" >
|
||||
<Help>Wake device up this many times per second. This value also controls number of measurements per second on mechanical meters.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="int" index="8" genre="config" label="Wake up interval" units="per. sec." min="1" max="32767" value="900" read_only="true" >
|
||||
<Help>Do not use. Set this value using WAKE_UP_INTERVAL_SET instead.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="long" index="9" genre="config" label="Pulse count" units="pulses/kWh" min="0" max="2147483647" value="0" >
|
||||
<Help>Current pulse count in device (pulse count / pulse factor = kWh).</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="int" index="10" genre="config" label="Keep alive period" units="pulses/kWh" min="0" max="32767" value="60" >
|
||||
<Help>How many 'ticks' before going back to sleep in normal wakeup mode.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="int" index="11" genre="config" label="Real-time mode" units="pulses/kWh" min="0" max="32767" value="0" >
|
||||
<Help>Set this to enter real-time mode from remote. Contains seconds * poll frequency before going back to sleep. If you press the button once this value will be set.</Help>
|
||||
</Value>
|
||||
|
||||
</CommandClass>
|
||||
|
||||
<!--COMMAND_CLASS_FIRMWARE_UPDATE_MD_V2-->
|
||||
<CommandClass classgetsupported="true" id="122"/>
|
||||
|
||||
<!--COMMAND_CLASS_BATTERY-->
|
||||
<CommandClass classgetsupported="true" id="128"/>
|
||||
|
||||
<!--COMMAND_CLASS_WAKE_UP-->
|
||||
<CommandClass classgetsupported="true" id="132"/>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<!--<CommandClass id="133">
|
||||
<Associations num_groups="1">
|
||||
<Group index="1" max_associations="1" label="Report" auto="true" />
|
||||
</Associations>
|
||||
</CommandClass>-->
|
||||
|
||||
<!--COMMAND_CLASS_VERSION-->
|
||||
<CommandClass classgetsupported="true" id="134"/>
|
||||
|
||||
<!--COMMAND_CLASS_TIME_PARAMETERS-->
|
||||
<CommandClass classgetsupported="true" id="139"/>
|
||||
|
||||
<!--COMMAND_CLASS_MANUFACTURER_PROPRIETARY-->
|
||||
<CommandClass classgetsupported="true" id="145"/>
|
||||
|
||||
</Product>
|
||||
|
Loading…
Add table
Reference in a new issue