- 1,476
- 4,849
- TL;DR Summary
- Solar energy battery hybrid, control system with home assistant
Still working on some aspects of this DIY home energy management system but all of the major parts are operational.
I'm using Home Assistant as the interface to several custom designed PIC 8-bit controllers and a Linux expert system to integrate data into a central MQTT server. It monitors utility energy flows from the utility and locally generated electrical energy into the house to reduce external usage requirements for HVAC, computer processing and general power usage.
Most the the individual devices controlled and monitored in the house use Matter/thread as the connection fabric. Matter version 1.3 has been a great improvement over the original Matter 1.0 devices. Many of the original devices can get firmware upgraded to 1.3. This system is totally local for home device control, with no cloud control or monitoring of the energy devices with the exception of Home Assistant cloud for remote access and control. The cloud access in not needed but it is nice to see what's happening at home from anywhere in the world, securely.
Most of the original build and design is here: https://forum.allaboutcircuits.com/...ge-controller-datalogger.194146/#post-1826013
A few screen shots of the HA main control panel in my home electrical shop.
The Linux C energy control system logger.
Some of the MQTT JSON formatted data sent to the server from various energy interface device PIC18 controllers.
I'm using Home Assistant as the interface to several custom designed PIC 8-bit controllers and a Linux expert system to integrate data into a central MQTT server. It monitors utility energy flows from the utility and locally generated electrical energy into the house to reduce external usage requirements for HVAC, computer processing and general power usage.
Most the the individual devices controlled and monitored in the house use Matter/thread as the connection fabric. Matter version 1.3 has been a great improvement over the original Matter 1.0 devices. Many of the original devices can get firmware upgraded to 1.3. This system is totally local for home device control, with no cloud control or monitoring of the energy devices with the exception of Home Assistant cloud for remote access and control. The cloud access in not needed but it is nice to see what's happening at home from anywhere in the world, securely.
Most of the original build and design is here: https://forum.allaboutcircuits.com/...ge-controller-datalogger.194146/#post-1826013
A few screen shots of the HA main control panel in my home electrical shop.
The Linux C energy control system logger.
Some of the MQTT JSON formatted data sent to the server from various energy interface device PIC18 controllers.