Page 1 of 1

How to install Conbee II on Domoticz?

Posted: Monday 20 July 2020 21:22
by BarryT
Hi,

i'm suffering 2 days with trying to install that Conbee USB stick on domoticz with buster..
But, whatever i'm doing it doesnt want me to install :(

What am i doing wrong?

Code: Select all

sudo sh -c "echo 'deb http://phoscon.de/apt/deconz \
            $(lsb_release -cs) main' > \
            /etc/apt/sources.list.d/deconz.list"
give me the lsb_release not found error...?

I did a deb install, but that also didnt work..
It does not open any port and also not start the deconz application.

Grrrrrr, plz help!
Thnxx

Re: How to install Conbee II on Domoticz?

Posted: Monday 20 July 2020 21:34
by thomasbaetge
Just follow this sequence here:
https://phoscon.de/de/conbee/install#raspbian

Worked for me. After that you can login to the phoscon web app.

Gesendet von meinem Pixel 4 XL mit Tapatalk


Re: How to install Conbee II on Domoticz?

Posted: Monday 20 July 2020 22:42
by BarryT
thomasbaetge wrote: Monday 20 July 2020 21:34 Just follow this sequence here:
https://phoscon.de/de/conbee/install#raspbian

Worked for me. After that you can login to the phoscon web app.

Gesendet von meinem Pixel 4 XL mit Tapatalk
It does not :(
It gives the the "lsb_release not found error" ...?

Re: How to install Conbee II on Domoticz?

Posted: Monday 20 July 2020 22:51
by Thorgal789
And if you make

Code: Select all

sudo sh -c "echo 'deb http://phoscon.de/apt/deconz $(lsb_release -cs) main' > /etc/apt/sources.list.d/deconz.list"
If the package method don't work for you, you can just download the file and install it > http://deconz.dresden-elektronik.de/raspbian/beta/

Or with command line

Code: Select all

wget http://deconz.dresden-elektronik.de/raspbian/beta/deconz-latest-beta.deb
sudo dpkg -i deconz-latest-beta.deb
sudo apt update
sudo apt install -f

Re: How to install Conbee II on Domoticz?

Posted: Tuesday 21 July 2020 14:35
by BarryT
It's fixed!

I had to install the lsb-release, after that it worked!

Code: Select all

sudo apt-get install -y lsb-release
and after install i did

Code: Select all

sudo systemctl enable deconz
Thanks Guys!

Re: How to install Conbee II on Domoticz?

Posted: Tuesday 21 July 2020 16:37
by Thorgal789
But lsb-release is not by defaut on buster ?

Re: How to install Conbee II on Domoticz?

Posted: Tuesday 21 July 2020 17:09
by BarryT
Thorgal789 wrote: Tuesday 21 July 2020 16:37 But lsb-release is not by defaut on buster ?
I don't know, it worked:

Code: Select all

apt install lsb-release
Reading package lists... Done
Building dependency tree
Reading state information... Done
lsb-release is already the newest version (10.2019051400+rpi1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Linux Version:

Code: Select all

Linux 5.4.51-v7+ armv7l
Buster:

Code: Select all

No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

Re: How to install Conbee II on Domoticz?

Posted: Tuesday 08 November 2022 19:26
by elmortero
BarryT wrote: Tuesday 21 July 2020 14:35 and after install i did

Code: Select all

sudo systemctl enable deconz
That is the one that fixed for me too! Doesn't seem to be in the manual :)

Re: How to install Conbee II on Domoticz?

Posted: Wednesday 09 November 2022 16:21
by Thorgal789
Depend of the installation, if you use a pre installed image you have nothing to do, else you have 2 modes.

First stop both

Code: Select all

sudo systemctl stop deconz-gui
sudo systemctl stop deconz

Second disable both, to be sure one is not already actived.

Code: Select all

sudo systemctl disable deconz-gui
sudo systemctl disable deconz
Then enable the mode you want:
- The headless, if you can't use the desktop

Code: Select all

sudo systemctl enable deconz
- The Desktop to be able to use the GUI

Code: Select all

sudo systemctl enable deconz-gui

Re: How to install Conbee II on Domoticz?

Posted: Thursday 26 June 2025 14:04
by jimbou
Hello,

Next question is : how do I declare the conbee (which is 3 now) in Domoticz ?

I have followed the Phoscon steps to install Decons in my PI5, I have connected my temp/humidity probe to Decons and I can see it working in the Decons GUI interface.

How do I connect Domoticz with all that ?If I go to the Setup -> Hardware menu in Domoticz, I do not see anything saying Conbee, or Decons, or Zigbee. Nor do I see the probe itself.

Re: How to install Conbee II on Domoticz?

Posted: Thursday 26 June 2025 14:25
by RNEE

Re: How to install Conbee II on Domoticz?

Posted: Thursday 26 June 2025 17:33
by Thorgal789
And viewtopic.php?t=25631 if you have problem.
But you have the complete procedure to install the plugin on the previous link.