Victron BLE (instant readout) EspHome component
Using an ESP32 to listen to BLE advertisements from Victron devices supporting this protocol.
The protocol is somehow officially documented and has some ESPHome implementations too (I've based mine off this repository). Current implementation works and is being tested on a Victron Multi RS inverter. Support for all other BLE compliant products even if implemented has not been tested so far
Beside the usual EspHome platforms configuration (an ESP32 with BLE is needed) follow the sample config
This is a 'replica' of the same component as developed on https://github.com/krahabb/esphome. This repository is just an extraction in order to raise its public status.