A Forum run by Enthusiasts of MidNite Solar

Inverters => MN15-12KW-AIO => Topic started by: GIGLWAT on December 07, 2025, 04:29:22 PM

Title: AIO monitoring software
Post by: GIGLWAT on December 07, 2025, 04:29:22 PM
Has anyone used a 3rd party software to monitor your inverters and batteries? I'm looking for a way to receive notifications if my inverters miss behave or a simpler way to see my batteries SOC.
Thanks in advance for any info.
Title: Re: AIO monitoring software
Post by: ClassicCrazy on December 07, 2025, 10:32:44 PM
I recently used Chatgpt AI and sometimes google gemini AI to write monitoring software for the hawkes bay  to run on a raspberry pi .  It uses a canbus to usb adapter to the pi. If you have the tech savvy and patience to continually test the code that those AI spit out , you can make your own and customize it how you want. You would start out with the canbus or modbus documentation for it ( hopefully those are available) and ask the AI if it can write the code to do what you want.
This is the project I did - I posted it on Github https://github.com/larduino/hawkesbay-can2mqtt/tree/main

Larry