Loxone Miniserver is a European home/light-commercial automation platform with strong HVAC and shading integration. HVAC API beta support reads room temperatures and writes setpoints via the Loxone WebSocket API.
HomeAutomation · beta
Loxone
RESTWebSocketModbus
Device families
-
Room Controllers
3 endpoints
-
Sensors
1 endpoint
Endpoints & snippets
One email unlocks the whole site.
Room Controllers
- 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
Sensors
- GET /v1/devices/{id}/sensors