{ "packageName": "Ecobee HAP Thermostat (Local)", "author": "RamSet", "version": "0.19.14", "releaseNotes": "0.19.14 - Engine update (shared hapCore 0.10.16) that matters if your thermostat ever goes offline (power loss, WiFi drop, or a reboot). Before, a gone thermostat made the driver retry the FULL network discovery every ~60 seconds forever — enough to spike your hub's load and make the admin UI sluggish. Now those retries back off automatically (1m, 2m, 5m…) and the expensive whole-network scan is throttled to at most once every 30 minutes, so an offline thermostat stays quiet on the hub. When it comes back, it reconnects within a few minutes — even if the ecobee rebooted onto a new HomeKit port (the driver now re-checks the port instead of hammering the old one). Also: the healthStatus attribute now flips to 'offline' within about a minute of a real outage (was up to ~30 min), so your alerts fire promptly. No settings to change. (0.19.13 held one stable session via TCP keepalive; 0.19.12 fixed the healthStatus attribute.)", "category": "Thermostats", "tags": "Thermostat, ecobee, HomeKit, HAP, Local, Sensor", "dateReleased": "2026-08-16", "drivers": [ { "id": "511b25e3-4ca2-413e-a1f7-351ff50cd3b1", "name": "Ecobee HAP Thermostat", "namespace": "RamSet", "location": "https://raw.githubusercontent.com/RamSet/hubitat/refs/heads/main/drivers/ecobee-hap-thermostat/ecobee-hap-thermostat.groovy", "required": true, "oauth": false, "description": "Local controller for an ecobee thermostat over the HomeKit Accessory Protocol (HAP): mode, setpoints, temperature, humidity, operating state, and fan." }, { "id": "935d2240-6916-42b5-8832-73e418754f92", "name": "Ecobee HAP Remote Sensor", "namespace": "RamSet", "location": "https://raw.githubusercontent.com/RamSet/hubitat/refs/heads/main/drivers/ecobee-hap-sensor/ecobee-hap-sensor.groovy", "required": true, "oauth": false, "description": "Child device for ecobee remote sensors (temperature, occupancy, motion, battery). Created automatically by the thermostat driver." } ], "bundles": [ { "id": "c124ffba-52e6-4619-8e29-050bb4a09612", "name": "RamSet HAP Core", "location": "https://raw.githubusercontent.com/RamSet/hubitat/refs/heads/main/bundles/hapCore.zip", "required": true } ] }