Hallo,
ich habe meinen Raspberry Pi 3 neu aufgesetzt und die homematicbidcos.conf und die db.sql von meiner alten Installation übernommen. Ich habe openhabian und einen HM-MOD-RPI-PCB.
07/16/17 20:14:41.876 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Error: No response received to packet: FD001101020200000011A011FC7D77AC41E79B0400333C
07/16/17 20:14:41.876 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Info: No response from HM-MOD-RPI-PCB to packet 0B11A011FD77AC41E79B0400
07/16/17 20:14:41.876 Module HomeMatic BidCoS: Info: Setting peer to unreachable, because the queue processing was interrupted.
07/16/17 20:14:41.876 Module HomeMatic BidCoS: Info: Queue is not finished (peer: 8). Retrying...
07/16/17 20:14:41.877 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Info: Sending (My-HM-MOD-RPI-PCB): 0B11A011FD77AC41E79B0400
07/16/17 20:14:46.877 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Error: No response received to packet: FD001101030200000011A011FC7D77AC41E79B0400B539
07/16/17 20:14:51.878 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Error: No response received to packet: FD001101040200000011A011FC7D77AC41E79B04002728
07/16/17 20:14:55.387 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Error: No init packet received.
07/16/17 20:14:56.878 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Error: No response received to packet: FD001101050200000011A011FC7D77AC41E79B0400A12D
07/16/17 20:14:56.879 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Info: No response from HM-MOD-RPI-PCB to packet 0B11A011FD77AC41E79B0400
07/16/17 20:14:56.896 Module HomeMatic BidCoS: Info: Setting peer to unreachable, because the queue processing was interrupted.
07/16/17 20:14:56.896 Module HomeMatic BidCoS: Info: Queue is not finished (peer: 8). Retrying...
07/16/17 20:14:56.896 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Info: Sending (My-HM-MOD-RPI-PCB): 0B11A011FD77AC41E79B0400
07/16/17 20:14:56.897 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Info: No response from HM-MOD-RPI-PCB to packet 0B11A011FD77AC41E79B0400
07/16/17 20:14:58.899 Module HomeMatic BidCoS: Info: Setting peer to unreachable, because the queue processing was interrupted.
07/16/17 20:14:58.900 Module HomeMatic BidCoS: Info: Queue is not finished (peer: 8). Retrying...
07/16/17 20:14:59.000 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Info: Sending (My-HM-MOD-RPI-PCB): 0B11A011FD77AC41E79B0400
07/16/17 20:14:59.000 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Info: No response from HM-MOD-RPI-PCB to packet 0B11A011FD77AC41E79B0400
07/16/17 20:15:01.003 Module HomeMatic BidCoS: Info: Setting peer to unreachable, because the queue processing was interrupted.
07/16/17 20:15:01.004 Info: Peer 8 is unreachable.
07/16/17 20:15:01.240 Info: Peer 8 is reachable again.
07/16/17 20:15:01.322 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Warning: Connection closed (1). Trying to reconnect...
07/16/17 20:15:03.323 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Connected to HM-MOD-RPI-PCB.
07/16/17 20:15:33.424 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Error: No init packet received.
Hier die üblichen Dateien:
#######################################
########### HM-MOD-RPI-PCB ###########
#######################################
## The device family this interface is for
[HomeMatic Wireless Module for Raspberry Pi]
## Specify an unique id here to identify this device in Homegear
id = My-HM-MOD-RPI-PCB
## 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
deviceType = hm-mod-rpi-pcb
device = /dev/ttyS0
## 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
## "18" for HM-MOD-RPI-PCB
gpio1 = 18
(auch schon mit device = /dev/ttyAMA0 versucht)
/boot/cmdline.txt
dwc_otg.lpm_enable=0 root=PARTUUID=7872006c-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
/boot/config.txt
enable_uart=1
core_freq=250
dtoverlay=pi3-miniuart-bt
Danke!