Hallo Zusammen,
ich scheitere an der Installation meines HM CFG LAN.
Ich habe mich dem aktuellen Raspian 8 Imgae bedient.
meine homematicbidcos.conf sieht wie folgt aus:
[code]___________________________________________________________________________
---------------------------- HomeMatic BidCoS ----------------------------
#######################################
########## General Settings ##########
#######################################
[General]
The BidCoS address of Homegear. It is recommended to change this to a random 3 byte hexadecimal
value starting with 0xFD (e. g. 0xFD43AB). Only change this, when no HomeMatic BidCoS devices
are paired to Homegear as existing pairings will not work anymore!
centralAddress = 0xFD0001
Specify a 16 byte (32 characters) long AES key here to protect your wireless communication
!!! IMPORTANT: It is highly recommended to change this key before pairing the first device.
!!! IMPORTANT: Never ever lose this key. That would render your devices useless.
To remove the key from your devices, you need to factory reset them
#rfKey = 00112233445566778899AABBCCDDEEFF
With each key change currentRFKeyIndex needs to be
incremented by 1
#currentRFKeyIndex = 1
When you change rfKey, put the old key here. To change the key Homegear needs to know the
old and the new one.
!!! Do not set oldRFKey when you set rfKey for the first time !!!
##oldRFKey = 00112233445566778899AABBCCDDEEFF
#######################################
############# HM-CFG-LAN #############
#######################################
The device family this interface is for
[HM-CFG-LAN]
Specify an unique id here to identify this device in Homegear
id = myHMLAN
When default is set to “true” Homegear will assign this device
to new peers.
default = true
Options: cul, cc1100, coc, cuno, hmcfglan, hmlgw
deviceType = hmcfglan
IP address of your HM-CFG-LAN
host = 192.168.0.62
Port number your HM-CFG-LAN listens on. Normally 1000.
port = 1000
Put the AES key printed on your HM-CFG-LAN here
lanKey = **************************************************
Default: responseDelay = 95
Should be “95” for CUL or COC, “100” for TI CC1101 and “60” for HM-CFG-LAN or HM-LGW
responseDelay = 60
[/code]
Wenn ich sudo homegear –r aufrufe und eingebe:
fs 0
pon
wird auch bestätigt, das paring on ist.
Aber das macht er auch, wenn ich eine falsche IP angebe
Also nix mit paring.
Die AES Kommunikation habe ich am HM CFG LAN deaktiviert.
Wo liegt mein Fehler?
Warum kommunizioert homegaer nicht mit meiem CFG LAN?