Results 28 comments of HBK1

Are all lower case? /config/addons/neolink.toml Linux is case sensitive.....

config is a link to dir homeassistant so addons should be created under dir homeassistant. /homeasistant/addons/neolink.toml or /config/addons/neolink.toml seen from /

Localhost when using the HA addon do not work so well so it is best to use the external address of HA and the port but I gave up and...

It is Victron that do not publish the values so you have to suggest it to Victron. https://community.victronenergy.com/questions/187303/victron-bluetooth-advertising-protocol.html

In VictronConnect v6.10beta14 the Blue Smart Charger supports Instant Readout and I saw it display Output Voltage and Output Current and Status and Temperature.

Here is screenshot of VictronConnect and Verbose log. I have put the Mac and Key in ESPHome config. ![230BluSmart](https://github.com/user-attachments/assets/8c61fc62-3198-48ea-8a4a-d14b8e8cd6e8) [logs_alde_logs.txt](https://github.com/user-attachments/files/17394108/logs_alde_logs.txt) https://www.victronenergy.com/live/victronconnect:beta

Here is the 1:st values and log, they are from VRM VE.Direct as I do not have access to the RV with bluetooth right now but I can change the...

Here is charging in Bulk. ![IMG_2211](https://github.com/user-attachments/assets/36a220c8-7e29-458a-96af-0d30a2ba9fe2) [logs_alde_logs (1).txt](https://github.com/user-attachments/files/17450582/logs_alde_logs.1.txt)

Missed Float but here is Storage: ![IMG_2212](https://github.com/user-attachments/assets/3ed8cd8c-a4a1-4505-8168-443473e4ce31) [logs_alde_logs (5).txt](https://github.com/user-attachments/files/17459286/logs_alde_logs.5.txt)

Result from this config: ``` sensor: # MySmart230 - platform: victron_ble victron_ble_id: MySmart230 name: "230 Battery Voltage" type: BATTERY_VOLTAGE - platform: victron_ble victron_ble_id: MySmart230 name: "230 Battery Current" type: BATTERY_CURRENT...