Application for monitoring and reporting of engineering systems, sending notifications via Telegram-bot, API SMS gateway
$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
For Windows, visit this page$ sudo apt-get install libssl-dev
$ sudo dnf openssl-devel ``` * Install PostgreSQL
$ git clone https://github.com/stepanov-denis/ats-monitoring.git
GATEWAYSTRCONNECTION= "URL with your token"
* Edit your Telegram-bot settings in .cargo/config.toml
TGBOTTOKEN = "your token"
* Edit PostgreSQL settings in .cargo/config.toml
POSTGRESUSERNAME = "postgres"
POSTGRESPASSWORD = "mysecretpassword"
POSTGRESDB = "postgres"
POSTGRESHOSTNAME = "postgresql"
POSTGRES_PORT = "5432"
* Edit PLC settings in .cargo/config.toml
IPTRIM5 = "ipadress:port"
TRANSMITTED_WORK = "6"
CONNECTION = "19" ```
Run PLC Trim5
Run ATS Monitoring
$ cd ats-monitoring && cargo run --release
$ RUSTLOG=debug cargo run --release
* For write log's to file
$ RUSTLOG=debug cargo run --release > log.txt
```
$ docker compose up -d
$ docker compose down
$ docker compose down --volumes
Сreate and save the report in the form you need in Orange Data Mining
Check your phone for SMS messages from ClickSend
To track the instantaneous values of the variables of the automatic reserve input control system, enter the command (or select an item in the menu).
/ats
To track the instantaneous values of the variables of the automatic winter garden management system, enter the command (or select an item in the menu)
/wintergarden
Other critical errors of the application
Disconnecting the power supply from the mains ```
disconnecting power from the mains,
successful start of the generator
or
disconnecting power from the mains,
the generator startup failed
* Restoration of power supply from the power grid
the power supply from the power grid has been restored,
the generator is working fine
or
the power supply has not been restored,
the generator is faulty
* Failure of the generator in the transmission mode of power supply from the city power grid
Alarm! The generator is faulty! Urgently perform service work!
* Restoring the operation of the generator in the mode of electricity transmission from the city power grid
the efficiency of the generator in the mode
of transmission of electricity from the power grid has been restored
```