Zigbee recessed light report every 3 mins

Maybe method 2 below?

______________________________________________

To modify the self-reporting message rate of your Xsky Zigbee lights on Hubitat Elevation, you cannot use a universal raw menu. Instead, Hubitat relies on Device Drivers to push these configurations. [1, 2]

You have three paths to change the reporting rate depending on whether your current driver exposes the settings, if you need to swap to an advanced utility driver, or if you want to alter the code yourself.


Method 1: Check Your Current Driver Preferences (Easiest)

Some native Hubitat generic drivers expose reporting intervals directly in the user interface. [1]

  1. Log into your Hubitat Web UI.

  2. Click on Devices in the left sidebar and select your Xsky Light.

  3. Scroll down to the Preferences section.

  4. Look for options labeled Reporting Interval, Minimum time between reports, or Power/Level Reporting Frequency.

  5. Adjust the values (usually defined in seconds or minutes).

  6. Click Save Preferences.

  7. Click Configure at the top of the page to force Hubitat to send the new check-in parameters to the light. [1, 2, 3, 4, 5, 7, 8, 9]

Method 2: Use the "Zigbee Reporting Configuration" Utility Driver

If your active driver does not show these adjustments, you can temporarily switch the device to a community-built configuration driver to alter the hardware registry. [1]

  1. Go to your Xsky Light's Device Detail page in Hubitat. [1]

  2. Find the Type dropdown box (this is where your driver is selected). [1]

  3. Change the driver to a custom utility driver like "Zigbee Reporting Configuration" (a widely used community tool by developer kkossev) or "Advanced Zigbee Toolbox". Click Save Device. [1, 3, 4, 5]

  4. The page will refresh with direct cluster input variables. Find the fields for:

    • Cluster ID: 0x0006 (for On/Off state) or 0x0008 (for Dimming Level).

    • Attribute ID: 0x0000.

    • Min / Max Time: Enter your desired reporting bounds in seconds. [1, 2, 3, 5]

  5. Click Send Configuration To Device. []

  6. Once modified, change the Type dropdown back to your original operational lighting driver (e.g., Generic Zigbee Dimmer) and click Save Device. The light will remember the intervals you just burned into its flash storage. [1, 2, 3, 4]