mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
NetAtmo platform Documentation
Add details on how to configure the NetAtmo platform
This commit is contained in:
parent
c658cb65eb
commit
66d5cffeab
@ -44,3 +44,36 @@ Configuration variables:
|
||||
- **modules** (*Required*): Modules to use. Multiple entries allowd.
|
||||
- **module_name** array (*Required*): Name of the module.
|
||||
- ** [conditions] **: Condition to monitor.
|
||||
|
||||
### {% linkable_title Get API and Secret Key %}
|
||||
|
||||
To get your API credentials, you have to declare a new application in the [NetAtmo Developer Page](https://dev.netatmo.com/. Sign in using your username and password from your regular NetAtmo account.
|
||||
Click on 'Create an App' at the top of the page.
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/components/netatmo/create.png' />
|
||||
</p>
|
||||
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.
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/components/netatmo/app.png' />
|
||||
</p>
|
||||
|
||||
That's it. You can copy and paste your new API and secret keys in your Home Assistant configuration file just as said above.
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/components/netatmo/api.png' />
|
||||
</p>
|
||||
|
||||
### {% linkable_title Find your modules name %}
|
||||
|
||||
You can find your modules name in your [online NetAtmo account] (https://my.netatmo.com/app/station) . These names can be found and changed in parameters (See screenshot)
|
||||
You have to provide these name in your Home Assistant configuration file.
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/components/netatmo/module.png' />
|
||||
</p>
|
||||
|
||||
<p class='note'>
|
||||
The Home Assistant NetAtmo platform has only be tested with the classic indoor and outdoor module. There is no support for the rainmeter and windmeter module at this time because developers does not own these modules.
|
||||
</p>
|
BIN
source/images/components/netatmo/api.png
Normal file
BIN
source/images/components/netatmo/api.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
BIN
source/images/components/netatmo/app.png
Normal file
BIN
source/images/components/netatmo/app.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 189 KiB |
BIN
source/images/components/netatmo/create.png
Normal file
BIN
source/images/components/netatmo/create.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 233 KiB |
BIN
source/images/components/netatmo/module.png
Normal file
BIN
source/images/components/netatmo/module.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
Loading…
x
Reference in New Issue
Block a user