Samsung SmartThings is a consumer home-automation platform with strong coverage of HVAC accessories and smart thermostats. HVAC API's SmartThings integration is in beta and uses SmartThings personal access tokens to control thermostat capability devices.
HomeAutomation · beta
SmartThings
RESTWebSocketZigbee
Device families
-
Thermostats
3 endpoints
-
Sensors
1 endpoint
Endpoints & snippets
One email unlocks the whole site.
Thermostats
- GET /v1/devices/{id}/temperature
- POST /v1/devices/{id}/setpoint
- POST /v1/devices/{id}/mode
curl -H "Authorization: Bearer $HVACAPI_KEY" \
https://api.hvacapi.com/v1/devices/{device_id}/mode
Sensors
- GET /v1/devices/{id}/sensors