Open vadimzzz opened 4 months ago
Same problem here. Vg Max
Does the integration for example show an invalid value right after reloading it, while you have the app open on your smartphone?
The problem occurs when an additional battery is connected. It is not synchronized with the main battery.
The solution is to activate the slave battery level and build a sensor.
{{
((float(states('sensor.station_1_main_battery_level'))+
float(states('sensor.station_1_slave_battery_level')))/2) |round(0)
}}
This shows 8%, just like the display.
Vg Max
The integration works fine with my River MAX but reported battery level is always lower than the level reported by official app. The difference between reported levels is not constant and may be from 3 to 10 percent.
Here are a screenshots made at the same time
![2024-07-18 13 45 42](https://github.com/user-attachments/assets/59a76d2d-410a-4363-af8b-91a351a5872b) ![2024-07-18 13 45 49](https://github.com/user-attachments/assets/b44257d7-2f4e-4de1-aa0e-20155c2bfb58)