diff --git a/packages/config/config/devices/0x027a/zen30.json b/packages/config/config/devices/0x027a/zen30.json index 6be4da3d4c3a..3d6aeefc12c5 100644 --- a/packages/config/config/devices/0x027a/zen30.json +++ b/packages/config/config/devices/0x027a/zen30.json @@ -260,12 +260,16 @@ "$import": "templates/zooz_template.json#local_programming" } ], - "compat": { - // This device exposes a Multilevel Switch (Dimmer) on endpoint 0, and a Binary Switch (Relay) on endpoint 1 - // Our heuristic currently detects endpoint 1 as unnecessary and hides it from the user. - "preserveEndpoints": "*", - "preserveRootApplicationCCValueIDs": true - }, + "compat": [ + { + // This device exposes a Multilevel Switch (Dimmer) on endpoint 0, and a Binary Switch (Relay) on endpoint 1 + // Our heuristic currently detects endpoint 1 as unnecessary and hides it from the user. + // This problem is fixed in the 800 series version of the device (firmwareVersion >= 4.0) + "$if": "firmwareVersion < 4.0", + "preserveEndpoints": "*", + "preserveRootApplicationCCValueIDs": true + } + ], "metadata": { "inclusion": "1. Initiate inclusion (pairing) in the app (or web interface).\n2. Finalize inclusion at the switch. Tap the upper paddle of the dimmer 3 times quickly. The LED indicators will blink to signal communication and remain on for 2 seconds to confirm inclusion", "exclusion": "Bring your Z-Wave gateway (hub) close to the switch if possible\n2. Put the Z-Wave hub into exclusion mode \n3. Tap the lower paddle on the dimmer 3 times quickly\n4. Your hub will confirm exclusion and the device will disappear from your\ncontroller's device list",