Hubitat Elevation is a local-first home-automation hub popular with prosumer installers. HVAC API beta support uses Hubitat's Maker API to read and write thermostat and sensor devices over local REST.
HomeAutomation · beta
Hubitat
RESTZigbeeZ-Wave
Device families
-
Thermostats
2 endpoints
-
Sensors
1 endpoint
Endpoints & snippets
One email unlocks the whole site.
Thermostats
- GET /v1/devices/{id}/temperature
- POST /v1/devices/{id}/setpoint
curl -H "Authorization: Bearer $HVACAPI_KEY" \
https://api.hvacapi.com/v1/devices/{device_id}/temperature
Sensors
- GET /v1/devices/{id}/sensors