Help with refreshing garage controller automatically

So refreshing a device in done by the poll() function in ST and the frequency is controlled by the ST platform (no control over it). However if you want to manually poll a device and get it to refresh itself, you can use the poll() function and a great app to do that for you is Pollster

EDIT: Polling every 20 seconds is an overkill, you shouldn’t have to poll it ideally since it’s an event driven architecture so the device will update itself everytime there is a change in the garage door status. If that isn’t happening the question to ask is why (and 99% of the time it’s a communication issue between the device and hub and lots of little ways to solve it from reboot hub, repairing z-wave network and for the GD00Z-4 aligning the antenna, see this thread). The antenna on this device is very sensitive to direction.