Hi,
I would like to know if is it possible to add hardware device item like UPS/switches to milestone, then set those devices’ online/offline state from third party application; and how do I go about doing it?
Thanks!
Hi,
I would like to know if is it possible to add hardware device item like UPS/switches to milestone, then set those devices’ online/offline state from third party application; and how do I go about doing it?
Thanks!
Hi.
Sensor monitor sample might be helpful for you, please see this sample;
If this comment does not fit for your question, please ask us again.
Hi,
Thanks for the reply. Although I’m not sure if this is the one I want. Maybe I wasn’t very clear.
I have hardware devices which goes to a management server, and this management server will collate device information and forwards the information to milestone. To forward the information, I was thinking of developing an interface to push message to milestone with component integration. Is it possible?
What you describe now sounds a bit like Analytics Events. Please see this link;
I think what I need might be more like SensorMonitor.. But rather than creating sensor item in XProtect Management client itself, can i create another component to add sensor item through SensorMonitor plug-in?
Yes, you can create your item(s) using code. You do not need that develop a Management Client plugin if you plan to do all the creation and handling without user interference or plan to do the configuration work from some other application that is not the Management Client.
Hi, is it possible to get item state of the Sensor Monitor items using ProvideCurrentStateRequest?
If possible, then how do I set the item state of the said Sensor Monitor items?
Thanks!
No, MIP Items are different and not reported by ProvideCurrentStateRequest.
Please explore the sample how it utilizes Analytics Events like “Controller Down”.