I have the iRobot Roomba Combo j9+ connected to Home Assistant and get this error about the refill state missing. Here is the data from that report as well:
{
"state": {
"reported": {
"cleanMissionStatus": {
"cycle": "clean",
"phase": "refill",
"expireM": 0,
"rechrgM": 0,
"error": 0,
"notReady": 0,
"condNotReady": [],
"mssnM": 0,
"expireTm": 0,
"rechrgTm": 0,
"mssnStrtTm": 1702319069,
"operatingMode": 2,
"initiator": "rmtApp",
"nMssn": 10,
"missionId": "..."
}
}
}
}
I have the iRobot Roomba Combo j9+ connected to Home Assistant and get this error about the refill state missing. Here is the data from that report as well:
{ "state": { "reported": { "cleanMissionStatus": { "cycle": "clean", "phase": "refill", "expireM": 0, "rechrgM": 0, "error": 0, "notReady": 0, "condNotReady": [], "mssnM": 0, "expireTm": 0, "rechrgTm": 0, "mssnStrtTm": 1702319069, "operatingMode": 2, "initiator": "rmtApp", "nMssn": 10, "missionId": "..." } } } }