Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!

Can the SmartConnector connect with the EcoStruxure Security Expert?

SmartConnector Forum

Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure Building
  • SmartConnector
  • SmartConnector Forum
  • Can the SmartConnector connect with the EcoStruxure Security Expert?
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
JeffBowman
Sisko JeffBowman Sisko
164
ardak
ardak Schneider Alumni (Retired)
34
sesa180908_brid
Commander sesa180908_brid Commander
34
mike_meirovitz
Commander mike_meirovitz
21
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to SmartConnector Forum
Solved
mike_meirovitz
Commander mike_meirovitz
Commander

Posted: ‎2018-10-01 06:47 AM

0 Likes
5
1165
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-10-01 06:47 AM

Can the SmartConnector connect with the EcoStruxure Security Expert?

Can the SmartConnector connect with the EcoStruxure Security Expert?

Thanks

Mike

Reply
  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2018-10-02 08:26 AM

1 Like
1
1145
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-10-02 08:26 AM

Hi Nick and Michael,

 

In this case, Michael will need to connect to the EWS server that is built into the Security Xpert software, and NOT the SOAP SDK. So while using the SOAP SDK you have 'Event Reports' and 'Records', Michael should be able to use EWS, and not have to change any code. (the Push processor he is referring to, gets all alarm events from and EWS server, and sends them up to UCME's API for processing).

 

In this case Michael, I believe that Security Xpert does have Alarm Items, and they can be discovered just like in EBO. Also the push processor should work just the same. You will just need to create a new processor configuration and set it up to connect to Security Expert and not EBO. 

 

Information about the Security Expert EWS Server can be found in the Security Expert documentation. I think it has a different endpoint that EBO. So the setup will be different (since its a completely different product that EBO).

 

All the above said. Thereis a known limitation in Security Expert EWS server where if there is more than one EWS Client asking for alarms.. Only the one that asks for alarms first will get it.. and it is NOT stateless like EWS is defined to be. Maybe this use case, will cause them to fix this issue.


Regards,

 

-Jeff

See Answer In Context

Reply
Replies 5
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2018-10-01 07:06 AM

1 Like
4
1163
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-10-01 07:06 AM

Hi Michael,

 

Security Xpert has an EWS interface. So it is possible to query it via EWS from Smart Connecor. It also has its own SOAP web service that you can consume through Smart Connector if you wanted to. 

 

The answer to to your question is ‘yes’.

 

Regards,

 

-Jeff

Reply
mike_meirovitz
Commander mike_meirovitz
Commander

Posted: ‎2018-10-02 01:21 AM

0 Likes
3
1155
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-10-02 01:21 AM

Hi Jeff,

 

Thank you for your answer! Two more questions:

1. Can the Security Expert alarms be discovered the same way they are dicovered in the EBO?

2. Should we define another Push processor for the Security Expert?

 

Thanks.

Mike

Reply
Anonymous user
Not applicable

Posted: ‎2018-10-02 07:21 AM . Last Modified: ‎2018-10-02 07:25 AM

1 Like
2
1148
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-10-02 07:21 AM

Hi there! I've done a decent amount of work with this, perhaps I can help answer those questions.

1. My understanding, based on how you worded that, the answer is "No".

If you have access to the Security Expert client, you can run an Event Report and see what alarms pop up.

However, if you want SecurityExpert alarms to be visible as alarms in EBO: An Alarm in Security Expert is a type of object called a "record". You can make an api call to obtain a single record or a list of them. A record is just that, however: a record. In the code for your SmartConnector extension, you would still need to create an Alarm Item on the EWS server for that record. Hope that answered your question.

 

2. Unfortunately, I'm not quite sure what a "Push Processor" is. The terminology I typically use on my projects is "Discovery Processor" (discovers data from SecurityExpert and creates EWS server) and "Update Processor" (checks the EWS server for updates and runs any needed algorithms). I had to define my own processors, you might have to as well. Hopefully Jeff can shed more light on this.

Reply
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2018-10-02 08:26 AM

1 Like
1
1146
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-10-02 08:26 AM

Hi Nick and Michael,

 

In this case, Michael will need to connect to the EWS server that is built into the Security Xpert software, and NOT the SOAP SDK. So while using the SOAP SDK you have 'Event Reports' and 'Records', Michael should be able to use EWS, and not have to change any code. (the Push processor he is referring to, gets all alarm events from and EWS server, and sends them up to UCME's API for processing).

 

In this case Michael, I believe that Security Xpert does have Alarm Items, and they can be discovered just like in EBO. Also the push processor should work just the same. You will just need to create a new processor configuration and set it up to connect to Security Expert and not EBO. 

 

Information about the Security Expert EWS Server can be found in the Security Expert documentation. I think it has a different endpoint that EBO. So the setup will be different (since its a completely different product that EBO).

 

All the above said. Thereis a known limitation in Security Expert EWS server where if there is more than one EWS Client asking for alarms.. Only the one that asks for alarms first will get it.. and it is NOT stateless like EWS is defined to be. Maybe this use case, will cause them to fix this issue.


Regards,

 

-Jeff

Reply
mike_meirovitz
Commander mike_meirovitz
Commander

Posted: ‎2018-10-02 10:11 PM

0 Likes
0
1140
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-10-02 10:11 PM

Hi Nick and Jeff,

 

Thank you for your answers! 

 

Regards,

 

Mike

Reply
Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

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.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of