Hey there,
I am trying to use a nano CUL 868 to control my MAX components.
I bought the nano CUL from: Nano CUL 868 - smart-home-komponente, installed FW: _culfw V1.67 nanoCUL868
I am using a RasperryPi 3B+, and openhabian.
Pairing of the components fails (seems like no packages received).
max.conf
___________________________________________________________________________
---------------------------------- MAX! ----------------------------------
___________________________________________________________________________
#######################################
########## General Settings ##########
#######################################
[General]
moduleEnabled = true
## The MAX! 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 MAX! devices
## are paired to Homegear as existing pairings will not work anymore!
centralAddress = 0xFD43AB
#######################################
################# CUL #################
#######################################
## The device family this interface is for
[CUL]
## Specify an unique id here to identify this device in Homegear
id = MAX-CUL
## When default is set to "true" Homegear will assign this device
## to new peers.
default = true
## Options: cul, coc, cc1100
deviceType = cul
# device = /dev/ttyACM0
device = /dev/ttyUSB0
## Should be "40" for MAX!
responseDelay = 40
I really need some help to get a glue where I should start digging.