-
Notifications
You must be signed in to change notification settings - Fork 119
What do I set BMS 'type' in config to so that I can connect Super-B Epsilon v2 BMS via aiobmsble.
Super-B Epsilon v2 BMS is not natively supported by batmon, but is by aiobmsble.
All reactions
Replies: 2 comments
For the v2 Epsilon, use the aiobmsble wrapper name:
- address: XX:XX:XX:XX:XX:XX type: superb_v2_ble alias: epsilon
superb_v2_ble maps to aiobmsble's superb_v2_bms plugin. batmon strips the _ble suffix, appends _bms, and imports aiobmsble.bms.<name>_bms, so superb_v2_ble becomes aiobmsble.bms.superb_v2_bms.
For the older/non-v2 Super-B implementation the matching type would be superb_ble, but for "Super-B Epsilon v2" I would start with superb_v2_ble.
If it still logs Unknown device type, update/rebuild the add-on so it has a recent aiobmsble. If the type is accepted but the device is not found, use the exact Bluetooth MAC or the device name shown in the add-on discovery log.