Hallo zusammen,
ich komme von FHEM und möchte nun auf openhab umsteigen, allerdings habe ich das Problem, dass ich homegar nicht gestartet bekomme.
Folgende Konstellation habe ich:
- Raspberry pi (Raspbian wheezy)
- Homegear installiert und die physicalinterfaces.conf habe ich auch angepasst, bin mir aber nicht sicher ob es so richtig ist.
- HM-CFG-USB-2 in Verbindung mit https://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb
Nach meiner Auffassung habe ich alle nötigen Konfigurationen gemacht, allerdings bekomme ich beim starten von homegear die Meldung
Die Emulation für den Stick bekomme ich gestartet.
./hmland -d -p 1234
Daemon with PID 2165 started!
Meine physicalinterfaces.conf sieht folgendermaßen aus:
Ist es richtig das ich den USB unter HM-CFG-LAN eingebunden habe ?
Was muss ich bei der id eintragen ? (In FHEM hieß er hmusb)
[code]#######################################
############# HM-CFG-LAN #############
#######################################
The device family this interface is for
[HomeMaticBidCoS]
Specify an unique id here to identify this device in Homegear
id = hmusb
When default is set to “true” Homegear will assign this device
to new peers.
default = true
Options: cul, cc1100, coc, hmcfglan, hmlgw
deviceType = hmcfglan
IP address of your HM-CFG-LAN
host = localhost
Port number your HM-CFG-LAN listens on. Normally 1000.
port = 1234
Put the AES key printed on your HM-CFG-LAN here
#lanKey = 00112233445566778899AABBCCDDEEFF
Specify an AES key here to protect your wireless communication
!!! IMPORTANT: Never ever lose this key. That would render your devices use$
To remove the key from your devices, you need to factory reset them
#rfKey = 00112233445566778899AABBCCDDEEFF
With each key change currentRFKeyIndex needs to be
incremented by 1. Default value is 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
Default: responseDelay = 95
Should be “95” for CUL or COC, “100” for TI CC1101 and “60” for HM-CFG-LAN o$
responseDelay = 60
[/code]
Jemand eine Idee ?
Danke und Gruß