home-assistant.io/source/_integrations/dte_energy_bridge.markdown
c0ffeeca7 0ea2127c91
d-integrations: restart HA after adding the integration to the configuration.yaml (#32633)
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-05-09 22:14:02 +02:00

1.7 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type, related
title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type related
DTE Energy Bridge Setup early-model DTE Energy Bridge with Home Assistant.
Energy
0.21 Local Polling dte_energy_bridge
sensor
integration
docs title
/docs/configuration/ Configuration file

A sensor {% term integration %} for DTE using an early model of the Energy Bridge. To find out which version of the DTE Energy Bridge you have, find the status LED on your box.

  • If the status LED is on the top, you have a v1.
  • If the status LED is on the front, you have a v2.

The firmware of the DTE v2 bridges that started shipping circa mid-2020 will not work with this integration. This includes the model containing integrated Wi-Fi.

You can check if your firmware is still supported by trying accessing http://{ip_address}:8888/zigbee/se/instantaneousdemand, and see if you get a response.

Later model DTE Energy Bridge hardware uses MQTT to communicate your energy data with Home Assistant.

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

# Example configuration.yaml entry
sensor:
  - platform: dte_energy_bridge
    ip: 192.168.1.11

{% configuration %} ip: description: The IP address of your bridge. required: true type: string name: description: Name to use in the frontend. required: false type: string version: description: Hardware version of the sensor. required: false type: string default: 1 {% endconfiguration %}