EcoStruxure IT forum
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-05 08:37 PM . Last Modified: 2024-04-03 01:09 AM
The current web service can return all the device ID using the "getAllDevices" Request to get the device ID. However, in the ISXCentralSensorService, there is no service request available to get the sensorID using the device ID. This makes the getSensorData Request extremely difficult and always resulted in returning Invild ID by DCE.
(CID:147194683)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-05 08:37 PM . Last Modified: 2024-04-03 01:09 AM
If you know the deviceID you want to fetch all sensors for, you can do the following:
If there's a specific sensor type you want to get for that same device, you do the following as well:
You can then process the return to get the sensorID to make your call with getSensorData.
(CID:147194828)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-05 08:37 PM . Last Modified: 2024-04-03 01:09 AM
If you know the deviceID you want to fetch all sensors for, you can do the following:
If there's a specific sensor type you want to get for that same device, you do the following as well:
You can then process the return to get the sensorID to make your call with getSensorData.
(CID:147194828)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-05 08:38 PM . Last Modified: 2024-04-03 01:09 AM
Spot on, this can supplement the Web service guide. thanks
(CID:147194840)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-05 08:38 PM . Last Modified: 2024-04-03 01:09 AM
Glad to help.
If you're querying more than three sensors you should use the getMultipleDataSensor method:
Example:
...just keep adding elements as needed for all the sensorID's you have.
DCE's web service doesn't take to cursoring very kindly so if you can aggregate the list of sensors you want this call will save you some headaches.
(CID:147194870)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-05 08:38 PM . Last Modified: 2023-10-22 01:55 AM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.