@zwave-js/config 8.11.3-20220130 → 8.11.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/LICENSE +21 -0
  2. package/config/devices/0x000c/hs-fls100.json +18 -1
  3. package/config/devices/0x000c/hs-wd200.json +4 -4
  4. package/config/devices/0x000c/hs-wx300.json +4 -4
  5. package/config/devices/0x0063/14287.json +25 -0
  6. package/config/devices/0x0063/52252_52253_zw3012.json +2 -2
  7. package/config/devices/0x0086/dsd31.json +5 -0
  8. package/config/devices/0x0086/templates/aeotec_template.json +4 -2
  9. package/config/devices/0x0086/zw098.json +10 -0
  10. package/config/devices/0x0086/zw099.json +4 -2
  11. package/config/devices/0x0086/zw121.json +7 -0
  12. package/config/devices/0x0086/zw122.json +10 -5
  13. package/config/devices/0x0090/hc620.json +5 -0
  14. package/config/devices/0x0090/smartcode_888.json +1 -0
  15. package/config/devices/0x0098/ct101.json +5 -0
  16. package/config/devices/0x0098/ct110.json +12 -5
  17. package/config/devices/0x010f/fgk101.json +291 -208
  18. package/config/devices/0x010f/fgr223.json +29 -10
  19. package/config/devices/0x010f/fgrgbw-442.json +24 -12
  20. package/config/devices/0x010f/fgwdeu.json +327 -191
  21. package/config/devices/0x010f/fgwreu-111.json +296 -120
  22. package/config/devices/0x010f/templates/fibaro_template.json +37 -0
  23. package/config/devices/0x0148/spirit.json +7 -1
  24. package/config/devices/0x0159/zmnhtd.json +10 -3
  25. package/config/devices/0x015f/mh-3901z.json +140 -0
  26. package/config/devices/0x016a/ft096.json +12 -6
  27. package/config/devices/0x016a/ft100.json +4 -0
  28. package/config/devices/0x016a/ft121.json +6 -1
  29. package/config/devices/0x0179/ch-103.json +160 -0
  30. package/config/devices/0x0190/adc-t_3000.json +2136 -0
  31. package/config/devices/0x0234/zhc5010.json +8 -4
  32. package/config/devices/0x024f/fwc01.json +1 -0
  33. package/config/devices/0x0258/eu-1.json +7 -51
  34. package/config/devices/0x0258/eu-2.json +9 -53
  35. package/config/devices/0x0258/eu-3.json +20 -96
  36. package/config/devices/0x0258/nas-ab01z.json +14 -39
  37. package/config/devices/0x0258/nas-pd01z.json +4 -0
  38. package/config/devices/0x0258/nas-pd07u1.json +10 -47
  39. package/config/devices/0x0258/nas-pd07z.json +4 -31
  40. package/config/devices/0x0258/nas-rc03z.json +27 -7
  41. package/config/devices/0x0258/nas-sc03ze.json +46 -0
  42. package/config/devices/0x0258/nas-wr01z.json +17 -71
  43. package/config/devices/0x0258/nas-wr01ze.json +18 -73
  44. package/config/devices/0x0258/{flood_sensor.json → nas-ws01z.json} +12 -38
  45. package/config/devices/0x0258/neo-ds07z.json +5 -36
  46. package/config/devices/0x0258/templates/shenzhen_neo_template.json +8 -62
  47. package/config/devices/0x0267/10002081-13x.json +190 -0
  48. package/config/devices/0x031e/lzw30-sn.json +3 -1
  49. package/config/devices/0x031e/lzw31-sn.json +80 -190
  50. package/config/devices/0x0330/zv9101.json +4 -0
  51. package/config/devices/0x0346/alarm_keypad_gen1.json +3 -0
  52. package/config/devices/0x0371/zwa003.json +4 -0
  53. package/config/devices/0x041a/kp-so-02.json +101 -0
  54. package/config/devices/0x044c/myot.json +75 -0
  55. package/config/devices/templates/master_template.json +18 -0
  56. package/package.json +12 -11
  57. package/config/devices/0x0258/motion_sensor_in.json +0 -62
  58. package/config/devices/0x0258/neo_coolcam_roller_shutter.json +0 -113
  59. package/config/devices/0x0258/sos_remote_control.json +0 -53
  60. package/config/devices/index.json +0 -34023
@@ -0,0 +1,101 @@
1
+ {
2
+ // Device is rebranded Shenzhen Neo NAS-WR01ZE
3
+ "manufacturer": "Keemple",
4
+ "manufacturerId": "0x041a",
5
+ "label": "KP-SO-02",
6
+ "description": "Smart Socket",
7
+ "devices": [
8
+ {
9
+ "productType": "0x0200",
10
+ "productId": "0x0008"
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "paramInformation": [
18
+ {
19
+ "#": "1",
20
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
21
+ },
22
+ {
23
+ "#": "2",
24
+ "$import": "~/templates/master_template.json#base_enable_disable",
25
+ "label": "Button",
26
+ "defaultValue": 1
27
+ },
28
+ {
29
+ "#": "3",
30
+ "$import": "~/templates/master_template.json#enable_led_indicator",
31
+ "defaultValue": 1
32
+ },
33
+ {
34
+ "#": "4",
35
+ "$import": "~/templates/master_template.json#base_enable_disable",
36
+ "label": "Auto-Off"
37
+ },
38
+ {
39
+ "#": "5",
40
+ "label": "Auto-Off Delay",
41
+ "description": "Delay time after the plug is switched off",
42
+ "unit": "minutes",
43
+ "valueSize": 2,
44
+ "minValue": 0,
45
+ "maxValue": 32767,
46
+ "defaultValue": 120,
47
+ "unsigned": true
48
+ },
49
+ {
50
+ "#": "6",
51
+ "$import": "~/templates/master_template.json#base_enable_disable",
52
+ "label": "Send Meter Reports"
53
+ },
54
+ {
55
+ "#": "7",
56
+ "label": "Meter Report Interval",
57
+ "unit": "seconds",
58
+ "valueSize": 2,
59
+ "minValue": 30,
60
+ "maxValue": 32767,
61
+ "defaultValue": 300,
62
+ "unsigned": true
63
+ },
64
+ {
65
+ "#": "8",
66
+ "label": "Overcurrent Protection Threshold",
67
+ "description": "Threshold at which the plug enters overcurrent protection mode",
68
+ "unit": "A",
69
+ "valueSize": 1,
70
+ "minValue": 1,
71
+ "maxValue": 16,
72
+ "defaultValue": 16
73
+ },
74
+ {
75
+ "#": "9",
76
+ "label": "Current Report Threshold",
77
+ "description": "Change in current consumption that triggers a report",
78
+ "unit": "0.01 A",
79
+ "valueSize": 2,
80
+ "minValue": 1,
81
+ "maxValue": 1600,
82
+ "defaultValue": 50
83
+ },
84
+ {
85
+ "#": "10",
86
+ "label": "Overcurrent Alarm Threshold",
87
+ "description": "Threshold at which the plug sends an overcurrent notification",
88
+ "unit": "A",
89
+ "valueSize": 1,
90
+ "minValue": 1,
91
+ "maxValue": 16,
92
+ "defaultValue": 13
93
+ }
94
+ ],
95
+ "metadata": {
96
+ "comments": {
97
+ "level": "warning",
98
+ "text": "This device is buggy and sends large negative Meter Reports from time to time."
99
+ }
100
+ }
101
+ }
@@ -0,0 +1,75 @@
1
+ {
2
+ "manufacturer": "SmartDHOME",
3
+ "manufacturerId": "0x044c",
4
+ "label": "MyOT",
5
+ "description": "OpenTherm Actuator",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0003",
9
+ "productId": "0x0001"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
20
+ "label": "Maximum Boiler Setpoint",
21
+ "unit": "°C",
22
+ "valueSize": 2,
23
+ "readOnly": true
24
+ },
25
+ {
26
+ "#": "2",
27
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
28
+ "label": "Minimum Boiler Setpoint",
29
+ "unit": "°C",
30
+ "valueSize": 2,
31
+ "readOnly": true
32
+ },
33
+ {
34
+ "#": "3",
35
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
36
+ "label": "Maximum DHW Setpoint",
37
+ "unit": "°C",
38
+ "valueSize": 2,
39
+ "readOnly": true
40
+ },
41
+ {
42
+ "#": "4",
43
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
44
+ "label": "Minimum DHW Setpoint",
45
+ "unit": "°C",
46
+ "valueSize": 2,
47
+ "readOnly": true
48
+ },
49
+ {
50
+ "#": "5",
51
+ "$import": "~/templates/master_template.json#base_enable_disable",
52
+ "label": "Summer Mode",
53
+ "valueSize": 2
54
+ },
55
+ {
56
+ "#": "10",
57
+ "$import": "~/templates/master_template.json#base_0-255_nounit",
58
+ "label": "Current Error Flag",
59
+ "valueSize": 2,
60
+ "readOnly": true
61
+ },
62
+ {
63
+ "#": "11",
64
+ "$import": "~/templates/master_template.json#base_0-255_nounit",
65
+ "label": "Current Error Code",
66
+ "valueSize": 2,
67
+ "readOnly": true
68
+ }
69
+ ],
70
+ "metadata": {
71
+ "inclusion": "By pressing the FUNCTIONS button for 8 seconds",
72
+ "exclusion": "By pressing the FUNCTIONS button for 8 seconds",
73
+ "manual": "https://www.myvirtuosohome.com/en/downloads/send/4-manuals/209-z-wave-interface-actuator-manual-opentherm-boilers.html"
74
+ }
75
+ }
@@ -53,6 +53,24 @@
53
53
  }
54
54
  ]
55
55
  },
56
+ "base_enable_disable_255_inverted": {
57
+ "valueSize": 1,
58
+ "minValue": 0,
59
+ "maxValue": 255,
60
+ "defaultValue": 255,
61
+ "unsigned": true,
62
+ "allowManualEntry": false,
63
+ "options": [
64
+ {
65
+ "label": "Enable",
66
+ "value": 0
67
+ },
68
+ {
69
+ "label": "Disable",
70
+ "value": 255
71
+ }
72
+ ]
73
+ },
56
74
  "base_0-1_nounit": {
57
75
  "valueSize": 1,
58
76
  "minValue": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "8.11.3-20220130",
3
+ "version": "8.11.6",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,15 +40,15 @@
40
40
  "ts": "node -r esbuild-register"
41
41
  },
42
42
  "dependencies": {
43
- "@zwave-js/core": "8.10.2",
44
- "@zwave-js/shared": "8.10.0",
43
+ "@zwave-js/core": "8.11.6",
44
+ "@zwave-js/shared": "8.11.3",
45
45
  "alcalzone-shared": "^4.0.1",
46
46
  "ansi-colors": "^4.1.1",
47
47
  "fs-extra": "^10.0.0",
48
- "json-logic-js": "^2.0.1",
48
+ "json-logic-js": "^2.0.2",
49
49
  "json5": "^2.2.0",
50
50
  "semver": "^7.3.5",
51
- "winston": "^3.3.4"
51
+ "winston": "^3.5.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/fs-extra": "^9.0.13",
@@ -60,17 +60,18 @@
60
60
  "@types/semver": "^7.3.9",
61
61
  "@types/xml2json": "^0.11.4",
62
62
  "@types/yargs": "^17.0.8",
63
- "@zwave-js/maintenance": "8.10.2",
64
- "axios": "^0.24.0",
65
- "comment-json": "^4.1.1",
63
+ "@zwave-js/maintenance": "8.11.6",
64
+ "axios": "^0.25.0",
65
+ "comment-json": "^4.2.2",
66
66
  "esbuild": "*",
67
- "esbuild-register": "^3.3.1",
67
+ "esbuild-register": "^3.3.2",
68
68
  "jest-extended": "^0.11.5",
69
69
  "js-levenshtein": "^1.1.6",
70
70
  "pegjs": "^0.10.0",
71
71
  "ts-pegjs": "^0.3.1",
72
- "typescript": "4.5.4",
72
+ "typescript": "4.5.5",
73
73
  "xml2json": "^0.12.0",
74
74
  "yargs": "^17.3.1"
75
- }
75
+ },
76
+ "gitHead": "b6028b1f7d6e5dac9508db6abe57d3acdce33e19"
76
77
  }
@@ -1,62 +0,0 @@
1
- {
2
- "manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
3
- "manufacturerId": "0x0258",
4
- "label": "Motion Sensor IN",
5
- "description": "Motion Sensor IN",
6
- "devices": [
7
- {
8
- "productType": "0x0003",
9
- "productId": "0x3083"
10
- }
11
- ],
12
- "firmwareVersion": {
13
- "min": "0.0",
14
- "max": "255.255"
15
- },
16
- "paramInformation": [
17
- {
18
- "#": "1",
19
- "$import": "templates/shenzhen_neo_template.json#motion_sensitivity"
20
- },
21
- {
22
- "#": "2",
23
- "$import": "templates/shenzhen_neo_template.json#motion_on_off_duration"
24
- },
25
- {
26
- "#": "3",
27
- "$import": "templates/shenzhen_neo_template.json#motion_basic_set_level"
28
- },
29
- {
30
- "#": "4",
31
- "$import": "templates/shenzhen_neo_template.json#motion_sensor"
32
- },
33
- {
34
- "#": "5",
35
- "$import": "templates/shenzhen_neo_template.json#light_sensor_threshold"
36
- },
37
- {
38
- "#": "6",
39
- "$import": "templates/shenzhen_neo_template.json#motion_retrigger_interval"
40
- },
41
- {
42
- "#": "7",
43
- "$import": "templates/shenzhen_neo_template.json#light_sensor_update_interval"
44
- },
45
- {
46
- "#": "8",
47
- "$import": "templates/shenzhen_neo_template.json#low_brightness_sensor"
48
- },
49
- {
50
- "#": "9",
51
- "$import": "templates/shenzhen_neo_template.json#light_sensor_report_threshold"
52
- },
53
- {
54
- "#": "10",
55
- "$import": "templates/shenzhen_neo_template.json#blink_on_motion"
56
- },
57
- {
58
- "#": "99",
59
- "$import": "templates/shenzhen_neo_template.json#light_calibration"
60
- }
61
- ]
62
- }
@@ -1,113 +0,0 @@
1
- {
2
- "manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
3
- "manufacturerId": "0x0258",
4
- "label": "NEO Coolcam Roller Shutter",
5
- "description": "NEO Coolcam Roller Shutter - Curtain Switch - NAS-SC03ZE-2-T-V3",
6
- "devices": [
7
- {
8
- "productType": "0x0200",
9
- "productId": "0x102c"
10
- }
11
- ],
12
- "firmwareVersion": {
13
- "min": "0.0",
14
- "max": "255.255"
15
- },
16
- "paramInformation": [
17
- {
18
- "#": "1",
19
- "label": "Up/Down Button Swap Enable",
20
- "valueSize": 1,
21
- "minValue": 0,
22
- "maxValue": 1,
23
- "defaultValue": 1,
24
- "allowManualEntry": false,
25
- "options": [
26
- {
27
- "label": "Disabled",
28
- "value": 0
29
- },
30
- {
31
- "label": "Enabled",
32
- "value": 1
33
- }
34
- ]
35
- },
36
- {
37
- "#": "2",
38
- "label": "Motor Rotation Direction Swap Enable",
39
- "valueSize": 1,
40
- "minValue": 0,
41
- "maxValue": 1,
42
- "defaultValue": 0,
43
- "allowManualEntry": false,
44
- "options": [
45
- {
46
- "label": "Disabled",
47
- "value": 0
48
- },
49
- {
50
- "label": "Enabled",
51
- "value": 1
52
- }
53
- ]
54
- },
55
- {
56
- "#": "3",
57
- "label": "Backlight Enable",
58
- "valueSize": 1,
59
- "minValue": 0,
60
- "maxValue": 1,
61
- "defaultValue": 1,
62
- "allowManualEntry": false,
63
- "options": [
64
- {
65
- "label": "LED Disabled",
66
- "value": 0
67
- },
68
- {
69
- "label": "LED ON when Switch is ON",
70
- "value": 1
71
- }
72
- ]
73
- },
74
- {
75
- "#": "4",
76
- "label": "Curtain Moving Indicate Enable",
77
- "valueSize": 1,
78
- "minValue": 0,
79
- "maxValue": 1,
80
- "defaultValue": 1,
81
- "allowManualEntry": false,
82
- "options": [
83
- {
84
- "label": "LED Disabled",
85
- "value": 0
86
- },
87
- {
88
- "label": "LED Enabled",
89
- "value": 1
90
- }
91
- ]
92
- },
93
- {
94
- "#": "5",
95
- "label": "Button Switch",
96
- "valueSize": 1,
97
- "minValue": 0,
98
- "maxValue": 1,
99
- "defaultValue": 1,
100
- "allowManualEntry": false,
101
- "options": [
102
- {
103
- "label": "Button Switch Disabled",
104
- "value": 0
105
- },
106
- {
107
- "label": "Button Switch Enabled",
108
- "value": 1
109
- }
110
- ]
111
- }
112
- ]
113
- }
@@ -1,53 +0,0 @@
1
- {
2
- "manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
3
- "manufacturerId": "0x0258",
4
- "label": "SOS/Remote Control",
5
- "description": "Z-Wave Remote for Scene selection and SOS button",
6
- "devices": [
7
- {
8
- "productType": "0x0003",
9
- "productId": "0x108a"
10
- }
11
- ],
12
- "firmwareVersion": {
13
- "min": "0.0",
14
- "max": "255.255"
15
- },
16
- "paramInformation": [
17
- {
18
- "#": "1",
19
- "label": "Basic Set Level",
20
- "valueSize": 1,
21
- "minValue": 0,
22
- "maxValue": 100,
23
- "defaultValue": 100
24
- },
25
- {
26
- "#": "2",
27
- "label": "SOS Event Clear Time",
28
- "valueSize": 2,
29
- "minValue": 30,
30
- "maxValue": 32767,
31
- "defaultValue": 60
32
- },
33
- {
34
- "#": "3",
35
- "label": "SOS Configuration",
36
- "valueSize": 1,
37
- "minValue": 1,
38
- "maxValue": 2,
39
- "defaultValue": 2,
40
- "allowManualEntry": false,
41
- "options": [
42
- {
43
- "label": "Enable Scene Mode",
44
- "value": 1
45
- },
46
- {
47
- "label": "SOS Mode",
48
- "value": 2
49
- }
50
- ]
51
- }
52
- ]
53
- }