From fd75fc8f6296c607cc8741cf4eb6102f953e7975 Mon Sep 17 00:00:00 2001 From: Dave Williams | DitroniX | G8PUO Date: Sat, 20 Jun 2026 15:50:57 +0100 Subject: [PATCH 1/6] Update README.md --- YAML Examples/IPEM SIX/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/YAML Examples/IPEM SIX/README.md b/YAML Examples/IPEM SIX/README.md index 0c3813c..1723469 100644 --- a/YAML Examples/IPEM SIX/README.md +++ b/YAML Examples/IPEM SIX/README.md @@ -23,6 +23,10 @@ IPEM SIX C5 provides a complete energy monitoring platform: Designed as a professional-grade residential and small commercial energy monitoring solution. +## Snippet of the ESPHome Dash + +![IPEM SIX ESPHome Preview](https://github.com/DitroniX/Home-Assistant-Dev/blob/main/YAML%20Examples/IPEM%20SIX/ipem-six-c5-single-phase-six-channel.png) + ## **Code Overview** **IPEM SIX C5** is a professional 6-channel dual-bank energy monitoring device based on the **ESP32-C5** platform and dual **ATM90E32** energy measurement ICs. From c4b3986f460eca9b7f17e6f88b7fcb60e607561f Mon Sep 17 00:00:00 2001 From: Dave Williams | DitroniX | G8PUO Date: Sat, 20 Jun 2026 15:54:17 +0100 Subject: [PATCH 2/6] Add timeline for future IPEM SIX variants Added a timeline section to the README with future variant plans. --- YAML Examples/IPEM SIX/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/YAML Examples/IPEM SIX/README.md b/YAML Examples/IPEM SIX/README.md index 1723469..01af4a4 100644 --- a/YAML Examples/IPEM SIX/README.md +++ b/YAML Examples/IPEM SIX/README.md @@ -4,7 +4,7 @@ This is a working ESPHome YAML development code for IPEM SIX, for Home Assistant. -![IPEM SIX Preview](https://github.com/DitroniX/IPEM-SIX-ESP32C5-ATM90E32-IoT-Mains-Power-Energy-Monitor/blob/main/Datasheets%20and%20Information/IPEM%20SIX%20-%20Overview.png) +[![IPEM SIX Preview](https://github.com/DitroniX/IPEM-SIX-ESP32C5-ATM90E32-IoT-Mains-Power-Energy-Monitor/blob/main/Datasheets%20and%20Information/IPEM%20SIX%20-%20Overview.png?raw=true)](https://github.com/DitroniX/IPEM-SIX-ESP32C5-ATM90E32-IoT-Mains-Power-Energy-Monitor) ## Summary @@ -27,6 +27,14 @@ Designed as a professional-grade residential and small commercial energy monitor ![IPEM SIX ESPHome Preview](https://github.com/DitroniX/Home-Assistant-Dev/blob/main/YAML%20Examples/IPEM%20SIX/ipem-six-c5-single-phase-six-channel.png) +## Timeline + +Now the code has been released and tested, other variants will also be provided. + +* Split Phase +* Two Phase, over the Two Banks +* Three Phase + ## **Code Overview** **IPEM SIX C5** is a professional 6-channel dual-bank energy monitoring device based on the **ESP32-C5** platform and dual **ATM90E32** energy measurement ICs. From 107a871214fb7f43e8e998c974dc623840ce98e1 Mon Sep 17 00:00:00 2001 From: Dave Williams | DitroniX | G8PUO Date: Sat, 20 Jun 2026 15:59:58 +0100 Subject: [PATCH 3/6] Update README.md --- YAML Examples/IPEM SIX/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/YAML Examples/IPEM SIX/README.md b/YAML Examples/IPEM SIX/README.md index 01af4a4..1c6e843 100644 --- a/YAML Examples/IPEM SIX/README.md +++ b/YAML Examples/IPEM SIX/README.md @@ -2,7 +2,7 @@ ## **IPEM SIX - ESPHome Example Code** -This is a working ESPHome YAML development code for IPEM SIX, for Home Assistant. +This is a fully working ESPHome YAML development code for IPEM SIX, for Home Assistant. [![IPEM SIX Preview](https://github.com/DitroniX/IPEM-SIX-ESP32C5-ATM90E32-IoT-Mains-Power-Energy-Monitor/blob/main/Datasheets%20and%20Information/IPEM%20SIX%20-%20Overview.png?raw=true)](https://github.com/DitroniX/IPEM-SIX-ESP32C5-ATM90E32-IoT-Mains-Power-Energy-Monitor) @@ -29,8 +29,15 @@ Designed as a professional-grade residential and small commercial energy monitor ## Timeline -Now the code has been released and tested, other variants will also be provided. +Now the code has been released and tested as a single phase with up to six inputs, other features and variants will also be provided. +To complete the IPEM SIX ESPHome functionality: +* RS485 MODBUS +* GPIO Control (GPI/PWM) +* OPTO Isolator Output Control +* OLED Support (Display Panel) + +Three branches will then follow: * Split Phase * Two Phase, over the Two Banks * Three Phase From 07cd2b2ea54c37ccc0de79c4714762a7e0a2799f Mon Sep 17 00:00:00 2001 From: Dave Williams | DitroniX | G8PUO Date: Sat, 20 Jun 2026 16:04:56 +0100 Subject: [PATCH 4/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a4d18f3..50f0cbb 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ If you have a contribution, or example you wish to discuss, please feel free to [![DitroniX Discussions Pages](https://github.com/DitroniX/DitroniX/blob/main/Files/GitHub%20Discussions.png?raw=true)](https://github.com/DitroniX/Home-Assistant-Dev/discussions) +[![STEM Buy Me A Coffee - Thank you!](https://github.com/DitroniX/DitroniX/blob/main/Files/BuyMeACoffee.png?raw=true)](https://buymeacoffee.com/ditronix) + ### How Does It Work? From f84f1814bb22ac3207e91f52d1755fbaf5134a6d Mon Sep 17 00:00:00 2001 From: Dave Williams | DitroniX | G8PUO Date: Sat, 20 Jun 2026 16:05:56 +0100 Subject: [PATCH 5/6] Update README to clarify integration details --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f0cbb..91bb27e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ #### Welcome to the DitroniX Home Assistant ESPHome Integration -This repository is for integration of DitroniX boards into Home Assistant using the ESPHome Components. +This repository is for integration of DitroniX boards into Home Assistant using the ESPHome YAML and Components. The development and integration repository is work in progress as various projects evolve. It will also expand on route. From 46cbe4ab846258760c97de9ae7d689c053cbc63b Mon Sep 17 00:00:00 2001 From: Dave Williams | DitroniX | G8PUO Date: Sat, 20 Jun 2026 16:40:21 +0100 Subject: [PATCH 6/6] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91bb27e..a08646f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ ## Home Assistant Development and Integration -#### Welcome to the DitroniX Home Assistant ESPHome Integration +#### Welcome to the DitroniX Home Assistant ESPHome Integration Hub. This repository is for integration of DitroniX boards into Home Assistant using the ESPHome YAML and Components. +## Current Board Support Includes + +* [ATM90E36 Component](https://github.com/DitroniX/Home-Assistant-Dev/tree/main/components/ATM90E36) +* [IPEM ATM90E36 and related boards](https://github.com/DitroniX/Home-Assistant-Dev/tree/main/YAML%20Examples/EPEM%20ATM90E36) +* [IPEM SIX (DUAL ATM90E32)](https://github.com/DitroniX/Home-Assistant-Dev/tree/main/YAML%20Examples/IPEM%20SIX) +* [WREN C5](https://github.com/DitroniX/Home-Assistant-Dev/tree/main/YAML%20Examples/WREN%20C5) + The development and integration repository is work in progress as various projects evolve. It will also expand on route. [![DitroniX Wiki Pages](https://github.com/DitroniX/Home-Assistant-Dev/blob/main/Datasheets%20and%20Information/GitHub%20WiKi.png?raw=true)](https://github.com/DitroniX/Home-Assistant-Dev/wiki)