Hacker News new | ask | show | jobs
by Terretta 1305 days ago
The device has an API, as does their "Hub" that reports the device to cloud. You may find tools under different names like tempestwx or etc.

That said, the point of this system is microcell climate computation, and it works best when part of the public grid of sampling points.

1 comments

Does it? I couldn't find any documentation on those features, if you have links to any documentation that doesn't require going through their servers I'd love to see it since I've been looking for something just like that. Everything I have found, even for querying a single devices, requires making a request to swd.weatherflow.com via an internet connection.

EDIT: I was eventually able to find this: https://apidocs.tempestwx.com/reference/tempest-udp-broadcas...

So it is possible to get the data locally, but it seems like they are pretty strongly discouraging its use.

Having said that, there's plenty of people using this method[1]. I particularly like the work this person did presenting that data in Grafana[2].

[1] https://community.weatherflow.com/c/developers/5

[2] https://github.com/lux4rd0/weatherflow-dashboards-aio

Thanks for those links, I'll check them out!