Skip to content
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

Switching Victron chargers #5

Open
agcyl opened this issue Jun 23, 2023 · 0 comments
Open

Switching Victron chargers #5

agcyl opened this issue Jun 23, 2023 · 0 comments

Comments

@agcyl
Copy link

agcyl commented Jun 23, 2023

First of all - a big thank you for sharing your findings - it was a great starter for me to find out how to change the charging power of Victron chargers. There are different types which can be toggled between two values e.g. 15A / 15 A or 7A /15h ... (max / ~1/2)

In the end it turned out to be super-easy:

After having paired and connected the device only 2 steps are necessary e.g. in bluetoothctl:

gatt.select-attribute 306b0003-b081-4037-83dc-e59fcc3cdfd0

for the maximum charge:
gatt.write "0x06 0x00 0x82 0x19 0xe0 0x01 0x41 0x00

for ~half of charging-power:
gatt.write "0x06 0x00 0x82 0x19 0xe0 0x01 0x41 0x01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant