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.
Runnung script for retrieving weather data
OetAelse
Member
Currently I check once per hour if the weather cloud status is clear or partly clouded via a http requst. These values are used in flows to lower the shutters. The data is retrieved form Weather Undergroud and is returned as a string. Meteogroup provides a API which can deliver this data as a numbered value (in octa's). I got a authorization key but to retreive the data a script must be used because the token must be renewed every hour, please refer to https://github.com/MeteoGroup/weather-api/blob/refactor-2-guideline/authorization/Authentication.md
I think the node.js part should work but how can i run this on my Homey and pull the data in?
I think the node.js part should work but how can i run this on my Homey and pull the data in?