Search found 6 matches
- Wednesday 08 November 2017 18:40
- Forum: Python
- Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
- Replies: 29
- Views: 7651
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/lib ...
- Wednesday 08 November 2017 18:34
- Forum: Python
- Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
- Replies: 29
- Views: 7651
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/lib ...
- Wednesday 02 August 2017 11:44
- Forum: Temperature and Weather
- Topic: BMP085 ESPEasy
- Replies: 8
- Views: 4094
Re: BMP085 ESPEasy
Thanks for your quick response!
Is this a BMP related problem? My BME280 sensor works perfectly:
Is this a BMP related problem? My BME280 sensor works perfectly:
- Wednesday 02 August 2017 10:31
- Forum: Temperature and Weather
- Topic: BMP085 ESPEasy
- Replies: 8
- Views: 4094
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)
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)
- Thursday 06 July 2017 21:03
- Forum: LUA
- Topic: Needed help to set Door Contact
- Replies: 2
- Views: 1557
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 commandArray ...
- Thursday 06 July 2017 14:44
- Forum: LUA
- Topic: Needed help to set Door Contact
- Replies: 2
- Views: 1557
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 ...