Hubitat scheduler seems to stop working after a few days

Hub can do every 7 seconds but if there is any latency in the return you may end up having multiple calls in process (shouldn’t be a problem with 10-30ms response though). There is a driver that returns that information and can be set up for periodic polling

but you can also roll your own using a call to

http://hubIpAddress:8080/hub/advanced/freeOSMemory

if you prefer.

3 Likes