SmartConnector Forum
Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.
Link copied. Please paste this link to share this article on your social media post.
hello experts
Has anyone tried to integrate SQL database toEBO through SmartConnector?
Is there a procedure for sharing relevant information?
Thanks in advance
Link copied. Please paste this link to share this article on your social media post.
There is a generic SQL SmartConnector you can get that will allow you to configure a query and will create the EWS points to represent the result. https://exchange.se.com/api/navigation-service/shop/apps/39687/smart-connector---microsoft-sql-datab...
Link copied. Please paste this link to share this article on your social media post.
There is a generic SQL SmartConnector you can get that will allow you to configure a query and will create the EWS points to represent the result. https://exchange.se.com/api/navigation-service/shop/apps/39687/smart-connector---microsoft-sql-datab...
Link copied. Please paste this link to share this article on your social media post.
thanks for your reply
I am currently trying to write a program to let PostgreSQL return to EBO through MQTT,
But I'll try your way
Thanks
Link copied. Please paste this link to share this article on your social media post.
Can you elaborate on what you are trying to achieve?
Link copied. Please paste this link to share this article on your social media post.
My purpose is to write machine learning scripts in EBO,
So I import the historical data into the EBO script program
make the program more complete
Link copied. Please paste this link to share this article on your social media post.
Well you could create a SC that acts as a REST GW between Postgresql and script so you can fetch data from the DB with a web request, however there are already API's available that can run as a services on a windows machine, like https://postgrest.org/ that exposes an API on the DB without having to write a SC.
The downside is that most responses are JSON and parsing JSON via script is a trivial task.
If you realy want to create AI inside EBO i would look into the option to connect EBO via MQTT to Azure IoT Hub and write your AI in Azure, but that is just a suggestion how to build something future proof..
Link copied. Please paste this link to share this article on your social media post.
If possible, I want to use Azure IoT Hub, after all, there are many extended functions on it
But customers remain concerned about information security and cost in the cloud
Therefore, I thought of this way to deal with local data
thanks for your comments
Thanks
Link copied. Please paste this link to share this article on your social media post.
Hi Sir,
I have followed this link but I can't see "ISC.SqlReaderExtension.dll" in "C:\Program Files (x86)\Schneider
Electric\SmartConnector".
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.