vedirect
vedirect copied to clipboard
Simple VE.Direct reader for Python
I've forked and updated this repository. Mainly for Micropython but should give improvements all around. May have regressed in HEX support. Adds an asyncio interface too. https://github.com/nznobody/vedirect
The README does a good job of explaining how to use the Example data, but what do you need to do if you're hooked up directly to the MPPT? (sorry,...
Thank you for publishing this code. I found that packets are not cleared between call-back invocations. This means that the `packet` dict may contain lingering values from previous callbacks and...
Hi, Hope all is well. Could you please share some uses for this code? Surely, you created it with some purpose in mind ;) I've used it to read the...
Maybe a new branch for python 3?
Hi, wondering why this is error occurs, how to solve? pi@pi3solar:/opt/vedirect/examples$ python3 vedirect_mqtt.py Traceback (most recent call last): File "/opt/vedirect/examples/vedirect_mqtt.py", line 6, in from vedirect import Vedirect File "/home/pi/.local/lib/python3.9/site-packages/vedirect/__init__.py", line...