Zigbee n00b issues. Pairing option Topic is solved

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

Moderator: leecollings

Post Reply
User avatar
Rolandet
Posts: 95
Joined: Thursday 31 January 2019 21:11
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: The Netherlands
Contact:

Zigbee n00b issues. Pairing option

Post by Rolandet »

hi all,

I've installed Zigbee2MQTT based on Stas' git repo

I've also tried to follow instructions on several (older) youtube video's.
What I saw is that after adding the hardware in Domoticz, I should have an option 'Zigbee pairing'
However, that option is not presented.
zigbeeHardware.JPG
zigbeeHardware.JPG (99.33 KiB) Viewed 1306 times
Am I missing something? or could this be versioning differences?

The only thing under devices that showed up is "Zigbee2mQtt api_transport 255 Zigbee2MQTT API Transport
Eventhough that was instructed, Im not sure how to continue now.

Any idea's?

tnx
Custodes Septentrionum
User avatar
waltervl
Posts: 5859
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Zigbee n00b issues. Pairing option

Post by waltervl »

If you are new to Domoticz and zigbee you better start using the mqtt auto discover option instead of the python plugin.
See the wiki
https://www.domoticz.com/wiki/Zigbee2MQTT
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
User avatar
Rolandet
Posts: 95
Joined: Thursday 31 January 2019 21:11
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: The Netherlands
Contact:

Re: Zigbee n00b issues. Pairing option

Post by Rolandet »

waltervl wrote: Monday 11 September 2023 23:58 If you are new to Domoticz and zigbee you better start using the mqtt auto discover option instead of the python plugin.
See the wiki
https://www.domoticz.com/wiki/Zigbee2MQTT
Thanx, I've had a previous setup, but that didn't work anymore, so I thought I'd start over.

I've followed the nstructions for Autodiscovery, however I don't seem to have the /opt/zigbee2mqtt directory :(
Custodes Septentrionum
User avatar
waltervl
Posts: 5859
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Zigbee n00b issues. Pairing option

Post by waltervl »

If Zigbee2MQTT is already running you do not need to do anything in Domoticz with /opt/Zigbee2MQTT directory. So I don't understand where your remark is coming from.

Edit, I see now you have to edit the configuration of Zigbee2MQTT. You can also do that from the user interface of Zigbee2MQTT
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
User avatar
Rolandet
Posts: 95
Joined: Thursday 31 January 2019 21:11
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: The Netherlands
Contact:

Re: Zigbee n00b issues. Pairing option

Post by Rolandet »

waltervl wrote: Tuesday 12 September 2023 21:57 If Zigbee2MQTT is already running you do not need to do anything in Domoticz with /opt/Zigbee2MQTT directory. So I don't understand where your remark is coming from.

Edit, I see now you have to edit the configuration of Zigbee2MQTT. You can also do that from the user interface of Zigbee2MQTT
I see. Unfortunately the interface is not available either.
So, both the python plugin as well as the auto discovery mode aren't working for me
I do have to admit that I've bypassed the Docker imagery and installed straight on the pi. Could that be an issue?
Custodes Septentrionum
User avatar
waltervl
Posts: 5859
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Zigbee n00b issues. Pairing option

Post by waltervl »

Yes, you have to find it somewhere else on your system. Start with the Zigbee2MQTT folder in your home.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Dave21w
Posts: 381
Joined: Sunday 29 November 2015 21:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Stable
Location: UK
Contact:

Re: Zigbee n00b issues. Pairing option

Post by Dave21w »

try using this

systemctl status zigbee2mqtt.service

from command line to see if it's actually running, z2m won't start if it cannot detect the coordinator so have you edited the .yaml with the correct values?
User avatar
waltervl
Posts: 5859
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Zigbee n00b issues. Pairing option

Post by waltervl »

I wonder how you installed it on your Pi. Did you use this instruction: https://www.zigbee2mqtt.io/guide/instal ... installing
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
User avatar
Rolandet
Posts: 95
Joined: Thursday 31 January 2019 21:11
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: The Netherlands
Contact:

Re: Zigbee n00b issues. Pairing option

Post by Rolandet »

Dave21w wrote: Wednesday 13 September 2023 8:53 try using this

systemctl status zigbee2mqtt.service

from command line to see if it's actually running, z2m won't start if it cannot detect the coordinator so have you edited the .yaml with the correct values?
ok, this says up and running

Code: Select all

		 
 zigbee2mqtt.service - zigbee2mqtt
   Loaded: loaded (/etc/systemd/system/zigbee2mqtt.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2023-09-13 17:44:11 CEST; 562ms ago
 Main PID: 6255 (node)
    Tasks: 6 (limit: 3860)
   CGroup: /system.slice/zigbee2mqtt.service
           └─6255 node /usr/bin/npm start
Custodes Septentrionum
User avatar
Rolandet
Posts: 95
Joined: Thursday 31 January 2019 21:11
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: The Netherlands
Contact:

Re: Zigbee n00b issues. Pairing option

Post by Rolandet »

waltervl wrote: Wednesday 13 September 2023 9:06 I wonder how you installed it on your Pi. Did you use this instruction: https://www.zigbee2mqtt.io/guide/instal ... installing
I tried that (again) but it fails at NPM.
But (see comment above) zigbee2mqtt does seem to run now
Custodes Septentrionum
User avatar
Rolandet
Posts: 95
Joined: Thursday 31 January 2019 21:11
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: The Netherlands
Contact:

Re: Zigbee n00b issues. Pairing option

Post by Rolandet »

Dave21w wrote: Wednesday 13 September 2023 8:53 try using this

systemctl status zigbee2mqtt.service

from command line to see if it's actually running, z2m won't start if it cannot detect the coordinator so have you edited the .yaml with the correct values?
Eventhough it says up-and-running, my devices are nowhere to be seen :?
Custodes Septentrionum
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest