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

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

Get EBO values(Not Ews Value) to 3rd party

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
  • Get EBO values(Not Ews Value) to 3rd party
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
ahmet191
Ensign ahmet191
Ensign

Posted: ‎2022-12-23 02:01 AM

0 Likes
3
1905
  • 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.

‎2022-12-23 02:01 AM

Get EBO values(Not Ews Value) to 3rd party

Hi,

I saw many topics but i found a few information on every post. What i have found is here;
1- MongooseEwsRestProvider can bulk retrieve data. It is really good but we need to provide EWS Id and only Ews data can be retrieved. EWS source is not EBO. It is already different server. It is really good solution for EWS but not for EBO what i saw.
2-SboEwsRestProvider has already known issues and not supported for some versions. I had issue with Mongoose.Csp.dll file and licence and didn't push this option. Many people already mentioned this option has many problems.
3-SoapEwsRestProvider this option adviced for many solution and very stable what people generally saying. So, i am trying to go deep in this option but i still don't know what i am looking is possible or not. If experienced someone could enlight me about what i am trying is possible or not, i will be appriciate so much.

 

What i am trying to is get Ebo Values from EBO server(Not EWS values or not from ews server). I tried to give EBO server IP and port number for Soap Rest provider server address but username and password didn't match. I don't know if it is possible but i tried. Any advice?

 

Thanks in advance...

Tags (1)
  • Tags:
  • english
Reply
  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
SteveGregory
Commander SteveGregory Commander
Commander

Posted: ‎2023-01-08 04:44 PM . Last Modified: ‎2023-01-08 06:58 PM

1 Like
0
1811
  • 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.

‎2023-01-08 04:44 PM

If I'm understanding you correctly, you want to read EBO values via a REST API right? If that is the case, then you would use the SoapEwsRestProvider which will read the values from EBO using the EWS server in EBO. It does not support 'bulk retrieval' (which is a feature that allows you to request any value matching a certain criteria). You either need to request specific values or values in a container. This EwsRestProvider will work with any EWS Server, e.g. PME or PSO. 

 

The SboEwsRestProvider provides the same functions, but uses a combination of EWS and CSP to integrate to EBO only and facilitates some additiona features, like bulk retrieval, however it is no longer supported past EBO v3.1.

 

The MongooseEwsRest provider is for integrating to Mongoose EWS servers created in the SmartConnector framework, usually by custom processors.

 

P.S. when configuring the SoapRestProvider for EBO, you should enter http://<ipaddressOfEsOrAs>/EcoStruxure/DataExchange as the server id (all case sensitive). Also make sure EWS is enabled and http is not re-directed to https in EBO control panel. Unless you want to use HTTPS, in which case you need the requried certificates in place for it to work.

See Answer In Context

Reply
Replies 3
ahmet191
Ensign ahmet191
Ensign

Posted: ‎2022-12-28 03:51 AM

0 Likes
0
1849
  • 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.

‎2022-12-28 03:51 AM

Hi Carlotta,

For my question, i referred EBO as EcoStruxure Building Operation. Thanks for your answer though

Reply
SteveGregory
Commander SteveGregory Commander
Commander

Posted: ‎2023-01-08 04:44 PM . Last Modified: ‎2023-01-08 06:58 PM

1 Like
0
1812
  • 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.

‎2023-01-08 04:44 PM

If I'm understanding you correctly, you want to read EBO values via a REST API right? If that is the case, then you would use the SoapEwsRestProvider which will read the values from EBO using the EWS server in EBO. It does not support 'bulk retrieval' (which is a feature that allows you to request any value matching a certain criteria). You either need to request specific values or values in a container. This EwsRestProvider will work with any EWS Server, e.g. PME or PSO. 

 

The SboEwsRestProvider provides the same functions, but uses a combination of EWS and CSP to integrate to EBO only and facilitates some additiona features, like bulk retrieval, however it is no longer supported past EBO v3.1.

 

The MongooseEwsRest provider is for integrating to Mongoose EWS servers created in the SmartConnector framework, usually by custom processors.

 

P.S. when configuring the SoapRestProvider for EBO, you should enter http://<ipaddressOfEsOrAs>/EcoStruxure/DataExchange as the server id (all case sensitive). Also make sure EWS is enabled and http is not re-directed to https in EBO control panel. Unless you want to use HTTPS, in which case you need the requried certificates in place for it to work.

Reply
ahmet191
Ensign ahmet191
Ensign

Posted: ‎2023-01-26 03:38 AM

0 Likes
0
1730
  • 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.

‎2023-01-26 03:38 AM

Thanks for reply. What i have learned was also same. You have confirmed. I needed bulk retrieve but it is not possible. So, i have to discover values and retrieve values via SoapEwsRestProvider.

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