Local Access to Data on Hub

Is there a way to access the data on the local hub? I was hoping there would be a local API?
I’ve found the API for access to the data via the internet and I guess SmartWeather servers, but I would rather have access to the data locally! even if its a simply text dump i can parse of raw data. ??

https://weatherflow.github.io/SmartWeather/api/udp.html

UDP Data Feed from the HUB on your local network.

4 Likes

Yes and there are several scripts on this forum mostly based on raspberry pi.
Look in this section

The hub sends all data on wifi via UDP and port 50222

the rest is described here

https://weatherflow.github.io/SmartWeather/api/udp/v114/

4 Likes

in case others come here… i’m trying this script, so far so great to have MQTT! :slight_smile:

3 Likes