Hi @Scottgu3 The ZEN12 itself fully supports changing its LED behavior through Z-Wave configuration commands. This allows a compatible hub or driver to update the LED dynamically so it can reflect the status of another device, rather than only the load connected directly to the ZEN12.
For example, an automation could send the following commands:
-
Set Parameter 1 to value 3 when the controlled device turns on, setting the LED to always on.
-
Set Parameter 1 to value 2 when the controlled device turns off, setting the LED to always off.
While the current built-in Hubitat driver provides access to the ZEN12 LED options under the device Preferences, including LED mode, color, brightness, opposite-state color, and Central Scene feedback, it does not currently make configuration parameter changes available as Rule Machine actions. As a result, these LED options can be configured as device settings, but they cannot yet be changed dynamically from a Rule Machine automation.
This is not a limitation of the ZEN12 itself. The device will accept the necessary parameter commands when they are sent by a platform or driver that exposes this functionality. Dynamic LED control on Hubitat would become available if the driver/integration layer adds a callable configuration or dedicated LED command in the future.
We work directly with integration partners to support Zooz device features across different platforms. The features available in each interface depend on the capabilities currently exposed by that platform’s driver. If dynamic LED control is important to your setup, we encourage you to share that feedback with both Hubitat and our team. This helps us coordinate on requested integration improvements and prioritize the features that are most valuable to users.
This type of feature is currently supported by Home Assistant, HomeSeer, and Z-Box (via Lua coding) and is not currently supported by built-in Hubitat drivers nor by SmartThings. I’ve included links to our programming articles below, which includes a section on LED programming for hubs that support that functionality:
How to Program the ZEN12 Motion Dimmer on Home Assistant
How to Program the ZEN12 Motion Dimmer on HomeSeer
How to Program the ZEN12 Motion Dimmer on Hubitat
How to Program the ZEN12 Motion Dimmer on SmartThings
How to Program the ZEN12 Motion Dimmer on Z-Box