Device has stopped polling

Any reason my custom device handler is no longer polling for temperature.

It worked fine until a few weeks back. Now it doesn’t poll. I have to refresh it.

How are you doing the polling? A cron schedule?

They have tightened up the rules on cron schedule syntax…many apps do not create proper time strings for cron if rate is > 59 minutes

@slagle @bflorian something I’ve noticed recently in the past few weeks.

Even though a device handler defines capability "Polling" the ST platform does not poll the devices. It used to do so every 15 minutes or so now it’s been days and I havent’ seen a single poll.

Has something changed?