MadMonkey87 / HomeyCONZ

deCONZ app for Athom Homey smart home controller
3 stars 14 forks source link

Q: Is it possible to poll a specific device every x seconds? #70

Closed iisworks closed 2 years ago

iisworks commented 2 years ago

I am having issues with Tuya Smart plugs that do not support reporting. They only update about every 60s or so. Is it possible to configure per-device polling through HomeyConz (for example every 15s), or can/should this only be implemented in the deCONZ api?

MadMonkey87 commented 2 years ago

In HomeyConz you can only configure how often all devices should be polled but its is limited as homey does not like a lot of cpu usage. Anyways I am pretty sure the api won't provide more values if the device itself only reports every x seconds. For some devices it is hower possible to increase the reportings but this has to be done within deconz and your device needs to support a dedicated cluster.

I think HomeyConz can't help here unfortunately

iisworks commented 2 years ago

OK, thanks! In vnc I get actual updated values whenever I press "read" on the measurement cluster. So this left me wondering if it might be possible to post a "read device" event through the websocket/api to get updated values. But I guess that functionallity really belongs to the coordinator, so I also asked the devs there how polling works specifically in deconz.