Bosch Smart Home

Sorry, after I properly installed Bosch SHC via HACS.

Version 0.4.99, it found thermostat devices. Now I have enabled oss_HomeAssistant_BInding with rights to Operate and Manage. Wonder if it will allow me to setup automations in HA to on/off floor heating depending on other conditions.

Using the actions for “climate”-devices in your automations like climate.turn_on, turn_off, set_temperature, … yes, you can do that.
Though in my opinion the best climate device is the one you leave alone at the predefined schedule and additional sensors like for doors and windows within the Bosch System. Unless the “other conditions” are based on 3rd party sensors, of course.

Well, we are dependent on the inverter being powered from the grid, not the battery. So I need external condition (grid power ON) to be true, before controlling Bosch Thermostat II 230 V.

Looks like setting offset to +N value did not work:

Set value for Shower floor Offset

Executed: 24 November 2025 at 16:40:04

Error: out_of_range

But chaing HVAC mode to heat worked. Though I am not sure till what degree will it heat to? Where to set the max value?

“Shower floor Offset” sounds like to adjust the value measured at the thermostat to the actual value at a different position in the room, usually the temperature directly at the thermostat is higher than for example at the opposite wall or 2 meters above the floor. This offset likely has a range of a few single digit degrees

What you want to do is to either switch on the heating or modify the “set temperature”

I do not have a Thermostat II 230V, only thermostats mounted at the heating, but you can try the folllowing:
In HA, go to “developer tools” and there to “Scripts”, here you try the actions you put later into the automations. For example:


As target I selected the entity for the thermostat

Press “Perform action” and your thermostat should switch on.

When switching to “YAML”-Mode it looks like this:

action: climate.turn_on
data: {}
target:
  entity_id: climate.room_climate_xxxxx

use action “climate.turn_off” to turn it off

You can also set a target temperature, of course it starts to heat only after it has been switch on too:


as YAML:

action: climate.set_temperature
target:
  entity_id:
    - climate.room_climate_xxxxx
data:
  temperature: 20

Once it works from developer tools you can add the same actions to your automations

hope this helps
Armin

Hi there,

I just started with HA and setup the SHC integration without issues. Now I do have some missing functions on two devices:
BBL (Shutter): No position/level available.
BWTH (Wall Thermostat 230V): Child Lock not available and Temperature Offset not available.

I am coming from a IOB platform where those objects/entitys were available with the SHC integration, so I was just wondering if this is planned? I could assist adding it if required.
Thanks
Daniel

Same question for you:
Which integration are you using? the core integration or the integration from HACS? I would recommend to install from HACS

Using HACS

ok, I only have radiator thermostats and they provide child lock and the temperature offset as separate entities
Don’t have any shutters. Did you check the (unfiltered) entities list for “child” and/or “offset”?
I would recommend to enable debug logging for the integration, restart HA and check if there is something in the logs when the integration is started. Perhaps also open an issue in the Github for the HACS-Integration

Alright, I got the shutter position. It is not available as an entity but can be directly selected via the device/automation.

In regards to the BWTH, it seems @dagroe had similar issues. Could you make it work?

Hi everyone,

I’m currently using the official Bosch SHC integration in Home Assistant, which correctly detects all my devices. However, I’m missing some functionality, specifically the ability to arm/disarm the alarm and control all alarm features.

I noticed there’s a Bosch SHC integration in HACS and I’m wondering: does this conflict with the official Bosch integration, or can it be installed separately? I want to avoid breaking my current setup but would like to get the alarm controls working.

Thanks for any advice!

Unfortunately, there is a problem with the latest 2026.02 version of HACS. All functions for dummy switches no longer work, and the bridge in general no longer has any functioning scenes.

Or is it perhaps a bug in Home Assistant 2026.02?

Here the same since update to 2026.02

Events not longer working · Issue #284 · tschamm/boschshc-hass

Scenes and Universalschalter doesnt work since update.

Home Assistant Core Update 2026.2.1 solved the problem.

In Bosch Integration 0.4.101, the Bosch Light/shutter control II (used as shutter control) always displays the “opening” status while moving up/down, regardless of whether it is closing or opening.

Is this a known issue that will be fixed?

Since one week the BSH integration is not working anymore with my shutter controls:

https://github.com/tschamm/boschshc-hass/issues/293

I reinstalled, reconnected, tried everything. Nothing work. Everything is updated to the latest versions. (maybe it is an issue with the latest Bosch Smart Home Controller firmware?).

I’m wondering if I’m the only person, because no one else is posting this issue? Is noone using this integration or do you all have shutter controls v2? I’m using the shutter controls v1.

I’m not able to find any “bosch_shc.event” events if I listen to “*” Events in the development tools. I’m only able to see the default “state_changed” events but nothing from the Bosch SHC.

I’ve connected the integration to my Bosch Hub and I’m able to control all my light, window blinds and thermostats through HA.
I’m searching for a possibility to distinguish between long- and short press of my Lights- / Windowblinds Controlers II to trigger scenes.

Any ideas why I do not see the bosch_shc.event ?
Current versions: HA 2026.4; bosch shc 0.4.103

Hello all

Just want to promote my camera integration

If you have feedback or issues with dot cameras, let me know

Awesome ! I dreamt of it. You did it!
The stream sometimes appears upside-down. I did not yet try to solve that issue. Maybe a setup.
Many thanks for this great work.

tested with Bosch 360 Indoor Camera 1st generation

Hello to all Bosch Smart Home Integration users. :nerd_face:

Back in February 2024 ( Bosch Smart Home - #388 by Matze89x ), I asked the group when we could finally expect the integration to be officially available on Home Assistant. I mean, HACS is by no means a bad choice (quick fixes, etc.), but the fact is that, in my opinion, the Bosch Smart Home system is perfectly suited for a platform as experienced as Home Assistant and deserves to be officially integrated by Home Assistant at a high level.

Thanks to mosandlt and tschamm, this will soon become a reality. Add Bronze quality scale to bosch_shc by mosandlt · Pull Request #174612 · home-assistant/core · GitHub and is starting to achieve Bronze status and the Roadmap Roadmap: Syncing bosch_shc platforms into HA Core · Issue #341 · tschamm/boschshc-hass · GitHub . I’m looking forward to it.

Seriously, thank you so much for continuing to develop and refine the integration—fixing bugs, optimizing it, greatly expanding it, and ultimately bringing it in as an official integration. :folded_hands:

I’m sure thousands of users disagree with this statement. not sure what do you mean by quick fixes, but custom integrations delivers fixes way quicker than core ones.

BTW, not sure you are aware, but fully local Bosch Home Connect integration is available. From HACS…