mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Added doc for Atome sensor (#10172)
* Added doc for Atome sensor * Removed redirect-from as it is only for existing pages * ✏️ Tweak * Proper logo, removed timeout option * ✏️ Tweak
This commit is contained in:
parent
c2d46b9402
commit
38d6c64a0a
41
source/_components/atome.markdown
Normal file
41
source/_components/atome.markdown
Normal file
@ -0,0 +1,41 @@
|
||||
---
|
||||
title: "Atome Linky Sensor"
|
||||
description: "Integrate Atome Linky consumption data within Home Assistant."
|
||||
logo: total_direct_energie.png
|
||||
ha_release: 0.99
|
||||
ha_category:
|
||||
- Energy
|
||||
- Sensor
|
||||
ha_iot_class: Cloud Polling
|
||||
---
|
||||
|
||||
The `atome` sensor platform is retrieving the consumption of your home from the [Direct Energy Atome electric meter](https://total.direct-energie.com/particuliers/electricite/compteur-linky/atome).
|
||||
This special little device is connected to a Linky Electric Meter, and sends live data to a cloud platform.
|
||||
|
||||
As there is no official documentation for the API, the component retrieves data from the API used in the Atome mobile app, [hosted here](http://esoftlink.esoftthings.com).
|
||||
|
||||
## Configuration
|
||||
|
||||
To use it, you need to order the device directly from "Total Direct Energie" Mobile App. Then you need to follow up the installation (covered in the Atome App).
|
||||
The configuration (see below) needs your Atome username & password you created during the initialization of the Atome device.
|
||||
|
||||
Next, add the Atome sensor to your `configuration.yaml` file like below:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: atome
|
||||
username: YOUR_ATOME_USERNAME
|
||||
password: YOUR_ATOME_PASSWORD
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
username:
|
||||
description: The Atome account username.
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: The Atome account password.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
BIN
source/images/supported_brands/total_direct_energie.png
Normal file
BIN
source/images/supported_brands/total_direct_energie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Loading…
x
Reference in New Issue
Block a user