Zeus API
Zeus API is a REST based api born to allow data integration between Microcom devices and your own SCADA or application. We provide helpers for many languages as PHP, CSharp, VB.net, VBScript, nodeJS, Java and Python that will help you with this task. We’ll handle the complexity of data communication, devices interaction and communication security, so our aim is to make you write as few lines of code as possible.
Features
You will see that the first thing to do is to establish communication with the server through a user registered on Zeus Server. This user must have "API enabled" property enabled for proper operation with this API, in addition to grant access to all stations which you want to work with this user.
Once connected to the server you will be able to make the following:
- Request historians from the server
- Upload historians to the server
- Request alarms from the server
- Upload alarms to the server
- Request/modify the last known values of the devices
- Execute commands on the devices
- Send SMS to any telephone number of your desire (not only numbers of Microcom devices but any phone number).
Changelog
Feb 08, 2022
- Python helper released
Jan 31, 2020
- Java helper released
Jan 15, 2020
- Added new functionality (GetStationExtendedProperties)
Nov 6, 2019
- NodeJS helper released
Jun 3, 2019
- VBScript helper released
Apr 25, 2019
- Added new functionality (Programmable Relays)
Mar 15, 2019
- PHP helper released
Jan 15, 2019
- Release v1.0.0
- Minor bugfixes
Dec 20, 2018
- Release v0.9.0
- Initial release