Import weather data other than Wunderground
Moderators: leecollings, htilburgs, robgeerts
- Thuis
- Posts: 251
- Joined: Tuesday 11 September 2018 11:36
- Target OS: Linux
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Import weather data other than Wunderground
Ehm..... Beta? Not really, I did however tried somethings with files that were not older then a month and copied these over and did things where logic was very far to find, but okay. Thanks, probably be that i have no beta. I have however the latest version, because it keeps saying there is a new version, and that was not there wit hthe old version. Hmm, beta version any good, or lot of crashes ?
Logic coming back to this issue, I looked at the beta, and i see a weather_owm.js, maybe i can copy it to my js folder, i will just go try it out
Logic coming back to this issue, I looked at the beta, and i see a weather_owm.js, maybe i can copy it to my js folder, i will just go try it out
I Love Domoticz ! And the community around it :-)
- Thuis
- Posts: 251
- Joined: Tuesday 11 September 2018 11:36
- Target OS: Linux
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Import weather data other than Wunderground
Ok, thank you, installed BETA, it works, yay!, back to the drawing table, all icons are white again, and as my other question: viewtopic.php?f=67&t=17242&start=420#p193371 still stands, it will be time consuming again. But fun, and very leerzaam.
Where would we be withoud notepad++
Where would we be withoud notepad++
I Love Domoticz ! And the community around it :-)
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Import weather data other than Wunderground
or Textwrangler (on mac)
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
- heggink
- Posts: 972
- Joined: Tuesday 08 September 2015 21:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 12451
- Location: NL
- Contact:
Re: Import weather data other than Wunderground
Can I make a case for plain old vi?
Docker in Truenas scale, close to latest beta
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Import weather data other than Wunderground
Of course you can. On the Rasp, I use nano (via terminal)
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
- heggink
- Posts: 972
- Joined: Tuesday 08 September 2015 21:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 12451
- Location: NL
- Contact:
Re: Import weather data other than Wunderground
btw, forecast.io seems to be really off in terms of data. Says it's 16C outside where it's probably 11C??? Like really off...
Docker in Truenas scale, close to latest beta
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Import weather data other than Wunderground
At the moment it's just 1C of for me. Displaying 18 on forecast.io and 17 on my Android. Can life with that
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
- dk78
- Posts: 26
- Joined: Monday 07 March 2016 15:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Veldhoven
- Contact:
Re: Import weather data other than Wunderground
When I use WeatherUnderground everythings works fine. When I switch to Open Weather Map, I do not see anything in Dashticz. I'm running the latest beta (2.4.0). Can't find what I'm doing wrong.
Weather Underground:
Does anyone see something I miss?
Weather Underground:
Code: Select all
config['wu_api'] = 'key';
config['wu_city'] = 'Veldhoven';
config['wu_name'] = '';
config['wu_country'] = 'NL';
columns[3] = {}
columns[3]['blocks'] = ['sunrise','currentweather_big','weather',buttons.buienradar]
columns[3]['width'] = 3;
Code: Select all
config['owm_api'] = 'key';
config['owm_city'] = 'Veldhoven';
config['owm_name'] = '';
config['owm_country'] = 'nl';
config['static_weathericons'] = 1;
columns[3] = {}
columns[3]['blocks'] = ['sunrise','currentweather_big_owm','weather_owm',buttons.buienradar]
columns[3]['width'] = 3;
-
- Posts: 15
- Joined: Friday 05 October 2018 14:36
- Target OS: Windows
- Domoticz version: 4.10717
- Location: The Netherlands
- Contact:
Re: Import weather data other than Wunderground
Remove all the "wu_" config. The other stuff looks to be ok.
See also my post here: viewtopic.php?f=67&t=17242&start=440#p193496
Dashticz V2.4.0 Beta
- dk78
- Posts: 26
- Joined: Monday 07 March 2016 15:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Veldhoven
- Contact:
Re: Import weather data other than Wunderground
Strange. WU works, but OWM not. I tried everything, including deleting the 'wu'-config stuff, but it isn't displaying any information. OWM in Domoticz itself works, but I can't see it in Dashticz. Is there some logging available? I'm pretty new to Dashticz.
-
- Posts: 15
- Joined: Friday 05 October 2018 14:36
- Target OS: Windows
- Domoticz version: 4.10717
- Location: The Netherlands
- Contact:
Re: Import weather data other than Wunderground
Post your complete config.js plz.dk78 wrote: ↑Thursday 11 October 2018 16:34 Strange. WU works, but OWM not. I tried everything, including deleting the 'wu'-config stuff, but it isn't displaying any information. OWM in Domoticz itself works, but I can't see it in Dashticz. Is there some logging available? I'm pretty new to Dashticz.
Dashticz V2.4.0 Beta
- heggink
- Posts: 972
- Joined: Tuesday 08 September 2015 21:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 12451
- Location: NL
- Contact:
Re: Import weather data other than Wunderground
Are you running the beta stream?
Docker in Truenas scale, close to latest beta
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
- dk78
- Posts: 26
- Joined: Monday 07 March 2016 15:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Veldhoven
- Contact:
Re: Import weather data other than Wunderground
Dashticz V2.4.0
Domoticz version 4.10059
DzVents version: 2.4.7
Python version: None
Domoticz version 4.10059
DzVents version: 2.4.7
Python version: None
- Spoiler: show
- HansieNL
- Posts: 957
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Import weather data other than Wunderground
Just tried OWM with default config and no problem. Maybe you can try a default config with only OWM?
Blah blah blah
-
- Posts: 15
- Joined: Friday 05 October 2018 14:36
- Target OS: Windows
- Domoticz version: 4.10717
- Location: The Netherlands
- Contact:
Re: Import weather data other than Wunderground
Your OWM config works fine here; I've copied your config.js and used that in my Domoticz setup. Is your api-key correct? Check that in your https://openweathermap.org profile.dk78 wrote: ↑Thursday 11 October 2018 18:54 Dashticz V2.4.0
Domoticz version 4.10059
DzVents version: 2.4.7
Python version: None
The popup on buienradar (weer.nl) is also empty when I click on the picture. Also if I use any other url. I tried to see if my firewall is blocking something, but can't see anything there that's causing this. It's strange that buienradar and Weatherunderground works, but somethings don't
Couldn't get your buienradar working though, so that seems to be a different problem.
Are you sure you are running the beta version of Dashticz (we are not talking about Domoticz itself here).
This branch: https://github.com/Dashticz/dashticz_v2/tree/beta
Dashticz V2.4.0 Beta
-
- Posts: 2
- Joined: Monday 15 October 2018 21:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Import weather data other than Wunderground
Hey i have the same problem - just change to -> &text-color=#ffffffheggink wrote: ↑Wednesday 03 October 2018 20:15First time the font is white but on refresh, it turns grey.Code: Select all
frames.weather = {...&text-color=#fff",...}
Any idea why that is and how to resolve?
H
Best regards
pablo79
-
- Posts: 742
- Joined: Saturday 30 May 2015 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Import weather data other than Wunderground
In (last minute) preparation of the switch off of WU, I did another test with weather underground.
I have the 'weather' block in my dashboard, showing the weather forecast for the next couple days.
When I change to 'weather_owm', it shows me 4 elements for the next 12 hours instead.
I would appreciate my 4 day forecast back, while using OWM. Is that possible?
Possibly the Dashticz wiki is not made up to date with the OWN options. I come across the config variable owm_cnt. Google finds me 1 hit, giving me the idea that it stands for 'column count'. I wonder if there are more options to tune the visual representation of OWM in Dashticz
I have the 'weather' block in my dashboard, showing the weather forecast for the next couple days.
When I change to 'weather_owm', it shows me 4 elements for the next 12 hours instead.
I would appreciate my 4 day forecast back, while using OWM. Is that possible?
Possibly the Dashticz wiki is not made up to date with the OWN options. I come across the config variable owm_cnt. Google finds me 1 hit, giving me the idea that it stands for 'column count'. I wonder if there are more options to tune the visual representation of OWM in Dashticz
-
- Posts: 47
- Joined: Wednesday 09 August 2017 23:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Import weather data other than Wunderground
I made a modification to show forecast for the next days with OWM.
It works great, but there's a little downside, I modified weather_own.js for this.
So when you update to a new version, the file will probably be overwritten.
Maybe it is possible for the developer(s) to implement this in the beta??
To use this, overwrite the content of weather_own.js with the code below (make a backup of the file first)
It works great, but there's a little downside, I modified weather_own.js for this.
So when you update to a new version, the file will probably be overwritten.
Maybe it is possible for the developer(s) to implement this in the beta??
To use this, overwrite the content of weather_own.js with the code below (make a backup of the file first)
- Spoiler: show
Code: Select all
config['owm_api'] = 'xxxxxxx'; // Your OWM API key
config['owm_city'] = 'Amsterdam'; // Your city or nearby city to use in OWM
config['owm_name'] = ''; // If your city is not available with OWM, you have to use a nearby city. You can type the name of your own city here to show it in Dashticz
config['owm_country'] = 'nl'; // Your country to use in OWM
config['owm_cnt'] = 4; // Number of columns to show. If showing days, max is 5
config['owm_days'] = 1; // Enter 1 for showing forecast in days, 0 for the OWM default 3 hour forecast
config['owm_lang'] = 'nl'; // Set language for de description of the forecast (rain, cloudy, etc.). For available languages, see https://openweathermap.org/forecast5/#multi
config['static_weathericons'] = 0; // Enter 1 for animated weather icons, 0 for static icons
- Attachments
-
- Daily forecast.jpg (38.83 KiB) Viewed 2194 times
-
- Posts: 742
- Joined: Saturday 30 May 2015 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Import weather data other than Wunderground
@toro Nice, thank you very much! It works well. One weather question. I see for the coming 4 days 4 different temperatures, but the same weather forecast (light rain). Since I don't like the light rain every day, this might be a bug?
-
- Posts: 47
- Joined: Wednesday 09 August 2017 23:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Import weather data other than Wunderground
You'r welcome. It's probably because there actualy is light rain for the next days. You can check on openweathermaps.org if this is the case. There might be some difference, forecast for the days is on the specific day at 13:00h, 14:00h or 15:00h.
Who is online
Users browsing this forum: No registered users and 1 guest