Franck Nijhof 533bb3866f
HTTPS-everywhere (update links in our website) (#10932)
* HTTPS-everywhere (update links in our website)

* HTTPS-everywhere (round 2)

* HTTPS-everywhere (round 3)
2019-10-21 23:11:12 +02:00

1.4 KiB

title, description, logo, ha_release, ha_category, ha_iot_class
title description logo ha_release ha_category ha_iot_class
Atome Linky Sensor Integrate Atome Linky consumption data within Home Assistant. total_direct_energie.png 0.99
Energy
Sensor
Cloud Polling

The atome sensor platform is retrieving the consumption of your home from the Direct Energy Atome electric meter. 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.

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:

# 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 %}