hi,
I found in a forum that it is possible to read the info from a wattcycle battery into Victron VRM
This with dbus-serialbattery (Bluetooth connection) but I did not succeed to see any info in the victron dashboard.
So I think I'm doiing something wrong.
Is there already someone that suceeded in getting the info in the victron overview?
I have following type : WattCycle 12V 314Ah Mini Super
retrieved the latest night build but still did a modification
Wijziging in /data/apps/dbus-serialbattery/bms/xdzn_ble.py
currently in /data/apps/dbus-serialbattery/bms/xdzn_ble.py:
await self._client.start_notify(NOTIFY_UUID, self._on_notify)
await self._client.write_gatt_char(AUTH_UUID, AUTH_KEY, response=False)
await asyncio.sleep(0.5)
changed to:
await self._client.start_notify(NOTIFY_UUID, self._on_notify)
# AUTH disabled: FFFA is not present on this BMS
await asyncio.sleep(0.5)