I have an Samsung EHS Mono HT Quiet heat pump and use the SmartThings API for retrieving data from https://api.smartthings.com/devices/(id)/status
As part of this data, the samsungce.ehsCycleData is coming back. Where can I find more information on how to decode the data like “001200126A003B3B3F0200D400BE00010000”
“samsungce.ehsCycleData”: {
“outdoor”: {
“value”: [
{
“timestamp”: “2024-02-02T18:54:32Z”,
“data”: “001200126A003B3B3F0200D400BE00010000”
},
{
“timestamp”: “2024-02-02T18:59:32Z”,
“data”: “000E000E6B003B3C3F0200CE00BE00010000”
},
{
“timestamp”: “2024-02-02T19:04:32Z”,
“data”: “001400146C003A3B3F0200D000BE00010000”
}
],
“unit”: “C”,
“timestamp”: “2024-02-02T19:05:32.827Z”
},
“indoor”: {
“value”: [
{
“timestamp”: “2024-02-02T18:54:32Z”,
“data”: “5B055C6060050008190000000100000000010000000113C7”
},
{
“timestamp”: “2024-02-02T18:59:32Z”,
“data”: “5B055C60600500081A0000000100000000010000000113CC”
},
{
“timestamp”: “2024-02-02T19:04:32Z”,
“data”: “5B055C60600500091A0000000100000000010000000113D2”
}
],
“unit”: “C”,
“timestamp”: “2024-02-02T19:05:32.827Z”
}
},