Hallo,
ich versuche gerade Homegear auf einem Raspberry2 (Jessie) zum laufen zu bringen. Leider gibt es Kommunikationsprobleme und da ich alle Files jetzt schon mindestens 2 mal angeschaut habe poste ich mal hier, vielleicht sieht ja jemand was ich falsch mache, vielen Dank im Voraus:
Homegear.log
02/20/17 21:51:12.830 RPC Server (Port 2002): Info: Connection to client number 166 closed.
02/20/17 21:51:14.308 RPC Server (Port 2002): Debug: Joining read thread of client 36
02/20/17 21:51:14.308 RPC Server (Port 2002): Debug: Client 36 removed.
02/20/17 21:51:39.852 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Error: No init packet received.
02/20/17 21:51:45.787 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Warning: Connection closed (1). Trying to reconnect...
02/20/17 21:51:45.788 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Connecting to HM-MOD-RPI-PCB...
02/20/17 21:51:47.789 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Connected to HM-MOD-RPI-PCB.
02/20/17 21:51:47.789 Debug: GPIO 18 set to 0.
02/20/17 21:51:47.890 Debug: GPIO 18 set to 1.
02/20/17 21:52:12.043 UPnP Server: Debug: Sending notify packets.
02/20/17 21:52:12.044 UPnP Server: Debug: Sending notify packets.
02/20/17 21:52:14.447 RPC Server (Port 2002): Info: Connection from 192.168.0.36:54016 accepted. Client number: 169
02/20/17 21:52:14.448 RPC Server (Port 2002): Info: RPC server client id for client number 169 is: 37
02/20/17 21:52:14.449 RPC Server (Port 2002): Listening for incoming packets from client number 169.
02/20/17 21:52:14.449 RPC Server (Port 2002): Debug: Packet received: 474554202F6465736372697074696F6E2E786D6C20485454502F312E310D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E6E656374696F6E3A204B6565702D416C6976650D0A507261676D613A206E6F2D63616368650D0A4163636570743A20746578742F786D6C2C206170706C69636174696F6E2F786D6C0D0A557365722D4167656E743A2044414655506E500D0A486F73743A203139322E3136382E302E32343A323030320D0A0D0A
02/20/17 21:52:14.472 RPC Server (Port 2002): Info: Connection to client number 169 closed.
02/20/17 21:52:17.890 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Error: No init packet received.
02/20/17 21:52:23.824 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Warning: Connection closed (1). Trying to reconnect...
02/20/17 21:52:23.825 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Connecting to HM-MOD-RPI-PCB...
02/20/17 21:52:25.826 Module HomeMatic BidCoS: HM-MOD-RPI-PCB "My-HM-MOD-RPI-PCB": Connected to HM-MOD-RPI-PCB.
02/20/17 21:52:25.827 Debug: GPIO 18 set to 0.
02/20/17 21:52:25.927 Debug: GPIO 18 set to 1.
cmdline.txt
dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
config.txt
# Uncomment some or all of these to enable the optional hardware interfaces
dtparam=i2c_arm=on
#dtparam=i2s=on
dtparam=spi=on
enable_uart=1
systemctl disable serial-getty@ttyAMA0.service
systemctl disable serial-getty@serial0.service
systemctl disable serial-getty@ttyS0.service
hab ich ausgeführt und /etc/udev/rules.d/99-com.rules ist gelöscht
Wenn jemand noch eine Idee hätte wäre super
Vielen Dank
Gerhard