Search found 59 matches

by StasDemydiuk
Saturday 27 March 2021 15:23
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 89324

Re: Python Plugin: Zigbee2Mqtt

You can upgrade without removing the old version of the plugin but after that will need to review and remove duplicated logical devices manually (primarily some switches)
by StasDemydiuk
Saturday 27 March 2021 8:50
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 89324

Re: Python Plugin: Zigbee2Mqtt

Guys, FYI, I've just officially released the next version (3.0) of the plugin. Now it uses device definitions provided from zigbee2mqtt to create appropriate logical devices in Domoticz, so there is no more need to add support for each device individually. But please be aware that there are some ...
by StasDemydiuk
Saturday 27 March 2021 7:35
Forum: Python
Topic: Python Plugin Framework limitation to 256 Units
Replies: 51
Views: 6402

Re: Python Plugin Framework limitation to 256 Units

@dnpwoo Thank you so much for your effort in implementing this python plugin system in Domoticz Other feature that might be useful for plugin developers is the ability to expose some API from the plugin which can be called using Domoticz JSON API. This is very useful if you are going to implement a ...
by StasDemydiuk
Sunday 16 August 2020 11:09
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 89324

Re: Python Plugin: Zigbee2Mqtt

Please create a ticket for support there
https://github.com/stas-demydiuk/domoti ... gin/issues
by StasDemydiuk
Tuesday 09 June 2020 19:11
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 89324

Re: Python Plugin: Zigbee2Mqtt

You need to wait some time till model attribute for your device start appearing in zigbee2mqtt devices response. Sometimes it doesn't appear immediately after pairing and require an hour or so. Also you can try to repair device to network
by StasDemydiuk
Wednesday 27 May 2020 18:44
Forum: Python
Topic: Python Plugin: Python Plugin Manager
Replies: 234
Views: 104764

Re: Python Plugin: Python Plugin Manager

Thanks to ycahome's great work and basing on the original plugin I've created alternate version with UI (using Domoticz custom page) to easily manage plugins. Hopefully someone else also find it useful. Any feedback is highly welcome https://github.com/stas-demydiuk/domoticz-plugins-manager https ...
by StasDemydiuk
Wednesday 27 May 2020 18:27
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 89324

Re: Python Plugin: Zigbee2Mqtt

If you update plugin, probably it should help but still try to be more careful with installation instructions (folder where you've installed plugin is wrong)
by StasDemydiuk
Wednesday 20 May 2020 21:32
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 89324

Re: Python Plugin: Zigbee2Mqtt

There is a checkbox on plugin page to control "permit_join" option, so you can easily change it by checking or unchecking the checkbox. Or you mean something else?
by StasDemydiuk
Saturday 02 May 2020 11:55
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 89324

Re: Python Plugin: Zigbee2Mqtt

hoeby wrote: Saturday 02 May 2020 11:16 But it looks like it is missing the "import json…." row in the code.
You are right, there was missing import in adapters' code. Just pushed a fix so now should work fine
by StasDemydiuk
Tuesday 07 April 2020 21:27
Forum: dzVents
Topic: Presence detection using UniFi Controller and DzVents [Solved]
Replies: 71
Views: 18096

Re: Presence detection using UniFi Controller and DzVents [Solved]

@Delfuego Thank you so much for the script! I've modified it a bit to allow collect historical data as mobile devices are going to sleep time to time and could be not visible in the network when script polls the UniFi Controller. With these changes script polls data from controller every minute and ...
by StasDemydiuk
Wednesday 29 January 2020 21:26
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 89324

Re: Python Plugin: Zigbee2Mqtt

I'd recommend to use 2 different MQTT topics and create 2 instances of plugin in Domoticz (on Hardware page)
by StasDemydiuk
Wednesday 06 November 2019 7:40
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 90238

Re: Zigbee2MQTT

You could use this manual as example https://www.zigbee2mqtt.io/how_tos/how_ ... outer.html
by StasDemydiuk
Sunday 03 November 2019 12:19
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 90238

Re: Zigbee2MQTT

my zigbee2mqtt bridge is full, can i add a second one using a second pi? Yes, you can, but you will need to run additional instance of zigbee2mqtt. Basically after that you will have 2 independent zigbee networks. Also you could flash additional zigbee stick as a router and in this way extend your ...
by StasDemydiuk
Sunday 18 August 2019 19:58
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 89324

Re: Python Plugin: Zigbee2Mqtt

Hello, first of all what i must say - good job with the plugin :) Currently i have some temperature, smoke sensor and works fine, but is lack of gas sensor (or i do something wrong). Is any chance to support Xiaomi Gas Leak sensor/detector with the plugin ? rafek There is no problem to add support ...
by StasDemydiuk
Saturday 29 June 2019 11:59
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 90238

Re: Zigbee2MQTT

I would suggest to create dzVents script which will set switch state to "Off" after each use. This is how I solved the issue
by StasDemydiuk
Tuesday 12 March 2019 8:31
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 90238

Re: Zigbee2MQTT

@Mayki as na option I would suggest to install zigbee2mqtt Domoticz Plugin to add native support for zigbee2mqtt without need of additional dzVents/Lus scripts
https://github.com/stas-demydiuk/domoti ... qtt-plugin
by StasDemydiuk
Tuesday 19 February 2019 8:15
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 89324

Re: Python Plugin: Zigbee2Mqtt

It shouldn't behave like this, instead it should show this message only once at plugin start. I've already noticed such behavior couple times but cannot identify the root cause. Usually plugin restart helps.
by StasDemydiuk
Friday 08 February 2019 16:54
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 89324

Re: Python Plugin: Zigbee2Mqtt

Yes, but power management will not work
by StasDemydiuk
Thursday 07 February 2019 20:18
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 89324

Re: Python Plugin: Zigbee2Mqtt

Hi Guys, I have a Hive Active Plug which I have got working in zigbee2mqtt. How can I get this supported by the plugin? Sach Hi Sach Unfortunately I don't have any zigbee Plug with power measurement to implement proper support, but you can create ticket for new device in plugin repository (https ...
by StasDemydiuk
Monday 04 February 2019 21:31
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 90238

Re: Zigbee2MQTT

Could you please share your Domoticz log, maybe plugin has issues connecting to MQTT server