Search found 51 matches

by ffes
Friday 23 June 2017 14:02
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

Some major work has been done on the python plugins in Domoticz recently. Not sure how stable it is at the moment. My Domotics at home is not running as it should be (problem with my hardware), so I can only test a little.
by ffes
Friday 02 June 2017 23:15
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

After a short investigation I also noticed that the plugins are disabled at the moment in the master branch and in the downloadable beta release. It is mentioned in many other posts in this forum as well. So it is up to the devs of domoticz to fix the issue and enable Python plugins again. When I ...
by ffes
Thursday 01 June 2017 16:33
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

Update Domoticz Bèta 3.7602 - Buienradar (Weather Lookup) Type in Hardware types is missing and no actual information is delivered anymore by the Plugin. Somebody else with the same experience? I submitted an issue in Github - it has to do with changes in the Python system used for the newest ...
by ffes
Thursday 20 April 2017 9:39
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

ropske wrote:Hi,
this only works for positions in the Netherlands? Or also for Belgium?
Thanks :)
The plugin uses http://xml/buienradar.nl and buienradar.be doesn't have such an xml feed, unfortunately.
If you are close to the Dutch border, maybe the plugin will be useful for you.
by ffes
Thursday 23 March 2017 14:47
Forum: Python
Topic: Plugin : read Type en subType of a device
Replies: 4
Views: 1274

Re: Plugin : read Type en subType of a device

Dnpwwo wrote:Pull Request #1370 has Added Type and SubType attributes to the Device object. Should be in beta in a day or so.
That opens up possibilities!
by ffes
Monday 20 March 2017 23:23
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

Just updated to v3.7041 First message in log is : 2017-03-19 20:43:57.758 Error: (Buienradar) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/domoticz-buienradar/:/usr/lib/python3.4/:/usr/lib/python3.4/plat-arm-linux-gnueabihf:/usr/lib/python3.4/lib-dynload'. 2017-03-19 ...
by ffes
Sunday 19 March 2017 14:15
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

I hope you can find some time to add wind speed in Beaufort (windsnelheidBF) and visibility (zichtmeters). It will be highly appreciated! The wind speed in Beaufort you can set in "Settings", "Meters/Counters" For "visibility" there is an open issue: https://github.com/ffes/domoticz-buienradar ...
by ffes
Thursday 16 March 2017 15:16
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

But it is still not working, it cannot import Domoticz... udooer@udoo:~/domoticz/plugins/domoticz-buienradar$ python plugin.py Traceback (most recent call last): File "plugin.py", line 29, in <module> import Domoticz ImportError: No module named Domoticz udooer@udoo:~/domoticz/plugins/domoticz ...
by ffes
Thursday 09 March 2017 13:06
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

When trying to restart domoticz I get the following root@DiskStation:/volume3/@appstore/domoticz/plugins/buienrader# sudo service domoticz.sh restart sudo: service: command not found Stopping and restarting from Synology panel didn't help either Running on Synology 6.1 No one? No sorry. Don't own a ...
by ffes
Thursday 09 March 2017 13:00
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

I got this error: 2017-03-09 09:54:20.583 (buienradar) Initialized version 1.1.0, author 'ffes' 2017-03-09 09:54:20.663 (buienradar) Devices created. 2017-03-09 09:54:20.663 Error: (buienradar) 'onStart' failed 'NameError':'name 'Settings' is not defined'. 2017-03-09 09:54:20.663 Error: (buienradar ...
by ffes
Tuesday 07 March 2017 9:58
Forum: Python
Topic: Upload Plugin procedure
Replies: 2
Views: 843

Re: Upload Plugin procedure

Uploading through the interface would be really helpful. But first the Python plugin API needs to get included in a stable release. And a repository would great as well. Although that would raise expectations of users. They would expect that plugin can be updated automatically. So a repository is ...
by ffes
Sunday 05 March 2017 18:40
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

I get error "Error: Buienradar hardware (21) thread seems to have ended unexpectedly" in the log. I used the filter. Pfff, I have never seen that before. I don't think it is something I can do much about. A script should not be able to end a thread that way, I would think. Do you run the latest ...
by ffes
Sunday 05 March 2017 18:30
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

RayAmsterdam wrote:Today I installed the plugin. After selecting it in the hardware menu, it said the devices are added to the devices tab. Unfortunately they aren't. Am I missing something?
What do you see in the log? Did you try to filter the devices based on the name you gave on the hardware page?
by ffes
Sunday 05 March 2017 13:14
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

Is it hard or possible to get data from buienradar.be also? That seems not possible. I use http://xml.buienradar.nl to get the weather information. http://xml.buienradar.be doesn't work, so there is no data to use for me. Also notice that things they provide on http://www.buienradar.be ...
by ffes
Saturday 04 March 2017 19:15
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

I just released a new version of my Buienradar plugin. This uses the new Settings dictionary that was added to the Python plugin in recent betas. So before you upgrade to this version of the Buienradar plugin be sure to have the latest beta of Domoticz. So for new users there is zero configuration ...
by ffes
Thursday 02 March 2017 17:07
Forum: Python
Topic: How to access settings
Replies: 6
Views: 1668

Re: How to access settings

When "Add Settings collection #1289" pull request gets merged you will be able to Domoticz settings via a Setting dictionary from within a plugin. \o/ I see it is already merged!!! Looking forward to this very much. I don't have to ask the users for their location and retrieve it from the settings ...
by ffes
Tuesday 28 February 2017 13:55
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

@sander815

And when it stops working, what is shown in the log? Do you see the plugin's log lines appear?
by ffes
Tuesday 28 February 2017 13:16
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

For me it runs stable as well. That said, I do update every couple of days to the latest beta to keep up with development. So my domoticz is restarted after that. Maybe that keeps it running, who knows. But if there is a stability issues, it is a problem with the domoticz python plugins in general ...
by ffes
Sunday 26 February 2017 14:43
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

The git clone needs to be done in the your domoticz/plugins subdirectory. So before the git clone command type "cd domoticz/plugins"
by ffes
Tuesday 21 February 2017 13:21
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 85932

Re: Buienradar Weather Lookup Plugin

@sander815

Yes, that was a bug in the plugin. Indeed updating to the latest version fixed the issue.