-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can you run this when connected to the MPPT? #8
Comments
On a Raspberry Pi, you plug in one of those VE.Direct to USB cables (really just serial to USB) and use something like the following:
|
@karioja I'm connected to my Victron devices (2 of them) via Bluetooth then "sudo rfcomm bind 1 $MAC_ADDRESS" to bind to /dev/rfcomm1 and didn't succeed to connect. $ python3 examples/vedirect_print.py --port /dev/rfcomm1 But I don't use the serial port anywhere. |
AFAIK the Victron Bluetooth Dongle / Bluetooth enabled devides use a custom protocol. |
If you want to connect via bluetooth, check out this repo: https://github.com/birdie1/victron. We have reverse engineered parts of the victron bluetooth protocol for different devices and added the new ble gatt protocol from smartshunt as well. |
Nice guys ! thanks for the fast reply. I'll definitely check the links out! |
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, it's probably very basic, but I'm and extremely new Python developer 😅)
The text was updated successfully, but these errors were encountered: