Bosch Lichtsteuerung mit HA funktioniert nur nach Neustart für eine gewisse Zeit (2024)

Hardware Bosch Smart Home Lichtschalter 1er und 2 Generation, sowie Dimmer
Bosch Smart Home Controller 2
Fritzbox AVM 7590 AX


Hallo zusammen,

hallo Herr@SebastianHarder

ich habe ein ganz merkwürdiges verhalten, seit ca. 2-3 Wochen.
Wenn ich am Abend z.B. das Deckenlicht (Bosch Smart Home Lichtschalter 2 Generation und Dimmer) über das Dashboard von Home Assistaent einschalte, wird Schalter wie gewünscht auf ein geschalten, das Licht an der Decke schaltet sich auch ein.

ABER
Nach ca. 1-2 Sekunden schaltet sich der Schalter im Home Assistant Dashboard wieder aus.

ABER
Das Deckenlicht bleibt an.
Ich kann dann den Schalter so oft ich möchte im Dashboard wieder einschalten, er schaltet sich immer wieder aus, und das Decken licht bleibt unverändert an.
Das passiert auch mit allen anderen Lichtern die ich über das Dashboard von Home Assistant einschalten bzw. ausschalten will.

Wenn ich aber das Licht über die Bosch Smart Home App vom Handy aus bzw. einschalte funktioniert es.

Über Home Assistant funktioniert es erst dann wieder für eine gewisse Zeit, wenn ich Home Assistent neu starte für eine gewisse Zeit. Rolladen und Automation usw. funktionieren aber.

Hat jemand da für einen Idee, wie ich das beheben kann?

Was ich gemacht habe:
- Alle Updates durchgeführt HA sowie Alex und Bosch Smart HOme
- Controller 2 von Bosch Smart Home neu gestartet.
- Home Assistant richtig runtergefahren und neu gestartet
- Alexa App neu installiert
- Handy runtergefahren und neu gestartet
Fande auch keine Automation in HomeAssistant die da reinspuckt, ebenso kein Szenario in der Bosch App oder eine Routine in der Alexa App.

**Wäre echt froh, wenn da wer helfen könnte.**

Protokolldateien

Im Logbuch steht dazu nichts:
[Logbuch – Home Assistant](http://homeassistant.local:8123/logbook)

Unter Einstellungen/System Protokolle steht folgendes:
# Home Assistant Core
Logger: androidtv.adb_manager.adb_manager_async
Quelle: components/androidtv/__init__.py:133
Erstmals aufgetreten: 20:20:38 (65 Vorkommnisse)
Zuletzt protokolliert: 21:43:35
Couldn't connect to 192.168.178.65:5555. TcpTimeoutException: Connecting to 192.168.178.65:5555 timed out (1.0 seconds)

________________________________________________________________

Dieser Fehler wurde von einer benutzerdefinierten Integration verursacht

Logger: homeassistant
Quelle: custom_components/bosch_shc/switch.py:433
Integration: Bosch SHC (Dokumentation, Probleme)
Erstmals aufgetreten: 20:21:16 (165 Vorkommnisse)
Zuletzt protokolliert: 21:43:15

Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 1050, in _async_update_entity_states
await entity.async_update_ha_state(True)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 959, in async_update_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1126, in _async_write_ha_state
state, attr, capabilities, shadowed_attr = self.__async_calculate_state()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1061, in __async_calculate_state
state = self._stringify_state(available)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1006, in _stringify_state
if (state := self.state) is None:
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1661, in state
if (is_on := self.is_on) is None:
^^^^^^^^^^
File "/config/custom_components/bosch_shc/switch.py", line 433, in is_on
getattr(self._device, self.entity_description.on_key)
File "/usr/local/lib/python3.12/site-packages/boschshcpy/models_impl.py", line 505, in cameranotification
return self._cameranotification_service.value
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'value'


____________________________________________________________
Logger: homeassistant.components.rest.util
Quelle: components/rest/util.py:18
Integration: RESTful (Dokumentation, Probleme)
Erstmals aufgetreten: 20:48:56 (4 Vorkommnisse)
Zuletzt protokolliert: 21:32:54

Empty reply found when expecting JSON data
_____________________________________________________
Logger: homeassistant.components.rest.util
Quelle: components/rest/util.py:18
Integration: RESTful (Dokumentation, Probleme)
Erstmals aufgetreten: 20:48:56 (4 Vorkommnisse)
Zuletzt protokolliert: 21:32:54

Empty reply found when expecting JSON data
_________________________________________________
Logger: homeassistant.components.rest.data
Quelle: components/rest/data.py:121
Integration: RESTful (Dokumentation, Probleme)
Erstmals aufgetreten: 20:48:56 (4 Vorkommnisse)
Zuletzt protokolliert: 21:32:54

Timeout while fetching data: https://backend.powerfox.energy/api/2.0/my/main/current?unit=kwh
_____________________________________________________________
Logger: homeassistant.helpers.frame
Quelle: helpers/frame.py:184
Erstmals aufgetreten: 20:20:34 (7 Vorkommnisse)
Zuletzt protokolliert: 21:27:56

Detected that custom integration 'alexa_media' calls `async_add_job`, which is deprecated and will be removed in Home Assistant 2025.4; Please review https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/alexa_media/__init__.py, line 617: hass.async_add_job(, please create a bug report at https://github.com/custom-components/alexa_media_player/issues
Detected that custom integration 'alexa_media' calls `async_add_job`, which is deprecated and will be removed in Home Assistant 2025.4; Please review https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/alexa_media/media_player.py, line 171: hass.async_add_job(, please create a bug report at https://github.com/custom-components/alexa_media_player/issues
Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 623: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues
Detected that custom integration 'alexa_media' accesses hass.components.group. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from group directly at custom_components/alexa_media/notify.py, line 237: entities.extend(self.hass.components.group.expand_entity_ids(entities)), please create a bug report at https://github.com/custom-components/alexa_media_player/issues
Detected that custom integration 'bosch_shc' calls hass.bus.async_fire from a thread other than the event loop, which may cause Home Assistant to crash or data to corrupt. For more information, see https://developers.home-assistant.io/docs/asyncio_thread_safety/#hassbusasync_fire at custom_components/bosch_shc/__init__.py, line 114: hass.bus.async_fire(, please report it to the author of the 'bosch_shc' custom integration
_

_____________________________________________________
Logger: homeassistant.components.switch
Quelle: helpers/entity_platform.py:766
Integration: Schalter (Dokumentation, Probleme)
Erstmals aufgetreten: 20:20:45 (3 Vorkommnisse)
Zuletzt protokolliert: 20:33:27

Platform bosch_shc does not generate unique IDs. ID 64-da-a0-40-51-89_hdm:ZigBee:18fc26000002c4a7 already exists - ignoring switch.schlafzimmertur_eg
Platform bosch_shc does not generate unique IDs. ID 64-da-a0-40-51-89_hdm:ZigBee:c4988600000b9e35 already exists - ignoring switch.wohnzimmertur_eg
Platform fritzbox does not generate unique IDs. ID 08761 0274447 already exists - ignoring switch.gefrierschrank_keller

_________________________________________________

Logger: homeassistant.components.sensor
Quelle: helpers/entity_platform.py:766
Integration: Sensor (Dokumentation, Probleme)
Erstmals aufgetreten: 20:33:27 (126 Vorkommnisse)
Zuletzt protokolliert: 20:33:27

Platform fritzbox does not generate unique IDs. ID 09995 0335900_nextchange_preset already exists - ignoring sensor.vanessa_buro_nachste_geplante_voreinstellung
Platform fritzbox does not generate unique IDs. ID 09995 0335900_scheduled_preset already exists - ignoring sensor.vanessa_buro_aktuelle_geplante_voreinstellung
Platform fritzbox does not generate unique IDs. ID 15282 0025501_temperature already exists - ignoring sensor.fritz_dect_440_19_temperatur
Platform fritzbox does not generate unique IDs. ID 15282 0025501_humidity already exists - ignoring sensor.fritz_dect_440_19_luftfeuchtigkeit
Platform fritzbox does not generate unique IDs. ID 15282 0025501_battery already exists - ignoring sensor.fritz_dect_440_19_batterie

_________________________________________________
Logger: homeassistant.components.climate
Quelle: helpers/entity_platform.py:766
Integration: Klima (Dokumentation, Probleme)
Erstmals aufgetreten: 20:33:27 (17 Vorkommnisse)
Zuletzt protokolliert: 20:33:27

Platform fritzbox does not generate unique IDs. ID 13979 0862972 already exists - ignoring climate.fritz_heizung_wohnzimmer_feld_dg
Platform fritzbox does not generate unique IDs. ID 13979 0337573 already exists - ignoring climate.fritz_heizung_bad_og
Platform fritzbox does not generate unique IDs. ID 13979 0863079 already exists - ignoring climate.fritz_heizung_wohnzimmer_og
Platform fritzbox does not generate unique IDs. ID 13979 0861864 already exists - ignoring climate.fritz_heizung_bad_dg
Platform fritzbox does not generate unique IDs. ID 09995 0335900 already exists - ignoring climate.fritz_heizung_vanessa_buero_keller

____________________________________________
Logger: homeassistant.components.sensor.recorder
Quelle: components/sensor/recorder.py:210
Integration: Sensor (Dokumentation, Probleme)
Erstmals aufgetreten: 20:25:10 (1 Vorkommnisse)
Zuletzt protokolliert: 20:25:10

The unit of sensor.watchman_missing_entities is changing, got multiple {None, 'items'}, generation of long term statistics will be suppressed unless the unit is stable and matches the unit of already compiled statistics (items). Go to https://my.home-assistant.io/redirect/developer_statistics to fix this

Bosch Lichtsteuerung mit HA funktioniert nur nach Neustart für eine gewisse Zeit (2024)
Top Articles
Latest Posts
Article information

Author: The Hon. Margery Christiansen

Last Updated:

Views: 6576

Rating: 5 / 5 (50 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: The Hon. Margery Christiansen

Birthday: 2000-07-07

Address: 5050 Breitenberg Knoll, New Robert, MI 45409

Phone: +2556892639372

Job: Investor Mining Engineer

Hobby: Sketching, Cosplaying, Glassblowing, Genealogy, Crocheting, Archery, Skateboarding

Introduction: My name is The Hon. Margery Christiansen, I am a bright, adorable, precious, inexpensive, gorgeous, comfortable, happy person who loves writing and wants to share my knowledge and understanding with you.