So, finally I reinstalled everything... and for some reason, everything is working!
Domoticz, Homebridge, Hoobs, everything.
A bit frustrating not to know what was the issue, but still I am happy!
Really thank you guys for your time, support and patience!
Search found 20 matches
- Saturday 27 March 2021 21:09
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
- Saturday 20 March 2021 15:11
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
Sorry my bad/mistake. Did not research what it actually was, and assumed some kind of USB stick. What I found is that Hoobs is IP based, so Hoobs has nothing to do with some USB-ports, am I correct? Was it so that when Hoobs was de-installed that zigbee2mqtt was working as it should? This was ...
- Thursday 18 March 2021 10:03
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
Simple check: Pull Hoobs out of the usb of the raspberry, wait a few second, and put it in again and wait a few seconds. Now run on your raspberry. dmesg And post the last few lines here, it should be something like: [174494.956398] usb 1-1.1: new full-speed USB device number 4 using xhci_hcd ...
- Tuesday 16 March 2021 11:49
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
I've done all the steps, mqtt, zigbee2mqtt. But... after installing also Hoobs, I am getting error message when I am trying to start zigbee2mqtt What is this Hoobs doing? Did it work before you installed Hoobs? Is this hoobs thing claiming your usb key? (Since it wants to connect accessories to a ...
- Tuesday 16 March 2021 11:48
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
I've done all the steps, mqtt, zigbee2mqtt. But... after installing also Hoobs, I am getting error message when I am trying to start zigbee2mqtt What is this Hoobs doing? Did it work before you installed Hoobs? Yes! Domoticz was working fine, and zigbee2mqtt was visible in Hardware. (The thing is ...
- Monday 15 March 2021 23:43
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
Ok so there is an issue were zigbee2mqtt fails to connect to the usb controller. so , what did you define in the configuration.yaml file for the usb port serial: port: /dev/??????? and what is the output of this command?: ls -l /dev/serial/by-id or in case of rights issues: sudo ls -l /dev/serial ...
- Monday 15 March 2021 23:01
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
Right...but what is the answer? is it working or is it not? ...and when it is not: Where are you with getting it sorted? Jos Still no progress. I am following all the advices here, but basically, I'm stuck. Still this message: pi@raspberrypi:/opt/zigbee2mqtt $ npm start > [email protected] start ...
- Monday 15 March 2021 22:17
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
I see you are checking domoticz stuff now, but is zigbee2mqtt working at all now? Your earlier post suggested it is not. Zigbee2mqtt is something totally standalone, so will have to work first before looking at the integration with domoticz. Jos True, I just wanted to answer to the friend asking to ...
- Monday 15 March 2021 22:14
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
Yes, I used exactly this guide.EddyG wrote: ↑Monday 15 March 2021 22:05 Did you follow all these steps? https://www.zigbee2mqtt.io/getting_star ... 2mqtt.html
- Monday 15 March 2021 21:41
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
If you restart Domoticz (or your pi) it should all be visible then. Check the log file of Domoticz for errors or Python messages. Hi, thanks for writing! after restarting Domoticz, this is the log: 2021-03-15 20:38:34.412 Active notification Subsystems: fcm, http (2/13) 2021-03-15 20:38:34.421 ...
- Monday 15 March 2021 21:29
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
The mosquitto error is normal, you try to start a 2nd instance of it. I have a similar output when I run the mosquitto -v command You better check with: sudo service mosquito status I saw that you van replace the zigbee stick portnumber by null for auto detect. What kind of usb device so you use ...
- Monday 15 March 2021 21:26
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
Hi, thanks for your message.EddyG wrote: ↑Sunday 14 March 2021 21:56 What was the output of:Code: Select all
test -w /dev/ttyACM0 && echo success || echo failure
Unfortunately, I get: "success"

- Sunday 14 March 2021 21:23
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
If I google your zigbee2mqtt error I am linked to this : https://www.zigbee2mqtt.io/information/FAQ.html#verify-that-the-user-you-run-zigbee2mqtt-as-has-write-access-to-the-port Hmm, this is what I am getting: pi@raspberrypi:~ $ ls -l /proc/[0-9]/fd/ |grep /dev/ttyACM0 ls: cannot open directory ...
- Saturday 13 March 2021 14:50
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
If you restart Domoticz (or your pi) it should all be visible then. Check the log file of Domoticz for errors or Python messages. and this is the Domoticz log after the reboot 2021-03-13 13:46:53.343 Status: Domoticz V2020.2 (c)2012-2020 GizMoCuz 2021-03-13 13:46:53.344 Status: Build Hash ...
- Saturday 13 March 2021 14:44
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
If you restart Domoticz (or your pi) it should all be visible then. Check the log file of Domoticz for errors or Python messages. Thanks I'll try it. meanwhile, I'm posting the whole code I get when I start zignee2mqtt as there are some more error messages and it might make more sense. Really ...
- Saturday 13 March 2021 13:55
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
Also I think it's okay:waltervl wrote: ↑Saturday 13 March 2021 13:39 And for the zigbee2mqtt to become visible the python plugin just needs to be seen.
For this Python must be correctly activated on your system: https://www.domoticz.com/wiki/Using_Python_plugins
Code: Select all
pi@raspberrypi:~ $ python3 -V
Python 3.7.3
- Saturday 13 March 2021 13:47
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
Yes, seems it is still on the same portwaltervl wrote: ↑Saturday 13 March 2021 13:28 Is your Zigbee USB still on the same USB port (from the OS point of view)? See https://www.domoticz.com/wiki/PersistentUSBDevices
Code: Select all
pi@raspberrypi:~ $ ls -l /dev/ttyACM0
crw-rw---- 1 root dialout 166, 0 Mar 13 12:45 /dev/ttyACM0
- Saturday 13 March 2021 13:11
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
Re: No Zigbee2mqtt on the Hardware list
Thanks for your quick reply! I've done all the steps, mqtt, zigbee2mqtt. But... after installing also Hoobs, I am getting error message when I am trying to start zigbee2mqtt Zigbee2MQTT:info 2021-03-13 11:42:37: Starting zigbee-herdsman (0.13.71) Zigbee2MQTT:error 2021-03-13 11:42:37: Error while ...
- Saturday 13 March 2021 12:56
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: No Zigbee2mqtt on the Hardware list
- Replies: 37
- Views: 4707
No Zigbee2mqtt on the Hardware list
Hi everybody,
I have Domoticz installed on a RPi 3B+ and for some reason, there is no "Zigbee2mqtt" option on the Setup –––> Hardware list
So, some help would be much appreciated
Thanks!
I have Domoticz installed on a RPi 3B+ and for some reason, there is no "Zigbee2mqtt" option on the Setup –––> Hardware list
So, some help would be much appreciated
Thanks!
- Thursday 06 August 2020 14:28
- Forum: iOS
- Topic: Domoticz App
- Replies: 505
- Views: 128579
Re: Domoticz App
Hello,
Can anyone assist me on how to fill the server details in the iOS app? Please!
I am far from IT person, but I managed to set up a RPi with Zigbee sniffer. The platform works fine from the RPi browser, but I cannot access it from any other computer or the iOS app.
Please!
Alex
Can anyone assist me on how to fill the server details in the iOS app? Please!
I am far from IT person, but I managed to set up a RPi with Zigbee sniffer. The platform works fine from the RPi browser, but I cannot access it from any other computer or the iOS app.
Please!
Alex