(from pm)
[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 = 0xFDD394
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 using Homegear. The factory
reset on the device is not possible!!!
rfKey = 00112233445566778899AABBCCDDEEFF
Please make yourself familar on how to edit config files. You have to “comment in” the centralAddress
to make homegear recognize it - remove the #
in front of the line.
ALSO please read the config. Don’t use the example rfKey
as this has security liabilities.
This also applies for the communication module:
#######################################
############# 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 = My-HM-CFG-LAN
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, homegeargateway
#deviceType = hmcfglan
IP address of your HM-CFG-LAN
#host = 192.168.1.222
Port number your HM-CFG-LAN listens on. Normally 1000.
#port = 1000
Put the AES key printed on your HM-CFG-LAN here
#lanKey = A[...]3
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
You have to comment in the corresponding lines. Currently you don’t have any device configured.
Don’t forget to comment in the section (#[HM-CFG-LAN]
).
After that, restart homegear with sudo service homegear restart
and check the logs afterwards.