Search found 8 matches

by zynexiz
Thursday 01 November 2018 20:45
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: running domoticz->Fatal Python error: drop_gil: GIL is not locked
Replies: 6
Views: 2167

Re: running domoticz->Fatal Python error: drop_gil: GIL is not locked

Because the error is python related, I decided to downgrade the 2 python packages that were upgraded just before the issue occurred: python-setuptools (1:40.4.3-1 -> 1:40.2.0-1) python (3.7.0-4 -> 3.6.6-1) Now I don't get the error anymore. For me this is an acceptable workaround. I hope a future ...
by zynexiz
Thursday 30 August 2018 21:50
Forum: Design, usability and languages
Topic: Is there a way to sort scenes / switches?
Replies: 4
Views: 2732

Re: Is there a way to sort scenes / switches?

Not sure with the default theme, but with aurora you can drag n' drop the stuff and rearrange them as you like.
by zynexiz
Tuesday 09 January 2018 21:15
Forum: Z-Wave
Topic: Aeon Labs - Micro Double Smart Switch (DSC17103)
Replies: 0
Views: 444

Aeon Labs - Micro Double Smart Switch (DSC17103)

Hi. I just noticed that one of my switched was paired as Aeotec DSC35103 Micro Double Switch , witch is the wrong one. It should be something like Aeotec DSC17103 Double Smart Energy Switch . It seems like it's not present in the aeotec folder at all (found dsc35103.xml). The switch itself works ...
by zynexiz
Tuesday 09 January 2018 17:04
Forum: Design, usability and languages
Topic: Aurora theme
Replies: 466
Views: 168241

Re: Aurora theme

I had problem with settings that not got saved. I noticed that I didn't have any variables at all on the user variable page, thus nothing was saved. I created a string variable named 'theme-aurora' and restarted the browser. After that two new variables got created; theme-aurora-styling and theme ...
by zynexiz
Sunday 29 October 2017 13:34
Forum: LUA
Topic: Fetching changes inside lua script
Replies: 2
Views: 748

Re: Fetching changes inside lua script

Like I thought then. This is kinda bad, because press and hold functions renders pretty useless then if you wanna add that kind of functionality to the system. I used Fibaro HC2 before, and it had the same limit. I created a dirty solution on my HC2 that worked 3-4 out of 5 times. I created a second ...
by zynexiz
Wednesday 18 October 2017 16:29
Forum: LUA
Topic: Fetching changes inside lua script
Replies: 2
Views: 748

Fetching changes inside lua script

Hi. I have a wall switch that I use to control some lamps with dimmer function. I have NoOn Wall Switch Cozy White and Aeon Labs dimmers. Each button on the wall switch have 4 functions; press, press and hold, release and double click. When using the press and hold function, the LUA script starts ...
by zynexiz
Friday 06 October 2017 11:37
Forum: dzVents
Topic: dzVents 2.3.0 released in v3.8551
Replies: 37
Views: 6523

Re: dzVents 2.3.0 released in v3.8551

Just updated my Pi to v3.8551, and according to this document the path do dzVents has moved to domoticz root (~/domoticz/dzVents), but this is not the case for me. Can't find dzVents runtimes anywhere, not even under scripts. There is also an error in the log; EventSystem: in /home/pi/domoticz ...
by zynexiz
Sunday 05 March 2017 11:36
Forum: LUA
Topic: Dim up/down thru a remote control
Replies: 2
Views: 1404

Dim up/down thru a remote control

Hi. I have a NodON Wall Switch Cozy White controlling a couple of lamps connected to Aeon Labs Micro Smart Dimmer. The switch has four buttons, and each button have 4 different states (pressed, held down, released and pressed twice). The 'pressed' state is quite forward and easy to configure ...