Search found 10 matches
- Saturday 08 May 2021 15:45
- Forum: Python
- Topic: Python Plugin: TUYA
- Replies: 507
- Views: 93259
Re: Python Plugin: TUYA
For installing on a NAS please see this link chapter 'Install Domoticz tuya cloud plugin' Installing is not the problem. I had it working just fine. But then it stopped working and I got the same errors in Domoticz. And I think this has something to do with a Python update that has recently been ...
- Tuesday 04 May 2021 18:12
- Forum: Python
- Topic: Python Plugin: TUYA
- Replies: 507
- Views: 93259
Re: Python Plugin: TUYA
Hi. I have installed Domoticz-TUYA-Plugin in my Domoticz. Here what I get in log : 2021-05-03 21:34:26.549 Error: (tuya) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/Domoticz-TUYA-Plugin/:/usr/lib/python3.4/:/usr/lib/python3.4/plat-arm-linux-gnueabihf:/usr/lib/python3 ...
- Monday 24 December 2018 13:31
- Forum: Python
- Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
- Replies: 29
- Views: 7674
Re: Python Plugin: Woonvelig Gate01 Alarmsystem
I also have the gate 03 and had the same errors. Found another plugin that works with the gate 03, but at this moment you cannot set the state of the alarm from within domoticz. https://github.com/System67/GateKeeper/blob/master/plugin.py Wow cool, thanks for this tip! This made my day :-) I was ...
- Thursday 24 August 2017 20:52
- Forum: Python
- Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
- Replies: 29
- Views: 7674
Re: Python Plugin: Woonvelig Gate01 Alarmsystem
Sorry, I can't help you with that. Maybe the topic starter can help.
- Thursday 24 August 2017 16:36
- Forum: Python
- Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
- Replies: 29
- Views: 7674
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 ...
- Monday 31 July 2017 13:43
- Forum: Python
- Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
- Replies: 29
- Views: 7674
Re: Python Plugin: Woonvelig Gate01 Alarmsystem
Have been trying to figure out how to get past this error. My logic is that there is something going wrong with the Python 2to3 conversion of demjson. I think my current installation of Python3, from the original Synology source, does not include the 2to3 library. Tried the same with the ...
- Sunday 30 July 2017 19:20
- Forum: Python
- Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
- Replies: 29
- Views: 7674
Re: Python Plugin: Woonvelig Gate01 Alarmsystem
Ok, so I figured out that demjson was not in the correct folder. I copied demjson.py to the folder /volume1/@appstore/py3k/usr/local/lib/python3.5/ and made it executable. This solves the first problem. But now, I'm getting an other error: 2017-07-30 18:46:04.547 Error: (Woonveilig) failed to load ...
- Saturday 29 July 2017 9:25
- Forum: Python
- Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
- Replies: 29
- Views: 7674
Re: Python Plugin: Woonvelig Gate01 Alarmsystem
So, I installed demjson: running install running build running build_py running build_scripts creating build/scripts-3.5 copying and adjusting jsonlint -> build/scripts-3.5 changing mode of build/scripts-3.5/jsonlint from 644 to 755 Skipping optional fixer: buffer Skipping optional fixer: idioms ...
- Saturday 29 July 2017 8:54
- Forum: Python
- Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
- Replies: 29
- Views: 7674
Re: Python Plugin: Woonvelig Gate01 Alarmsystem
Oh, I totally did not read that part, sorry... Going to try and get that up and running on my Synology then.
- Friday 28 July 2017 21:31
- Forum: Python
- Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
- Replies: 29
- Views: 7674
Re: Python Plugin: Woonvelig Gate01 Alarmsystem
Thanks for this! I was looking for an easy way to include my Woonveilig system into Domoticz. Unfortunately, I get an error when trying to use the plugin: 2017-07-28 21:18:23.327 Error: (Woonveilig) failed to load 'plugin.py', Python Path used was '/usr/local/domoticz/var/plugins/domoticz-woonveilig ...