Yes. And it’s up and running, but only because I disconnected the connection between CC1101 and GPIO during start up.
I left config (all under /etc/homegear/) and DB like it was from my previous Homegear installation with apt-get (and replaced the homegear binary and the modules).
Now during startup I get:
11/09/15 21:59:53.336 Error: Failed to export GPIO with index 2 for device "cc1100": GPIO not defined in physicel devices' settings.
11/09/15 21:59:53.336 Error: Failed to export GPIO with index 2 for device "cc1100": GPIO not defined in physicel devices' settings.
11/09/15 21:59:53.338 Error: Could not setup GPIO for device cc1100: GPIO path for index 2 is not set.
11/09/15 21:59:53.338 Error: Could not setup GPIO for device cc1100: GPIO path for index 2 is not set.
11/09/15 21:59:53.339 Failed to set direction for GPIO with index "2": GPIO not defined in physicel devices' settings.
11/09/15 21:59:53.339 Failed to set direction for GPIO with index "2": GPIO not defined in physicel devices' settings.
Has the format of the config files (especially physicalinterfaces.conf) changed?
I am using the Pollin module with this configuration:
#######################################
########## TI CC1101 Module ##########
#######################################
# The device family this interface is for
[HomeMaticBidCoS]
# 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, cuno, hmcfglan, hmlgw
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 = 18
Any hints?
Regards,
-oli-