This is the response I get when I turn on/off the chlorinator:
{"state":{"desired":{"equipment":{"swc_0":"production":1}}}},"deviceId":"xxxx","clientToken":xxxxx","ts":xxx}
And this is the aqualink.json I get for ph/orp:
{
"state": {
"reported": {
"vr": "V85W4",
"aws": {
"status": "connected",
"timestamp": xxx,
"session_id": "xxxx"
},
"hmi": {
"ff": {
"fn": "/fluidra-ota-prod/exo/V85W4_OTA.bin",
"vr": "V85W4",
"ts": xxx,
"pg": {
"fs": 507300,
"bd": 507300,
"ts": xxx,
"te": xxx
}
},
"fw": {
"fn": "/fluidra-ota-prod/exo/V85W4_OTA.bin",
"vr": "V85W4"
}
},
"main": {
"ff": {
"fn": "/fluidra-ota-prod/exo/V85R67_OTA.bin",
"vr": "V85R67",
"ts": xxx,
"pg": {
"fs": 402328,
"bd": 402328,
"ts": xxx,
"te": xx
}
}
},
"debug": {
"RSSI": -26,
"OTA fail": 1,
"OTA State": 0,
"Last error": 65278,
"Still alive": 2,
"OTA success": 9,
"MQTT connection": 2,
"OTA fail global": 0,
"Version Firmware": "V85W4B0",
"Nb_Success_Pub_MSG": 463,
"Nb_Fail_Publish_MSG": 0,
"Nb_Success_Sub_Receive": 2,
"MQTT disconnection total": 1,
"OTA fail by disconnection": 0,
"Nb reboot du to MQTT issue": 669
},
"state": {
"reported": {
"debug_main": {
"tr": 100
}
}
},
"equipment": {
"swc_0": {
"vr": "V85R67",
"sn": "xxxxx",
"amp": 1,
"vsp": 1,
"low": 0,
"swc": 50,
"temp": 1,
"lang": 2,
"ph_sp": 74,
"sns_1": {
"state": 1,
"value": 75,
"sensor_type": "Ph"
},
"aux_1": {
"type": "none",
"mode": 0,
"color": 0,
"state": 0
},
"sns_2": {
"state": 1,
"value": 780,
"sensor_type": "Orp"
},
"sns_3": {
"state": 1,
"value": 29,
"sensor_type": "Water temp"
},
"aux_2": {
"type": "none",
"mode": 0,
"state": 0,
"color": 0
},
"boost": 0,
"orp_sp": 830,
"aux230": 1,
"ph_only": 1,
"swc_low": 0,
"version": "V1",
"exo_state": 1,
"dual_link": 1,
"production": 1,
"error_code": 0,
"boost_time": "24:00",
"filter_pump": {
"type": 1,
"state": 1
},
"error_state": 0
}
},
"schedules": {
"sch9": {
"id": "sch_9",
"name": "Aux 1",
"timer": {
"end": "00:00",
"start": "00:00"
},
"active": 0,
"enabled": 0,
"endpoint": "aux1"
},
"sch1": {
"id": "sch_1",
"name": "Salt Water Chlorinator 1",
"timer": {
"end": "00:00",
"start": "00:00"
},
"active": 0,
"enabled": 0,
"endpoint": "swc_1"
},
"sch3": {
"id": "sch_3",
"name": "Filter Pump 1",
"timer": {
"end": "00:00",
"start": "00:00"
},
"active": 0,
"enabled": 0,
"endpoint": "ssp_1"
},
"sch4": {
"id": "sch_4",
"name": "Filter Pump 2",
"timer": {
"end": "00:00",
"start": "00:00"
},
"active": 0,
"enabled": 0,
"endpoint": "ssp_2"
},
"sch2": {
"id": "sch_2",
"name": "Salt Water Chlorinator 2",
"timer": {
"end": "00:00",
"start": "00:00"
},
"active": 0,
"enabled": 0,
"endpoint": "swc_2"
},
"sch10": {
"id": "sch_10",
"name": "Aux 2",
"timer": {
"end": "00:00",
"start": "00:00"
},
"active": 0,
"enabled": 0,
"endpoint": "aux2"
},
"supported": 6,
"programmed": 0
}
}
},
"deviceId": "xxx",
"ts": xxx
}
Hope it helps.