How to install Conbee II on Domoticz? Topic is solved

Xiaomi, Ikea TRÅDFRI, Philips Hue and more.

Moderator: leecollings

Post Reply
BarryT
Posts: 369
Joined: Tuesday 31 March 2015 22:06
Target OS: Linux
Domoticz version: 2024.3
Location: east netherlands
Contact:

How to install Conbee II on Domoticz?

Post 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
thomasbaetge
Posts: 153
Joined: Wednesday 02 October 2019 11:47
Target OS: Linux
Domoticz version: 2023.1
Location: DE / BY / LT
Contact:

Re: How to install Conbee II on Domoticz?

Post 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

BarryT
Posts: 369
Joined: Tuesday 31 March 2015 22:06
Target OS: Linux
Domoticz version: 2024.3
Location: east netherlands
Contact:

Re: How to install Conbee II on Domoticz?

Post 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" ...?
Thorgal789
Posts: 851
Joined: Wednesday 15 August 2018 14:38
Target OS: -
Domoticz version:
Contact:

Re: How to install Conbee II on Domoticz?

Post 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
BarryT
Posts: 369
Joined: Tuesday 31 March 2015 22:06
Target OS: Linux
Domoticz version: 2024.3
Location: east netherlands
Contact:

Re: How to install Conbee II on Domoticz?

Post 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!
Thorgal789
Posts: 851
Joined: Wednesday 15 August 2018 14:38
Target OS: -
Domoticz version:
Contact:

Re: How to install Conbee II on Domoticz?

Post by Thorgal789 »

But lsb-release is not by defaut on buster ?
BarryT
Posts: 369
Joined: Tuesday 31 March 2015 22:06
Target OS: Linux
Domoticz version: 2024.3
Location: east netherlands
Contact:

Re: How to install Conbee II on Domoticz?

Post 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
elmortero
Posts: 247
Joined: Sunday 29 November 2015 20:46
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.9639
Location: Spain
Contact:

Re: How to install Conbee II on Domoticz?

Post 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 :)
Thorgal789
Posts: 851
Joined: Wednesday 15 August 2018 14:38
Target OS: -
Domoticz version:
Contact:

Re: How to install Conbee II on Domoticz?

Post 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
jimbou
Posts: 9
Joined: Wednesday 10 January 2018 18:56
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: How to install Conbee II on Domoticz?

Post 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.
RNEE
Posts: 10
Joined: Sunday 05 August 2018 10:13
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.7
Location: Eindhoven area
Contact:

Re: How to install Conbee II on Domoticz?

Post by RNEE »

Domoticz on Raspberry PI 5 with 500 Gb NvME|Milight|RFXCOM|Goodwe - Smartstuff P1 meter|Buienradar|Afval kalender|Tuya||deCONZ Conbee II| in development Marstek Homebattery 5,12Kwh via Modbus |
Thorgal789
Posts: 851
Joined: Wednesday 15 August 2018 14:38
Target OS: -
Domoticz version:
Contact:

Re: How to install Conbee II on Domoticz?

Post 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.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest