Meine Thermostate verbinden sich bei Start von homegar ganz normal und stellen sich danach auf unreachable.
Verwende für die Kommunikation einen SCC
#######################################
######### 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-SCC
## When default is set to "true" Homegear will assign this device
## to new peers.
#default = true
## Options: cul, cc1100, coc, cunx, hmcfglan, hmlgw, hm-mod-rpi-pcb
## Also use "coc" for SCC, CCD and CSM
deviceType = coc
device = /dev/ttyAMA0
## Default: responseDelay = 95
## Should be "95" for CUL or COC, "100" for TI CC1101 and "60" for HM-CFG-LAN or HM-LGW
responseDelay = 95
## 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
Und hier das log mit Debug Level 5
homegear.log (694.3 KB)