-
-
Notifications
You must be signed in to change notification settings - Fork 49
Bosch Services in Home Assistant
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.
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.
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!
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'