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

Multiplus reports sometimes strange wrong values #45

Open naofireblade opened 5 months ago

naofireblade commented 5 months ago

Hi, some times when switched off the Multiplus (VE.BUS) reports 262.143W instead of 0W for ACTIVE_AC_IN_POWER and AC_OUT_POWER. Also the text_sensor DEVICE_STATE is 255 instead of 'off'.

Other values from the Multiplus like BATTERY_VOLTAGE are correct.

Switching the Multiplus on or to charging only, solves the problem.

Values on the Cerbo GX are correct at any time.

Fabian-Schmidt commented 5 months ago

Thanks for the report. I will look into it on the weekend.

Fabian-Schmidt commented 4 months ago

Hi, I added handling for these cases. The sensor is transmit NAN (Not a number) now.

Fabian-Schmidt commented 2 months ago

Is this issue resolved? Can I close it?