Inspektor SCADA

Материал из Wiren Board
Это утверждённая версия страницы. Она же — наиболее свежая версия.
Другие языки:


{{#invoke:Template translation|renderTranslatedTemplate|template=Template:Warning|noshift=1}} Inspektor SCADA is no longer developed or supported!


Configure integration with Inspektor SCADA

The manual suggests that you use the controller Wiren Board and existing clients [inspektor.carbonfay.ru Inspektor SCADA]

Client installation

Connect to the controller using SSH/en or Debug UART/en and run

apt-get update

and after

apt-get install wb-scada-client

Read the apt-get message carefully before agreeing!

upon completion of the procedure, it is recommended to reboot the controller by entering the reboot command.

Generate access keys

1. Go to the Profile section

Inspektor-howto-1.png


2. Go to the access keys section

Inspektor-howto-2.png

3. Make sure that the "customer ID" field is not empty

4. Click "Add" and "Save"

5. After successfully adding, go to the access keys section again. Copy the created access key.

Inspektor-howto-3.png

Setting up a connection on the controller

1. Open the controller web interface in a browser. Select the "SCADA Client" submenu in the Configs menu.

Inspektor-howto-4.png

2. Add the correct values to the client ID and key fields. Save with Save button

Inspektor-howto-5.png

3. Make sure the controller appears in the Inspektor SCADA interface:

Inspektor-howto-6.png

4. Make sure that channel management is working. You can enable buzzer:

Inspektor-howto-7.png

Configure channels for synchronization

The necessary channels must be explicitly added to the list in the configuration interface:

Inspektor-howto-5.png

Channel names can be found in the Settings section. More information about channels, see MQTT/en

Debug

If something does not work, you can run the command on the controller

tail -f /var/log/messages | grep wb-scada

to view *real-time* error messages