Battery State Codes via MQTT

I’ve been googling for 1hr… ‘Victron Battery State Codes’ but got nothing useful.

Topic: N/XXXX/system/0/Batteries

MSG:


{
“value”: [
{
“active_battery_service”: true,
“current”: -11.300000190734863,
“id”: “com.victronenergy.battery.ttyS7”,
“instance”: 279,
“name”: “SmartShunt 500A/50mV”,
“power”: -598.6740112304688,
“soc”: 76.5,
“state”: 2,
“timetogo”: 135480,
“voltage”: 52.97999954223633
}
]
}

State = 2… What is this…

What are the other options…

Is there a victron source for the info from MQTT?

0=Initialising;
1=Bulk;
2=Absorption;
3=Float;
4=Storage;
5=Absorb repeat;
6=Forced absorb;
7=Equalise;
8=Bulk stopped;
9=Unknown

From the CCGX ModBus register list.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.