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.
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