SimpleSatel is a library for Arduino IDE that makes the integration of Satel INT-RS Protocol easier. The library is on the very beginning phase of development. The basic structure is almoast given, but the implementation of many commands is not done yet.
The list of already implemented commands:
Command to get the violation of zones.
Command to get the tamper of zones.
Command to get the state of outputs.
Command to set ouputs on.
As the library is on very beginning phase it is currently tested only with ESP8266/ESP32 and Integra64 connected with ETHM-1 Plus module. It may happen, that it will not work properly with other hardware.
If you download the repository as a zip file, you can import it as a library. For that please go Sketch > Include Library > Add .ZIP Library. Find the download zip file and that's it! Detailed instruction you can find on Arduino IDE - Installing Libraries.
Take a look on examples directory to check how to use the library.