WeatherXM integration and real time weather data from nearby weather stations - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: WeatherXM integration and real time weather data from nearby weather stations (/showthread.php?tid=4742) |
WeatherXM integration and real time weather data from nearby weather stations - fleeceable - 29.04.2023 Hello! In crypto world there is WeatherXM project where weather station owners gonna get tokens if they run station. XM have also an API so I made a simple integration to get realtime weather data. Go to address and find a weather station what is nearest for your location: https://explorer.weatherxm.com/ Then zoom in and press on station and you'll see station device ID on address bar. Example: https://explorer.weatherxm.com/#87089b192ffffff Change "Weather_device_ID" variable with your desired device ID. Create scheduled script (what runs on every 15 minutes)... If you run program on first time, enable "greate_ga" variable. That creates KNX variables automatically for you. Code: https = require("ssl.https") RE: WeatherXM integration and real time weather data from nearby weather statiions - AlexLV - 01.05.2023 Hi, thank you, looks very interesting. But what kind of meteo station can be connected to this project? Alex RE: WeatherXM integration and real time weather data from nearby weather statiions - fleeceable - 02.05.2023 (01.05.2023, 19:39)AlexLV Wrote: Hi, thank you, looks very interesting. Hi! Since project is still quite new, you need to buy station for them. They have plans to add almost any weather station to this project using SDR (software defined radio) but I believe that this happens end of this year. Here is link to weather stations what people, who are in beta, using right now (and last one gonna be integration module). I have that wifi version bundle. https://weatherxm.com/shop/ |