Pairing with a MAX! thermostat (BC-RT-TRX-CyG-3)

Thank you for the reply!

I’m attaching the complete log: log.txt (394.7 KB)

I got the CC1101 board on ebay: http://www.ebay.de/itm/272338061933?_trksid=p2060353.m2749.l2649&var=571197870303&ssPageName=STRK%3AMEBIDX%3AIT

I wired it as described here: Homegear direkt mit CC1101 über SPI (however I used GDO0 instead of GDO2, still connected to GPIO25).

And here is the relevant part from my /etc/homegear/families/max.conf:

#######################################
########## 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-MAX-CC1101

## When default is set to "true" Homegear will assign this device
## to new peers.
default = true

## Options: cul, coc, cc1100
deviceType = cc1100

device = /dev/spidev0.0

## Default: responseDelay = 95
## Should be "40" for CUL or COC and "45" for TI CC1101.
responseDelay = 45

## 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

I also tried

 sudo homegear -r
 fs 4
 pon
 #wait
 ls

But it didn’t work either :frowning: