CN103888407A - Solution method of controlling multiple terminals by intelligent household core server - Google Patents

Solution method of controlling multiple terminals by intelligent household core server Download PDF

Info

Publication number
CN103888407A
CN103888407A CN201210478396.1A CN201210478396A CN103888407A CN 103888407 A CN103888407 A CN 103888407A CN 201210478396 A CN201210478396 A CN 201210478396A CN 103888407 A CN103888407 A CN 103888407A
Authority
CN
China
Prior art keywords
instruction
server
relation
user
multiple terminals
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
CN201210478396.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.)
BEIJING GUANGSHUOTONG SCIENCE & TECHNOLOGY Co Ltd
Original Assignee
BEIJING GUANGSHUOTONG SCIENCE & TECHNOLOGY 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 BEIJING GUANGSHUOTONG SCIENCE & TECHNOLOGY Co Ltd filed Critical BEIJING GUANGSHUOTONG SCIENCE & TECHNOLOGY Co Ltd
Priority to CN201210478396.1A priority Critical patent/CN103888407A/en
Publication of CN103888407A publication Critical patent/CN103888407A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Selective Calling Equipment (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a solution method of controlling multiple terminals by an intelligent household core server. The server stores a received instruction, establishes an instruction queue and carries out updating according to algorithm design. For a new received instruction, the server compares instruction queue content firstly, judges the relation between instructions and then carries out the corresponding treatment. The mutual affection in controlling household equipment by multiple users is avoided, and the intelligent processing ability of the server and the reliability of an intelligent household system are improved.

Description

The solution that a kind of Smart Home Core server is controlled multiple terminals
Technical field
The invention belongs to Smart Home field, is the solution that a kind of Smart Home Core server reply multiple terminals is controlled.
Technical background
Smart Home is a living environment, take house as platform, the living environment of intelligent domestic system is installed.Intelligent domestic system refers to utilize advanced computer technology, network communications technology, comprehensive wiring technology, according to base of principle of human engineering and merge user's individual sexual demand, the subsystems relevant with life staying idle at home organically combined as security protection, light control, curtain control, gas valve control, information household appliances, scene interlock, floor heating etc., by networking comprehensive intelligent control and management, realize the system of the brand-new life staying idle at home experience of " people-oriented ".Intelligent domestic system utilizes various bussing techniques conventionally, and home equipment is adopted to centralized control.The block diagram of intelligent domestic system as shown in Figure 1.In system, comprise control terminal, controlled device and three parts of Smart Home control core.Because controlled device is varied, the control terminal type that user adopts simultaneously and quantity are unfixing yet, and Smart Home Core server will be processed the order from multiple control terminals, and completes the control to multiple controlled devices.Also will be from multiple sensors and instrumentation reading out data, storage, management also send to multiple control terminals by demand.From the above mentioned, Smart Home Core server will receive and process the instruction of multiple terminals.Because control terminal is separate, for Smart Home Core server, the instruction receiving is random on time of reception, may be associated in instruction meaning.The same time, server may receive the instruction of the interrelated even contradiction of a lot of terminals.This just requires Core server can correctly process the instruction of the multiple terminals that receive, and carries out suitable treatments, and notifies where necessary user's relevant treatment information." intelligence " that realizes household that like this could be real and people-oriented.But, server adopts at present " multi-process " and " multithreading " also has " thread pool " technology, only can solve preferably multiple terminals and access problem simultaneously, although improve the parallel processing capability of server, but do not consider multiple terminals instruction in operation may conflict, make operation between each user have the possibility of phase mutual interference.This situation, that in Smart Home environment, embodies is particularly evident.The control of certain user to equipment in family, operation probably because of another user time or is afterwards interrupted or was lost efficacy.Therefore, Smart Home Core server can rationally be processed the instruction that is mutually related of multiple terminals, and improving user's experience is intelligent domestic system problem demanding prompt solution.
Content of the present invention
The present invention is directed to Smart Home Core server, proposed a kind of scheme, make this server can rationally process the instruction that is mutually related of multiple terminals.Concrete grammar is as follows:
First, Core server is tackled to multiple terminals control problem and carry out complete description.Then,, by Question Classification, process respectively.
Server comprises that to the description of multiple terminals control problem control terminal is described, controlled device is described and control command is described.
The description of control terminal comprises hardware information two parts of user's logon information and control terminal.Core server is according to the instruction of these two data separation different users.The instruction of different user has different priority, and this programme has been set altogether five user/instruction priority, i.e. superelevation, high, medium and low and extremely low Pyatyi, and the number of users that each priority comprises is unfixing.The power user who utilizes keeper's account to log in Core server has superelevation priority, and power user can set other users' priority as required.
The description of controlled device comprises that equipment group address message and equipment are from address information.The equipment with interaction relation is defined as an equipment group, has identical equipment group #.
The description of instruction comprises the following aspects:
1) operational attribute of equipment and operating parameter:
Equipment operating attribute refers to the action that this controlled device can be carried out, such as, the operational attribute that air-conditioning equipment has comprises preset temperature adjustment, mode of operation selection and switching on and shutting down etc.Operating parameter refers to that controlled device carries out the parameter of this action need.
2) time attribute of equipment operating instruction:
Certain operation completes the required time.If the operation of certain instruction can be completed by controlled device at once, this instruction is instantaneity instruction.As the channel of TV is exchanged instruction.If the operation controlled device of certain instruction needs a period of time just can complete, this instruction is non-current order, as the water heater instruction of heating up water.
3) relation between instruction:
I. stop relation: as long as the execution of an instruction can make another instruction stop, these two instructions stop relation exactly so.
Ii. change relation: as long as the execution of an instruction can change the execution parameter of another instruction, these two instructions change relation exactly so.
Iii. affect relation: as long as the execution of an instruction can change the implementation effect of another instruction, but can't change the latter's instruction attributes and parameter, these two instructions affect relation exactly so.
Iv. independence: the execution of an instruction does not affect the implementation effect of another instruction completely, these two instructions are exactly independence so.
Core server reply multiple terminals control problem is classified according to relation between user/instruction priority and instruction: i.e. termination, change, impact and independence between five priority users operations.Corresponding above-mentioned classification, according to the principle of " Core server makes each user's operation be completed " as far as possible, proposes following processing method.
First the concept of instruction holding time is proposed.The holding time of instruction refers to the instruction that user arranges and takies time of Core server.During this period of time, when instruction that Core server receives relevant to this instruction (dependent relation), can, according to User Priority difference, do corresponding processing.If user does not arrange, the acquiescence holding time of instantaneity instruction is 0 so, and the holding time of non-instantaneity instruction is the deadline of instruction respective operations.
No matter within the holding time of instruction, still exceeded holding time, the user of low priority attempts to stop or when original setting of change higher-priority subscriber, needs to obtain the mandate of higher-priority subscriber.
Outside instruction holding time, the user of high priority can stop or change original setting of lower priority or same priority user.
Within the holding time of instruction, high-priority users also needs the mandate that obtains low priority user just can change or stop original subscriber's operation.But any instruction of power user does not need to authorize, and just Core server can notify original subscriber to change information.
For the instruction with the relation of influencing each other, regardless of user's priority and instruction holding time, Core server all can be carried out new instruction immediately, but can notify affected user relevant information.
For the instruction with separate relation, Core server can be carried out these instructions immediately.
Accompanying drawing explanation
Fig. 1 is intelligent domestic system block diagram
Fig. 2 is the handling process of Core server during multiple terminals is controlled
Embodiment
Below in conjunction with accompanying drawing 2, the embodiment of this invention is described.
First, inquiry controlled device state, determines that whether the instruction that will carry out has necessary hardware condition, for example, just can carry out power-on command when equipment shuts down;
Secondly, server is set up instruction queue, the instruction of arriving for storing received, corresponding device group, time of reception, holding time, controlled device name, operational attribute, operating parameter that storage content is instruction, send this instruction user profile, send the control terminal information of this instruction.
Then, server is after receiving arbitrary instruction, and all upper from backward first order according to the time, query statement queue is also processed.Step is as follows:
Step 1: in query statement list, whether the instruction of same instructions group coding exists, if there is no, proves that this instruction is independent of any instruction of carrying out before, can directly carry out; If exist, extract all instructions on the same group;
Step 2: according to instruction internal information, determine this instruction in the holding time of former instruction on the same group or outside holding time.
Step 3: according to instruction internal information, determine the User Priority height of this instruction and former instruction on the same group.
Step 4: according to instruction internal information, determine between this instruction and former instruction on the same group and belong to that instruction relation.
Step 5: according to the result of determination of step 2, step 3 and step 4, carry out respective handling, described in a same chapters and sections processing scheme of processing method, conclude following table:
Table 1. Smart Home Core server reply multiple terminals control command processing method table
Figure BSA00000809771000041
Note: under any circumstance, power user's instruction meeting is carried out immediately, if but original subscriber's instruction is had to impact (be change between instruction, termination or affect relation), can send relevant information to original subscriber.
Step 6: in the time there is being related to of stopping, change or affect in the multiple instructions in this instruction and instruction list, comprehensively judgement again after the judgement of all dependent instructions such as needs completes.Only have in the time that the owner of all dependent instructions allows this instruction to carry out, this instruction just can be performed.
Step 7: upgrade instruction list and device status table.Renewal principle is: if instruction is performed, stores so instruction in instruction queue, in sweep equipment list, there is the instruction of identical device numbering, and the state of updating the equipment; If instruction is not performed, instruction list and device status table are constant so.

Claims (10)

1. the solution that Smart Home Core server is controlled multiple terminals, is characterized in that the controlled device in Smart Home to divide into groups to describe, to indicate the relevance of controlled device.The instruction that server stores in Smart Home receives is also set up command information queue, and server often receives the content that new instruction will compare instruction queue, rationally processes according to comparative result.
2. refer to server according to the multiple terminals of claims 1 and receive and process the separate instruction that adopts various control terminal equipment from different user.
3. according to the device packets describing method of claim 1, the grouping of equipment according to whether thering is interaction relation for equipment.
4. the user instruction receiving according to the server stores of claim 1, corresponding device group, time of reception, holding time, controlled device name, operational attribute, operating parameter that the content of storage is instruction, send this instruction user profile, send the control terminal information of this instruction.
5. often receive new commander server meeting compare instruction queue content according to the server of claim 1, mode is relatively searched dependent instruction from back to front according to time of reception.
6. instruction holding time according to claim 4 refers to hope instruction that user can set voluntarily and takies the time of server.If it is 0 that user does not set the holding time of instantaneity instruction so, the holding time of non-instantaneity instruction is the deadline of instruction respective operations.
7. the operating effect controlled device that instantaneity instruction according to claim 6 refers to instruction can complete at once.Otherwise be non-instantaneity instruction.
8. according to the dependent instruction of searching of claims 5, the instruction relation table judgement that the correlation of instruction need be built-in according to server, stops, changes, impact and independence.
9. according to the instruction relation of claims 8, it is characterized in that: termination relation, the order fulfillment receiving after referring to former command operating.Change relation, the instruction receiving after referring to has changed the parameter of former instruction.The instruction receiving after the relation of impact refers to has affected the implementation effect of former instruction.Independence refers to two instruction Complementary relationships.
10. tackle multiple terminals control command processing method table according to the concrete mode of processing according to instruction relationship type of claims with reference to Smart Home Core server.
CN201210478396.1A 2012-12-24 2012-12-24 Solution method of controlling multiple terminals by intelligent household core server Pending CN103888407A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210478396.1A CN103888407A (en) 2012-12-24 2012-12-24 Solution method of controlling multiple terminals by intelligent household core server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210478396.1A CN103888407A (en) 2012-12-24 2012-12-24 Solution method of controlling multiple terminals by intelligent household core server

Publications (1)

Publication Number Publication Date
CN103888407A true CN103888407A (en) 2014-06-25

Family

ID=50957129

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210478396.1A Pending CN103888407A (en) 2012-12-24 2012-12-24 Solution method of controlling multiple terminals by intelligent household core server

Country Status (1)

Country Link
CN (1) CN103888407A (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104808623A (en) * 2015-04-03 2015-07-29 九阳股份有限公司 Safe control method of network household appliance
CN104980322A (en) * 2014-10-31 2015-10-14 腾讯科技(上海)有限公司 Method and device for linking network access equipment
CN105116744A (en) * 2015-07-23 2015-12-02 青岛海尔智能家电科技有限公司 Intelligent household electrical appliance control method and home gateway
CN105116884A (en) * 2015-07-14 2015-12-02 上海智臻智能网络科技股份有限公司 Control method of sweeping robot, server and service system
CN105159079A (en) * 2015-08-31 2015-12-16 青岛海尔智能家电科技有限公司 Method and apparatus for eliminating concurrency control conflict of household appliances
CN105487490A (en) * 2014-09-15 2016-04-13 酷派软件技术(深圳)有限公司 Smart home control method and device, and smart home control equipment
CN105912632A (en) * 2016-04-08 2016-08-31 海尔优家智能科技(北京)有限公司 Device service recommending method and device
CN106201667A (en) * 2016-06-29 2016-12-07 武汉斗鱼网络科技有限公司 A kind of user instruction queue management system and method
CN106227051A (en) * 2016-08-30 2016-12-14 海尔优家智能科技(北京)有限公司 A kind of intelligent appliance control method for coordinating and device
CN106713799A (en) * 2015-11-13 2017-05-24 深圳市光峰光电技术有限公司 Projection equipment control method, projection equipment and intelligent terminal
CN109257394A (en) * 2018-12-07 2019-01-22 四川长虹电器股份有限公司 ZigBee coordinator
CN109595750A (en) * 2018-11-30 2019-04-09 广东美的制冷设备有限公司 Air conditioner, controlling terminal and its control method, system, storage medium
CN109725619A (en) * 2019-01-24 2019-05-07 深圳市欧瑞博科技有限公司 Control method, device and the server of smart home system
CN111830841A (en) * 2020-07-08 2020-10-27 珠海格力电器股份有限公司 Linkage control method, device, equipment and storage medium for intelligent equipment
CN114114941A (en) * 2021-11-25 2022-03-01 珠海格力电器股份有限公司 Method and device for avoiding control instruction conflict, processor and intelligent home system
CN114172887A (en) * 2021-11-30 2022-03-11 合肥安达创展科技股份有限公司 Intelligent center control system for exhibition hall
CN114326420A (en) * 2021-12-10 2022-04-12 深圳市欧瑞博科技股份有限公司 Intelligent grouping method and device for equipment, intelligent equipment and storage medium
WO2024017020A1 (en) * 2022-07-20 2024-01-25 青岛海尔空调器有限总公司 Method and apparatus for controlling air conditioner, and air conditioner and storage medium

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105487490B (en) * 2014-09-15 2018-08-24 酷派软件技术(深圳)有限公司 A kind of intelligent home furnishing control method, device and smart home control device
CN105487490A (en) * 2014-09-15 2016-04-13 酷派软件技术(深圳)有限公司 Smart home control method and device, and smart home control equipment
CN104980322A (en) * 2014-10-31 2015-10-14 腾讯科技(上海)有限公司 Method and device for linking network access equipment
CN104808623A (en) * 2015-04-03 2015-07-29 九阳股份有限公司 Safe control method of network household appliance
CN104808623B (en) * 2015-04-03 2018-03-16 九阳股份有限公司 A kind of method of controlling security of network home appliance
CN105116884A (en) * 2015-07-14 2015-12-02 上海智臻智能网络科技股份有限公司 Control method of sweeping robot, server and service system
CN105116884B (en) * 2015-07-14 2019-10-22 上海智臻智能网络科技股份有限公司 A kind of control method of sweeping robot, server and service system
CN105116744A (en) * 2015-07-23 2015-12-02 青岛海尔智能家电科技有限公司 Intelligent household electrical appliance control method and home gateway
CN105159079A (en) * 2015-08-31 2015-12-16 青岛海尔智能家电科技有限公司 Method and apparatus for eliminating concurrency control conflict of household appliances
CN105159079B (en) * 2015-08-31 2021-12-07 青岛海尔智能家电科技有限公司 Method and device for solving household appliance concurrency control conflict
CN106713799B (en) * 2015-11-13 2020-10-20 深圳光峰科技股份有限公司 Projection equipment control method, projection equipment and intelligent terminal
CN106713799A (en) * 2015-11-13 2017-05-24 深圳市光峰光电技术有限公司 Projection equipment control method, projection equipment and intelligent terminal
CN105912632A (en) * 2016-04-08 2016-08-31 海尔优家智能科技(北京)有限公司 Device service recommending method and device
CN105912632B (en) * 2016-04-08 2019-12-31 海尔优家智能科技(北京)有限公司 Equipment service recommendation method and device
CN106201667A (en) * 2016-06-29 2016-12-07 武汉斗鱼网络科技有限公司 A kind of user instruction queue management system and method
WO2018000908A1 (en) * 2016-06-29 2018-01-04 武汉斗鱼网络科技有限公司 User instruction queue management system and method
CN106201667B (en) * 2016-06-29 2020-02-04 武汉斗鱼网络科技有限公司 User instruction queue management system and method
CN106227051B (en) * 2016-08-30 2019-02-22 海尔优家智能科技(北京)有限公司 A kind of intelligent appliance control method for coordinating and device
CN106227051A (en) * 2016-08-30 2016-12-14 海尔优家智能科技(北京)有限公司 A kind of intelligent appliance control method for coordinating and device
CN109595750A (en) * 2018-11-30 2019-04-09 广东美的制冷设备有限公司 Air conditioner, controlling terminal and its control method, system, storage medium
CN109257394A (en) * 2018-12-07 2019-01-22 四川长虹电器股份有限公司 ZigBee coordinator
CN109725619A (en) * 2019-01-24 2019-05-07 深圳市欧瑞博科技有限公司 Control method, device and the server of smart home system
CN111830841A (en) * 2020-07-08 2020-10-27 珠海格力电器股份有限公司 Linkage control method, device, equipment and storage medium for intelligent equipment
CN114114941A (en) * 2021-11-25 2022-03-01 珠海格力电器股份有限公司 Method and device for avoiding control instruction conflict, processor and intelligent home system
CN114172887A (en) * 2021-11-30 2022-03-11 合肥安达创展科技股份有限公司 Intelligent center control system for exhibition hall
CN114326420A (en) * 2021-12-10 2022-04-12 深圳市欧瑞博科技股份有限公司 Intelligent grouping method and device for equipment, intelligent equipment and storage medium
WO2024017020A1 (en) * 2022-07-20 2024-01-25 青岛海尔空调器有限总公司 Method and apparatus for controlling air conditioner, and air conditioner and storage medium

Similar Documents

Publication Publication Date Title
CN103888407A (en) Solution method of controlling multiple terminals by intelligent household core server
CN106911650B (en) Intelligent household control method, device and system
CN104808499B (en) A kind of method and control device based on linkage rule control smart home device
CN105353641B (en) A kind of intelligent home control system
CN106130849A (en) A kind of intelligent switch control system
CN105245596B (en) A kind of long-range control method and server
CN105867141A (en) Intelligent home control method and system based on effective instruction scope
CN105933188A (en) Smart home control method and system based on different control permissions
CN106888140A (en) Data centralized management method and system in smart home
CN105867142A (en) Intelligent home control method and system based on two-way interaction
CN106537878A (en) Private content distribution network
CN106789378A (en) Information prevents from revealing method and system in smart home
CN104809369B (en) Packet sets method, client, server and the system of equipment access rights
CN106899603A (en) A kind of smart machine monitoring method and device
CN104991539A (en) Smart home automated system
US9451388B1 (en) Framework and method for processing commands for controlling electronic devices
CN109327469A (en) For managing the method and intelligent gateway of Internet of Things
CN105959187A (en) Remote timing task control method and system
CN107421060A (en) Air conditioner communication means and air conditioner based on NB IoT networks
CN105956426A (en) Application program authority authentication and authorization method and intelligent equipment
CN103631202A (en) Hotel guest room intelligent monitoring system and method based on internet of things
CN108810129A (en) Internet of Things network control system and method, terminal device and local network services equipment
CN108986807A (en) The control method and device of equipment, storage medium, electronic device
CN107205094B (en) Control method and device, electronic equipment, the terminal of equipment
CN107577150A (en) A kind of electric quantity controlling method, electronic equipment and computer-readable recording medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20140625

WD01 Invention patent application deemed withdrawn after publication