Skip to content

Instantly share code, notes, and snippets.

@specialcircumstances
Created February 2, 2019 21:39
Show Gist options
  • Save specialcircumstances/a6b20477c8658e7c693bb0c59b08c79b to your computer and use it in GitHub Desktop.
Save specialcircumstances/a6b20477c8658e7c693bb0c59b08c79b to your computer and use it in GitHub Desktop.
Aeotec 3 Clamp mod
{
"id": "ZW095-C",
"name": {
"en": "Home Energy Meter Gen2"
},
"class": "sensor",
"capabilities": [
"measure_current",
"measure_power",
"meter_power",
"measure_voltage"
],
"images": {
"large": "{{driverAssetsPath}}/images/large.png",
"small": "{{driverAssetsPath}}/images/small.png"
},
"zwave": {
"manufacturerId": 134,
"productTypeId": [
2
],
"productId": [
28,
95
],
"zwaveAllianceProductId": 1596,
"zwaveAllianceProductDocumentation": "https://Products.Z-WaveAlliance.org/ProductManual/File?folder=&filename=Manuals/1596/Home Energy Meter Gen5 manual.pdf",
"learnmode": {
"instruction": {
"en": "Press the action button on the {{driverNameEn}}",
"nl": "Druk op de actie knop op de {{driverNameNl}}"
}
},
"associationGroups": [
1
],
"multiChannelNodes": {
"1": {
"class": "sensor",
"capabilities": [
"measure_power",
"meter_power",
"measure_voltage",
"measure_current"
],
"name": {
"en": "Clamp 01"
},
"icon": "/drivers/ZW095C/assets/icon.svg",
"settings": []
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment