Homegear Hilfe bei der Installation

ich suche schon im Forum

wenn ich zu den (/var/log/homegear/homegear.log) gehen will kommt
Permission denied

ich habe nur die cul sachen eingestellt in sudo nano /etc/homegear/families/homematicbidcos.conf

#######################################
########## 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 = 0xFD0001

## Specify a 16 byte (32 characters) long AES key here to protect your wireless communication
## It must only consist of the characters A to F and the numbers 0 to 9 as it is hexadecimal.
## !!! 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


#######################################
################# CUL #################
#######################################

## The device family this interface is for
#[CUL]

## Specify an unique id here to identify this device in Homegear
#id = cul868

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

#device = /dev/ttyACM0

## Default: responseDelay = 95
## Should be "95" for CUL or COC, "100" for TI CC1101 and "60" for HM-CFG-LAN or HM-LGW
#responseDelay = 95

Das Log ist eine Textdatei, die du dir anzeigen lassen kannst. Unter Linux typischerweise mit dem Kommando less. Um nur die letzten Zeilen in der Datei zu sehen, kannst du tail nutzen.

Ein # am Anfang einer Zeile kommentiert die Zeile aus. Dadurch wird sie von Homegear ignoriert. Das ist unter Linux-Konfigurationsdateien allgemein üblich.

Um Homegear mitzuteilen welches Kommunikationsmodul (dein CUL) genutzt werden soll, musst du es passend konfigurieren. Du musst also alle Zeilen, die du für deinen CUL brauchst einkommentieren. Inklusive der Sektion [CUL].

Das steht aber auch https://doc.homegear.eu/homegear-homematicbidcos/configuration.html#homematicbidcos-conf - wurde schon mehrfach verlinkt.
Wenn du Probleme mit dem englischen hast, könntest du sowas wie google Translate benutzen: https://translate.google.com/translate?hl=de&sl=en&tl=de&u=https%3A%2F%2Fdoc.homegear.eu%2Fhomegear-homematicbidcos%2Fconfiguration.html%23homematicbidcos-conf

1 Like