2020-03-05 17:28:39 -08:00

3.1 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, ha_codeowners, ha_config_flow, ha_domain
title description logo ha_category ha_release ha_iot_class ha_codeowners ha_config_flow ha_domain
Netatmo Instructions on how to integrate Netatmo integration into Home Assistant. netatmo.png
Hub
Environment
Weather
Binary Sensor
Sensor
Climate
Camera
0.20 Cloud Polling
@cgtobi
true netatmo

The netatmo integration platform is the main integration to integrate all Netatmo related platforms.

There is currently support for the following device types within Home Assistant:

Configuration

To enable the Netatmo component, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
netatmo:
  client_id: YOUR_CLIENT_ID
  client_secret: YOUR_CLIENT_SECRET

{% configuration %} client_id: description: The client id from your Netatmo app. required: true type: string client_secret: description: The client secret from your Netatmo app. required: true type: string {% endconfiguration %}

After the client_id and client_secret is added to your configuration.yaml you must enable Netatmo through the integrations page.

Get API and Secret Key

To get your API credentials, you have to declare a new application in the Netatmo Developer Page. Sign in using your username and password from your regular Netatmo account. Open the app creator form.

You have to fill the form, but only two fields are required: Name and Description. It doesn't really matter what you put into those. Just write something that make sense to you. To submit your new app, click on create at the bottom of the form.

That's it. You can copy and paste your new client id and client secret in your Home Assistant configuration file just as described above, in the configuration example.

Binary Sensor

This integration allows you to get the latest event seen by the camera.

If multiple cameras are available then each monitored condition will create a specific sensor for each camera

Camera

The netatmo camera platform is consuming the information provided by a Netatmo camera. This integration allows you to view the current live stream created by the Camera.

Climate

The netatmo thermostat platform is consuming the information provided by a Netatmo Smart Thermostat thermostat. This integration allows you to view the current temperature and setpoint.

Sensor

The netatmo sensor platform is consuming the information provided by a Netatmo Weather Station or a Netatmo Home Coach Netatmo device.