API for device
Posted: 16 Aug 2015 22:04
I have a garage door sensor that I can see in the Smorthome ui at
, yet when I query it (after authenticating) via the devices api it says it does not exist:
Any suggestion why this is occuring? v2.0.1.
Code: Select all
http://192.168.1.3:8083/smarthome/#/element/ZWayVDev_zway_3-0-48-1
Code: Select all
$ curl -b /tmp/cookies2 -s http://localhost:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_3-0-48-1|python -mjson.tool
{
"code": 404,
"data": null,
"error": "Device ZWayVDev_zway_3-0-48-1 doesn't exist",
"message": "404 Not Found"
}