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

Add support for Victron Phoenix inverters - with patch #33

Open
madsci opened this issue Jun 22, 2023 · 1 comment
Open

Add support for Victron Phoenix inverters - with patch #33

madsci opened this issue Jun 22, 2023 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@madsci
Copy link

madsci commented Jun 22, 2023

Hello keshavdv

Thank you for the wonderful project and your invested hours.

I would like to provide a patch to support Phoenix inverters:
victron_ble_0.6.0_inverter.patch

The structure of the bytestream has been taken from the official BLE documentation dated 2022-12-14.

Test data
Dump: 100292a203459200516f083e6109b1c690d411
DK: 00e3ad74612f6edc337a74bb1ed8ab14

Actual values:
device_state: <OperationMode.INVERTING: 9>
alarm: 0
battery_voltage: 26.58
AC_apparent_power: 0
AC_voltage: 230.0
AC_current: 0.0

@madsci madsci added enhancement New feature or request question Further information is requested labels Jun 22, 2023
j9brown added a commit to j9brown/victron-ble that referenced this issue Feb 23, 2024
@j9brown
Copy link
Contributor

j9brown commented Feb 23, 2024

Thanks for the patch! I had need of it too so I have applied it to my own fork of victron-ble.

See: https://github.com/j9brown/victron-ble

j9brown added a commit to j9brown/victron-ble that referenced this issue Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants