mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Deprecate DTE Energy Bridge (#33395)
This commit is contained in:
parent
8644d77694
commit
214acc8161
@ -1,57 +0,0 @@
|
|||||||
---
|
|
||||||
title: DTE Energy Bridge
|
|
||||||
description: Setup early-model DTE Energy Bridge with Home Assistant.
|
|
||||||
ha_category:
|
|
||||||
- Energy
|
|
||||||
ha_release: 0.21
|
|
||||||
ha_iot_class: Local Polling
|
|
||||||
ha_domain: dte_energy_bridge
|
|
||||||
ha_platforms:
|
|
||||||
- sensor
|
|
||||||
ha_integration_type: integration
|
|
||||||
related:
|
|
||||||
- docs: /docs/configuration/
|
|
||||||
title: Configuration file
|
|
||||||
---
|
|
||||||
|
|
||||||
A sensor {% term integration %} for [DTE](https://www.newlook.dteenergy.com/) 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.
|
|
||||||
|
|
||||||
<div class='note'>
|
|
||||||
|
|
||||||
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](https://www.home-assistant.io/integrations/mqtt/) to communicate your energy data with Home Assistant.
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
To enable this sensor, add the following lines to your {% term "`configuration.yaml`" %} file.
|
|
||||||
{% include integrations/restart_ha_after_config_inclusion.md %}
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
# 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 %}
|
|
@ -517,6 +517,7 @@ layout: null
|
|||||||
/integrations/dht /more-info/removed-integration 301
|
/integrations/dht /more-info/removed-integration 301
|
||||||
/integrations/digitalloggers /more-info/removed-integration 301
|
/integrations/digitalloggers /more-info/removed-integration 301
|
||||||
/integrations/discovery /more-info/removed-integration 301
|
/integrations/discovery /more-info/removed-integration 301
|
||||||
|
/integrations/dte_energy_bridge /more-info/removed-integration 301
|
||||||
/integrations/duke_energy /more-info/removed-integration 301
|
/integrations/duke_energy /more-info/removed-integration 301
|
||||||
/integrations/dyson /more-info/removed-integration 301
|
/integrations/dyson /more-info/removed-integration 301
|
||||||
/integrations/edp_redy /more-info/removed-integration 301
|
/integrations/edp_redy /more-info/removed-integration 301
|
||||||
|
Loading…
x
Reference in New Issue
Block a user