ZHA Update interval

I have an aeon zw100 multi sensor powered off a USB which has been working great but the polling interval seems to be 3600 second (1 hour). Since the sensor is wire I’m not concerned about battery life but I can’t figure out how to change this interval.

Oddly enough some of the zigbee sensors seem to update around ~15min intervals on battery. I looked at some of the docs and didn’t see anything about changing the polling/update interval. My current config is pretty basic:

zha:
  usb_path: /dev/ttyUSB1
  database_path: /config/zigbee.db

Any idea how I can change the polling interval on my zha Aeon ZW100 multi sensor?

It seems that you’re talking about two different things here.

ZHA is for zigbee devices.

the Aeon ZW100 is zwave.

those two integrations are completely different.

According to the docs, you can change the reporting interval using parameters 101-103 and 111-113: http://manuals-backend.z-wave.info/make.php?lang=en&sku=AEOEZW100&cert=ZC10-16065113

If you use the Zwave integration you can do this via the HA UI, integrations -> Zwave -> config.

Thanks @EKC exactly what I was looking for!

Many thanks! I have it updating much more frequently now :slight_smile:

1 Like