This a custom component for Home Assistant. It reads real-time data using the UDP protocol from a WeatherFlow weather station.
It will create a device with several sensor
entities for each weather reading like Temperature, Humidity, Station Pressure, UV, etc that is associated with it.
There is a config flow for this integration. After installing the custom component:
- Go to Configuration->Integrations
- Click + ADD INTEGRATION to setup a new integration
- Search for WeatherFlow - Local and click on it
- You will be guided through the rest of the setup process via the config flow
- This will initially try to find devices by listening to UDP messages on
0.0.0.0
. If no devices are found, it will then ask you to enter a host address to try to listen on. Default is0.0.0.0
but you can enter any host IP. Typically used if your Weather Station is on a different subnet than Home Assistant.
- This will initially try to find devices by listening to UDP messages on