Search found 12 matches

by avantwist
Thursday 24 August 2017 21:45
Forum: Python
Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
Replies: 29
Views: 7846

Re: Python Plugin: Woonvelig Gate01 Alarmsystem

hmm, no, directory is empty
it is located in /usr/local/lib/python2.7/dist-packages

Can I just move it ?
by avantwist
Thursday 24 August 2017 19:35
Forum: Python
Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
Replies: 29
Views: 7846

Re: Python Plugin: Woonvelig Gate01 Alarmsystem

Yes I have,

This is the message I receive when I try to install it again.Any other weay to test it?

pi@piserver:~ $ sudo pip install demjson
Requirement already satisfied (use --upgrade to upgrade): demjson in /usr/local/lib/python2.7/dist-packages
Cleaning up...
by avantwist
Thursday 10 August 2017 20:24
Forum: Python
Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
Replies: 29
Views: 7846

Re: Python Plugin: Woonvelig Gate01 Alarmsystem

Unfortunately Im getting the same error on my Pi in the log when addning the hardware: 2017-08-10 20:20:51.413 Error: (Woonveilig) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/domoticz-woonveilig/:/usr/lib/python3.4/:/usr/lib/python3.4/plat-arm-linux-gnueabihf:/usr/lib ...
by avantwist
Wednesday 09 August 2017 21:59
Forum: Python
Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
Replies: 29
Views: 7846

Re: Python Plugin: Woonvelig Gate01 Alarmsystem

perfect.
It works.
by avantwist
Wednesday 09 August 2017 20:42
Forum: Python
Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
Replies: 29
Views: 7846

Re: Python Plugin: Woonvelig Gate01 Alarmsystem

Hello, I have succesfully installed all additional plugins and software, and after the reboot I see the" Woonveilig Gate 01" under Hardware. But when I add it, nothing happens. It will not appear under the Hardware list If I addd other "hardware" they are addes to the list. Any ideas?
by avantwist
Friday 04 August 2017 18:39
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 146487

Re: Dashticz - [BETA] Module - Garbage collector

var _LANGUAGE = 'nl_NL'; //or: de_DE, en_US, fr_FR, hu_HU, it_IT, pt_PT, sv_SE var _HOST_DOMOTICZ = 'http://192.168.1.101:8080'; var _DOMOTICZ_REFRESH = 5; //in seconds var _DASHTICZ_REFRESH = 30; //in minutes var _THEME = 'default'; // default = dashticz default theme var _APP_TITLE = 'Dashticz ...
by avantwist
Friday 04 August 2017 17:29
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 146487

Re: Dashticz - [BETA] Module - Garbage collector

Got it working Rob, thanks. Only problem now is that with adding this to my config I only see the gabrage in my screen and nothing else /Trash options var trashcan = {} trashcan.hvc = { maxitems: 4, trashapp: 'hvc', width:6, zipcode:'3319wc', housenumber:'2' } var trashnames = {} trashnames['Rest ...
by avantwist
Thursday 03 August 2017 22:46
Forum: Design, usability and languages
Topic: Dashticz - Alternative Dashboard
Replies: 174
Views: 94150

Re: Dashticz - Alternative Dashboard

robgeerts wrote:Do you use the regular (master) version or the beta?
If you use the original version, try the CONFIG.JS I've added as an attachment first..
It works Rob.
Thanks for your assistance.
by avantwist
Thursday 03 August 2017 22:44
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 146487

Re: Dashticz - [BETA] Module - Garbage collector

robgeerts wrote:Are you using the beta version or the master version?
I think the master:
Version: 3.8153
Build Hash: 494fff7
Compile Date: 2017-07-30 12:19:41
by avantwist
Thursday 03 August 2017 18:36
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 146487

Re: Dashticz - [BETA] Module - Garbage collector

Guys, what am I doing wrong. Added all the right info in the config.js but nothinh appears.. //Trash options var trashcan = {} trashcan.hvc = { trashapp: 'hvc', width:12, zipcode:'3319wc', housenumber:'2' } var trashcolors = {} trashcolors['Gft'] = 'Green'; trashcolors['Pmd'] = 'Orange'; columns[1 ...
by avantwist
Wednesday 02 August 2017 17:08
Forum: Design, usability and languages
Topic: Dashticz - Alternative Dashboard
Replies: 174
Views: 94150

Re: Dashticz - Alternative Dashboard

Guys,
some advice please.

Got dashtics up and running.
But every change I make to the config.js will not apply.
It still only sees the default screen.

Any suggestions?

cheers,
Aaron
by avantwist
Wednesday 21 September 2016 22:06
Forum: PHP and all others
Topic: Smoke detector activates sunscreen
Replies: 0
Views: 460

Smoke detector activates sunscreen

Hello, I have 2 FR21RF smoke detectors that are configured in DomoticZ, I can send the "ON" and the siren goes of. I also have 3 Sunscreens with SOmfy RTS which are also working great. Up/Down/Stop I want to create a blocky that when the smoke detector goes of, the sunscreens automaticly goes UP. Do ...