Thats what is bothering me. I thought it should be there. But I can't find it. Even a system wide find / -name plugin.py does only find: root@raspberrypi:/# find / -name plugin.py /home/robert/domoticz/plugins/AwoxSMP/plugin.py I almost think the Domoticz python script is "precompiled" binary for ...
In the plugin directory there are only two dirs. robert@raspberrypi:~/domoticz/plugins $ ls -lrt total 8 drwxr-xr-x 2 pi pi 4096 Nov 9 13:47 examples drwxr-xr-x 3 pi pi 4096 Nov 9 13:47 AwoxSMP Something my eye catched just now is the part of the Domoticz files are owned pi and others with my id ...
Thats the problem, where can I find this plugin.py file? If I use find to locate this file I only find one that's probably not the correct one. $ find . -name plugin.py ./plugins/AwoxSMP/plugin.py Also if I search on _WINDMILL with grep -r I also find no files matching. So I can't find where the ...
Hi, I like the plugin but The Witte Juffer works but Boerenzwaluw has the old ID 191 instead of the correct 201. So no data is being pulled and available for domonticz. I was searching how I could change this but my programming skills are just simple shell scripts.