Vicki LoRa
Get device data
Request URL:
POST /provider/fetchHeaders:
Content-Type: application/json
Authorization: Bearer {access_token}Body:
{
"serial_number" : "{Vicki Serial Number}"
}Response:
{
"provider": {
"mac": "0******6",
"version": 1,
"uptime": "2020-11-24T17:35:20.024Z",
"displayDigits": 23, //digits in range 5-30; to be regarded as Target Temperature
"temperature": 15.4296875, // ambient temperature in celsius
"humidity": 99.609375, // relative ambient humidity in %
"motorRange": 506, // total range of the step motor
"motorPosition": 0, // current position of the step motor
"batteryVoltage": 3,
"ip": "",
"port": 24189,
"openWindow": false, //If open window event was detected and the settings
are currently executed, field “openWindow” will be true;
"childLock": false,
"pendingCommandStatus": {
"statusOfLastDisplayDigitsCommand": "sent",
"statusOfLastMotorPositionCommand": "sent",
"pendingDisplayDigits": null,
"pendingMotorPosition": null,
"lastUnsentToDeviceCommand": null
},
"online": true,
"timeOfRecord": "2020-11-24T17:36:00.905Z"
},
"_links": {
"self": {
"href": "/v1/provider/fetch"
}
}
}Vicki high priority commands:
Vicki high priority commandsSet motor position Only
Request URL:
Headers:
Body:
Response:
Set Target Temperature
Request URL:
Headers:
Body:
Response:
Set Motor Position and Target Temperature
Request URL:
Headers:
Body:
Response:
Set Open Window
Request URL:
Headers:
Body:
Response:
Get Open Window
Request URL:
Headers:
Body:
Response:
Child Lock
Request URL:
Headers:
Body:
Response:
Set Min/Max Range
Request URL:
Headers:
Body:
*Note that the min/max values should be between 5 and 30!
Response:
Get Min/Max Range
Request URL:
Headers:
Body:
Response:
Summer Mode
Request URL:
Headers:
Body:
Response:
More info about summer mode command:
Summer ModeForce Close Vicki
Request URL:
Headers:
Body:
Response:
Set KeepAlive Time
Request URL:
Headers:
Body:
Response:
Assign Vicki to Mom
Request URL:
Headers:
Body:
Response:
Last updated