Atome Linky


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 integration 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.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

# Example configuration.yaml entry
sensor:
  - platform: atome
    username: YOUR_ATOME_USERNAME
    password: YOUR_ATOME_PASSWORD

Configuration Variables

username string Required

The Atome account username.

password string Required

The Atome account password.