Page 1 of 1

Zigbee2MQTT Python plugin

Posted: Sunday 22 December 2019 19:32
by geraldFS
Hello!

I'm experimenting with Domoticz and ZigBee2MQTT and the corresponding Python plugin.

1) Zigbee2MQTT works and recognizes the devices
2) Local MosquittoBroker runs and receives the data
3) zigbee2MQTT plug does not run, as soon as the hardware is added the Domoticz is no longer accessible or the entire hardware setup is gone.
I import my security and everything works again except for the zigbee-python plugin?

It seems to me that the database is simply being shot :shock:

What can I do?

Gerald

Domoticz Version: 4.10717
dzVents version: 2.4.19
Python version: 3.7.3

Hardware:
OrangePi PC2 with Armbian Buster
32GB MicroSD
CC2531 UBS (ZigBee)

Re: Zigbee2MQTT Python plugin

Posted: Wednesday 25 December 2019 16:59
by pmalvino
Hello. Need some help. I have Xiaomi Honeywell smoke detector that published smoke alarm when density is higher than 1, but the sensor alarm sound doesn’t go on.

Code: Select all

 2019-12-25 15:40:47: MQTT publish: topic 'zigbee2mqtt/0x00158d0002f37604', payload '{"smoke":true,"linkquality":13,"battery":100,"voltage":3155,"smoke_density":1}'

The “smoke”:true when “smoke_density”:1, this is a problem that could be solved in Domoticz if the value smoke_density was created as a device. How can I add smoke_density value to Domoticz, is there a way to do that? Thank tou