Hallo,
ich versuche auf dem RPI3 mit einem Busware COC zusätzlich zu homematic auch noch das Intertechno Gerät PIR-1000 (Bewegungsmelder) ans Laufe zu bekommen. Dazu verwende ich Openhab 2.2.0
Ich habe die Homegear Doku verwendet: https://doc.homegear.eu/data/homegear-intertechno/adding_devices.html
Leider kann ich nicht feststellen ob das Pairing funktioniert und wie es prüfen kann. Meine Konfiguration sieht folgendermaßen aus.
######### COC, SCC, CSM, CCD #########
#######################################
## The device family this interface is for
#[COC, SCC, CSM, CCD]
## Specify an unique id here to identify this device in Homegear
#id = My-COC
id = My-COC
## When default is set to "true" Homegear will assign this device
## to new peers.
#default = true
default = true
#deviceType = coc
deviceType = coc
#device = /dev/ttyAMA0
device = /dev/ttyAMA0
## Default: gpio1 = 0
## "17" for COC, SCC and CCD. Empty for CSM.
gpio1 = 17
## Default: gpio2 = 0
## "18" for COC and SCC. "22" for CCD. Empty for CSM.
gpio2 = 18
## Default: stackPosition = 0 (= no stacking)
## Set stackPosition if you use the SCC and stacked multiple devices.
## Set stackPosition to "1" for the lowest device, to "2" for the device
## above that and so on.
# stackPosition = 0
Danke.