openHAB is an open-source automation framework popular in Europe and the maker community. HVAC API talks to openHAB's REST API to expose Items of type Number:Temperature and Climate as standard temperature, setpoint, and mode endpoints.
HomeAutomation · supported
openHAB
MQTTRESTWebSocket
Device families
-
Climate Items
3 endpoints
-
Things
1 endpoint
Endpoints & snippets
One email unlocks the whole site.
Climate Items
- 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}/setpoint
Things
- GET /v1/devices/{id}/things