Search found 11 matches
- Monday 19 February 2024 22:17
- Forum: Other questions and discussions
- Topic: Understanding logs about a missing device
- Replies: 3
- Views: 200
Re: Understanding logs about a missing device
What zigbee integration in Domoticz do you use? I use the default deconz plugin. I see an air quality device in Domoticz, so something going wrong in the plugin with the translation, right? edit: I see that this plugin is from its own repo which hasn't been updated for a while. Thanks for pointing ...
- Monday 19 February 2024 21:16
- Forum: Other questions and discussions
- Topic: Understanding logs about a missing device
- Replies: 3
- Views: 200
Understanding logs about a missing device
Hi, Domoticz does not show an air quality value or text from my IKEA VINDSTYRKA Air quality monitor. I want to understand what the logs are trying to tell me here: Error: DeConz: Unknow device type ZHAAirQuality Who doesn't know this device type? Deconz or Domoticz? And to help me a little further ...
- Thursday 04 January 2024 22:32
- Forum: Other questions and discussions
- Topic: Docker compose error
- Replies: 7
- Views: 1618
Re: Docker compose error
It is more simple then that. You don't have to go inside the docker. You look on the main system (probably a Raspbery Pi) in /dev/serial/by-id and there you find your devices. With the help of "lsusb" you can figure out which is which. You are probably looking for a Aeon Z-stick Gen5? That is indeed ...
- Thursday 04 January 2024 22:24
- Forum: Z-Wave
- Topic: zwave.me uzb1 on debian bookworm on pi3b
- Replies: 2
- Views: 1432
Re: zwave.me uzb1 on debian bookworm on pi3b
Do you have a little bit more info? Is /dev/serial/by-id totally empty?
- Thursday 04 January 2024 22:20
- Forum: Z-Wave
- Topic: Z-wave JS UI failed to open serial port
- Replies: 38
- Views: 40688
Re: Z-wave JS UI failed to open serial port
Are you sure your device ID is correct and it is not: usb-0658_0200-if00 (without the port0 part)
Is this a typo? Or do you zwave-js and mosquitto in the same directory?My docker-compose.yml file in root@homebridge:~/mosquitto-docker-compose# looks like this:
- Thursday 04 January 2024 21:50
- Forum: Z-Wave
- Topic: Multiple values in one Z-Wave device not discovered
- Replies: 0
- Views: 6370
Multiple values in one Z-Wave device not discovered
Hi, As many, I have moved to a MQTT and Z-Wave-JS. I am not an expert on either of these but I managed to get it working, albeit with some trickery. I have Fibraro smart switch has a couple of power meters and, of course, a switch. I found the following configuration under "Home Assistant - devices ...
- Thursday 04 January 2024 21:36
- Forum: Z-Wave
- Topic: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)
- Replies: 21
- Views: 5920
Re: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)
One final question. After i reboot my Domoticz, the zWave-devices won't work anymore. I have to SSH to my Domoticz, go to /opt/mosquitto and then run make up Is there a way do to this automatically so it will start anytime i am rebooting my Domoticz system? You used the docker compose repo? I added ...
- Sunday 05 July 2020 15:55
- Forum: PHP and all others
- Topic: Venetian Blinds virtual switch
- Replies: 6
- Views: 4575
Re: Venetian Blinds virtual switch
for who ends up here from google: https://www.domoticz.com/forum/viewtopic.php?t=16923
- Friday 19 June 2020 16:41
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 681
- Views: 107493
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Is that true? I have not found any apps other then Hue Essentials (and all4hue supposedly) that work with the deConz bridge. You know any others that work?Thorgal789 wrote: ↑Friday 15 February 2019 18:05 For API, deconz mimic hue API , their objective is Philips Hue applications to work unaltered with deCONZ.
- Friday 31 May 2019 22:53
- Forum: Other questions and discussions
- Topic: Own sensor. Where to start?
- Replies: 3
- Views: 1005
Re: Own sensor. Where to start?
Thanks. I will venture down that path 

- Thursday 30 May 2019 10:17
- Forum: Other questions and discussions
- Topic: Own sensor. Where to start?
- Replies: 3
- Views: 1005
Own sensor. Where to start?
Hello, I have made my own Arduino sensor that can communicate over the network. It is a simple alarm that can be either "High" or "Low" and I can craft my own HTTP requests. My first question is, what is the best approach to connect it to Domoticz? - Create a device in Domoticz an talk to the API ...