-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Device Names by ise_id #94
Comments
You can use devicelist by using the parameter device_id |
Dear all, with curl on Linux
I am getting the whole bunch of devices as XML output again. The API I am using is XML-API 1.22 since I have to rewrite for 2.x a lot of scripts. The CCU3 is not accessible from remote. Kind regards, Alexander De Bernardi |
Please use the current version. |
That's the price you would have to pay for increased security. Thus, don't delay it any further and go for XML-API v2 to have all latest features+fixes of XML-API. There will be no backporting of any features or bugfixes to XML-API v1 anymore... |
Dear all,
after reading the description for the 1.x and 2.x version of XML-API I have not found a way to get one device name by its ise_id.
Usage in my case: with PHP I am getting values by the corresponding ../xmlapi/state.cgi?datapoint_id=XXXXXX call to the XML-API. I am trying to find an easy way to get the device names, too.
Using devicelist.cgi I would have to implement some cumbersome PHP routines and lists to browse the XML for one device name which is clearly identyfied by its ise_id.
Can this be implemented like the combination of statelist.cgi and state.cgi?
E.g. devicelist.cgi for the complete list and device.cgi with parameter ise_id=XXXXXX?
Kind regards,
Alexander De Bernardi
The text was updated successfully, but these errors were encountered: