Hi all,
I have sucessfuly installed both an Zigbee Stick (QIVICON USB ZigBee-Funkstick) and ELV HM-MOD-RPI-PCB (Homematic Radio Interface) with Homegear on one PI 3+
I will describe a bit what I have done, maybe it is usefull for others:
- The Qivicon Zigbee Stick will be installed first under Linux (Raspianpi) with an cp210x driver. Please note I have used the latest Openhabian Image (1.4.1) on my PI 3+
→ Zigbee USB Stick
-
add the following lines to /etc/rc.local
sudo modprobe cp210x vendor=0x10c4 product=0x89fb
echo 10c4 89fb > /sys/bus/usb-serial/drivers/cp210x/new_id
sudo stty -F /dev/ttyUSB0 19200
sudo systemctl restart openhab2.service
This is necessary because my Zigbee Stick is not bind automatically
- Install the Zigbee Bindung on Openhab 2
- Configure the following (Paper UI → Configuration → Things → Qivicon ZigBee Device (ZigBee USB dongle):
→ ELV HM-MOD-RPI-PCB
-
Install Homegear via openhabian-config
-
do some config. that the HM-MOD-RPI-PCB is working with Homegear please see:
https://doc.homegear.eu/data/homegear-homematicbidcos/configuration.html#homematic-wireless-module-for-raspberry-pi-hm-mod-rpi-pcb -
Firmware-Flash of your HM-MOD-RPI-PCB
sudo su
apt-get update && apt-get -y install libusb-1.0-0-dev build-essential git
git clone git://git.zerfleddert.de/hmcfgusb
cd hmcfgusb
make
wget https://raw.githubusercontent.com/eq-3/occu/HEAD/firmware/HM-MOD-UART/coprocessor_update.eq3
or refer here:
Thanks all for your help. Please feel free to comment
