This Python module provide the ability to get Midnite Solar Classic solar charge controller registers for displaying monitoring and archiving. The output is a Python dict that has all the register's decoded values.
github.com
The module is based on one of the components of the following project that adds an interface to MQTT server for interfacing with other software such as Homes Assistant: https://github.com/ClassicDIY/ClassicMQTT.
Sample of how I use this module to gather data for my reporting program.
GitHub - qcda1/MidniteClassic: Simple module to extract Midnite Classic set of registers for monitoring
Simple module to extract Midnite Classic set of registers for monitoring - qcda1/MidniteClassic
The module is based on one of the components of the following project that adds an interface to MQTT server for interfacing with other software such as Homes Assistant: https://github.com/ClassicDIY/ClassicMQTT.
Sample of how I use this module to gather data for my reporting program.