This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Official
Comments
10 minute own API key, manual location: http://pastebin.com/0i3NViG8
60 minute no API key, manual location: http://pastebin.com/VjfcKCNM
60 minute no api key, homey location: http://pastebin.com/ctV3FRwG (interesting, that seems to work!)
Screen shot, please?
Wind direction is a bit useless in current graph form. I hope Athom will create something like this:
Let me check.
Hmm, NL doesn't seem to fix it: http://pastebin.com/5aT8k0sh
Yes, that round graph would be a lot more useful!
Am i doin something wrong?
Maybe you'll have to remove the app because I can't change the Insight logs
No, that's an bug a already solved today and will be solved in 0.0.3
@RobinVanKekem in my region, eastern part of NL, the humidity was really low today, so the figures seemed to be correct I presume
edit to @RobinVanKekem: actually the humidity is going up from about 30% at 20.00H to 48% at 2315H. It really seems to give the correct results. And again: the app is overall still working very well (at least at my place and Homey)!
Somehow his hometown isn't recognized by Weather Underground is used as address. If Weather Underground is queried using location data (latitude and longitude) it does seem to work.
I've added several test procedures in settings with a small log and dialogs.
JanH is right: it's the wind direction in degrees of a circle.
@JanH, thanks for the extra sanity check!
Will look into it some day to see if the library I'm using supports that.
For now I have added extra tests and a simple log in settings which should help.
In version 0.0.3, when you use Homey's location instead of a manual location, the log will tell you the current temperature for the city and country Homey which Homey told the app.
This should at least give some idea of the location of which thinks its in.
That's why I don't feel to tired then, lol.
Is there an easy way to set up a flow like
You said "weather" -> Homey says: The outside temperature is X the UV is Y ....etc.
I have no possibility to get the values there. Even if i create flows that save the temperature changes in a better logic variable.
Maybe you can create "Action cards" that speak out the current conditions.. But this is not the easiest way.
- Temp
- Humidity
- Weather (with words, in English, like cloudy, raining, dry etc)
In the mean time, I guess I can add more tokens to the temperature card so you can use them?
- UV
- Wind speed
- Precipitation
- Air pressure
I'll be adding voice triggers and output later on though.
The time is {{$homeyTime[]}}. The current weather is {{$homeyCurrentWeather}}, later it will be {{$homeyWeather}}. The temperature outside is {{$homeyTemperature}} degrees, which feels like {{$homeyTempFeel}}. Wind comes from the {{$homeyWindDir}} at {{$homeyWindKph}} kilometers per hour.
Example:
- Country: pws:IUTRECHT60
- City: <empty>
I like this, now I can choose the weather station closest to my location.
In Insights I see the same data as in the api:
http://api.wunderground.com/api/<APICODEHERE>/conditions/q/pws:IUTRECHT60.json
Guess I'll change the settings a bit so it's clear your also able to use an weather station ID.
Tried it and in version 0.0.3 you'll have to keep city empty but then pws:IUTRECHT60 will work. Great!
I used the HTTP app to get them from WU manually (loooong before your app existed, so for the weather properties that you have tokens for I'll use those instead).
Can Insights be used with the HTTP app?