SCADA-LTS / Scada-LTS

Scada-LTS is an Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisition) system.
GNU General Public License v2.0
721 stars 289 forks source link

Create Datasource and DataPoints directly in the database #2811

Closed odenisnobre closed 8 months ago

odenisnobre commented 8 months ago

Expected Behavior Create a new Datasource and later create datapoints directly in the database, thus not needing to enter the graphical interface to create the datasources and datapoints.

Actual Behavior As my intention would be to use Scada-LTS only as a data collector, I would like to be able to create datasources and datapoints via the API, but as not all datasources are supported by the API, I wondered if it would be possible to create them directly in the application's database.

Specifications Being able to create a new datasource and datapoints via SQL routine.

Version: 2.7.6 Platform: Linux Subsystem: Docker, version pr-2725

odenisnobre commented 8 months ago

I believe this item will not make sense, since the API already exists and with the appropriate specifications.