Search found 5 matches

by Guldan
Tuesday 09 March 2021 21:36
Forum: Python
Topic: Python Plugin: Windcentrale
Replies: 14
Views: 2313

Re: Python Plugin: Windcentrale

Hi,

That explains a lot. Thanks. I will check the plugin and check if I can rebuild system so it's als more up to date ;-)

Thanks again @Xorfor
by Guldan
Monday 08 March 2021 21:22
Forum: Python
Topic: Python Plugin: Windcentrale
Replies: 14
Views: 2313

Re: Python Plugin: Windcentrale

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 ...
by Guldan
Monday 08 March 2021 19:18
Forum: Python
Topic: Python Plugin: Windcentrale
Replies: 14
Views: 2313

Re: Python Plugin: Windcentrale

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 ...
by Guldan
Sunday 07 March 2021 22:02
Forum: Python
Topic: Python Plugin: Windcentrale
Replies: 14
Views: 2313

Re: Python Plugin: Windcentrale

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 ...
by Guldan
Sunday 07 March 2021 12:28
Forum: Python
Topic: Python Plugin: Windcentrale
Replies: 14
Views: 2313

Re: Python Plugin: Windcentrale

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.