Search found 6 matches

by fvdijke
Wednesday 08 November 2017 18:40
Forum: Python
Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
Replies: 29
Views: 8387

Re: Python Plugin: Woonvelig Gate01 Alarmsystem


Hi,
I think i did evrything correct. Checked the sys.path, checked the exsistance of demjson.py but i end up with this message:

2017-11-08 18:26:06.173 Error: (Woonveilig) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/domoticz-woonveilig/:/usr/lib/python35.zip:/usr ...
by fvdijke
Wednesday 08 November 2017 18:34
Forum: Python
Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
Replies: 29
Views: 8387

Re: Python Plugin: Woonvelig Gate01 Alarmsystem

Hi,
I think i did evrything correct. Checked the sys.path, checked the exsistance of demjson.py but i end up with this message:

2017-11-08 18:26:06.173 Error: (Woonveilig) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/domoticz-woonveilig/:/usr/lib/python35.zip:/usr ...
by fvdijke
Wednesday 02 August 2017 11:44
Forum: Temperature and Weather
Topic: BMP085 ESPEasy
Replies: 8
Views: 4276

Re: BMP085 ESPEasy

Thanks for your quick response!
Is this a BMP related problem? My BME280 sensor works perfectly:
Screen 2017-08-02 om 11.39.51.jpg
Screen 2017-08-02 om 11.39.51.jpg (47 KiB) Viewed 3335 times
by fvdijke
Wednesday 02 August 2017 10:31
Forum: Temperature and Weather
Topic: BMP085 ESPEasy
Replies: 8
Views: 4276

Re: BMP085 ESPEasy

Hi, i have a same problem i think.
I added a Temp + Baro device but only the Temp value is shown. I tried both the BMP180 and 280's. On my nodeMCU i can see both value's (see images)
Screen 2017-08-02 om 10.20.09.jpg
Screen 2017-08-02 om 10.20.09.jpg (37.53 KiB) Viewed 3345 times
Screen 2017-08-02 om 10.20.52.jpg
Screen 2017-08-02 om 10.20.52.jpg (78.12 KiB) Viewed 3345 times
by fvdijke
Thursday 06 July 2017 21:03
Forum: LUA
Topic: Needed help to set Door Contact
Replies: 2
Views: 1607

Re: Needed help to set Door Contact

Oke, fixed the problem.
Apparently the script is triggered with the value 'Open' (log reports On) but the switch need the value "Off"
I tried On in the scripts but that's not working.

Confused? Well, i am :)

CODE: SELECT ALL
commandArray = {}
if (devicechanged['Berging'] == 'Open') then ...
by fvdijke
Thursday 06 July 2017 14:44
Forum: LUA
Topic: Needed help to set Door Contact
Replies: 2
Views: 1607

Needed help to set Door Contact

Hi, i need some help because this small case is driving me mad!!!!

I have a magnetic doorcontact that, when the door opens it set the switch to open. This switch wil stay open even when the door is closed again.
So, i created a script that, when the switch is set to Open, it sets it back to Closed ...