Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.
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 InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
2023-05-2608:42 PM
Raising ValueItemChanged Notifications
Hi,
We are in the process of building a client software consuming SmartConnector REST services.
Mainly we are trying to receive notifications from the EWS server. As the initial testing we have done following sequence to test ValueItemChanged notififcations through Swagger.
1. Created a Value Item of integer type
2. Created a subscription on Value Item ID (Subscription Type: ValueItemChanged)
3. Created a notification for the subscription (ChangesOnly = True)
4. Set some Value to the above Value Item (/Values/:id/Update)
5. Called GET /Notifications/{NOTIFICATION ID}/Items
But response for the notifications doesn't return any items.
Can somebody please clarify me whether this is not a valid scenario for raising notifications or is there any other mistake?