Skip to content

Instantly share code, notes, and snippets.

View chutch3's full-sized avatar

Cody Hutchens chutch3

View GitHub Profile
@chutch3
chutch3 / device_refresher.groovy
Last active June 29, 2025 14:37
A Hubitat app that automatically refreshes the status of selected Z-Wave devices on a user-defined schedule. Ideal for users who want to keep device states up-to-date and avoid stale readings. Supports both simple interval selection and advanced cron expressions.
definition(
name: "Device Refresher",
namespace: "chutchens",
author: "Cody Hutchens",
description: "Refresh Z-Wave Devices on a schedule",
category: "Convenience",
iconUrl: "https://cdn-icons-png.flaticon.com/512/1828/1828817.png",
iconX2Url: "https://cdn-icons-png.flaticon.com/512/1828/1828817.png"
)