Fan Coil Thermostat LoRaWAN
Get device data
Request URL:
POST /provider/fetchHeaders:
Content-Type: application/json
Authorization: Bearer {access_token}Body:
{
"serial_number" : "{Serial Number}"
}Response:
{
"provider": {
"joinRequestCount": 43,
"activeFrom": "2023-09-25 10:27:42",
"application": "mc-devices-testing",
"batteryVoltage": 0.27,
"deviceVersions": {
"hardware": 4,
"software": 1
},
"frameCount": 9,
"joinRetryPeriod": 10,
"keepAliveTime": 2,
"lastActive": "2023-11-02 16:02:19",
"lux": 112,
"network_provider": "the_things_industries",
"pir": true,
"powerSourceStatus": 1,
"relativeHumidity": 44.92,
"rssi": -67,
"sensorTemperature": 26.6,
"spf": "7",
"targetTemperature": 20,
"uplinkType": "00",
"watchDogParams": {
"wdpC": 12,
"wdpUc": 2
},
"childLock": false,
"actualFanSpeed": 7,
"deviceStatus": 1,
"displayedFanSpeed": 2,
"operationalMode": 1,
"valveStatus": 0,
"deltaTemperature1": 100,
"deltaTemperature2and3": {
"deltaTemperature2": 100,
"deltaTemperature3": 100
},
"fanSpeedNotOccupied": 0,
"wiringDiagram": 1,
"occupancySensorStatusSetPoint": 128,
"keysLock": 1,
"targetTemperatureStep": 50,
"fanSpeed": 1,
"fanSpeedLimit": 2,
"ecmVoltageRange": {
"min": 250,
"max": 710
},
"ecmStartUpTime": 2,
"ecmRelay": 1,
"frostProtection": 0,
"frostProtectionSettings": {
"threshold": 6,
"setpoint": 9
},
"allowedOperationalModes": 1,
"coolingSetpointNotOccupied": 23,
"automaticChangeover": 0,
"automaticChangeoverThreshold": {
"coolingThreshold": 16,
"heatingThreshold": 33
},
"mac": "70B3D52DDA000003",
"online": false,
"scheduleInfo": {
"inSchedule": false,
"mainTarget": null,
"inPriority": false
}
},
"_links": {
"self": {
"href": "/v1/provider/fetch"
}
}
}Set KeepAlive Time
Request URL:
Headers:
Body:
Get Pending Commands
Request URL:
Headers:
Body:
Response:
Get Device Version
Request URL:
Headers:
Body:
Set Join Retry Period
Request URL:
Headers:
Body:
Set Uplink Type
Request URL:
Headers:
Body:
Set Watch Dog Params
Request URL:
Headers:
Body:
Set Display refresh period
Request URL:
Headers:
Body:
Set Min/Max Range
Request URL:
Headers:
Body:
*Note that the min/max values should be between 5 and 30!
Set Current temperature visibility
*Set a flag to show/hide the current temperature on the display. Default is show (1)
Body:
Set Humidity visibility
*Set a flag to show/hide the humidity on the display. Default is show (1)
Body:
Set FCT target temperature
Body:
Set target temperature step
Body:
Set Keys Lock
*More info: https://docs.mclimate.eu/mclimate-lorawan-devices/devices/mclimate-fan-coil-thermostat-fct/keys-lock
Body:
Set Valve Open Close Time
Body:
Set Fan Speed
Body:
Set Fan Speed Not Occupied
Body:
Set Fan Speed Limit
Body:
Set ECM Voltage Range
Body:
Set ECM Start Up Time
Body:
Set ECM Relay
Body:
Set Frost Protection
Body:
Set Frost Protection Settings
Body:
Get Frost Protection Status
Body:
Set FCT Operational Mode
Body:
Set Allowed Operational Modes
*More info: https://docs.mclimate.eu/mclimate-lorawan-devices/devices/mclimate-fan-coil-thermostat-fct/wiring-diagrams-applications-and-operational-modes#allowed-operational-modes
Body:
Set Cooling Setpoint Not Occupied
Body:
Set Heating Setpoint Not Occupied
Body:
Set Temp Sensor Compensation
Body:
Set Automatic Changeover
Body:
Set Wiring Diagram
Body:
Set OCC Function
Body:
Set Device Status
Body:
Set Return Of Power Operation
Body:
Set Delta Temperature 1
Body:
Set Delta Temperature 2 and 3
Body:
Get Occupancy Sensor Status Set-Point
Body:
Get Occupancy Sensor Status
Body:
Get Dew Point Sensor Status
Body:
Get Filter Alarm
Body:
Set External Automatic temperature control mode
Body:
Last updated