Netatmo public weather stations integration for Home Assistant . You can receive data from your favourite weather stations in your Netatmo account, like:
- Netatmo data: WindAngle, GustAngle, Humidity, Pressure, rain, sum_rain_1, sum_rain_24, WindStrength, GustStrength, Temperature, min_temp, max_temp
- Wind directions(NESW)/Symbols(↓↙→): WindAngleCompass, WindAngleCompassSymbol, GustAngleCompass, GustAngleCompassSymbol
- Calculated values from station list: first available value, minimal/maximal/average value
This addon enables user without Netatmo hardware to use public weather data and use them in automations, like
- automate irrigation according to rain, temperature
- automate blinds according to wind, wind gust and direction
- many more
Config example: stations_example.yaml
Background: Netatmo offers a getpublicdata API, which allows you to retrieve publicly shared weather data from Outdoors Modules within a predefined area. There are two main issues I was facing:
- you don't know what you get - when you have a favourite weather station and you trust it's data, even when you provide exact coordinates, you must not get this station in answer
- from my observation, wind modules often disappear or don't return data. When you need wind gust to raise venetian blinds to protect them, you need to trust your system and be sure, that you always get this value
Solution - NFWS addon:
- Netatmo also offers getstationsdata API, which returns user Weather Stations Data. Using parameter get_favorites you get your favourites station from your Netatmo account. Maximum is five stations.
- Calculated values - function first - retrieves desired value from first available station defined in your list. You just find 5 stations in you surroundings and you have a good chance, that at least one works :)
Requirements, installation and configuration: read DOCS.md
Forum: https://community.home-assistant.io/t/netatmo-favorites-weather-station-addon/467534