Inhaltsverzeichnis:

Conbee⌶⌶ vs. openHAB

2023-03-05 / 2023-04-05

Installation des Conbee⌶⌶ und binding im openHAB.
Documentation
https://www.smarthome-tricks.de/conbee-ii/conbee-ii-zigbee-usb-gateway-teil-1-installation-auf-raspberry-pi/ 

Installation

sudo gpasswd -a $USER dialout
sudo reboot

wget -O - http://phoscon.de/apt/deconz.pub.key | sudo apt-key add -
sudo sh -c "echo 'deb http://phoscon.de/apt/deconz $(lsb_release -cs) main' > /etc/apt/sources.list.d/deconz.list"
sudo apt update && sudo apt install deconz

sudo nano /boot/config.txt
enable_uart=1

sudo systemctl enable deconz
/etc/systemd/system/multi-user.target.wants/deconz.service
    --http-port= auf Port 8008

FIrewallregel 

Falls  von anderem Host erreichbar sein soll, sonst über lighttpd reverse proxy.

# Conbee2 HTTP
-A INPUT -p tcp --dport 8008 -j ACCEPT
#muss Port 8088 freigeben werden?! Da Pollt im Chrome-Inspect immer ein wss:// drauf.

lighttpd + https + reverse proxy

Läuft mit auf dem der Internet Radio Box
-> lighttpd
-> https
-> reverse proxy

openHAB Binding