___________________________________________________________________________ ---------------------------- HomeMatic BidCoS ---------------------------- ___________________________________________________________________________ ####################################### ########## General Settings ########## ####################################### [General] moduleEnabled = true ## 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 = 0xFD43AB ## 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 ## 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 ## When set to "true" unsigned broadcast packets are processed by Homegear. This could enable an ## attacker to make Homegear do things, you don't want. That means, this option is a security ## risk. processBroadcastWithAesEnabled = false ##################################### ########## TI CC1101 Module ########## ####################################### ## The device family this interface is for [TI CC1101 Module] ## Specify an unique id here to identify this device in Homegear id = My-CC1101 ## 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 = cc1100 device = /dev/spidev0.0 ## Default: responseDelay = 95 ## Should be "95" for CUL or COC, "100" for TI CC1101 and "60" for HM-CFG-LAN or HM-LGW responseDelay = 100 ## The interrupt pin to use. "0" for GDO0 or "2" for GDO2. ## You only need to connect one of them. Specify the GPIO ## you connected the interrupt pin to below. interruptPin = 0 ## The GPIO GDO0 or GDO2 is connected to. Specify which GDO to use above. gpio1 = 25 ### Additional TI CC1190 Config ### ## The GPIO high gain mode of the CC1190 is connected to. ## Default: -1 (disabled) #gpio2 = 5 ## The hexadecimal value for the PATABLE of the TI CC1101. ## Default: ## - Without high gain mode: 0xC2 ## - With high gain mode: 0x27 (maximum legally allowed setting) #txPowerSetting = 0x27 # vim: filetype=cfg