WO2019216784A1 - Method and system for integrating equipment into automated control and monitoring means - Google Patents

Method and system for integrating equipment into automated control and monitoring means Download PDF

Info

Publication number
WO2019216784A1
WO2019216784A1 PCT/RU2018/000306 RU2018000306W WO2019216784A1 WO 2019216784 A1 WO2019216784 A1 WO 2019216784A1 RU 2018000306 W RU2018000306 W RU 2018000306W WO 2019216784 A1 WO2019216784 A1 WO 2019216784A1
Authority
WO
WIPO (PCT)
Prior art keywords
equipment
api
type
variable
driver
Prior art date
Application number
PCT/RU2018/000306
Other languages
French (fr)
Russian (ru)
Inventor
Екатерина Вадимовна ОСНОВИНА
Original Assignee
Общество С Ограниченной Ответственностью "Бонго"
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Общество С Ограниченной Ответственностью "Бонго" filed Critical Общество С Ограниченной Ответственностью "Бонго"
Publication of WO2019216784A1 publication Critical patent/WO2019216784A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/12Arrangements for remote connection or disconnection of substations or of equipment thereof
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/14Multichannel or multilink protocols

Definitions

  • the group of inventions relates to the field of control of various equipment of automation systems, Smart Home, music and audio-video systems, data and resource accounting servers, and in particular, to a method and system for integrating equipment into automated control and accounting tools.
  • the closest analogue to the claimed solution is the solution described in document US2016170390 (A1), publ. 06/16/2017.
  • This solution describes the management of devices connected to a control device, the control device including: a communicator configured to receive a service rule from the server, including a trigger condition and the device performing an action; and a controller configured to select one of the devices connected to the control device based on the adopted service rule, change the accepted service rule, and control the selected device using the modified service rule.
  • the disadvantages of the known solution are the need to make changes to the control system when connecting new equipment, increased requirements for computing resources and low speed when processing information and managing equipment.
  • the claimed solution offers a way to integrate equipment into automated control and accounting tools, in which changes to the equipment are not required in order to manage this equipment from an automation system. Instead, only equipment support of any control standard will be required. The requirement “support of any management standard” potentially includes any automation system equipment, the control protocol of which is not proprietary.
  • the technical result is to increase the efficiency of managing connected devices with any type of protocol by increasing the speed of transmission and processing of information.
  • a method for integrating equipment into automated control and accounting tools containing the steps in which: they send to the driver data about at least one variable of the controlled equipment that can be controlled and a set of its properties that characterize the type of controlled equipment; determining by the driver a list of available driver inputs and outputs for at least one variable of the controlled equipment and the type of application programming interface (API) for controlling said variable in accordance with the type of controlled equipment; send a list of available driver inputs and outputs for at least one variable of the controlled equipment and data about the type of API to the database of the application programming interface (API), in which each input and output is assigned location properties based on the location of the managed equipment and API properties based on the type API save the information of the received list of driver inputs and outputs, about the location properties and API properties in the API database.
  • API application programming interface
  • a method for controlling equipment integrated into automated control and accounting tools comprises the steps of: sending a command to control the equipment to the API database, as well as information about the type of controlled equipment and its location, the command containing the value of at least one variable managed equipment; determine the values of location properties and API properties based on information about the type of managed equipment and its location; determining at least one driver input based on the property values determined in the previous step and directing the value of at least one variable of the controlled equipment for controlling the equipment to said at least one input in accordance with said command; convert the value of at least one variable of the controlled equipment received at the driver input in accordance with the type of controlled equipment and in accordance with the protocol of the controlled equipment; direct the converted value of at least one variable to the controlled equipment for its control in accordance with the said command.
  • an equipment management system comprising at least one server including an API database and at least one driver, the driver being configured to; receive data on at least one variable of controlled equipment that can be controlled, and a set of its properties characterizing the type of controlled equipment: determine the list of available inputs and outputs for at least one variable of controlled equipment and the type of API for controlling the variable in accordance with the type managed equipment; send a list of available driver inputs and outputs for at least one variable of controlled equipment and data about the type of API to the database of the application programming interface (API); at the same time, the API database is configured to assign location properties to each driver input and output based on the placement of managed equipment and API properties based on the type of API; and save the information of the received list of driver inputs and outputs, about location properties and API properties.
  • API application programming interface
  • FIG. 1 - an example of a technical scheme of automated control and accounting tools.
  • automated control and accounting tools include an equipment management system 100 comprising at least one server 101 and a user interface 101.
  • the server 101 is connected to at least one managed equipment 1 located in an automated control system 10, Smart Home, or Internet of Things ( 1oT).
  • User Interface 101 includes software for demonstrating the user interface on mobile devices and PCs. The interface can control equipment 1 directly or through server 101.
  • the server 101 in turn contains at least one software driver and a database 120.
  • the driver consists of a set of inputs and outputs 111 and may include a list of variables that are responsible for the operation of several separate (physical) devices - controlled equipment 1. Inputs and outputs of the driver 111 are combined into logical devices, each of which describes a given complete physical function devices, and the “device function” is not equal to the “physical device”. So, an air conditioner with a backlight, which is physically unified, will be presented as two logical devices - “air conditioning” and “light source”. This is the main principle of combining driver inputs and outputs into separate logical devices - the principle of driver classification by API (Smart API).
  • each driver input and output stores a complete set of properties defined for it using the API. This feature is used when creating device selections for sending commands to them.
  • Each driver input and output 111 is classified using the following set of properties:
  • Type of device (Tour) - defines the exact purpose of the device and a list of commands that it can support, depending on it.
  • the type of command to execute depends on the type of device.
  • a device may support all or some of the commands available for a given type. Commands determine the available ways to control this device.
  • the list of returned data (T ag) - depends on the type of device. A device can return all, or some data, possible for a given type. Feedback tags define the set of data that can be obtained from it.
  • Affiliation to a zone / room (Location) - a specific room or a dedicated zone affected by the device. It is specified only manually
  • Group membership a method of arbitrary combination of devices that a user can use to create scripts that work with manual device selections. It is specified only manually
  • the level of access rights to other devices (Access) - a value from 0 to 10 that determines whether other UD devices will accept commands sent from this device using the API (if any). 0 - device cannot send commands to others. 1 ... 10 - the higher the value, the higher the access level. If two devices have the same access level, from 1 to 10, they can influence each other. By default, all devices have an access level of 0. It is changed manually when the control software is configured, the change is always confirmed by the user.
  • the inputs and outputs 111 can be manually configured by the user in advance by the data input unit 112 in accordance with a set of predefined properties for the API.
  • Information about the settings of the inputs and outputs 111 can also be transferred from the data input unit 112 to the database 120 for storage in the property storage unit 122.
  • the user programs the inputs and outputs 111 of the driver, sets the list of available inputs and outputs of the driver for at least at least one variable of controlled equipment, a set of its properties characterizing the type of controlled equipment, and the type of API for controlling the variable in accordance with the type of controlled equipment.
  • the type of API determines how commands received through requests from user interface 102 should be converted to bring them to the standard format the driver works with.
  • the inputs and outputs 111 of the driver for controlling the variable of the controlled equipment 1 can be obtained by sending via the control unit 113 a data request for at least one controlled equipment 1 through the data conversion unit 114.
  • the controlled equipment 1 is sent to the driver 110 in accordance with the request data on at least one variable of controlled equipment that can be controlled, and a set of its properties characterizing the type of controlled equipment, based on which driver 110 defines a list of available inputs and outputs for at least one variable of the controlled equipment 1 and the type of application programming interface (API) for controlling said variable in accordance with the type of controlled equipment.
  • API application programming interface
  • the data obtained by request are converted by the data conversion unit 114 and supplied to the control unit 113.
  • the control unit 113 in accordance with the algorithm laid down in it, for each variable of the controlled equipment 1, on the basis of the set of obtained properties, assigns the driver input transmitting control data (commands) to the managed device 1 and the driver output for receiving information from the managed device 1 and transmitting it, for example, to the database 1 20 API or to the user interface 102.
  • the control unit 113 forms a list of inputs and outputs, which includes all the assigned inputs and outputs, as well as a set of variables of controlled equipment that can be controlled and their properties, according to which the inputs and outputs were assigned .
  • the generated list is sent to block 115 matching properties. Also, the property matching unit 115 receives information about the set of specified properties for the API from the data input unit 112. The property matching unit 115 compares the obtained properties of the managed equipment variables with the set of specified properties for the API and determines the type of API for controlling each managed equipment variable 1, i.e. e. in accordance with the type of controlled equipment. Next, the generated list of available driver inputs and outputs and data on the API type are transmitted to the API database 120, and the information on the inputs and outputs is stored in the storage unit 121. Information on the inputs and outputs and the type of API can also be entered by the user through the user interface 102 in case if the purpose of not all inputs and outputs has been determined or if they have not been configured in advance by the data input unit 112.
  • Accommodation properties may include information about the method of placement of the device and affiliation with the zone / room.
  • Information about the placement properties and API properties is sent to the server 101 from the user interface 102 and stored in the properties storage unit 122 in accordance with the stored information about the inputs and outputs in which they relate, for example, in the following form:
  • information about the group membership and the level of access rights to the controlled equipment 1 for storing this information in the property storage unit 122 in a similar manner can be received from the user interface.
  • each function of equipment 1 controlled by a variable is associated with the corresponding input and output of the driver, the exchange of information between the controlled equipment 1 and server 101 is accelerated, as well as integration equipment management 1 and its management, since it is not necessary to transfer the identifier of the managed equipment to the server and carry out additional actions to identify devices, as in the closest analogue.
  • the management efficiency of connected devices with any type of protocol is increased and the computational load on the server 101 is reduced.
  • the user uses the user interface 102 to generate a command for controlling the equipment 1, which can be sent using the specified user interface button to the server 101.
  • the user can define a script, for example, as in the closest analogue, or set a timer, according to which the command will be executed.
  • a command for controlling equipment may be sent along with information about the type of controlled equipment 1, its location and the value of at least one variable of controlled equipment.
  • the command may have the following form:
  • information about the type of equipment “Tour: Ligh” indicates that the team refers to the type of lighting equipment.
  • Information about the type of equipment may also indicate that the command refers to the type of dimmers, type of relay, type of access control devices, type of audio players, etc.
  • the server 101 Having received the command to manage equipment 1, the server 101 sends it to the API database 120 and, in accordance with the set of previously defined properties for the API stored in the API database 120 earlier, determines the values of the location properties and API properties based on information about the type of managed equipment and its location.
  • the properties of the API in addition to the type of commands, can also indicate ranges of commands, the sizes of which depend on the type of controlled equipment 1.
  • the location properties will indicate that the device to be controlled is located in the kitchen
  • the API properties for the type of lighting equipment will characterize:
  • the properties of the API can be:
  • the server 101 determines at least one input of the driver 110 by comparing the values of the location properties and API properties obtained above with the location properties and API properties assigned to the inputs of the driver 110, and sends to the inputs of the driver 110, the properties of which coincided at the stage of comparison, the value of at least one variable of controlled equipment 1 for controlling equipment in accordance with said command.
  • the value of the variable will be the value “Op”, which will be directed to the driver inputs corresponding to the lighting equipment located in the kitchen.
  • the value of "Op” will automatically be directed to the corresponding inputs of the driver 110.
  • the variable value received at the input of driver 110 is converted by the driver 110 according to the type of controlled equipment and in accordance with the protocol of controlled equipment 1. For example, if the protocol of controlled equipment 1, in particular lighting equipment, supports receiving commands in binary form, then the obtained value is “Op” is converted to the value “1” (accordingly, the value “OFF” is converted to “0”) If the driver received a brightness value in the range from 0 to 100, and the controlled equipment 1 works with brightness values in the range from 0 to 255, then, in accordance with the protocol and type of controlled equipment 1, the obtained brightness value in the range from 0 to 100 is converted in accordance with the protocol of controlled equipment 1, for example, is divided by 100 and multiplied by 255, leading to the integer number, to obtain a brightness value in the range from 0 to 255.
  • the converted value of at least one variable is then sent by the software driver to the managed equipment 1 for its control in accordance with the said command.
  • Information about the status of managed equipment 1 and current parameters is supplied to the corresponding driver output and converted according to the set of specified properties for the API received from the data input unit 112. That is, for example, if the current brightness value of the controlled equipment 1 is set in the range from 0 to 255, and a set of specified properties for the API provides for brightness a range of values from 0 to 100, then the current brightness value is converted from a range from 0 to 255 to a range from 0 to 100.
  • the current value is stored in database 120 and can be displayed on the user interface upon request (Nap Emer, the query: ⁇ GET>, ⁇ Type: Light,
  • each function of equipment 1, controlled by a variable is associated with the corresponding input and output of the driver, the exchange of information between the controlled equipment 1 and server 101 is accelerated to control it, since it is not necessary to transfer the identifier of the controlled equipment to server 101 and perform additional actions to identify devices and their functions, as in the closest analogue.
  • the management efficiency of connected devices with any type of protocol is increased and the computational load on the server 101 is reduced, especially in cases where the command is designed to control multiple devices.
  • the proposed solutions will provide the potential for equipment management, without making any changes to its software part, as well as obtaining detailed information about the purpose of the equipment and its capabilities. This will allow you to quickly and efficiently connect the control system to new equipment and use all its functions manually and automatically.

Abstract

The group of inventions relates to the field of control of diverse equipment of automation systems, smart houses, musical and audiovisual systems, data and resource monitoring servers, and in particular to a method and a system for integrating equipment into automated control and monitoring means. The technical effect is to raise the effectiveness of controlling connected devices with any type of protocol by raising the information transmission and processing speed. To help achieve this result, a method has been developed for integrating equipment into automated control and monitoring means, and comprises the steps of: transmitting to a driver data regarding at least one controllable variable of controllable equipment, and a set of properties of said variable which characterise the type of controllable equipment; determining, by means of the driver, a list of accessible driver inputs and outputs for the at least one variable of the controllable equipment and the type of application program interface (API) for controlling said variable according to the type of controllable equipment; transmitting the list of accessible driver inputs and outputs for the at least one variable of the controllable equipment and the data about the type of API to an application programming interface (API) database, in which each input and output is assigned location properties on the basis of the placement of controllable equipment and API properties on the basis of the API type; storing in the API database information from the received list of inputs and outputs of the driver and about the location properties and API properties.

Description

СПОСОБ И СИСТЕМА ИНТЕГРАЦИИ ОБОРУДОВАНИЯ В СРЕДСТВА  METHOD AND SYSTEM OF EQUIPMENT INTEGRATION IN MEANS
АВТОМАТИЗИРОВАННОГО УПРАВЛЕНИЯ И УЧЕТА  AUTOMATED MANAGEMENT AND ACCOUNTING
ОБЛАСТЬ ТЕХНИКИ FIELD OF TECHNOLOGY
Группа изобретений относится к области управления различным оборудованием систем автоматизации, Умного Дома, музыкальных и аудио-видео систем, серверов учета данных и ресурсов, и в частности, к способу и системе интеграции оборудования в средства автоматизированного управления и учета.  The group of inventions relates to the field of control of various equipment of automation systems, Smart Home, music and audio-video systems, data and resource accounting servers, and in particular, to a method and system for integrating equipment into automated control and accounting tools.
УРОВЕНЬ ТЕХНИКИ BACKGROUND
В данной области техники есть много решений, ключевой задачей которых является обеспечение совместимости разнородного оборудования внутри системы Умный Дом (и подобных систем) для централизованного управления. В пределах программы разработчики используют способы классификации оборудования и набор требований, которые обеспечивают совместимость разного оборудования внутри данного ПО.  There are many solutions in this technical field, the key task of which is to ensure the compatibility of heterogeneous equipment inside the Smart Home system (and similar systems) for centralized management. Within the program, developers use equipment classification methods and a set of requirements that ensure the compatibility of different equipment within a given software.
Наиболее близком аналогом к заявленному решению является решение, описанное в документе US2016170390 (А1), опубл. 16.06.2016. В данном решении описывается управление устройствами, подключенными к управляющему устройству, причем устройство управления включает в себя: коммуникатор, сконфигурированный для приема от сервера правила обслуживания, включающего условие триггера и устройство выполнение действия; и контроллер, сконфигурированный для выбора одного из устройств, подключенных к управляющему устройству, на основе принятого правила обслуживания, изменения принятого правила обслуживания и управления выбранным устройством с использованием модифицированного правила обслуживания.  The closest analogue to the claimed solution is the solution described in document US2016170390 (A1), publ. 06/16/2016. This solution describes the management of devices connected to a control device, the control device including: a communicator configured to receive a service rule from the server, including a trigger condition and the device performing an action; and a controller configured to select one of the devices connected to the control device based on the adopted service rule, change the accepted service rule, and control the selected device using the modified service rule.
Недостатками известного решения является необходимость во внесении изменений в систему управления при подключении нового оборудования, повышенные требования к вычислительным ресурсам и низкая скорость при обработке информации и управлении оборудованием.  The disadvantages of the known solution are the need to make changes to the control system when connecting new equipment, increased requirements for computing resources and low speed when processing information and managing equipment.
РАСКРЫТИЕ ИЗОБРЕТЕНИЕ SUMMARY OF THE INVENTION
Заявленное решение предлагает способ интеграции оборудования в средства автоматизированного управления и учета, при котором внесение изменений в оборудование не потребуется для того, чтобы управлять этим оборудованием из системы автоматизации. Вместо этого, потребуется только поддержка оборудованием любого стандарта управления. Под требование“поддержка любого стандарта управления” потенциально попадает любое оборудование системы автоматизации, протокол управления которым не является проприетарным . The claimed solution offers a way to integrate equipment into automated control and accounting tools, in which changes to the equipment are not required in order to manage this equipment from an automation system. Instead, only equipment support of any control standard will be required. The requirement “support of any management standard” potentially includes any automation system equipment, the control protocol of which is not proprietary.
Техническим результатом является повышение эффективности управления подключенными устройствами с любым типом протокола за счет повышения скорости передачи и обработки информации.  The technical result is to increase the efficiency of managing connected devices with any type of protocol by increasing the speed of transmission and processing of information.
Для обеспечения достижения указанного результата разработан способ интеграции оборудования в средства автоматизированного управления и учета, содержащий этапы, на которых: направляют на драйвер данные о по меньшей мере одной переменной управляемого оборудования, которой можно управлять, и набор ее свойств, характеризующих тип управляемого оборудования; определяют посредством драйвера список доступных входов и выходов драйвера для по меньшей мере одной переменной управляемого оборудования и тип интерфейса прикладного программирования (API) для управления упомянутой переменной в соответствии с типом управляемого оборудования; направляют список доступных входов и выходов драйвера для по меньшей мере одной переменной управляемого оборудования и данные о типе API в базу данных интерфейса прикладного программирования (API), в которой каждому входы и выходу присваивается свойства расположения на основе размещения управляемого оборудования и свойства API на основе типа API; сохраняют информацию полученного списка входов и выходов драйвера, о свойствах расположения и свойствах API в базе данных API.  To ensure the achievement of this result, a method for integrating equipment into automated control and accounting tools has been developed, containing the steps in which: they send to the driver data about at least one variable of the controlled equipment that can be controlled and a set of its properties that characterize the type of controlled equipment; determining by the driver a list of available driver inputs and outputs for at least one variable of the controlled equipment and the type of application programming interface (API) for controlling said variable in accordance with the type of controlled equipment; send a list of available driver inputs and outputs for at least one variable of the controlled equipment and data about the type of API to the database of the application programming interface (API), in which each input and output is assigned location properties based on the location of the managed equipment and API properties based on the type API save the information of the received list of driver inputs and outputs, about the location properties and API properties in the API database.
Также разработан способ управления оборудованием, интегрированным в средства автоматизированного управления и учета, содержащий этапы, на которых: направляют в базу данных API команду для управления оборудованием, а также информацию о типе управляемого оборудования и его расположении, причем команда содержит значение по меньшей мере одной переменной управляемого оборудования; определяют значения свойств расположения и свойств API на основе информации о типе управляемого оборудования и его расположении; определяют по меньшей мере один вход драйвера на основе определенных на предыдущем этапе значений свойств и направляют на упомянутый по меньшей мере один вход значение по меньшей мере одной переменной управляемого оборудования для управления оборудованием в соответствии с упомянутой командой; преобразуют поступившее на вход драйвера значение по меньшей мере одной переменной управляемого оборудования в соответствии типом управляемого оборудования и в соответствии с протоколом управляемого оборудования; направляют преобразованное значение по меньшей мере одной переменной на управляемое оборудование для его управления в соответствии с упомянутой командой. Кроме того, разработана система управления оборудованием, содержащая по меньшей мере один сервер, включающий базу данных API и по меньшей мере один драйвер, причем драйвер выполнен с возможностью; получать данные о по меньшей мере одной переменной управляемого оборудования, которой можно управлять, и набор ее свойств, характеризующих тип управляемого оборудования: определять список доступных входов и выходов для по меньшей мере одной переменной управляемого оборудования и тип API для управления упомянутой переменной в соответствии с типом управляемого оборудования; направлять список доступных входов и выходов драйвера для по меньшей мере одной переменной управляемого оборудования и данные о типе API в базу данных интерфейса прикладного программирования (API); при этом база данных API выполнена с возможностью каждому входы и выходу драйвера присваивать свойства расположения на основе размещения управляемого оборудования и свойства API на основе типа API; и сохранять информацию полученного списка входов и выходов драйвера, о свойствах расположения и свойствах API. A method for controlling equipment integrated into automated control and accounting tools has also been developed, which comprises the steps of: sending a command to control the equipment to the API database, as well as information about the type of controlled equipment and its location, the command containing the value of at least one variable managed equipment; determine the values of location properties and API properties based on information about the type of managed equipment and its location; determining at least one driver input based on the property values determined in the previous step and directing the value of at least one variable of the controlled equipment for controlling the equipment to said at least one input in accordance with said command; convert the value of at least one variable of the controlled equipment received at the driver input in accordance with the type of controlled equipment and in accordance with the protocol of the controlled equipment; direct the converted value of at least one variable to the controlled equipment for its control in accordance with the said command. In addition, an equipment management system has been developed comprising at least one server including an API database and at least one driver, the driver being configured to; receive data on at least one variable of controlled equipment that can be controlled, and a set of its properties characterizing the type of controlled equipment: determine the list of available inputs and outputs for at least one variable of controlled equipment and the type of API for controlling the variable in accordance with the type managed equipment; send a list of available driver inputs and outputs for at least one variable of controlled equipment and data about the type of API to the database of the application programming interface (API); at the same time, the API database is configured to assign location properties to each driver input and output based on the placement of managed equipment and API properties based on the type of API; and save the information of the received list of driver inputs and outputs, about location properties and API properties.
КРАТКОЕ ОПИСАНИЕ ЧЕРТЕЖЕЙ BRIEF DESCRIPTION OF THE DRAWINGS
Для лучшего понимания сущности изобретения, и чтобы более ясно показать, каким образом оно может быть осуществлено, далее будет сделана ссылка, лишь в качестве примера, на прилагаемые чертежи, на которых:  For a better understanding of the essence of the invention, and to more clearly show how it can be implemented, hereinafter, reference will be made, only as an example, to the accompanying drawings, on which:
фиг. 1 - пример технической схемы средств автоматизированного управления и учета.  FIG. 1 - an example of a technical scheme of automated control and accounting tools.
ОСУЩЕСТВЛЕНИЕ ИЗОБРЕТЕНИЯ DETAILED DESCRIPTION OF THE INVENTION
В соответствии с примером, приведенным на фиг. 1 , средства автоматизированного управления и учета включают систему управления оборудованием 100, содержащую по меньшей мере один сервер 101 и интерфейс пользователя 101. Сервер 101 соединен с по меньшей мере одним управляемым оборудованием 1, размещенным в системе 10 автоматизированного управления, Умного Дома или Интернет вещей (1оТ). Интерфейс пользователя 101 включает ПО для демонстрации пользовательского интерфейса на мобильных устройствах и ПК. Интерфейс может управлять оборудованием 1 напрямую или посредством сервера 101.  According to the example of FIG. 1, automated control and accounting tools include an equipment management system 100 comprising at least one server 101 and a user interface 101. The server 101 is connected to at least one managed equipment 1 located in an automated control system 10, Smart Home, or Internet of Things ( 1oT). User Interface 101 includes software for demonstrating the user interface on mobile devices and PCs. The interface can control equipment 1 directly or through server 101.
Сервер 101 в свою очередь содержит по меньшей мере один драйвер ПО и базу данных 120. Драйвер состоит из набора входов и выходов 111 и может включать список переменных, которые отвечают за работу нескольких отдельных (физических) устройств - управляемого оборудования 1. Входы и выходы драйвера 111 объединены в логические устройства, каждое из которых описывает заданную завершенную функцию физического устройства, причем “функция устройства” - не равно “физическое устройство”. Так, кондиционер с подсветкой, который является физически единым, будет представлен как два логических устройства -“кондиционер” и“источник света”. Это является основным принципом объединения входов и выходов драйвера в отдельные логические устройства - принципом классификации драйвера по API (Smart API). The server 101 in turn contains at least one software driver and a database 120. The driver consists of a set of inputs and outputs 111 and may include a list of variables that are responsible for the operation of several separate (physical) devices - controlled equipment 1. Inputs and outputs of the driver 111 are combined into logical devices, each of which describes a given complete physical function devices, and the “device function” is not equal to the “physical device”. So, an air conditioner with a backlight, which is physically unified, will be presented as two logical devices - “air conditioning” and “light source”. This is the main principle of combining driver inputs and outputs into separate logical devices - the principle of driver classification by API (Smart API).
Введение логических устройств, которые объединяют входы и выходы 111 драйвера в одно устройство является условностью и используется только для удобства визуального отображения. В процессе ручной настройки оно позволяет быстро выбирать для всех входов и выходов тип и свойства, которые являются общими для устройства. При этом каждый вход и выход драйвера хранит полный набор свойств, определенных для него при помощи API. Эта особенность используется при создании выборок устройств для передачи на них команд.  The introduction of logical devices that combine the inputs and outputs of the driver 111 into one device is a convention and is used only for the convenience of visual display. In the process of manual configuration, it allows you to quickly select the type and properties that are common to the device for all inputs and outputs. At the same time, each driver input and output stores a complete set of properties defined for it using the API. This feature is used when creating device selections for sending commands to them.
Каждый вход и выход 111 драйвера классифицируется при помощи следующего набора свойств:  Each driver input and output 111 is classified using the following set of properties:
1. Тип устройства (Туре) - определяет точное назначение устройства и зависящий от этого список команд, которые оно может поддерживать.  1. Type of device (Tour) - defines the exact purpose of the device and a list of commands that it can support, depending on it.
2. Тип выполняемой команды (Command) - зависит от типа устройства. Устройство может поддерживать все, или некоторые команды, доступные для данного типа. Команды определяют доступные способы управления этим устройством.  2. The type of command to execute (Command) - depends on the type of device. A device may support all or some of the commands available for a given type. Commands determine the available ways to control this device.
3. Список возвращаемых данных (Т ag) - зависит от типа устройства. У стройство может возвращать все, или некоторые данные, возможные для данного типа. Теги обратной связи определяют набор данных, которые можно от него получить.  3. The list of returned data (T ag) - depends on the type of device. A device can return all, or some data, possible for a given type. Feedback tags define the set of data that can be obtained from it.
4. Способ размещение устройства (Placement) - устройство расположено в помещении или на улице (Outdoor, Indoor). Указывается только вручную  4. The method of placing the device (Placement) - the device is located indoors or outdoors (Outdoor, Indoor). It is specified only manually
5. Принадлежность к зоне/помещению (Location) - конкретное помещение или выделенная зона, на которую влияет устройство. Указывается только вручную 5. Affiliation to a zone / room (Location) - a specific room or a dedicated zone affected by the device. It is specified only manually
6. Принадлежность к группе (Group) - способ произвольного объединения устройств, который может применить пользователь для создания сценариев, работающих с ручными выборками устройств. Указывается только вручную 6. Group membership - a method of arbitrary combination of devices that a user can use to create scripts that work with manual device selections. It is specified only manually
7. Уровень прав доступа к другим устройствам (Access) - значение от 0 до 10, которое определяет, будут ли другие устройства УД принимать от этого устройства команды, отправленные при помощи API (при наличии таковых). 0 - устройство не может отправлять другим команды. 1...10 - чем больше значение, тем выше уровень доступа. Если у двух устройств уровень доступа одинаковый, от 1 до 10, они могут влиять друг на друга. По умолчанию у всех устройств уровень доступа - 0. Изменяется вручную при настройке управляющего ПО, изменение всегда подтверждается пользователем. Входы и выходы 111 могут быть настроены пользователем заранее вручную посредством блока ввода данных 112 в соответствии с набором заданных свойств для API. Информация о настройках входов и выходов 111 также может быть передана от блока ввода данных 112 в базу данных 120 для ее хранения в блоке хранения свойств 122. В частности, пользователь программирует входы и выходы 111 драйвера, задает список доступных входов и выходов драйвера для по меньшей мере одной переменной управляемого оборудования, набор ее свойств, характеризующих тип управляемого оборудования, и тип API для управления упомянутой переменной в соответствии с типом управляемого оборудования. Тип API определяет, как должны быть преобразованы команды, полученные при помощи запросов от интерфейса пользователя 102, чтобы привести их к стандартному формату, с которым работает драйвер. 7. The level of access rights to other devices (Access) - a value from 0 to 10 that determines whether other UD devices will accept commands sent from this device using the API (if any). 0 - device cannot send commands to others. 1 ... 10 - the higher the value, the higher the access level. If two devices have the same access level, from 1 to 10, they can influence each other. By default, all devices have an access level of 0. It is changed manually when the control software is configured, the change is always confirmed by the user. The inputs and outputs 111 can be manually configured by the user in advance by the data input unit 112 in accordance with a set of predefined properties for the API. Information about the settings of the inputs and outputs 111 can also be transferred from the data input unit 112 to the database 120 for storage in the property storage unit 122. In particular, the user programs the inputs and outputs 111 of the driver, sets the list of available inputs and outputs of the driver for at least at least one variable of controlled equipment, a set of its properties characterizing the type of controlled equipment, and the type of API for controlling the variable in accordance with the type of controlled equipment. The type of API determines how commands received through requests from user interface 102 should be converted to bring them to the standard format the driver works with.
Также входы и выходы 111 драйвера для управления переменной управляемого оборудования 1 могут быть получены с помощью направления посредством блока управления 113 запроса данных на по меньшей мере одно управляемое оборудование 1 через блок преобразования данных 114. Управляемое оборудование 1 в соответствии с поступившим запросом направляет на драйвер 110 данные о по меньшей мере одной переменной управляемого оборудования, которой можно управлять, и набор ее свойств, характеризующих тип управляемого оборудования, на основе которых драйвер 110 определяет список доступных входов и выходов для по меньшей мере одной переменной управляемого оборудования 1 и тип интерфейса прикладного программирования (API) для управления упомянутой переменной в соответствии с типом управляемого оборудования.  Also, the inputs and outputs 111 of the driver for controlling the variable of the controlled equipment 1 can be obtained by sending via the control unit 113 a data request for at least one controlled equipment 1 through the data conversion unit 114. The controlled equipment 1 is sent to the driver 110 in accordance with the request data on at least one variable of controlled equipment that can be controlled, and a set of its properties characterizing the type of controlled equipment, based on which driver 110 defines a list of available inputs and outputs for at least one variable of the controlled equipment 1 and the type of application programming interface (API) for controlling said variable in accordance with the type of controlled equipment.
Для определения упомянутых списков доступных входов и выходов полученные посредством запроса данные преобразуются блоком преобразования данных 114 и подаются на блок управления 113. Блок управления 113 в соответствии с заложенным в него алгоритмом для каждой переменной управляемого оборудования 1 на основе набора полученных свойств переменной назначает вход драйвера для передачи управляющих данных (команд) на управляемое устройство 1 и выход драйвера для приема информации от управляемого устройства 1 и передачи ее, например, в базу данных 120 API или на интерфейс пользователя 102. Далее блок управления 113 формирует список входов и выходов, в который входят все назначенные входы и выходы, а также набор переменных управляемого оборудования, которыми можно управлять и их свойства, в соответствии с которыми входы и выходы были назначены. Сформированный список направляется в блок 115 сопоставления свойств. Также на блок 115 сопоставления свойств поступает информация о наборе заданных свойств для API от блока ввода данных 112. Блок 115 сопоставления свойств сопоставляет полученные свойства переменных управляемого оборудования с набором заданных свойств для API и определяет тип API для управления каждой переменной управляемого оборудования 1, т.е. в соответствии с типом управляемого оборудования. Далее сформированный список доступных входов и выходов драйвера и данные о типе API передаются в базу данных 120 API, причем информация о входах и выходах сохраняется в блоке хранения 121. Информация в входах и выходах и о типе API также может быть введена пользователем посредством интерфейса пользователя 102 в случае, если назначение не всех входов и выходов было определено или если они не были настроены заранее посредством блока ввода данных 112. To determine the mentioned lists of available inputs and outputs, the data obtained by request are converted by the data conversion unit 114 and supplied to the control unit 113. The control unit 113, in accordance with the algorithm laid down in it, for each variable of the controlled equipment 1, on the basis of the set of obtained properties, assigns the driver input transmitting control data (commands) to the managed device 1 and the driver output for receiving information from the managed device 1 and transmitting it, for example, to the database 1 20 API or to the user interface 102. Next, the control unit 113 forms a list of inputs and outputs, which includes all the assigned inputs and outputs, as well as a set of variables of controlled equipment that can be controlled and their properties, according to which the inputs and outputs were assigned . The generated list is sent to block 115 matching properties. Also, the property matching unit 115 receives information about the set of specified properties for the API from the data input unit 112. The property matching unit 115 compares the obtained properties of the managed equipment variables with the set of specified properties for the API and determines the type of API for controlling each managed equipment variable 1, i.e. e. in accordance with the type of controlled equipment. Next, the generated list of available driver inputs and outputs and data on the API type are transmitted to the API database 120, and the information on the inputs and outputs is stored in the storage unit 121. Information on the inputs and outputs and the type of API can also be entered by the user through the user interface 102 in case if the purpose of not all inputs and outputs has been determined or if they have not been configured in advance by the data input unit 112.
Каждому входу и выходу драйвера, поступившему в базе данных 120 API, в сервер Each driver input and output received in the 120 API database goes to the server
101 также присваивает свойства расположения на основе размещения управляемого оборудования 1 и свойства API на основе типа API. Свойства размещения могут включать информацию о способе размещение устройства и принадлежности к зоне/помещению. 101 also assigns location properties based on the placement of managed equipment 1 and API properties based on the API type. Accommodation properties may include information about the method of placement of the device and affiliation with the zone / room.
Информация о свойствах размещения и свойствах API поступает на сервер 101 от интерфейса пользователя 102 и сохраняется в блоке хранения свойств 122 в соответствии с сохраненной информацией о входах и выходах, в которым они относятся, например, в следующем виде:  Information about the placement properties and API properties is sent to the server 101 from the user interface 102 and stored in the properties storage unit 122 in accordance with the stored information about the inputs and outputs in which they relate, for example, in the following form:
Figure imgf000008_0001
Figure imgf000008_0001
Figure imgf000008_0002
Figure imgf000008_0002
Дополнительно от интерфейса пользователя может поступать информация о принадлежность к группе и об уровне прав доступа к управляемому оборудованию 1 для хранения данной информации в блоке хранения свойств 122 аналогичным образом. Additionally, information about the group membership and the level of access rights to the controlled equipment 1 for storing this information in the property storage unit 122 in a similar manner can be received from the user interface.
Таким образом, поскольку каждая функция оборудования 1 , управляемая посредством переменной, привязана к соответствующему входу и выходу драйвера, ускоряется обмен информацией между управляемым оборудованием 1 и сервером 101, а также интеграция управление оборудованием 1 и его управлением, так как не требуется передавать идентификатор управляемого оборудования на сервер и осуществлять дополнительные действия по идентификации устройств, как в наиболее близком аналоге. В связи с этим повышается эффективность управления подключенными устройствами с любым типом протокола и снижается вычислительная нагрузка на сервер 101. Thus, since each function of equipment 1 controlled by a variable is associated with the corresponding input and output of the driver, the exchange of information between the controlled equipment 1 and server 101 is accelerated, as well as integration equipment management 1 and its management, since it is not necessary to transfer the identifier of the managed equipment to the server and carry out additional actions to identify devices, as in the closest analogue. In this regard, the management efficiency of connected devices with any type of protocol is increased and the computational load on the server 101 is reduced.
Что касается управления оборудованием, то оно может осуществляться следующим образом.  As for the management of equipment, it can be carried out as follows.
С помощью интерфейса пользователя 102 пользователь формирует команду для управления оборудованием 1, которая может быть отправлена с помощью заданной кнопки пользовательского интерфейса на сервер 101. Дополнительно пользователем может быть определен сценарий, например, как в наиболее близком аналоге, либо задан таймер, в соответствии с котором команда будет выполнена. Команда для управления оборудованием может направляться вместе с информацией о типе управляемого оборудования 1, его расположении и значении по меньшей мере одной переменной управляемого оборудования. В частности, команда может иметь следующий вид:  Using the user interface 102, the user generates a command for controlling the equipment 1, which can be sent using the specified user interface button to the server 101. In addition, the user can define a script, for example, as in the closest analogue, or set a timer, according to which the command will be executed. A command for controlling equipment may be sent along with information about the type of controlled equipment 1, its location and the value of at least one variable of controlled equipment. In particular, the command may have the following form:
<SET>,<Type:Light, Location:Kitchen>,<Command:On>.  <SET>, <Type: Light, Location: Kitchen>, <Command: On>.
В данном случае, информация о типе оборудования «Туре: Ligh» указывает на то, что команда относится к типу осветительного оборудования. Информация о типе оборудования также может указывать на то, что команда относится к типу диммеров, типу реле, типу устройств контроля доступа, типу аудиоплееров и т.д.  In this case, information about the type of equipment “Tour: Ligh” indicates that the team refers to the type of lighting equipment. Information about the type of equipment may also indicate that the command refers to the type of dimmers, type of relay, type of access control devices, type of audio players, etc.
Получив команду для управления оборудованием 1 сервер 101 направляет ее в базу данных 120 API и в соответствии с набором ранее заданных свойств для API, сохранным в базе данных 120 API ранее, определяет значения свойств расположения и свойств API на основе информации о типе управляемого оборудования и его расположении. Свойства API помимо типа команд также могут указывать на диапазоны команд, размеры которых зависят от типа управляемого оборудования 1.  Having received the command to manage equipment 1, the server 101 sends it to the API database 120 and, in accordance with the set of previously defined properties for the API stored in the API database 120 earlier, determines the values of the location properties and API properties based on information about the type of managed equipment and its location. The properties of the API, in addition to the type of commands, can also indicate ranges of commands, the sizes of which depend on the type of controlled equipment 1.
В соответствии с указанным выше примером свойства расположения будут указывать на то, что управляемое устройство расположено на кухне (Kitchen), а свойствами API для типа осветительного оборудования будут характеризовать:  In accordance with the above example, the location properties will indicate that the device to be controlled is located in the kitchen, and the API properties for the type of lighting equipment will characterize:
- типы команд, поддерживаемых управляемым оборудованием: включение, выключение питания, значения яркости, значения цветовой температуры;  - types of commands supported by controlled equipment: power on, power off, brightness values, color temperature values;
- диапазон команд, где для включения и выключения питания устанавливается бинарный диапазон, а для значений яркости и цветовой температуры - процентный диапазон; - минимальное и максимальное значение управляемой переменной, где значения 0 или- the range of commands, where the binary range is set to turn the power on and off, and the percentage range is set for brightness and color temperature; - the minimum and maximum value of the controlled variable, where the values are 0 or
1 - для бинарного и значения от 0 до 100 для процентного. 1 - for binary and values from 0 to 100 for percentage.
Если информация о типе оборудования указывает на то, что управляемое оборудование 1 относится к оборудованию отопление, вентиляция и кондиционирования, то свойствами API могут быть:  If the information on the type of equipment indicates that the controlled equipment 1 refers to equipment heating, ventilation and air conditioning, then the properties of the API can be:
- типы команд, поддерживаемых управляемым оборудованием: включение, выключение питания, температурный режим (охлаждение, обогревание), скорость вентиляторов, параметры профиля;  - types of commands supported by controlled equipment: power on, power off, temperature mode (cooling, heating), fan speed, profile parameters;
- диапазон команд: бинарный, процентный и пр.;  - range of commands: binary, percentage, etc .;
- минимальное и максимальное значение управляемой переменной.  - the minimum and maximum value of the controlled variable.
Далее сервер 101 определяет по меньшей мере один вход драйвера 110 посредством сравнения полученных выше значений свойств расположения и свойств API с присвоенными входам драйвера 110 свойствами расположения и свойствами API, и направляет на входы драйвера 110, свойства которых совпали на этапе сравнения, значение по меньшей мере одной переменной управляемого оборудования 1 для управления оборудованием в соответствии с упомянутой командой. В частном случае команды, приведенном выше, значением переменной будет являться значение «Оп», которая направится на входы драйвера, соответствующие осветительному оборудованию, размещенному на кухне. Таким образом, не нужно определять все устройства на кухне, относящиеся к осветительному оборудованию и для направления на них значения «Оп». Значение «Оп» автоматически будет направлена на соответствующие входы драйвера 110.  Then, the server 101 determines at least one input of the driver 110 by comparing the values of the location properties and API properties obtained above with the location properties and API properties assigned to the inputs of the driver 110, and sends to the inputs of the driver 110, the properties of which coincided at the stage of comparison, the value of at least one variable of controlled equipment 1 for controlling equipment in accordance with said command. In the particular case of the command above, the value of the variable will be the value “Op”, which will be directed to the driver inputs corresponding to the lighting equipment located in the kitchen. Thus, it is not necessary to determine all the devices in the kitchen related to the lighting equipment and to direct the value of "Op" to them. The value of "Op" will automatically be directed to the corresponding inputs of the driver 110.
Полупившее на вход драйвера 110 значение переменной преобразуется драйвером 110 в соответствии типом управляемого оборудования и в соответствии с протоколом управляемого оборудования 1. Например, если протоколом управляемого оборудования 1 , в частности осветительное оборудование, поддерживает прием команд в бинарном виде, то полученное значение «Оп» преобразуется в значение «1 » (соответственно значение «OFF» преобразуется в «0») Если на вход драйвера поступило значение яркости в диапазоне от 0 до 100, а управляемое оборудование 1 работает со значениями яркости в диапазоне от 0 до 255, то в соответствии с протоколом и типом управляемого оборудования 1 полученное значение яркости в диапазоне от 0 до 100 преобразуется в соответствии с протоколом управляемого оборудования 1, например, делится на 100 и умножает на 255 с приведением к целому числу, для получения значения яркости в диапазоне от 0 до 255.  The variable value received at the input of driver 110 is converted by the driver 110 according to the type of controlled equipment and in accordance with the protocol of controlled equipment 1. For example, if the protocol of controlled equipment 1, in particular lighting equipment, supports receiving commands in binary form, then the obtained value is “Op” is converted to the value “1” (accordingly, the value “OFF” is converted to “0”) If the driver received a brightness value in the range from 0 to 100, and the controlled equipment 1 works with brightness values in the range from 0 to 255, then, in accordance with the protocol and type of controlled equipment 1, the obtained brightness value in the range from 0 to 100 is converted in accordance with the protocol of controlled equipment 1, for example, is divided by 100 and multiplied by 255, leading to the integer number, to obtain a brightness value in the range from 0 to 255.
Преобразованное значение по меньшей мере одной переменной далее направляется драйвером ПО на управляемое оборудование 1 для его управления в соответствии с упомянутой командой. Информация о состоянии управляемого оборудования 1 и текущих параметрах поступает на соответствующий выход драйвера и преобразуется в соответствии с набором заданных свойств для API, поступивших от блока ввода данных 112. Т.е., например, если текущее значение яркости управляемого оборудования 1 задано в диапазоне от 0 до 255, а набором заданных свойств для API предусматривает для яркости диапазон значений от 0 до 100, то текущее значение яркости преобразуется из диапазона от 0 до 255 в диапазон от 0 до 100. Текущее значение сохраняется в базе данных 120 и может быть выведено на интерфейс пользователя по запросу (Например, запрос: <GET>,<Type:Light,The converted value of at least one variable is then sent by the software driver to the managed equipment 1 for its control in accordance with the said command. Information about the status of managed equipment 1 and current parameters is supplied to the corresponding driver output and converted according to the set of specified properties for the API received from the data input unit 112. That is, for example, if the current brightness value of the controlled equipment 1 is set in the range from 0 to 255, and a set of specified properties for the API provides for brightness a range of values from 0 to 100, then the current brightness value is converted from a range from 0 to 255 to a range from 0 to 100. The current value is stored in database 120 and can be displayed on the user interface upon request (Nap Emer, the query: <GET>, <Type: Light,
Location:Kitchen>,<Tag:Power>) из базы данных, или напрямую от управляемого устройства 1. Location: Kitchen>, <Tag: Power>) from the database, or directly from the managed device 1.
Таким образом, поскольку каждая функция оборудования 1, управляемая посредством переменной, привязана к соответствующему входу и выходу драйвера, ускоряется обмен информацией между управляемым оборудованием 1 и сервером 101 для его управления, так как не требуется передавать идентификатор управляемого оборудования на сервер 101 и осуществлять дополнительные действия по идентификации устройств и их функций, как в наиболее близком аналоге. В связи с этим повышается эффективность управления подключенными устройствами с любым типом протокола и снижается вычислительная нагрузка на сервер 101 особенно в тех случаях, когда команда предназначена для управления множеством устройств.  Thus, since each function of equipment 1, controlled by a variable, is associated with the corresponding input and output of the driver, the exchange of information between the controlled equipment 1 and server 101 is accelerated to control it, since it is not necessary to transfer the identifier of the controlled equipment to server 101 and perform additional actions to identify devices and their functions, as in the closest analogue. In this regard, the management efficiency of connected devices with any type of protocol is increased and the computational load on the server 101 is reduced, especially in cases where the command is designed to control multiple devices.
Также предложенные решения обеспечат потенциальную возможность управления оборудованием, без внесения каких-либо изменений в его программную часть, а также получение подробной информации о назначении оборудования и его возможностях. Это позволит быстро и эффективно подключить систему управления к новому оборудованию и использовать все его функции вручную и автоматически.  Also, the proposed solutions will provide the potential for equipment management, without making any changes to its software part, as well as obtaining detailed information about the purpose of the equipment and its capabilities. This will allow you to quickly and efficiently connect the control system to new equipment and use all its functions manually and automatically.

Claims

ФОРМУЛА ИЗОБРЕТЕНИЯ CLAIM
1. Способ интеграции оборудования в средства автоматизированного управления и учета, содержащий этапы, на которых:  1. A method for integrating equipment into automated control and accounting tools, comprising the steps of:
направляют на драйвер данные о по меньшей мере одной переменной управляемого оборудования, которой можно управлять, и набор ее свойств, характеризующих тип управляемого оборудования;  send to the driver data about at least one variable of the controlled equipment that can be controlled, and a set of its properties characterizing the type of controlled equipment;
определяют посредством драйвера список доступных входов и выходов драйвера для по меньшей мере одной переменной управляемого оборудования и тип интерфейса прикладного программирования (API) для управления упомянутой переменной в соответствии с типом управляемого оборудования;  determining by the driver a list of available driver inputs and outputs for at least one variable of the controlled equipment and the type of application programming interface (API) for controlling said variable in accordance with the type of controlled equipment;
направляют список доступных входов и выходов драйвера для по меньшей мере одной переменной управляемого оборудования и данные о типе API в базу данных интерфейса прикладного программирования (API), в которой каждому входы и выходу присваивается свойства расположения на основе размещения управляемого оборудования и свойства API на основе типа API;  send a list of available driver inputs and outputs for at least one variable of the controlled equipment and data about the type of API to the database of the application programming interface (API), in which each input and output is assigned location properties based on the location of the managed equipment and API properties based on the type API
сохраняют информацию полученного списка входов и выходов драйвера, о свойствах расположения и свойствах API в базе данных API.  save the information of the received list of driver inputs and outputs, about the location properties and API properties in the API database.
2. Способ управления оборудованием, интегрированным в средства автоматизированного управления и учета, содержащий этапы, на которых:  2. A method for controlling equipment integrated into automated control and accounting tools, comprising the steps of:
направляют в базу данных API команду для управления оборудованием, а также информацию о типе управляемого оборудования и его расположении, причем команда содержит значение по меньшей мере одной переменной управляемого оборудования; определяют значения свойств расположения и свойств API на основе информации о типе управляемого оборудования и его расположении;  send a command to control the equipment to the API database, as well as information about the type of controlled equipment and its location, the command containing the value of at least one variable of the controlled equipment; determine the values of location properties and API properties based on information about the type of managed equipment and its location;
определяют по меньшей мере один вход драйвера на основе определенных на предыдущем этапе значений свойств и направляют на упомянутый по меньшей мере один вход значение по меньшей мере одной переменной управляемого оборудования для управления оборудованием в соответствии с упомянутой командой;  determining at least one driver input based on the property values determined in the previous step and directing to the at least one input the value of at least one variable of the controlled equipment for controlling the equipment in accordance with said command;
преобразуют поступившее на вход драйвера значение по меньшей мере одной переменной управляемого оборудования в соответствии типом управляемого оборудования и в соответствии с протоколом управляемого оборудования;  convert the value of at least one variable of the controlled equipment received at the driver input in accordance with the type of controlled equipment and in accordance with the protocol of the controlled equipment;
направляют преобразованное значение по меньшей мере одной переменной на управляемое оборудование для его управления в соответствии с упомянутой командой. direct the converted value of at least one variable to the controlled equipment for its control in accordance with the said command.
3. Способ по п. 2, отличается тем, что информация о состоянии управляемого оборудования от драйвера до интерфейса пользователя или в базу данных API передается посредством выхода драйвера. 3. The method according to claim 2, characterized in that information about the state of the controlled equipment from the driver to the user interface or to the API database is transmitted through the driver output.
4. Система управления оборудованием, содержащая по меньшей мере один сервер, включающий базу данных API и по меньшей мере один драйвер, причем драйвер выполнен с возможностью:  4. A hardware management system comprising at least one server, including an API database and at least one driver, the driver being configured to:
получать данные о по меньшей мере одной переменной управляемого оборудования, которой можно управлять, и набор ее свойств, характеризующих тип управляемого оборудования:  receive data on at least one variable of controlled equipment that can be controlled, and a set of its properties characterizing the type of controlled equipment:
определять список доступных входов и выходов для по меньшей мере одной переменной управляемого оборудования и тип API для управления упомянутой переменной в соответствии с типом управляемого оборудования; направлять список доступных входов и выходов драйвера для по меньшей мере одной переменной управляемого оборудования и данные о типе API в базу данных API; при этом база данных API выполнена с возможностью каждому входы и выходу драйвера присваивать свойства расположения на основе размещения управляемого оборудования и свойства API на основе типа API и сохранять информацию полученного списка входов и выходов драйвера, о свойствах расположения и свойствах API.  determine a list of available inputs and outputs for at least one variable of the controlled equipment and the type of API for controlling said variable in accordance with the type of controlled equipment; send a list of available driver inputs and outputs for at least one variable of controlled equipment and data about the type of API to the API database; at the same time, the API database is capable of assigning location properties to each driver input and output based on the placement of controlled equipment and API properties based on the API type and storing information of the resulting list of driver inputs and outputs, location properties and API properties.
5. Система по п. 4, отличающаяся тем, что сервер дополнительно выполнен с возможностью принимать от интерфейса пользователя команду для управления оборудованием, а также информацию о типе управляемого оборудования и его расположении, причем команда содержит значение по меньшей мере одной переменной управляемого оборудования;  5. The system according to p. 4, characterized in that the server is additionally configured to receive a command for controlling equipment from the user interface, as well as information about the type of controlled equipment and its location, the command containing the value of at least one variable of the controlled equipment;
определять значения свойств расположения и свойств API на основе информации о типе управляемого оборудования и его расположении;  determine the values of location properties and API properties based on information about the type of managed equipment and its location;
определять по меньшей мере один вход драйвера на основе определенных на предыдущем этапе значений свойств и направлять на упомянутый по меньшей мере один вход значение по меньшей мере одной переменной управляемого оборудования для управления оборудованием в соответствии с упомянутой командой, причем драйвер выполнен с возможностью преобразовывать поступившее на вход значение по меньшей мере одной переменной управляемого оборудования в соответствии типом управляемого оборудования и в соответствии с протоколом управляемого оборудования;  determine at least one driver input based on the property values determined in the previous step and send to the at least one input the value of at least one variable of the controlled equipment for controlling the equipment in accordance with the command, the driver being configured to convert the input value of at least one variable of controlled equipment in accordance with the type of controlled equipment and in accordance with the protocol of controlled equipment Ania;
направлять преобразованное значение по меньшей мере одной переменной на управляемое оборудование для его управления в соответствии с упомянутой командой. send the converted value of at least one variable to the controlled equipment for its control in accordance with the said command.
6. Система по п. 4, отличающаяся тем, что драйвер дополнительно выполнен с возможностью принимать на по меньшей мере один выход информацию о состоянии управляемого оборудования и направлять ее на интерфейс пользователя или в базу данных6. The system according to p. 4, characterized in that the driver is additionally configured to receive at least one output information about the status of the managed equipment and send it to the user interface or to the database
API. API
PCT/RU2018/000306 2018-05-08 2018-05-15 Method and system for integrating equipment into automated control and monitoring means WO2019216784A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
RU2018117162A RU2689436C1 (en) 2018-05-08 2018-05-08 Method and system for integrating equipment into automated control and accounting means
RU2018117162 2018-05-08

Publications (1)

Publication Number Publication Date
WO2019216784A1 true WO2019216784A1 (en) 2019-11-14

Family

ID=67037225

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/RU2018/000306 WO2019216784A1 (en) 2018-05-08 2018-05-15 Method and system for integrating equipment into automated control and monitoring means

Country Status (2)

Country Link
RU (1) RU2689436C1 (en)
WO (1) WO2019216784A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2732729C1 (en) * 2019-11-01 2020-09-22 Общество с ограниченной ответственностью Национальная инновационная компания "Основа" Method for integration of peripheral devices of software and hardware systems

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060080408A1 (en) * 2004-04-30 2006-04-13 Vulcan Inc. Smart home control of electronic devices
WO2012162687A1 (en) * 2011-05-26 2012-11-29 Candi Controls, Inc. System
US20160080165A1 (en) * 2012-10-08 2016-03-17 Nant Holdings Ip, Llc Smart home automation systems and methods
RU2630964C2 (en) * 2014-04-08 2017-09-15 Сяоми Инк. Method and device for remote intelligent control

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2573762C1 (en) * 2014-08-25 2016-01-27 Общество с ограниченной ответственностью "РОЛЛ ГРАНД" System of remote control and management of "intelligent house" electronic devices

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060080408A1 (en) * 2004-04-30 2006-04-13 Vulcan Inc. Smart home control of electronic devices
WO2012162687A1 (en) * 2011-05-26 2012-11-29 Candi Controls, Inc. System
US20120303781A1 (en) * 2011-05-26 2012-11-29 Raschke Steve Managing a domain
US20160080165A1 (en) * 2012-10-08 2016-03-17 Nant Holdings Ip, Llc Smart home automation systems and methods
RU2630964C2 (en) * 2014-04-08 2017-09-15 Сяоми Инк. Method and device for remote intelligent control

Also Published As

Publication number Publication date
RU2689436C1 (en) 2019-05-28

Similar Documents

Publication Publication Date Title
US10349494B2 (en) Systems and methods for lighting control
EP3016318B1 (en) Method and apparatus for customizing scene mode of intelligent device
CN112180754B (en) Setting method of intelligent control scene and equipment control system
CN109407527B (en) Method and device for realizing intelligent equipment recommendation
US20050185595A1 (en) Method of assigning addresses to a plurality of devices on a network and a network system therefor
JP2021518941A (en) Efficient control and / or linking of smart devices
CN111262761A (en) Method and electronic device for controlling smart home system
EP3374854A1 (en) Communicating with devices
CN111142456A (en) Internet of things automation smart home linkage method and system
CN111913402A (en) Smart home batch configuration method, device and system and electronic equipment
WO2016192579A1 (en) Information processing method, cloud service platform and information processing system
CN111399459A (en) Intelligent household equipment control method, device, equipment and storage medium
CN113872782A (en) Equipment networking method, control equipment and Internet of things system
CN110794773A (en) Click-type scene creating method and device
WO2019216784A1 (en) Method and system for integrating equipment into automated control and monitoring means
US20210029202A1 (en) Provisioning multiple cloud-based services to control devices
KR102340693B1 (en) METHOD AND HOME IoT SERVICE SYSTEM FOR SETTING USER AUTHORITY
CN112585906A (en) Method of configuring device to be added to wireless network system
JP2023024112A (en) Control request system, equipment system, reservation system, control method, and program
CN108537300A (en) A kind of apparatus control method, device, medium and computer equipment
US20170094035A1 (en) Management method and management device
CN114280953A (en) Scene mode creating method and device, electronic equipment and storage medium
CN113300919A (en) Intelligent household appliance control method based on social software group function and intelligent household appliance
CN115803736A (en) File generation method and device in Internet of things, computer equipment and storage medium
CN111556119A (en) Equipment information changing method and related equipment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18918196

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 19.03.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18918196

Country of ref document: EP

Kind code of ref document: A1