Fabian-Schmidt / esphome-victron_ble

Use official Victron BLE endpoint for fetching data from Victron devices via Bluetooth LE via ESPHome.
GNU General Public License v3.0
152 stars 15 forks source link

Sustain DEVICE_STATE for Multiplus-II using VE.Bus #55

Closed Algid closed 1 month ago

Algid commented 2 months ago

Recently Victron added support for a Sustain function for the Multiplus-II and it seems the DEVICE_STATE text field does not currently support this.

The device state is 244 as seen in the logs:

[12:18:01][W][victron_ble.text_sensor:297]: [EE:7F:E7:30:EC:43] Unknown device state (244).

In the Victron app I see this as "Sustain".

Thanks for your work on this great project!

Fabian-Schmidt commented 1 month ago

Can you please validate the additional device state works?

Algid commented 1 month ago

Yes that seems to work perfectly, thanks!