Skip to content

Bosch Services in Home Assistant

Pawel edited this page Jan 11, 2022 · 1 revision

There are several services added by integration. All services will update all device entities which entity belongs so eg. choosing climate.hc1 will update all entities which belong to chosen gateway.

bosch.update_thermostat

Update thermostat data manually. Automatically it occurs every 30 seconds. Avoid to use it a lot as Bosch gateway might block requests for some time.

debug_scan

Run raw scan for Bosch. It will be available as bosch_scan.json in your www dir of Home Assistant. You can check url of the file in logs after it. It doesn't matter which entity you choose. It makes scan for whole your setup. Typically it is https://ha/local/bosch_scan.json?vX .

There will be notification in HA with url of the scan.

It takes several minutes to finish. Be patient!

set_dhw_charge

Charge DHW circuit by service.

  fields:
    entity_id:
      description: Name(s) of entities to change.
      example: 'water_heater.dhw1'
    value:
      description: Either start or stop
      example: 'start'