Here you go: https://github.com/TD22057/T-Home
It's Python code based on reading the SBFSpot C code. It polls the inverter while the sun is up and converts the information into Python data objects. There are also scripts which take those and convert them into a JSON'ed dictionary and publishes that as a ZeroMQ message. It should be pretty easy to modify the code to do whatever you want with the data. Feel free to PM me if you have any questions.
It's Python code based on reading the SBFSpot C code. It polls the inverter while the sun is up and converts the information into Python data objects. There are also scripts which take those and convert them into a JSON'ed dictionary and publishes that as a ZeroMQ message. It should be pretty easy to modify the code to do whatever you want with the data. Feel free to PM me if you have any questions.
Comment