Search found 8 matches

by shturm
Sunday 11 February 2018 22:22
Forum: Python
Topic: PluginSystem does not start
Replies: 10
Views: 1872

Re: PluginSystem does not start

Alright, after a week of installing and reinstalling python, and trying myriad of other things, I finally succeeded in building Domoticz with python support. Turns out, the problem was in CMakeCache.txt file: CMakeCache.txt:USE_PYTHON:BOOL=OFF This setting remained there as OFF since I first built ...
by shturm
Sunday 04 February 2018 18:58
Forum: Python
Topic: PluginSystem does not start
Replies: 10
Views: 1872

Re: PluginSystem does not start

I built it myself from git repo. $ readelf -s domoticz | grep ython 2610: 0000000000000000 0 FILE LOCAL DEFAULT ABS EventsPythonModule.cpp 2626: 0000000000000000 0 FILE LOCAL DEFAULT ABS EventsPythonDevice.cpp 4527: 0000000000000000 0 FILE LOCAL DEFAULT ABS PythonObjects.cpp 4530: 00000000005b15a0 ...
by shturm
Sunday 04 February 2018 4:07
Forum: Python
Topic: PluginSystem does not start
Replies: 10
Views: 1872

Re: PluginSystem does not start

I did this, and after restart Domoticz shows Setup > Settings > Other > EventSystem Disabled - checked. Nothing changed, I still don't see PluginSystem log entry. I'm kind of confused, previous instructions were about querying EnableEventScriptSystem, but the last one was about setting ...
by shturm
Saturday 03 February 2018 22:07
Forum: Python
Topic: PluginSystem does not start
Replies: 10
Views: 1872

Re: PluginSystem does not start

can you post the first lines of your log, created at the start of domoticz ? 2018-02-03 13:03:33.296 RxQueue: queue worker started... 2018-02-03 13:03:35.297 Nest: Worker started... 2018-02-03 13:03:35.298 Hardware Monitor: Started 2018-02-03 13:03:35.309 AppLamp: Worker Started... 2018-02-03 13:03 ...
by shturm
Saturday 03 February 2018 4:28
Forum: Python
Topic: PluginSystem does not start
Replies: 10
Views: 1872

Re: PluginSystem does not start

Did you enable the plugin system ? Setup-> Settings -> Other -> EventSystem ? you can also look directly in the database : sqlite3 domoticz.db >select Key,nValue from Preferences where Key="EnableEventScriptSystem"; Event System is not disabled (checkbox is unchecked). The sql query prints nothing ...
by shturm
Thursday 01 February 2018 7:09
Forum: Python
Topic: PluginSystem does not start
Replies: 10
Views: 1872

PluginSystem does not start

I'm on 3.8153 (latest stable) and my PluginSystem does not start. There is no mention of it in the log file.
Ubunntu 14.04, libpython3.5 is installed

Any idea how can I enable plugins?
by shturm
Thursday 01 February 2018 6:37
Forum: Python
Topic: Python plugin: Battery Level for Z-Wave Devices
Replies: 167
Views: 33890

Re: Python plugin: Battery Level for Z-Wave Devices

anton wrote: Friday 12 January 2018 12:07 Hi,

I did everything what is write in the manual.
I don’t see the the plug-in by the hardware.

Gr.
Anton
I'm having the same problem.
Ubuntu 14.04
Domoticz 3.8153
It's installed in ~/git/domoticz

Any idea why I don't see plugin in the list?