Announcement
Collapse
No announcement yet.
Can't add device with API function.
Collapse
X
-
Originally posted by lauri maripuu View PostHello
We're trying to add a JSON device to an on premise RMS system (version 2.4) via API function. We're using curl for that. When choosing New -> JSON device then after few seconds the system says "Device initialization failed", when pressing OK, the system still keeps on waiting for a new device. When sending first command (without token and deviceid) then the server responses: 400 bad request.
The command that we are using:
curl -v -H "Content-Type: application/json" -H "Expect: 100-continue" -H "Connection: Close" -d '{"Name":"proov","Serial":1551,"Values":[{"Index":1,"Typ":1,"Unit":"%rh","Value":35.6},{ "In dex":2,"Typ":2,"Unit":"°C","Value":23.5}]} http://serverip/wService/wService3.D...UpdateDataJson Smashy road
Can anyone help?
Leave a comment:
-
Originally posted by lauri maripuu View PostHello
We're trying to add a JSON device to an on premise RMS system (version 2.4) via API function. We're using curl for that. When choosing New -> JSON device then after few seconds the system says "Device initialization failed", when pressing OK, the system still keeps on waiting for a new device. When sending first command (without token and deviceid) then the server responses: 400 bad request.
The command that we are using:
curl -v -H "Content-Type: application/json" -H "Expect: 100-continue" -H "Connection: Close" -d '{"Name":"proov","Serial":1551,"Values":[{"Index":1,"Typ":1,"Unit":"%rh","Value":35.6},{ "In dex":2,"Typ":2,"Unit":"°C","Value":23.5}]} http://serverip/wService/wService3.D...UpdateDataJson Block Blast
Can anyone help?
Leave a comment:
-
Leave a comment:
-
Hello
The URL is correct, the post itself has cut a part of the URL. If you hover the mouse over the URL then you see it entirely.
Leave a comment:
-
Can't add device with API function.
Hello
We're trying to add a JSON device to an on premise RMS system (version 2.4) via API function. We're using curl for that. When choosing New -> JSON device then after few seconds the system says "Device initialization failed", when pressing OK, the system still keeps on waiting for a new device. When sending first command (without token and deviceid) then the server responses: 400 bad request.
The command that we are using:
curl -v -H "Content-Type: application/json" -H "Expect: 100-continue" -H "Connection: Close" -d '{"Name":"proov","Serial":1551,"Values":[{"Index":1,"Typ":1,"Unit":"%rh","Value":35.6},{ "In dex":2,"Typ":2,"Unit":"°C","Value":23.5}]} http://serverip/wService/wService3.D...UpdateDataJson
Can anyone help?
Leave a comment: