Page 2 of 2

Re: zigate

Posted: Thursday 22 November 2018 8:15
by cgraun
Hi pipiche,
thanks for the hint.

Yes, it is in the plugins folder, together with the default ones (examples and AwoxSMP)
And I've restarted Domoticz some times as well.

@jessy,
you mention in the first post that it took you five hours to get is listed.
Did you have noticeable issues? how did you start addressing it?

I've activated the log file and seems there is an error due to the python libraries:

Code: Select all

2018-11-22 08:12:22.264  Status: RxQueue: queue worker started...
2018-11-22 08:12:24.265  Status: EventSystem: reset all events...
2018-11-22 08:12:24.265  Status: EventSystem: reset all device statuses...
2018-11-22 08:12:24.266  Status: EventSystem - Python: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
2018-11-22 08:12:24.266  Status: EventSystem: Started
2018-11-22 08:12:24.266  Status: EventSystem: Queue thread started...
I've tried to re-install libpython3.5 using

Code: Select all

sudo apt install libpython3.5
but it says all is up to date.

any clue will be highly appreciated :roll:

Thank you

Re: zigate

Posted: Thursday 22 November 2018 8:18
by pipiche
You might want to check this wiki https://www.domoticz.com/wiki/Using_Python_plugins

You might have python3.5 and python3.4 installed, and unfortunately Domoticz is taking the wrong one ?

Re: zigate

Posted: Thursday 22 November 2018 10:07
by cgraun
Issue fixed!!

Python versions 2.7, 3.4 and 3.5 were installed, as well as the respective libpython packages.
BUT: only libpython-dev v3.5 was present in the system so, I've installed versions 3 and 3.4 and.. TADAAAAA!!!! ZiGate plugin shows listed now.

First step completed. I'm going to Ikea to buy a couple of bulbs :)

Thanks for your help!!

Re: zigate

Posted: Thursday 22 November 2018 14:26
by misterleffe
First post in this forum!

Thanks for the information about the installation folder! This is NOT mentioned in the "how to do" section in the Wiki for Zigate and NOT in the Github instructions!

Is it possible to update the Wiki as well as, the Github?


Struggled a lot with this Zigate-plugin, before I read your text ... Thanks!

Re: zigate

Posted: Thursday 22 November 2018 15:19
by pipiche