We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Apply madsci's patch to support inverters.
6f7947f
Patch from: keshavdv#33
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
Sorry, something went wrong.
5ab9ea6
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: