home-assistant.io/source/_integrations/eliqonline.markdown
2024-11-27 18:57:16 +01:00

1.4 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type, related, ha_quality_scale
title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type related ha_quality_scale
Eliqonline Instructions on how to integrate Eliqonline devices within Home Assistant.
Energy
0.10 Cloud Polling eliqonline
sensor
integration
docs title
/docs/configuration/ Configuration file
legacy

Integrate your ELIQ Online smart meter information into Home Assistant. To get an access token and the Channel ID, log in to your account.

To enable this sensor in your installation, add the following to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# Example configuration.yaml entry
sensor:
  - platform: eliqonline
    access_token: ACCESS_TOKEN
    channel_id: CHANNEL_ID

{% configuration %} access_token: description: The Access Token for your account. required: true type: string channel_id: description: Channel ID (as integer) of your device. required: true type: integer name: description: The name of the sensor, e.g., the city. required: false default: ELIQ Online type: string {% endconfiguration %}

For details please check the API documentation.