-
Notifications
You must be signed in to change notification settings - Fork 9
1060: Device Battery Status
David Bonnes edited this page Jun 21, 2020
·
13 revisions
Report a device's battery level state.
069 I --- 04:189082 --:------ 04:189082 1060 003 006401
045 I --- 04:056053 --:------ 01:145038 1060 003 016401
069 I --- 04:189076 --:------ 01:145038 1060 003 026401
045 I --- 04:056057 --:------ 01:145038 1060 003 036401
071 I --- 04:189082 --:------ 01:145038 1060 003 046401
059 I --- 04:189080 --:------ 01:145038 1060 003 056401
053 I --- 34:064023 --:------ 34:064023 1060 003 00FF01
045 I --- 34:092243 --:------ 34:092243 1060 003 00FF01
060 I --- 07:045960 --:------ 07:045960 1060 003 00FF01
061 I --- 12:010740 --:------ 12:010740 1060 003 00FF01
Devices spontaneously send this data every 24h, and presumably when state changes.
segment | size | description |
---|---|---|
zone_id | [0:2] | Zone (0x00-0x0B) or 0x00 |
Level | [2:4] | Battery level % = (0 - 200) / 2 |
Unknown | [4:6] | 0 or 1. Legacy Devices only report 0x01 = OK, 0x00 = Low |
Note that some TRVs (04:xxxxxx
) will 'leak' their zone membership, whilst other devices will not.
def parser_1060(payload) -> Optional[dict]:
assert len(payload) / 2 == 3
assert payload[4:6] in ["00", "01"]
return {
"battery_level": None if payload[2:4] == "FF" else _cent(payload[2:4]) / 2,
"battery_low": payload[4:] == "00",
}
0001
RF Check0004
Zone name0008
Relay demand0009
Relay failsafe000A
Zone config000C
Zone actuators0016
RF signal test0100
Localisation0404
Zone schedule0418
System fault1030
Mix zone config1060
Battery state10A0
DHW setpoint10E0
Device info1100
Boiler relay info1260
DHW temperature12B0
Window sensor1F09
System Sync1F41
DHW mode1FC9
RF bind1FD4
Opentherm ticker22C9
UFH setpoint22D9
Boiler setpoint2309
Zone setpoint2349
Setpoint override2E04
Controller mode30C9
Zone temperature313F
System datetime3150
Heat demand3220
Opentherm message3B00
Actuator sync3EF0
Actuator info3EF1
Actuator unknown
0002
External sensor0005
Zone management0006
Schedule sync000E
Unknown01D0
Unknown01E9
Unknown042F
Unknown1280
Outdoor humidity1290
Outdoor temp12A0
Indoor humidity2249
Now/next setpoint22D0
UFH unknown22F1
Ventilation unit command22F3
Ventilation unit temp. high2389
Unknown2D49
Unknown3120
Unknown31D9
HVAC Unknown31DA
HVAC Unknown31E0
HVAC Unknown