burrow/heating/circuit2/room-temp
burrow/heating/circuit2/active 0/1
burrow/heating/water/active 0/1
-burrow/heating/error %04x [error code from message 0500:006b]
+burrow/heating/error [error code from message 0500:006b in decimal]
burrow/heating/clock yyyy-mm-ddThh:mm
bsb/stats/*
case 0x0500006b:
if (len >= 2) {
int err = get_u16_be(p);
- mqtt_publish("burrow/heating/error", "%04x %lld", err, (long long) t);
+ mqtt_publish("burrow/heating/error", "%d %lld", err, (long long) t);
}
break;
case 0x0500006c: