sarnau / Inside-The-Loxone-Miniserver

Inside The Loxone Miniserver – various documentation about the Loxone Link/Tree protocol and hardware
195 stars 53 forks source link

Loxone Weather #17

Open mabunixda opened 4 years ago

mabunixda commented 4 years ago

Because darksky will close its doors for api users, do you already planned to migrate the python script?

I started to migrate your script to openweathermap. But there are not always all values available ( e.g. rain ) Is this a problem for the miniserver when requesting the data? Within csv I am reporting 0 on those values, on the XML I removed the tags.

sarnau commented 4 years ago

Yes, I've used DarkSky because it specifically returns hourly forecasts for all needed values of the Miniserver. Almost no other free service offers that. A good solution could be https://www.yr.no - very simple xml data with one request.

Sungray commented 4 years ago

https://openweathermap.org/darksky-openweather

I think openweathermap do return hourly forecasts, the switch should be pretty easy with this documentation.

sarnau commented 4 years ago

Most of the documented values are completely ignored by the Miniserver. The forecast is only used for display in the UI. The current useful values are available in Loxone Config.

For anything relevant (rain, storm) you need a sensor on the roof anyway, because e.g. my report comes from Hamburg Airport (closes weather station) and we are a few km north of it. Neither rain nor wind is in any way accurately predicted here in North Germany. If, you you want to close windows or retract shades, you should really have sensors on your house.

Sungray commented 4 years ago

Yes, why this function requires a subscription is beyond me.

sarnau commented 4 years ago

Well, Meteoblue is quite expensive for individuals, I can only assume how much it cost for a company who wants 14 day forecasts for thousands of locations. But yes, for a simply weather forecast it is simply not worth it for me. Nice as a free feature, but actual data I look at WarnWetter with Radar, etc.

That leaves easy access to temperature, etc. – and I think you can finally feed these data in without subscription.

That leaves one thing: this annoying advertisements all over the consumer UI:

Seriously? The Loxone frontend is like an appliance: a tool to do the job and should stay out of the way when it comes to the rest. Some stuff you can suppress, but it should be advertised in the configuration, not in the final UI! NEVER!

Woersty commented 4 years ago

I use this one - works well. https://www.loxwiki.eu/x/owASAg

It simulates the Loxone Server. All the above points are fixed with that plugin. image image

raintonr commented 4 months ago

I use this one - works well. https://www.loxwiki.eu/x/owASAg

This link leads to the loxwiki home page and I can't find any free Weather Server implementation there. If something moved, could you please update the link?

markdegrootnl commented 4 months ago

I'm using: https://github.com/jimmycleuren/loxone-weather-service