Bosch supplies heat pumps, boilers, and the IVT/Buderus lines used across European residential retrofits. HVAC API exposes Bosch flow temperature, setpoint, and operating-mode state over a REST surface; deeper diagnostics endpoints are in beta.
HVAC · beta
Bosch
ModbusBACnetMQTT
Device families
-
Heat Pumps
3 endpoints
-
Boilers
2 endpoints
Endpoints & snippets
One email unlocks the whole site.
Heat Pumps
- GET /v1/devices/{id}/temperature
- POST /v1/devices/{id}/setpoint
- GET /v1/devices/{id}/state
curl -H "Authorization: Bearer $HVACAPI_KEY" \
https://api.hvacapi.com/v1/devices/{device_id}/temperature
Boilers
- GET /v1/devices/{id}/state
- POST /v1/devices/{id}/setpoint