CN112272230A - Multi-gateway scene linkage control method - Google Patents

Multi-gateway scene linkage control method Download PDF

Info

Publication number
CN112272230A
CN112272230A CN202011145242.1A CN202011145242A CN112272230A CN 112272230 A CN112272230 A CN 112272230A CN 202011145242 A CN202011145242 A CN 202011145242A CN 112272230 A CN112272230 A CN 112272230A
Authority
CN
China
Prior art keywords
scene
gateway
command
execution
main
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202011145242.1A
Other languages
Chinese (zh)
Inventor
黄欣欣
李海彬
蒋启平
曾亮
孔维涛
袁中庆
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric Co Ltd
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 Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN202011145242.1A priority Critical patent/CN112272230A/en
Publication of CN112272230A publication Critical patent/CN112272230A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • H04L67/125Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks involving control of end-device applications over a network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/80Services using short range communication, e.g. near-field communication [NFC], radio-frequency identification [RFID] or low energy communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • H04W76/14Direct-mode setup
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • H04W76/15Setup of multiple wireless link connections
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/16Gateway arrangements
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/20Pc systems
    • G05B2219/26Pc applications
    • G05B2219/2642Domotique, domestic, home control, automation, smart house

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Selective Calling Equipment (AREA)

Abstract

The invention relates to the field of smart home, and discloses a multi-gateway scene linkage control method which meets the requirement of a plurality of gateways on executing scene linkage control. The invention distinguishes the master gateway and the slave gateways, classifies and stores the execution command in the master gateway by adopting different formats according to the devices distinguished under the master gateway or the slave gateways, sequentially reads the execution instruction information stored in the scene command module under the scene according to the scene serial number after the scene is started, and sends the execution instruction to the relevant gateways according to the command storage format, thereby realizing the requirement of a plurality of gateways for executing the scene linkage control.

Description

Multi-gateway scene linkage control method
Technical Field
The invention relates to the field of intelligent home furnishing, in particular to a multi-gateway scene linkage control method.
Background
In order to realize scene linkage of the intelligent home equipment, a user only needs to preset a scene specific execution instruction into a Flash storage of the ZigBee intelligent home gateway through an APP at first, then the gateway receives a scene transmission equipment parameter and compares the scene transmission equipment parameter with a preset trigger condition stored in the Flash, and if the trigger condition is reached, the gateway reads and sends the preset control equipment specific execution instruction from the Flash so as to enable corresponding equipment to automatically execute a scene linkage function preset by the user.
With the rapid development of the internet of things, scene linkage application scenes are more and more abundant, and when a plurality of gateways and devices are required to execute scene linkage simultaneously, the method cannot control the devices except the gateways. That is, in the existing mode, a gateway can only control devices in the same zigbee network, but cannot control devices of other gateways.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: a control method for multi-gateway scene linkage is provided, and the requirement of a plurality of gateways for executing scene linkage control is met.
The technical scheme adopted by the invention for solving the technical problems is as follows:
a multi-gateway scene linkage control method is applied to a scene linkage control system comprising a cloud server, a mobile phone terminal, a plurality of zigbee terminal devices and a plurality of gateways, wherein the gateways comprise a master gateway, and the other gateways are slave gateways; the master gateway and each slave gateway respectively establish different zigbee networks with zigbee terminal equipment hung down by each gateway;
the control method comprises the following steps:
A. adding a scene linkage control device:
a1, setting corresponding zigbee terminal devices and corresponding execution instructions to be added in each scene on the mobile phone terminal, generating scene setting instructions, and sending the scene setting instructions to the main gateway through the cloud server;
a2, the main gateway judges whether the zigbee terminal device in the scene setting instruction is the device under the main gateway, if yes, the terminal device and the corresponding execution instruction are stored in the scene command module of the main gateway in the execution command format of the main gateway device; otherwise, the network communication command format is stored in the scene command module of the main gateway;
B. scene linkage control:
b1, when a scene is started through the communication command, the main gateway sequentially reads the execution instruction information stored in the scene command module under the scene according to the scene serial number in the communication command, and judges the storage format;
b2, if the execution command format of the main gateway device is the execution command format, sending the execution command out through the main gateway by zigbee broadcasting, and executing the relevant action by the corresponding zigbee terminal device under the main gateway according to the execution command;
b3, if the command format is network communication command format, the execution command is sent to the slave gateway through the network, after some slave gateway judges the command of the slave gateway, the command is sent out through zigbee broadcasting, and the corresponding zigbee terminal equipment under the slave gateway executes relevant action according to the execution command.
As a further optimization, in step a1, the executing instruction includes: scene serial number, gateway id related to the scene, device sn number, and parameters such as execution action.
As a further optimization, in step a2, the main gateway determines whether the zigbee terminal device in the scene setting instruction is a device under the main gateway by comparing the sn number of the device in the execution instruction with the main gateway device library data.
As a further optimization, in step a2, if it is determined that the device is under the master gateway, the stored execution command includes: a scene sequence number, equipment sn and an execution action; if the device under the gateway is determined to be the slave gateway, the stored execution command comprises: a scene sequence number, a sn number of a slave gateway, a sn number of a device, and an execution action.
As a further optimization, in step B1, the method for initiating a scene through a communication command includes:
starting a scene through a mobile phone terminal, and sending a communication command of the started scene to a main gateway through a cloud server;
or, starting the scene on the scene panel, and the scene panel informs the communication command for starting the scene to the main gateway through the zigbee network.
The invention has the beneficial effects that:
the invention distinguishes the master gateway and the slave gateways, classifies and stores the execution command in the master gateway by adopting different formats according to the devices distinguished under the master gateway or the slave gateways, sequentially reads the execution instruction information stored in the scene command module under the scene according to the scene serial number after the scene is started, and sends the execution instruction to the relevant gateways according to the command storage format, thereby realizing the requirement of a plurality of gateways for executing the scene linkage control.
Drawings
FIG. 1 is a block diagram of a scene linkage control system according to the present invention;
FIG. 2 is a flow chart of an apparatus for adding scene linking control in an embodiment of the present invention;
FIG. 3 is a flow chart of scene linkage control according to an embodiment of the present invention.
Detailed Description
The invention aims to provide a control method for multi-gateway scene linkage, which meets the requirement of a plurality of gateways on executing scene linkage control. The control method is applied to a scene linkage control system which comprises a cloud server, a mobile phone terminal, a plurality of zigbee terminal devices and a plurality of gateways as shown in fig. 1, wherein the gateways comprise a master gateway and other slave gateways, and the master gateway and each slave gateway respectively establish different zigbee networks with respective zigbee terminal devices hung down. And each gateway establishes an equipment management database for managing the zigbee terminal equipment hung down by the gateway.
In the concrete implementation, the method comprises two parts of scene linkage control and equipment for adding scene linkage control.
Firstly, adding a scene linkage control device:
setting corresponding zigbee terminal equipment and corresponding execution instructions (including scene serial numbers including parameters such as gateway id, equipment sn and execution actions) which need to be added in each scene on the mobile phone terminal, generating a scene setting instruction, and sending the scene setting instruction to the main gateway through the cloud server;
the main gateway judges whether the zigbee terminal device in the scene setting instruction is a device under the main gateway, if so, the terminal device and the corresponding execution instruction are stored in a scene command module of the main gateway in an associated manner in an execution command format of the main gateway device (including a scene serial number, a device sn, and an execution action); otherwise, the network communication command format is stored in the scene command module of the main gateway (including the sequence number of the scene N, the sn of the gateway A and the sn of the equipment, and the execution action);
secondly, scene linkage control:
when a certain scene is started through a communication command (including a gateway ID and a scene serial number), the main gateway sequentially reads execution instruction information stored in the scene command module under the scene according to the scene serial number in the communication command, and judges a storage format;
if the execution command format of the main gateway equipment is the execution command format, the execution command is sent out through the main gateway by zigbee broadcasting, and the corresponding zigbee terminal equipment under the main gateway executes relevant actions according to the execution command;
if the command is in the network communication command format, the execution command is sent to the slave gateways through the network, after a certain slave gateway judges that the command is the command of the gateway, the command is sent out through zigbee broadcasting, and the corresponding zigbee terminal equipment under the slave gateways executes related actions according to the execution command.
Example (b):
in this embodiment, the scene linkage control system includes two gateways, namely a main gateway and a gateway a, the zigbee terminal includes a light control switch, a curtain controller, and the like, and the device joining and the scene linkage control of the scene 1 are now performed, which is specifically described as follows:
1. firstly, a zigbee network is established between the lamp control switch and the gateway A, and the gateway A establishes an equipment management database. A zigbee network is established by the scene controller, the curtain controller and the intelligent main gateway;
2. the method comprises the following steps that a lamp control device of a gateway A needing to be added in a scene 1 and an executed light-on action command are set on a mobile phone and sent to an intelligent main gateway through a cloud server, and the set light-on action command is in the following format:
Figure BDA0002739465930000031
3. the main gateway judges that the equipment is not the equipment of the gateway by comparing the lamp control equipment sn contained in the instruction with the data of the main gateway equipment library;
4. because the gateway is not the equipment of the gateway, the equipment instruction information is stored in a scene command module of the main gateway in a network communication command format, the scene command module comprises a scene serial number, an id of the gateway A and a lamp control switch sn, and the execution action is performed in the following format:
Figure BDA0002739465930000032
5. the curtain controller of the main gateway needing to be added in the scene 1 is set on the mobile phone, a curtain opening action command is executed, the curtain opening action command is sent to the intelligent main gateway through the cloud server, and the set action command is in the following format:
Figure BDA0002739465930000041
7. the main gateway judges that the equipment is the equipment of the gateway by comparing the curtain equipment sn contained in the command with the data of the main gateway equipment library;
8. the device of the gateway is stored in the scene command module of the main gateway in the execution command format of the main gateway device, comprises a scene serial number and a curtain controller sn, and executes actions in the following format:
scene 1 Curtain controller sn Open
9. The mobile phone starts a scene 1 command, the scene 1 command is sent to the intelligent main gateway through the cloud server, and the format of the scene 1 starting command is as follows:
Figure BDA0002739465930000042
10. the main gateway reads the instruction information of the scene 1 in the scene command storage module according to the scene serial number in the communication command and sequentially executes the command;
11. the control command of the curtain controller is sent out by zigbee broadcasting through the main gateway, and the curtain controller and the main gateway form a zigbee network device to execute the action of opening the curtain after receiving the notification;
12. and a control command of the lamp control switch is sent to the gateway A by the main gateway through the network, the gateway A judges whether the information is the self information according to the gateway sn in the communication command, the control command is analyzed into the control command of the gateway A, the control command is sent out through the gateway A by zigbee broadcasting, and the lamp control switch which forms the zigbee network with the gateway A executes the action of turning on the lamp after receiving the notification.

Claims (5)

1. A multi-gateway scene linkage control method is applied to a scene linkage control system comprising a cloud server, a mobile phone terminal, a plurality of zigbee terminal devices and a plurality of gateways,
the plurality of gateways comprise a master gateway, and the others are slave gateways; the master gateway and each slave gateway respectively establish different zigbee networks with zigbee terminal equipment hung down by each gateway;
the control method comprises the following steps:
A. adding a scene linkage control device:
a1, setting corresponding zigbee terminal devices and corresponding execution instructions to be added in each scene on the mobile phone terminal, generating scene setting instructions, and sending the scene setting instructions to the main gateway through the cloud server;
a2, the main gateway judges whether the zigbee terminal device in the scene setting instruction is the device under the main gateway, if yes, the terminal device and the corresponding execution instruction are stored in the scene command module of the main gateway in the execution command format of the main gateway device; otherwise, the network communication command format is stored in the scene command module of the main gateway;
B. scene linkage control:
b1, when a scene is started through the communication command, the main gateway sequentially reads the execution instruction information stored in the scene command module under the scene according to the scene serial number in the communication command, and judges the storage format;
b2, if the execution command format of the main gateway device is the execution command format, sending the execution command out through the main gateway by zigbee broadcasting, and executing the relevant action by the corresponding zigbee terminal device under the main gateway according to the execution command;
b3, if the command format is network communication command format, the execution command is sent to the slave gateway through the network, after some slave gateway judges the command of the slave gateway, the command is sent out through zigbee broadcasting, and the corresponding zigbee terminal equipment under the slave gateway executes relevant action according to the execution command.
2. The method as claimed in claim 1, wherein the gateway scenario is linked to the control device,
in step a1, the executing the instruction includes: scene sequence number, gateway id related to the scene, device sn number and execution action parameter.
3. The method as claimed in claim 1, wherein the gateway scenario is linked to the control device,
in step a2, the master gateway determines whether the zigbee terminal device in the scene setting instruction is a device under the master gateway by comparing the device sn number in the execution instruction with the master gateway device library data.
4. The method as claimed in claim 1, wherein the gateway scenario is linked to the control device,
in step a2, if it is determined that the device is the master gateway, the stored execution command includes: a scene sequence number, equipment sn and an execution action; if the device under the gateway is determined to be the slave gateway, the stored execution command comprises: a scene sequence number, a sn number of a slave gateway, a sn number of a device, and an execution action.
5. The method for controlling linkage of multiple gateway scenes according to any one of claims 1 to 4,
in step B1, the method for starting a scene through a communication command includes:
starting a scene through a mobile phone terminal, and sending a communication command of the started scene to a main gateway through a cloud server;
or, starting the scene on the scene panel, and the scene panel informs the communication command for starting the scene to the main gateway through the zigbee network.
CN202011145242.1A 2020-10-23 2020-10-23 Multi-gateway scene linkage control method Pending CN112272230A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011145242.1A CN112272230A (en) 2020-10-23 2020-10-23 Multi-gateway scene linkage control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011145242.1A CN112272230A (en) 2020-10-23 2020-10-23 Multi-gateway scene linkage control method

Publications (1)

Publication Number Publication Date
CN112272230A true CN112272230A (en) 2021-01-26

Family

ID=74342609

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011145242.1A Pending CN112272230A (en) 2020-10-23 2020-10-23 Multi-gateway scene linkage control method

Country Status (1)

Country Link
CN (1) CN112272230A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113377024A (en) * 2021-06-23 2021-09-10 杭州涂鸦信息技术有限公司 Equipment linkage control method and device, computer equipment and readable storage medium
CN113741273A (en) * 2021-09-01 2021-12-03 珠海太川云社区技术股份有限公司 Multi-gateway scene linkage control method and system
CN113777939A (en) * 2021-09-01 2021-12-10 珠海太川云社区技术股份有限公司 Intelligent household scene setting method and system
CN113885349A (en) * 2021-11-04 2022-01-04 深圳海智创科技有限公司 Local area network autonomous distributed intelligent home management method and system
CN113904924A (en) * 2021-10-19 2022-01-07 吴枚兰 Efficient operation and maintenance method for local area network system of Internet of things
CN114039818A (en) * 2021-12-27 2022-02-11 四川启睿克科技有限公司 Pluggable multi-gateway equipment management system and method
CN114172868A (en) * 2022-02-14 2022-03-11 武汉慧联无限科技有限公司 Data transmission method, device and storage medium
CN115296946A (en) * 2022-06-28 2022-11-04 青岛海尔科技有限公司 Control request decomposition method and device, storage medium and electronic device
CN115297128A (en) * 2022-06-27 2022-11-04 青岛海尔科技有限公司 Edge execution information processing method and device, storage medium and electronic device
CN115473752A (en) * 2022-07-21 2022-12-13 青岛海尔科技有限公司 Control command transmission method and device, storage medium and electronic device
WO2023193154A1 (en) * 2022-04-06 2023-10-12 北京小米移动软件有限公司 Multi-gateway networking method, apparatus and system, and gateway device and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104796444A (en) * 2014-01-21 2015-07-22 广州海图克计算机技术有限公司 Digital household scene control management system and method
CN104811375A (en) * 2015-05-08 2015-07-29 三星电子(中国)研发中心 Smart home gateway and networking method thereof
CN106094754A (en) * 2016-07-12 2016-11-09 腾讯科技(深圳)有限公司 Apparatus control system, method and device
CN106773772A (en) * 2017-02-10 2017-05-31 杭州极智科技有限公司 A kind of ZigBee intelligent domestic gateways scene inter-linked controlling method
CN107728590A (en) * 2017-09-29 2018-02-23 四川长虹电器股份有限公司 ZigBee intelligent domestic systems and its scene inter-linked controlling method
CN108900392A (en) * 2018-06-22 2018-11-27 四川斐讯信息技术有限公司 A kind of method and system of smart home multiple gateway access
CN109302471A (en) * 2018-09-26 2019-02-01 四川长虹电器股份有限公司 A kind of Intelligent household scene control system and method
CN110493758A (en) * 2018-05-14 2019-11-22 阿里巴巴集团控股有限公司 Bluetooth Mesh network and its match network method, equipment and storage medium
US20200336564A1 (en) * 2019-04-17 2020-10-22 Sure Universal Ltd. Seamless connectivity to smart devices, cameras and home care devices over wifi networks and cloud

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104796444A (en) * 2014-01-21 2015-07-22 广州海图克计算机技术有限公司 Digital household scene control management system and method
CN104811375A (en) * 2015-05-08 2015-07-29 三星电子(中国)研发中心 Smart home gateway and networking method thereof
CN106094754A (en) * 2016-07-12 2016-11-09 腾讯科技(深圳)有限公司 Apparatus control system, method and device
CN106773772A (en) * 2017-02-10 2017-05-31 杭州极智科技有限公司 A kind of ZigBee intelligent domestic gateways scene inter-linked controlling method
CN107728590A (en) * 2017-09-29 2018-02-23 四川长虹电器股份有限公司 ZigBee intelligent domestic systems and its scene inter-linked controlling method
CN110493758A (en) * 2018-05-14 2019-11-22 阿里巴巴集团控股有限公司 Bluetooth Mesh network and its match network method, equipment and storage medium
CN108900392A (en) * 2018-06-22 2018-11-27 四川斐讯信息技术有限公司 A kind of method and system of smart home multiple gateway access
CN109302471A (en) * 2018-09-26 2019-02-01 四川长虹电器股份有限公司 A kind of Intelligent household scene control system and method
US20200336564A1 (en) * 2019-04-17 2020-10-22 Sure Universal Ltd. Seamless connectivity to smart devices, cameras and home care devices over wifi networks and cloud

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113377024B (en) * 2021-06-23 2023-02-10 杭州涂鸦信息技术有限公司 Equipment linkage control method and device, computer equipment and readable storage medium
CN113377024A (en) * 2021-06-23 2021-09-10 杭州涂鸦信息技术有限公司 Equipment linkage control method and device, computer equipment and readable storage medium
CN113741273A (en) * 2021-09-01 2021-12-03 珠海太川云社区技术股份有限公司 Multi-gateway scene linkage control method and system
CN113777939A (en) * 2021-09-01 2021-12-10 珠海太川云社区技术股份有限公司 Intelligent household scene setting method and system
CN113904924A (en) * 2021-10-19 2022-01-07 吴枚兰 Efficient operation and maintenance method for local area network system of Internet of things
CN113885349A (en) * 2021-11-04 2022-01-04 深圳海智创科技有限公司 Local area network autonomous distributed intelligent home management method and system
CN114039818B (en) * 2021-12-27 2023-06-13 四川启睿克科技有限公司 Pluggable multi-gateway equipment management system and method
CN114039818A (en) * 2021-12-27 2022-02-11 四川启睿克科技有限公司 Pluggable multi-gateway equipment management system and method
CN114172868B (en) * 2022-02-14 2022-05-13 武汉慧联无限科技有限公司 Data transmission method, device and storage medium
CN114172868A (en) * 2022-02-14 2022-03-11 武汉慧联无限科技有限公司 Data transmission method, device and storage medium
WO2023193154A1 (en) * 2022-04-06 2023-10-12 北京小米移动软件有限公司 Multi-gateway networking method, apparatus and system, and gateway device and storage medium
CN115297128A (en) * 2022-06-27 2022-11-04 青岛海尔科技有限公司 Edge execution information processing method and device, storage medium and electronic device
CN115297128B (en) * 2022-06-27 2024-04-19 青岛海尔科技有限公司 Edge execution information processing method and device, storage medium and electronic device
CN115296946A (en) * 2022-06-28 2022-11-04 青岛海尔科技有限公司 Control request decomposition method and device, storage medium and electronic device
CN115296946B (en) * 2022-06-28 2024-03-22 青岛海尔科技有限公司 Control request decomposition method and device, storage medium and electronic device
CN115473752A (en) * 2022-07-21 2022-12-13 青岛海尔科技有限公司 Control command transmission method and device, storage medium and electronic device

Similar Documents

Publication Publication Date Title
CN112272230A (en) Multi-gateway scene linkage control method
CN111865736B (en) Equipment control method and device
CN105471686B (en) Terminal control method, device and system
CN104320480A (en) Control method for intelligent home equipment and cloud server
CN111665737B (en) Smart home scene control method and system
WO2020168568A1 (en) Data processing method and apparatus, electronic device and readable storage medium
CN107547314B (en) Intelligent household appliance cloud platform and intelligent household cloud system
CN102333132A (en) Method for automatically searching cameras and solving IP conflicts
CN108366005A (en) The interlock method and device of electric room
CN109802876B (en) Little intelligent home systems
CN111629371B (en) Screen projection method and system
CN112152892A (en) Method for controlling gateway, intelligent gateway and intelligent home system
CN106844047A (en) A kind of application program optimization method of intelligent terminal
CN103686439A (en) Reporting method and device of television fault information
CN113625589A (en) Equipment control method and device, electronic equipment and storage medium
CN110933170A (en) Multi-device linkage control method and device of ZigBee gateway and storage medium
CN111866856A (en) Mesh device control method and system, storage medium and electronic device
CN111913397A (en) Device control method, device, storage medium, and electronic apparatus
CN113741273A (en) Multi-gateway scene linkage control method and system
CN112911426B (en) Network control system, method and device and intelligent optical gateway
CN104954462A (en) High-concurrency extensible smart home communication method and high-concurrency extensible smart home communication system
CN116107975A (en) Control method and device of equipment, storage medium and electronic device
CN105450495A (en) Method, device and system for re-establishing secure communication channel
CN105306255A (en) System having large data size and multiple topological graph instances in telecommunication network management and method for managing a large data size and multiple topological graph instances in telecommunication network management
CN111722869A (en) Control panel configuration method, control panel and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210126

RJ01 Rejection of invention patent application after publication