stefan-kaestle / openhab2-addons

Add-ons for openHAB 2.x
Eclipse Public License 2.0
16 stars 1 forks source link

OFFLINE COMMUNICATION_ERROR - Bosch Window/Door Contact #23

Closed kreack closed 4 years ago

kreack commented 4 years ago

Hi guys,

after paring of BSH Controller, i tried to add the window/door contacts. I get the following error message: OFFLINE COMMUNICATION_ERROR

image image

Item definition: Contact Sensor_Eingangstuer_Status "Sensor Eingangstür" (Flur) {channel="boschshc:window-contact:851459af:contact"}

Log (despite error message): 2020-08-09 00:23:25.778 [INFO ] [chshc.internal.BoschSHCBridgeHandler] - Got update for hdm:HomeMaticIP:3014F711A000009A18592258 2020-08-09 00:23:25.779 [WARN ] [chshc.internal.BoschSHCBridgeHandler] - longPoll: child handler for null does not implement Bosch SHC handler

Result: no status is transferred

Do you have any idea how to fix this? Thanks in advance.

tuxianerDE commented 4 years ago

Hi, that channel definition looks strange to me... boschshc:window-contact:851459af:contact

I got them all working.. can you share your complete thing configuratio?

kreack commented 4 years ago

Hi @tuxianerDE,

configuration was marked directly in paper ui. The fully configuration of things looks like:

image

The detail thing configuration for thermostat is:

image

The configuration for sensors looks like:

image

after adding of detail Item configuration for sensors the connection status go to error...

kreack commented 4 years ago

@tuxianerDE can you share your configuration of the bush things?

tuxianerDE commented 4 years ago

I do everything in the config files but here you go:

Thing window-contact wohnzimmerfensterlinks "Wohnzimmer Fenster" @ "Wohnzimmer" [ id="hdm:HomeMaticIP:3014F711AXXXXXXXXX" ]

Here the item: Contact WohnzimmerlinksFensterKontakt "Fenster Kontakt Wohnzimmer Links" (persSwitch) { channel="boschshc:window-contact:holzgasse:wohnzimmerfensterlinks:contact"}

kreack commented 4 years ago

after change of configuration from paper ui to file its looks more better :-) thanks @tuxianerDE