Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update zen04.json to review requests
Browse files Browse the repository at this point in the history
hceuterpe authored Jan 13, 2025
1 parent 29afc75 commit 57611dd
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions packages/config/config/devices/0x027a/zen04.json
Original file line number Diff line number Diff line change
@@ -7,13 +7,7 @@
{
"manufacturer": "Zooz",
"manufacturerId": "0x027a",
"label": [
{
"$if": "firmwareVersion >= 2.10",
"value": "ZEN04 800LR"
},
"ZEN04"
],
"label": "ZEN04",
"description": "Indoor Smart Plug",
"devices": [
{
@@ -78,7 +72,6 @@
"#": "5",
"$if": "firmwareVersion < 2.30",
"label": "Power (W) Reporting Threshold",
"description": "Choose how you want your Smart Plug to report power consumption to your hub. The number entered as value corresponds to the number of Watts the appliance needs to go over for the change to be reported. So if 5 Watts are entered by default, the Smart Plug will report any change in power usage over 5 Watts (whether it’s at least 5 Watts more or 5 Watts less compared to the previous report).",
"valueSize": 1,
"unit": "W",
"minValue": 5,
@@ -89,7 +82,6 @@
"#": "5",
"$if": "firmwareVersion >= 2.30",
"label": "Power (W) Reporting Threshold",
"description": "Choose how you want your Smart Plug to report power consumption to your hub. The number entered as value corresponds to the number of Watts the appliance needs to go over for the change to be reported. So if 5 Watts are entered by default, the Smart Plug will report any change in power usage over 5 Watts (whether it’s at least 5 Watts more or 5 Watts less compared to the previous report).",
"valueSize": 1,
"unit": "W",
"minValue": 0,
@@ -122,7 +114,6 @@
"#": "7",
"$if": "firmwareVersion < 2.30",
"label": "Current (A) Reporting Threshold",
"description": "Choose how you want your Smart Plug to report electrical current (Amps) to your hub. The number entered as value corresponds to the number of Amps the appliance needs to go over for the change to be reported. Value 1 equals 0.1 A and value 10 equals 1 A. So if 1 is entered by default, the Smart Plug will report any change in electrical current over 0.1 Amps (whether it’s at least 0.1 A more or 0.1 A less compared to the previous report).",
"valueSize": 1,
"unit": "0.1 A",
"minValue": 1,
@@ -133,7 +124,6 @@
"#": "7",
"$if": "firmwareVersion >= 2.30",
"label": "Current (A) Reporting Threshold",
"description": "Choose how you want your Smart Plug to report electrical current (Amps) to your hub. The number entered as value corresponds to the number of Amps the appliance needs to go over for the change to be reported. Value 1 equals 0.1 A and value 10 equals 1 A. So if 1 is entered by default, the Smart Plug will report any change in electrical current over 0.1 Amps (whether it’s at least 0.1 A more or 0.1 A less compared to the previous report).",
"valueSize": 1,
"unit": "0.1 A",
"minValue": 0,
@@ -160,7 +150,6 @@
"#": "8",
"$if": "firmwareVersion < 2.30",
"label": "Energy (kWh) Reporting Threshold",
"description": "Choose how you want your Smart Plug to report energy use (kWh) to your hub. The number entered as value corresponds to the number of kWh the appliance needs to go over for the change to be reported. Value 1 equals 0.01 kWh and value 100 equals 1 kWh. So if 1 is entered by default, the Smart Plug will report any change in energy use over 0.01 kWh (whether it’s at least 0.01 kWh more or 0.01 kWh less compared to the previous report).",
"valueSize": 1,
"unit": "0.01 kWh",
"minValue": 1,
@@ -171,7 +160,6 @@
"#": "8",
"$if": "firmwareVersion >= 2.30",
"label": "Energy (kWh) Reporting Threshold",
"description": "Choose how you want your Smart Plug to report energy use (kWh) to your hub. The number entered as value corresponds to the number of kWh the appliance needs to go over for the change to be reported. Value 1 equals 0.01 kWh and value 100 equals 1 kWh. So if 1 is entered by default, the Smart Plug will report any change in energy use over 0.01 kWh (whether it’s at least 0.01 kWh more or 0.01 kWh less compared to the previous report).",
"valueSize": 1,
"unit": "0.01 kWh",
"minValue": 0,
@@ -205,7 +193,6 @@
"#": "14",
"$if": "firmwareVersion >= 2.30",
"label": "kWh Report Frequency",
"description": "The number entered as a value corresponds to the number of minutes. So if 60 is entered by default, the Plug will report energy consumption (kWh) every 60 minutes.",
"valueSize": 4,
"unit": "minutes",
"minValue": 1,
@@ -216,7 +203,6 @@
"#": "15",
"$if": "firmwareVersion >= 2.30",
"label": "Disable kWh Reports",
"description": "Disable or enable kWh reports sent from the plug. No kWh reports from the device connected to the plug will be sent back to the hub if kWh monitoring is disabled. Use this option to minimize the amount of reports you want the receive from the smart plug",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,

0 comments on commit 57611dd

Please sign in to comment.