Hallo zusammen,
ich bin neu und habe keine Erfahrung
Ich habe wie in der Anleitung :
doc.homegear.eu/data/homegear-h … idcos-conf
dieses Modul nach Qnerds Schaltplan verdrahtet
und meine homematicbidcos.conf:
## 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
rfKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
## 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
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 = 2
## The GPIO GDO0 or GDO2 is connected to. Specify which GDO to use above.
gpio1 = 23
system als auch homegear startet aber das Modul kann nicht angesprochen werden:
im homegear.err steht:
Module HomeMatic BidCoS: TI CC110X “Domi-CC1101”: Error (check) writing to register 0.
Critical: At least one of the physical devices could not be opened… Exiting…
Module HomeMatic BidCoS: TI CC110X “Domi-CC1101”: Connection to TI CC1101 closed unexpectedly… Trying to reconnect…
Module HomeMatic BidCoS: TI CC110X “Domi-CC1101”: Error (check) writing to register 0.
Error in file RPC/RpcClient.cpp line 520 in function void Rpc::RpcClient::sendRequest(Rpc::RemoteRpcServer*, std::vector&, std::vector&, bool, bool&): Could not get address inf$
Removing server. Server has to send “init” again.