From 256617907729b8b83b4661c1c8c15310aefcf6a2 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 4 Jan 2023 04:49:52 -0500 Subject: [PATCH] Drop eagle-200 recommendation for electricity monitoring (#25533) --- source/_docs/energy/electricity-grid.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/energy/electricity-grid.markdown b/source/_docs/energy/electricity-grid.markdown index 222a43e5dc7..c1c0415e373 100644 --- a/source/_docs/energy/electricity-grid.markdown +++ b/source/_docs/energy/electricity-grid.markdown @@ -35,7 +35,7 @@ We have worked with creator [Marcel Zuidwijk](https://www.zuidwijk.com) to devel The Zigbee Energy Profile is a wireless energy standard to provide real-time information about electricity usage. This standard is available in some meters in the US, UK and Australia. This is not "normal" Zigbee as implemented by Home Assistant but requires special certified hardware. -One such option with a local API is the [Rainforest EAGLE-200](/integrations/rainforest_eagle/). +We are not currently aware of a device that implements this which supports a local API and is compatible with Home Assistant. #### Reading the meter via a pulse counter @@ -47,7 +47,7 @@ We have developed [Home Assistant Glow](https://github.com/klaasnicolaas/home-as #### Read the meter using an AI-on-the-edge-device -[AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device) is a project running on an ESP32-CAM and can be fully integrated into Home Assistant using the Home Assistant discovery functionality of MQTT. It digitalizes your gas/water/electricity meter display and provides its data in various ways. +[AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device) is a project running on an ESP32-CAM and can be fully integrated into Home Assistant using the Home Assistant discovery functionality of MQTT. It digitalizes your gas/water/electricity meter display and provides its data in various ways. ![Photo of the AI-on-the-edge-device Workflow](/images/docs/energy/ai-on-the-edge-device.jpg)