3.5 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Netatmo Sensor | Instructions on how to integrate Netatmo sensors into Home Assistant. | 2016-06-23 11:10 | true | false | true | true | netatmo.png | Weather | Cloud Polling | 0.11 |
The netatmo
sensor platform is consuming the information provided by a Netatmo Weather Station or a
Netatmo Home Coach Netatmo devices.
To enable the Netatmo sensor, you have to set up netatmo, this will use discovery to add your sensor.
{% linkable_title Advanced configuration %}
If you want to select a specific sensor, set discovery to False for netatmo and add the following lines to your configuration.yaml
:
The netatmo
sensor platform is consuming the information provided by a Netatmo device.
To enable the Netatmo sensor, you first have to set up netatmo, and add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
sensor:
- platform: netatmo
station: STATION_NAME
modules:
module_name1:
- temperature
module_name2:
- temperature
- battery_vp
{% configuration %} station: required: false description: The name of the weather station. Needed if several stations are associated with the account. type: string modules: required: true description: Modules to use. Multiple entries allowed. Please check the next section about how to retrieve the module names. type: list keys: module_name: type: list required: true description: Name of the module. keys: temperature: description: Current temperature. co2: description: CO2 concentration in ppm. pressure: description: Pressure in mbar. noise: description: Noise level in dB. humidity: description: "Humidity in %." health_idx: description: "Air health as one of the values Healthy, Fine, Fair, Poor, Unhealthy." rain: description: Estimated rainfall for today in mm. sum_rain_1: description: Rainfall in the last hour in mm. sum_rain_24: description: "Rainfall in mm from 00:00am - 23:59pm." windangle: description: Wind angle windstrength: description: Wind strength gustangle: description: Wind gust angle guststrength: description: Wind gust strength min_temp: description: Min temperature for today max_temp: description: Max temperature for today rf_status: description: "Current radio status per module. (90=low, 60=highest)" wifi_status: description: Wifi status per Base station battery_vp: description: Current battery status per module. battery_percent: description: Percentage of battery remaining per module. {% endconfiguration %}
{% linkable_title Find your modules name %}
You can find your modules name in your online NetAtmo account. These names can be found and changed in parameters. You have to provide these name in your Home Assistant configuration.yaml
file.