168 lines
3.3 KiB
JSON
168 lines
3.3 KiB
JSON
|
{
|
||
|
"manufacturer": "NorthQ",
|
||
|
"manufacturerId": "0x0096",
|
||
|
"label": "NQ-9022",
|
||
|
"description": "Electrical Meter",
|
||
|
"devices": [
|
||
|
{
|
||
|
"productType": "0x0001",
|
||
|
"productId": "0x0002"
|
||
|
}
|
||
|
],
|
||
|
"firmwareVersion": {
|
||
|
"min": "0.0",
|
||
|
"max": "255.255"
|
||
|
},
|
||
|
"paramInformation": [
|
||
|
{
|
||
|
"#": "1",
|
||
|
"label": "Pulse Factor",
|
||
|
"description": "Impulse or Rotation factor per KWh * 10",
|
||
|
"valueSize": 4,
|
||
|
"minValue": 0,
|
||
|
"maxValue": 655350,
|
||
|
"defaultValue": 10000
|
||
|
},
|
||
|
{
|
||
|
"#": "2",
|
||
|
"label": "Sensor Type",
|
||
|
"valueSize": 1,
|
||
|
"defaultValue": 2,
|
||
|
"allowManualEntry": false,
|
||
|
"options": [
|
||
|
{
|
||
|
"label": "Pulse meter",
|
||
|
"value": 1
|
||
|
},
|
||
|
{
|
||
|
"label": "Mechanical meter",
|
||
|
"value": 2
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"#": "3",
|
||
|
"label": "IR Listen Period",
|
||
|
"description": "Additional time for feedback measurement. Should always be 0.",
|
||
|
"valueSize": 1,
|
||
|
"minValue": 0,
|
||
|
"maxValue": 255,
|
||
|
"defaultValue": 0,
|
||
|
"unsigned": true
|
||
|
},
|
||
|
{
|
||
|
"#": "4",
|
||
|
"label": "IR Pulse Width",
|
||
|
"description": "Adjusts transmit signal",
|
||
|
"valueSize": 1,
|
||
|
"minValue": 0,
|
||
|
"maxValue": 255,
|
||
|
"defaultValue": 0,
|
||
|
"unsigned": true
|
||
|
},
|
||
|
{
|
||
|
"#": "5",
|
||
|
"label": "Poll / Wake Up Frequency",
|
||
|
"description": "Wake device up this many times per second.",
|
||
|
"valueSize": 1,
|
||
|
"minValue": 1,
|
||
|
"maxValue": 50,
|
||
|
"defaultValue": 20
|
||
|
},
|
||
|
{
|
||
|
"#": "6",
|
||
|
"label": "Pulse Threshold Low",
|
||
|
"description": "Low detection threshold for wheel meters",
|
||
|
"valueSize": 1,
|
||
|
"minValue": 0,
|
||
|
"maxValue": 143,
|
||
|
"defaultValue": 0,
|
||
|
"unsigned": true
|
||
|
},
|
||
|
{
|
||
|
"#": "7",
|
||
|
"label": "Pulse Threshold High",
|
||
|
"description": "High detection threshold for wheel meters",
|
||
|
"valueSize": 1,
|
||
|
"minValue": 0,
|
||
|
"maxValue": 143,
|
||
|
"defaultValue": 5,
|
||
|
"unsigned": true
|
||
|
},
|
||
|
{
|
||
|
"#": "8",
|
||
|
"label": "Wakeup Interval",
|
||
|
"description": "like WAKEUP command class",
|
||
|
"valueSize": 2,
|
||
|
"minValue": 0,
|
||
|
"maxValue": 65535,
|
||
|
"defaultValue": 0,
|
||
|
"unsigned": true
|
||
|
},
|
||
|
{
|
||
|
"#": "9",
|
||
|
"label": "Pulse Count",
|
||
|
"description": "Total pulse count (Meter reading / impulse factor)",
|
||
|
"valueSize": 4,
|
||
|
"minValue": 0,
|
||
|
"maxValue": 2147483647,
|
||
|
"defaultValue": 0
|
||
|
},
|
||
|
{
|
||
|
"#": "10",
|
||
|
"label": "Keep Alive Period",
|
||
|
"description": "How many seconds before going back to sleep in normal wakeup mode.",
|
||
|
"valueSize": 2,
|
||
|
"minValue": 0,
|
||
|
"maxValue": 65535,
|
||
|
"defaultValue": 3,
|
||
|
"unsigned": true
|
||
|
},
|
||
|
{
|
||
|
"#": "11",
|
||
|
"label": "Real-Time Mode",
|
||
|
"description": "Set this to enter real-time mode from remote.",
|
||
|
"valueSize": 2,
|
||
|
"minValue": 0,
|
||
|
"maxValue": 65535,
|
||
|
"defaultValue": 0,
|
||
|
"unsigned": true
|
||
|
},
|
||
|
{
|
||
|
"#": "12",
|
||
|
"label": "Serial Number",
|
||
|
"description": "Read-only serial number in decimal",
|
||
|
"valueSize": 4,
|
||
|
"minValue": 0,
|
||
|
"maxValue": 65535,
|
||
|
"defaultValue": 0
|
||
|
},
|
||
|
{
|
||
|
"#": "13",
|
||
|
"label": "Debug Mode",
|
||
|
"valueSize": 1,
|
||
|
"defaultValue": 1,
|
||
|
"allowManualEntry": false,
|
||
|
"options": [
|
||
|
{
|
||
|
"label": "Off",
|
||
|
"value": 0
|
||
|
},
|
||
|
{
|
||
|
"label": "LED blinks at pulse counting",
|
||
|
"value": 1
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"#": "15",
|
||
|
"label": "Calibration Status",
|
||
|
"description": "The calibration progress is calculated",
|
||
|
"valueSize": 4,
|
||
|
"minValue": 0,
|
||
|
"maxValue": 65535,
|
||
|
"defaultValue": 0
|
||
|
}
|
||
|
]
|
||
|
}
|