WO2016122022A1 - 사용분석을 통한 iot/m2m 시스템 설정 방법 - Google Patents

사용분석을 통한 iot/m2m 시스템 설정 방법 Download PDF

Info

Publication number
WO2016122022A1
WO2016122022A1 PCT/KR2015/001017 KR2015001017W WO2016122022A1 WO 2016122022 A1 WO2016122022 A1 WO 2016122022A1 KR 2015001017 W KR2015001017 W KR 2015001017W WO 2016122022 A1 WO2016122022 A1 WO 2016122022A1
Authority
WO
WIPO (PCT)
Prior art keywords
profile
event
operation profile
additional information
profiles
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.)
Ceased
Application number
PCT/KR2015/001017
Other languages
English (en)
French (fr)
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.)
Korea Electronics Technology Institute
Original Assignee
Korea Electronics Technology Institute
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 Korea Electronics Technology Institute filed Critical Korea Electronics Technology Institute
Publication of WO2016122022A1 publication Critical patent/WO2016122022A1/ko
Anticipated expiration legal-status Critical
Ceased 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/2866Architectures; Arrangements
    • H04L67/30Profiles
    • H04L67/306User profiles
    • 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
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/70Services for machine-to-machine communication [M2M] or machine type communication [MTC]

Definitions

  • the present invention relates to a technology for providing an automation function, and more particularly, to the automatic use of the devices used in the Internet of Things, intelligent things communication environment.
  • IoT Internet of Things
  • M2M Machine-to-Machine
  • IoT / M2M can be applied to various fields such as home automation, wearable, smart vehicles, facility management, disaster prevention and energy management.
  • IoT / M2M systems are currently on the market, but are not yet very active. There are many reasons, such as unified specifications and expensive prices, but one of them is the inconvenience of management and configuration.
  • IoT / M2M systems are deployed in homes, offices, buildings, or on specific sites, at least dozens, hundreds, and thousands of devices are installed. It is very cumbersome for an administrator to manually register and set up individual devices, and may be impossible if the number of individuals is large. Also, in a home environment, non-expert members of the public may want to use the system, making configuration and management more difficult.
  • the present invention has been made to solve the above problems, an object of the present invention, to generate an operation profile through the analysis of the user's use behavior or pattern for the devices installed in the IoT / M2M environment,
  • the system can be operated by automatically applying the created operation profile.
  • Another object of the present invention is to present the generated operational profile to the user so that the user can directly review and modify the profile to apply to the system.
  • the system control method may generate a new operation profile based on the generated trigger event and the generation time zone when the operation profile in which the same trigger event and the occurrence time zone are not found is searched in the first search step.
  • Generating step may further include.
  • system control method may further include adding the control event to the new operation profile when a control event occurs within a predetermined time.
  • system control method after the execution step, the step of monitoring an additional control event by the user; And generating a new operation profile including the additionally generated control event when the control event additionally occurs.
  • system control method comprises the steps of comparing the generated new operation profile with the pre-stored operation profiles; If there is a pre-stored operation profile in which the same trigger event, occurrence time zone and control event match, updating additional information of the pre-stored operation profile; And deleting the generated new operation profile.
  • the system control method may further include updating additional information of the executed operation profile when a control event does not occur.
  • the additional information may be a day of the week.
  • the control device for communicating with the surrounding things devices; A storage unit in which operational profiles are stored; And when a trigger event is generated by the surrounding objects, search for operation profiles in which the same trigger event and occurrence time match, search for operation profiles in which additional information is matched among searched operation profiles, and operation profiles in which additional information matches. If not found, the processor that searches for the operation profile including the most control event, and executes the control event according to the found operation profile; includes.
  • the IoT / M2M system can be used without a separate user setting after installation, user convenience may be increased.
  • 1 is a flowchart provided to explain a process of creating a new operation profile by event detection
  • FIG. 4 is a block diagram of a gateway capable of performing the operation profile generation / management / application described above.
  • gateway equipment In a typical IoT / M2M environment, devices with various sensors, actuators, and communication devices are installed, and these devices are managed through gateway equipment. The gateway monitors and collects events for devices registered to it.
  • the system event is divided into two types, a “trigger event” automatically generated by the detection of the sensor and a “control event” generated by the user's manipulation.
  • the operation profile proposed in the embodiment of the present invention is generated in the form of an "if ... then " conditional sentence, and the "if" portion includes one or more "trigger events” and "occurrence time”, then The part consists of "control events”.
  • Operational profile generation according to the user's usage behavior monitoring is performed through the following process, as shown in FIG. 1 is a flowchart provided to explain a process of creating a new operation profile by event detection.
  • an IF statement is formed based on the "trigger event” that occurred, and a "continuous event recording timer” is used to associate and record a control event that can occur after the trigger event has occurred (form a THEN statement). Drive (S140).
  • the adjacent trigger events and control events are grouped into one unique operation profile.
  • FIG. 3 is a flowchart provided to explain the operational profile management and application process.
  • the existing stored management profiles are searched for (S305). If no profile matching the same trigger event condition and time is found (S310-No or S325-No), a new operation profile is generated by event detection (S315). The process of creating a new operation profile has been described in detail with reference to FIGS. 1 and 2.
  • the additional information does not match (S335-No)
  • the operation profile with a large number of control events is selected and performed (S345).
  • the "continu event recording timer " is driven (S350). If an additional control event occurs by the user before the timer times out (S355-Yes), a new operation profile is generated according to the event recording (S360), and there will be the same performance control event sequence compared to the existing stored operation profiles. If so, the additional information is updated (S365).
  • the user installs the system and does not create a separate operating rule.
  • the system is configured to automatically create and apply operational rules by default.
  • the system analyzes the events that occur and creates, records and applies operational profiles according to the user's system usage patterns.
  • the system detects that the entry and exit sensor is activated (trigger condition), the lamp is turned on within 5 minutes (continuous event timeout time), the air conditioner is turned on and the temperature is set at 25 degrees. In this regard, it is searched if there is a profile related to "Access In Event”. If the relevant profile does not exist, create and save a new profile (Profile A: Entry In Event, 9:10 am ⁇ Light On, Air Conditioner (On, 25 degrees); Additional Information: Monday).
  • the system searches for a profile for "entry-in event” and finds Profile A. Then, it is checked whether or not the generated "access in event” is in the allowable time zone of Profile A (9 AM ⁇ 10 minutes), and the profile is executed. If the user does not take any action within 5 minutes for auto-executed actions (light on, air conditioner (on 25 degrees)), the profile information is updated (Profile A: Entry In Event, 9 am). ⁇ 10 minutes ⁇ Lamp On, air conditioner (On, 25 degrees); additional information: Monday, Tuesday).
  • Profile A In and Out Event, 9 am ⁇ 10 am ⁇ Light On, Air Conditioner (On, 25 degrees). ), Walking blind; additional information: Wednesday).
  • Profiles A and B Two profiles that have the same trigger condition. Check the additional information in both profiles to see if there is a day of the week. If there are no days of the week, run the one with the highest number of events in the two profiles (Profile B). If the user does not take any further action, Profile B will be updated (Profile B: In and Out Event, 9 am ⁇ 10 am ⁇ Light On, Air Conditioner (On, 25 degrees), Blind Walk; Additional Information: Wednesday, Thursday) .
  • Profile A After 9am "Access In Event” on Monday, check that there are two applicable profiles but "Monday” is displayed in the additional information of Profile A and execute Profile A. After executing Profile A, if the user sets the air conditioner temperature to 20 degrees within 5 minutes, try to modify the profile. If there is only Monday in Profile A's additional information, we'll modify the temperature to 20 degrees in Profile A's configuration information, but other days are also added to Profile A's additional information. Create a profile (Profile C: In and Out event, 9:10 am ⁇ light on, air conditioner (On, 20 degrees); additional information: Monday).
  • the administrator sets the basic interlocking function through the system setting.
  • the administrator sets the system to "operation rule recommendations state".
  • the system collects the user usage patterns that occur and creates a profile. Provide administrators with operational profiles collected at specified intervals (daily, weekly or monthly) and time. At this time, the occurrence time, period, etc. of the newly created profiles are analyzed. In addition, the degree of similarity is analyzed by comparing with the profile used in the system.
  • Administrators can review the collected operational profiles and analysis information and apply them to the system after applying or modifying them (adding / deleting events or adding exceptions). If the administrator does not review the profile within the specified time, the profiles are continuously accumulated or the collected profiles are deleted and collected again according to the setting.
  • the gateway 400 includes a communication unit 410, a control unit 420, and a storage unit 430.
  • the communicator 410 establishes and maintains a communication connection with surrounding objects
  • the storage 430 is a storage medium in which the aforementioned operation profiles are stored.
  • the controller 420 executes the algorithm shown in FIGS. 1 to 3 to generate, manage, and apply an operation profile.
  • the subject of system control is assumed to be a gateway, but it is merely an example for convenience of description.
  • the technical spirit of the present invention may also be applied to a case in which a control device other than a gateway is replaced.
  • the additional information is the day of the week, but this is also merely exemplary.
  • other information than the day of the week eg, month, season, weather, etc. can be used as additional information.
  • step S345 of FIG. 3 it is possible to implement by selecting an operation profile having the most recent execution time.

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

사용분석을 통한 IoT/M2M 시스템 설정 방법이 제공된다. 본 발명의 실시예에 따른 시스템 제어 방법은, 트리거 이벤트가 발생하면 동일한 트리거 이벤트와 발생 시간대 및 부가정보가 일치하는 운용 프로파일을 검색하고, 검색된 운용 프로파일에 따른 제어 이벤트를 실행한다. 이에 의해, IoT/M2M 시스템 설치 후 별도의 사용자 설정 없이 사용이 가능함으로 사용자의 편이성을 증대시킬 수 있고, 사용자 이용행태 기반의 운용 프로파일 제공을 통해 사용자가 인지하지 못한 운용방법을 제시할 수 있게 된다.

Description

사용분석을 통한 IoT/M2M 시스템 설정 방법
본 발명은 자동화 기능을 제공하는 기술에 관한 것으로, 더욱 상세하게는 사물인터넷, 지능형사물통신 환경에서 사용되는 기기들의 자동 사용설정에 관한 것이다.
사물인터넷(IoT - Internet of Things) 및 지능형사물통신(M2M - Machine-to-Machine) 시스템에서 사용되는 각종 사물(things)은 센서와 네트워크 기능을 내장한다. 이는 기기가 주변정보를 습득하고, 습득한 정보를 기기 간 서로 교환하거나 지역 망(local network) 또는 인터넷 연결을 통해 타 시스템에 전송할 수 있게 해줌으로써 다양한 서비스를 가능하게 한다. IoT/M2M은 홈 자동화(home automation), 웨어러블(wearable), 스마트 차량, 시설물 관리, 재난재해 방지, 에너지 관리 등 다양한 분야에 적용되어 사용될 수 있다.
현재 많은 IoT/M2M 시스템이 출시되고 있으나 아직까지 크게 활성화 되고 있지 않다. 통일되지 않은 규격, 비싼 가격 등 여러 이유가 있지만 그 중 하나가 관리와 설정의 불편함이다. IoT/M2M 시스템이 가정, 사무실, 건물 또는 특정 현장에 적용되면 적게는 수십 개 많게는 수백, 수천 개의 기기가 설치된다. 관리자가 수동으로 개별 기기들을 등록하고 설정하기가 무척 번거롭고, 개체수가 많아지면 불가능할 수도 있다. 또한 가정과 같은 환경에서 비전문가인 일반인이 시스템을 사용하고자 하면 설정과 관리는 더 어렵게 느껴질 수 있다.
설치된 IoT/M2M 장치를 발견하고 제공되는 기능을 확인하는 것은 제로구성(zero-configuration)과 같은 자체설정(self-configuration) 기술로 가능하지만, 설치된 기기들의 사용 및 연동설정을 하는 것은 기기 개체수가 많을 경우 번거롭거나 어려울 수 있다.
본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, IoT/M2M 환경에 설치된 기기들에 대한 사용자의 이용행태 또는 이용패턴(pattern) 분석을 통해 운용 프로파일을 생성하고, 생성한 운용 프로파일을 자동 적용하여 시스템을 운용할 수 있게 된다.
또한, 본 발명의 다른 목적은, 생성된 운용 프로파일을 사용자에게 제시하여 사용자가 직접 프로파일을 검토 및 수정하여 시스템에 적용할 수 있도록 함에 있다.
상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 시스템 제어 방법은, 트리거 이벤트가 발생하면, 동일한 트리거 이벤트와 발생 시간대가 일치하는 운용 프로파일들을 검색하는 제1 검색단계; 상기 제1 검색단계에서 검색된 운용 프로파일들 중 부가정보가 일치하는 운용 프로파일을 검색하는 제2 검색 단계; 상기 제2 검색단계에서 부가정보가 일치하는 운용 프로파일이 검색되지 않으면, 제어 이벤트를 가장 많이 포함하고 있는 운영 프로파일을 검색하는 제3 검색 단계; 및 상기 제2 검색 단계 또는 상기 제3 검색 단계에서 검색된 운용 프로파일에 따른 제어 이벤트를 실행하는 단계;를 포함한다.
그리고, 본 발명의 일 실시예에 따른 시스템 제어 방법은, 상기 제1 검색단계에서 동일한 트리거 이벤트와 발생 시간대가 일치하는 운용 프로파일이 검색되지 않으면, 발생된 트리거 이벤트와 발생 시간대에 기반한 신규 운용 프로파일을 생성하는 단계;를 더 포함할 수 있다.
또한, 본 발명의 일 실시예에 따른 시스템 제어 방법은, 정해진 시간 내에 제어 이벤트가 발생하면, 상기 신규 운용 프로파일에 상기 제어 이벤트를 추가하는 단계;를 더 포함할 수 있다.
그리고, 본 발명의 일 실시예에 따른 시스템 제어 방법은, 상기 실행단계 이후에, 사용자에 의한 추가적인 제어 이벤트를 모니터링하는 단계; 및 제어 이벤트가 추가 발생하면, 추가 발생된 제어 이벤트를 포함하는 신규 운용 프로파일을 생성하는 단계;를 더 포함할 수 있다.
또한, 본 발명의 일 실시예에 따른 시스템 제어 방법은, 생성된 신규 운용 프로파일을 기저장된 운용 프로파일들과 비교하는 단계; 동일한 트리거 이벤트, 발생 시간대 및 제어 이벤트가 일치하는 기저장된 운용 프로파일이 있으면, 기저장된 운용 프로파일의 부가 정보를 업데이트 하는 단계; 및 생성된 신규 운용 프로파일을 삭제하는 단계;를 더 포함할 수 있다.
그리고, 본 발명의 일 실시예에 따른 시스템 제어 방법은, 제어 이벤트가 추가 발생하지 않으면, 실행된 운용 프로파일의 부가 정보를 업데이트 하는 단계;를 더 포함할 수 있다.
또한, 상기 부가정보는, 요일일 수 있다.
한편, 본 발명의 다른 실시예에 따른, 제어 장치는, 주변 사물 기기들과 통신하는 통신부; 운용 프로파일들이 저장된 저장부; 및 상기 주변 사물에 의해 트리거 이벤트가 발생하면, 동일한 트리거 이벤트와 발생 시간대가 일치하는 운용 프로파일들을 검색하고, 검색된 운용 프로파일들 중 부가정보가 일치하는 운용 프로파일을 검색하며, 부가정보가 일치하는 운용 프로파일이 검색되지 않으면 제어 이벤트를 가장 많이 포함하고 있는 운영 프로파일을 검색하고, 검색된 운용 프로파일에 따른 제어 이벤트를 실행하는 프로세서;를 포함한다.
이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, IoT/M2M 시스템 설치 후 별도의 사용자 설정 없이 사용이 가능함으로 사용자의 편이성을 증대시킬 수 있다.
또한, 본 발명의 실시예들에 따르면, 사용자 이용행태 기반의 운용 프로파일 제공을 통해 사용자가 인지하지 못한 운용방법을 제시할 수 있게 된다.
도 1은 이벤트 감지에 의한 신규 운용 프로파일 생성 과정의 설명에 제공되는 흐름도,
도 2는 연속 이벤트 기록 타이머 타임아웃 처리 과정의 설명에 제공되는 흐름도,
도 3은 운용 프로파일 관리 및 적용 과정의 설명에 제공되는 흐름도, 그리고,
도 4는 위에서 설명한 운용 프로파일 생성/관리/적용을 수행할 수 있는 게이트웨이의 블럭도이다.
이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.
1. 운용 프로파일
일반적인 IoT/M2M 환경에서는 다양한 센서(sensor), 액추에이터(actuator), 통신장치 등을 내장한 기기들이 설치되며 이 기기들은 게이트웨이 장비를 통해 관리된다. 게이트웨이는 자신에게 등록된 기기들에 대한 이벤트를 모니터링 하고 수집한다.
본 발명의 실시예에서 시스템 이벤트는 센서의 감지로 인해 자동으로 발생하는 "트리거 이벤트(trigger event)"와 사용자 조작으로 인해 발생하는 "제어 이벤트(control event)"의 두 종류로 구분한다.
본 발명의 실시예에서 제시하는 운용 프로파일은 "if... then..." 조건문 형태로 생성되고, "if" 부분은 하나 또는 다수의 "트리거 이벤트"와 "발생시간"으로 구성되고, then 부분은 "제어 이벤트"로 구성된다.
그 외 프로파일 적용 여부를 결정하는 "부가 정보"로 구성된다. 사용자의 이용행태 모니터링에 따른 운용 프로파일 생성과 관리는 게이트웨이 장비 내에서 이루어지게 된다.
2. 운용 프로파일 생성
사용자의 이용행태 모니터링에 따른 운용 프로파일 생성은 다음과 같은 과정을 통해 이루어지며, 이는 도 1에 도시된 바와 같다. 도 1은 이벤트 감지에 의한 신규 운용 프로파일 생성 과정의 설명에 제공되는 흐름도이다.
이벤트가 발생하면 해당 이벤트의 타입이 "트리거 이벤트"인지 확인한다(S110). "트리거 이벤트"일 경우(S110-예), "프로파일 ID 생성 Flag"가 설정되어있는지 확인한다(S120). "프로파일 ID 생성 Flag"는 신규 프로파일 생성 여부를 나타낸다. 초기에 "프로파일 ID 생성 Flag"는 1로 설정된다(flag set).
"프로파일 ID 생성 Flag"가 설정되어있을 경우(S120-예), 다른 프로파일들과 구분 가능하도록 신규 프로파일 ID를 생성하고(S130), "프로파일 ID 생성 Flag"는 0으로 설정한다(flag clear).
다음, 발생된 "트리거 이벤트"를 기반으로 IF 구문을 형성하고, 트리거 이벤트 발생 이후 발생할 수 있는 제어 이벤트를 트리거 이벤트와 연계(associate) 및 기록하기 위해(THEN 구문 형성) "연속 이벤트 기록 타이머"를 구동한다(S140).
한편, 도 2에 도시된 바와 같이, 타이머가 타임 아웃 되기 전에 아무 제어 이벤트가 발생하지 않으면(즉, THEN 구문이 없으면) 기록되고 있던 프로파일은 삭제되고, 제어 이벤트가 발생하였으면(즉, THEN 구문이 있으면) 기록되고 있던 프로파일은 저장된다(S200).
제어 이벤트가 발생하고(S110-아니오), "프로파일 ID 생성 Flag"가 0일 경우(즉, 타이머 유효)(S150-예), 해당 이벤트는 THEN 구문에 추가되고 프로파일은 업데이트 된다(S160).
THEN 구문이 형성되기 전에(S110-예 and S120-아니오), 트리거 이벤트가 연속적으로 발생할 경우(S170-아니오), 복합 트리거 이벤트로 보고 IF 구문을 업데이트 한다(S180).
프로파일 완료 시(S190), 요일과 같이 기타 정보도 "부가정보"로 프로파일에 기록된다.
위와 같은 과정을 통해 근접해서 발생한 트리거 이벤트들과 제어 이벤트들을 하나의 고유 운용 프로파일로 그룹핑(grouping) 한다.
3. 운용 프로파일 관리/적용
사용자의 이용행태 모니터링에 따른 운용 프로파일 관리는 도 3에 도시된 과정을 통해 이루어진다. 도 3은 운용 프로파일 관리 및 적용 과정의 설명에 제공되는 흐름도이다.
트리거 이벤트가 발생하면 기존에 저장된 운용 프로파일들을 검색한다(S305). 동일한 트리거 이벤트 조건과 시간이 일치하는 프로파일을 찾지 못할 경우(S310-아니오 or S325-아니오), 이벤트 감지에 의한 신규 운용 프로파일을 생성한다(S315). 신규 운용 프로파일을 생성 과정은 도 1과 도 2를 통해 상세하게 설명한 바 있다.
트리거와 발생 시간대가 일치하는 프로파일들을 찾을 경우(S310-예 and S325-예), 부가정보가 일치하는 프로파일을 찾는다(S330). 부가 정보가 일치하는 프로파일을 찾을 경우(S335-예), 해당 프로파일을 실행한다(S340).
반면, 부가정보가 일치하지 않을 경우(S335-아니오), 제어 이벤트 수가 많은 운용 프로파일을 선택해서 수행한다(S345). 프로파일 수행 이후, "연속 이벤트 기록 타이머"를 구동한다(S350). 타이머가 타임아웃되기 전에 사용자에 의한 제어 이벤트가 추가적으로 발생하면(S355-예), 이벤트 기록에 따른 신규 운용 프로파일을 생성하고(S360), 기존 저장된 운용 프로파일들과 비교하여 동일한 수행 제어 이벤트 시퀀스가 있을 경우, 부가 정보를 업데이트 한다(S365).
만약, 타이머가 타임아웃되기 전에 제어 이벤트가 발생하지 않을 경우(S355-아니오), 수행된 프로파일의 부가정보를 업데이트 한다(S370).
4. 사용 예시
4.1. 사용예시 #1
사용자가 시스템을 설치하고 별도의 운용 규칙을 만들지 않는다. 시스템은 default로 자동으로 운용 규칙을 만들고 적용하도록 설정된다. 시스템은 발생하는 이벤트를 분석하여 사용자의 시스템 사용 패턴에 따라 운용 프로파일을 만들어 이를 기록하고 적용한다.
예를 들어, 월요일 오전 9시에 입출입 센서가 작동하고(트리거 조건), 5분 이내(연속 이벤트 타임아웃 시간)에 전등이 켜지고, 에어컨이 켜지고 온도가 25도에 설정되는 것을 시스템이 감지한다. 이와 관련하여, "출입 In 이벤트" 관련 프로파일이 있는지 검색한다. 관련 프로파일이 존재하지 않을 경우, 새로운 프로파일(Profile A: 출입 In 이벤트, 오전 9시±10분 → 전등 On, 에어컨 (On, 25도); 부가정보: 월요일)을 생성하여 저장한다.
화요일 오전 9시 05분에 입출입 센서가 동작하면, 시스템은 "출입 In 이벤트" 관련 프로파일이 있는지 검색하고 Profile A를 찾는다. 그리고, 발생한 "출입 In 이벤트"가 Profile A의 허용 시간대(오전 9시±10분)에 있는지 확인하고, 프로파일을 실행한다. 만약, 사용자가 자동 실행된 액션(전등 On, 에어컨 (On, 25도))들에 대해서 5분 이내에 별도의 조치를 취하지 않을 경우, 프로파일 정보는 업데이트 된다(Profile A: 출입 In 이벤트, 오전 9시±10분 → 전등 On, 에어컨 (On, 25도); 부가정보: 월요일, 화요일).
수요일 같은 조건으로 인해 Profile A 실행 시, 사용자가 5분 이내에 추가적으로 블라인드를 걷을 경우, 신규 프로파일이 생성된다(Profile B: 출입 In 이벤트, 오전 9시±10분 → 전등 On, 에어컨 (On, 25도), 블라인드 걷음; 부가정보: 수요일).
목요일 오전 9시 "출입 In 이벤트"가 발생하면 시스템은 동일한 트리거 조건을 가지고 있는 프로파일 2개(Profile A, B)를 발견한다. 두 개 프로파일의 부가정보에서 해당되는 요일이 있는지 확인한다. 해당되는 요일이 없을 경우, 2개 프로파일 중 이벤트 개수가 많은 것을 실행한다(Profile B). 만약 사용자가 별도의 조치를 취하지 않으면 Profile B는 업데이트 된다(Profile B: 출입 In 이벤트, 오전 9시±10분 → 전등 On, 에어컨 (On, 25도), 블라인드 걷음; 부가정보: 수요일, 목요일).
금요일 오전 9시 "출입 In 이벤트" 발생 후, Profile B 실행 다음 5분 이내에 사용자가 블라인드를 내릴 경우, 시스템은 관련 이벤트 시퀀스가 기존의 Profile A와 동일함을 감지하고 Profile A를 업데이트 한다(Profile A: 출입 In 이벤트, 오전 9시±10분 → 전등 On, 에어컨 (On, 25도); 부가정보: 월요일, 화요일, 금요일).
월요일 오전 9시 "출입 In 이벤트" 발생 후, 적용 가능한 프로파일이 2개 있으나 Profile A의 부가정보에 "월요일"이 표시되어 있음을 확인하고 Profile A를 실행한다. Profile A 실행 후, 5분 이내에 사용자가 에어컨 온도를 20도로 설정할 경우, 프로파일 수정을 시도한다. Profile A의 부가정보에 월요일만 있었다면 Profile A의 설정 정보에 온도를 20도로 수정하겠지만, Profile A의 부가정보에 다른 요일들도 추가되어 있으므로, Profile A의 부가정보에서 월요일을 삭제하여 업데이트하고, 새로운 프로파일을 생성한다(Profile C: 출입 In 이벤트, 오전 9시±10분 → 전등 On, 에어컨 (On, 20도); 부가정보: 월요일).
4.2. 사용예시 #2
관리자는 시스템을 설정을 통해 기본 연동 기능을 설정한다. 관리자는 시스템을 "운용 규칙 추천 상태"로 설정한다. 시스템은 발생하는 사용자 이용 패턴을 수집하여 프로파일을 생성한다. 지정된 주기(일, 주 또는 월 단위)와 시간에 수집된 운용 프로파일들을 관리자에게 제공한다. 이때, 새로 생성된 프로파일들에 대해서 발생 시간, 주기 등을 분석한다. 또한, 시스템에 적용되어 사용되고 있는 프로파일과 비교하여 유사도를 분석한다.
관리자는 수집된 운용 프로파일들과 분석정보를 검토하고 시스템에 프로파일 적용하거나 수정(이벤트 추가/삭제 또는 예외 추가 등) 후 적용할 수 있다. 관리자가 지정된 시간 내에 프로파일 검토를 하지 않을 경우 설정에 따라 프로파일들을 계속 누적하거나 수집된 프로파일들을 삭제 후 다시 수집한다.
5. 게이트 웨이
도 4는 위에서 설명한 운용 프로파일 생성/관리/적용을 수행할 수 있는 게이트웨이의 블럭도이다. 도 4에 도시된 바와 같이, 본 발명의 실시예에 따른 게이트웨이(400)는, 통신부(410), 제어부(420) 및 저장부(430)를 포함한다.
통신부(410)는 주변 사물 기기들과 통신 연결을 설정하고 유지하며, 저장부(430)는 전술한 운용 프로파일들이 저장되는 저장매체이다.
제어부(420)는 도 1 내지 도 3에 도시된 알고리즘을 실행하여, 운용 프로파일에 대한 생성, 관리 및 적용을 수행한다.
6. 변형예
지금까지, 사용 분석을 통한 IoT/M2M 시스템 설정 방법에 대해 바람직한 실시예를 들어 상세히 설명하였다.
위 실시예에서 시스템 제어의 주체를 게이트웨이로 상정하였으나, 설명의 편의를 위한 예시적인 것에 불과하다. 게이트웨이 이외의 다른 제어장치로 대체되는 경우도 본 발명의 기술적 사상이 적용될 수 있다.
위 실시예에서 부가 정보는 요일인 것을 상정하였으나, 이 역시 예시적인 것에 불과하다. 요일 이외의 다른 정보(예를 들면, 월, 계절, 날씨 등)를 부가 정보로 활용할 수 있음은 물론이다.
또한, 도 3의 S345단계에서 제어 이벤트의 개수마저 동일한 경우에는 실행 시점이 가장 최근인 운용 프로파일을 선택하는 것으로 구현하는 것이 가능하다.
또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.

Claims (8)

  1. 트리거 이벤트가 발생하면, 동일한 트리거 이벤트와 발생 시간대가 일치하는 운용 프로파일들을 검색하는 제1 검색단계;
    상기 제1 검색단계에서 검색된 운용 프로파일들 중 부가정보가 일치하는 운용 프로파일을 검색하는 제2 검색 단계;
    상기 제2 검색단계에서 부가정보가 일치하는 운용 프로파일이 검색되지 않으면, 제어 이벤트를 가장 많이 포함하고 있는 운영 프로파일을 검색하는 제3 검색 단계; 및
    상기 제2 검색 단계 또는 상기 제3 검색 단계에서 검색된 운용 프로파일에 따른 제어 이벤트를 실행하는 단계;를 포함하는 것을 특징으로 하는 시스템 제어 방법.
  2. 청구항 1에 있어서,
    상기 제1 검색단계에서 동일한 트리거 이벤트와 발생 시간대가 일치하는 운용 프로파일이 검색되지 않으면, 발생된 트리거 이벤트와 발생 시간대에 기반한 신규 운용 프로파일을 생성하는 단계;를 더 포함하는 것을 특징으로 하는 시스템 제어 방법.
  3. 청구항 2에 있어서,
    정해진 시간 내에 제어 이벤트가 발생하면, 상기 신규 운용 프로파일에 상기 제어 이벤트를 추가하는 단계;를 더 포함하는 것을 특징으로 하는 시스템 제어 방법.
  4. 청구항 1에 있어서,
    상기 실행단계 이후에, 사용자에 의한 추가적인 제어 이벤트를 모니터링하는 단계; 및
    제어 이벤트가 추가 발생하면, 추가 발생된 제어 이벤트를 포함하는 신규 운용 프로파일을 생성하는 단계;를 더 포함하는 것을 특징으로 하는 시스템 제어 방법.
  5. 청구항 4에 있어서,
    생성된 신규 운용 프로파일을 기저장된 운용 프로파일들과 비교하는 단계;
    동일한 트리거 이벤트, 발생 시간대 및 제어 이벤트가 일치하는 기저장된 운용 프로파일이 있으면, 기저장된 운용 프로파일의 부가 정보를 업데이트 하는 단계; 및
    생성된 신규 운용 프로파일을 삭제하는 단계;를 더 포함하는 것을 특징으로 하는 시스템 제어 방법.
  6. 청구항 4에 있어서,
    제어 이벤트가 추가 발생하지 않으면, 실행된 운용 프로파일의 부가 정보를 업데이트 하는 단계;를 더 포함하는 것을 특징으로 하는 시스템 제어 방법.
  7. 청구항 1에 있어서,
    상기 부가정보는, 요일인 것을 특징으로 하는 시스템 제어 방법.
  8. 주변 사물 기기들과 통신하는 통신부;
    운용 프로파일들이 저장된 저장부; 및
    상기 주변 사물에 의해 트리거 이벤트가 발생하면, 동일한 트리거 이벤트와 발생 시간대가 일치하는 운용 프로파일들을 검색하고, 검색된 운용 프로파일들 중 부가정보가 일치하는 운용 프로파일을 검색하며, 부가정보가 일치하는 운용 프로파일이 검색되지 않으면 제어 이벤트를 가장 많이 포함하고 있는 운영 프로파일을 검색하고, 검색된 운용 프로파일에 따른 제어 이벤트를 실행하는 프로세서;를 포함하는 것을 특징으로 하는 제어 장치.
PCT/KR2015/001017 2015-01-29 2015-01-30 사용분석을 통한 iot/m2m 시스템 설정 방법 Ceased WO2016122022A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020150014168A KR101679703B1 (ko) 2015-01-29 2015-01-29 사용분석을 통한 IoT/M2M 시스템 설정 방법
KR10-2015-0014168 2015-01-29

Publications (1)

Publication Number Publication Date
WO2016122022A1 true WO2016122022A1 (ko) 2016-08-04

Family

ID=56543623

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2015/001017 Ceased WO2016122022A1 (ko) 2015-01-29 2015-01-30 사용분석을 통한 iot/m2m 시스템 설정 방법

Country Status (2)

Country Link
KR (1) KR101679703B1 (ko)
WO (1) WO2016122022A1 (ko)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018182986A1 (en) * 2017-03-31 2018-10-04 Intel Corporation Profiles for collecting telemetry data

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20180073028A (ko) * 2016-12-22 2018-07-02 전자부품연구원 로컬 및 글로벌 IoT 서비스 동시 제공을 위한 IoT 게이트웨이

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004185612A (ja) * 2002-11-22 2004-07-02 Matsushita Electric Ind Co Ltd 操作履歴利用システム及びその方法
JP2011034295A (ja) * 2009-07-31 2011-02-17 Yamatake Corp 施設管理装置及び施設管理方法
JP2014186938A (ja) * 2013-03-25 2014-10-02 Toshiba Lighting & Technology Corp 照明制御装置および照明制御システム
KR101453364B1 (ko) * 2014-04-15 2014-10-22 주식회사 스마티랩 사물인터넷 환경에서 디바이스의 동적 식별 시스템 및 그 방법
KR20140144504A (ko) * 2013-06-11 2014-12-19 삼성전자주식회사 가전 기기와 모바일 기기, 가전 기기의 제어 시스템

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004185612A (ja) * 2002-11-22 2004-07-02 Matsushita Electric Ind Co Ltd 操作履歴利用システム及びその方法
JP2011034295A (ja) * 2009-07-31 2011-02-17 Yamatake Corp 施設管理装置及び施設管理方法
JP2014186938A (ja) * 2013-03-25 2014-10-02 Toshiba Lighting & Technology Corp 照明制御装置および照明制御システム
KR20140144504A (ko) * 2013-06-11 2014-12-19 삼성전자주식회사 가전 기기와 모바일 기기, 가전 기기의 제어 시스템
KR101453364B1 (ko) * 2014-04-15 2014-10-22 주식회사 스마티랩 사물인터넷 환경에서 디바이스의 동적 식별 시스템 및 그 방법

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018182986A1 (en) * 2017-03-31 2018-10-04 Intel Corporation Profiles for collecting telemetry data
US10433035B2 (en) 2017-03-31 2019-10-01 Intel Corporation Profiles for collecting telemetry data

Also Published As

Publication number Publication date
KR20160093323A (ko) 2016-08-08
KR101679703B1 (ko) 2016-11-25

Similar Documents

Publication Publication Date Title
US20110215735A1 (en) Method and system for automated lighting control and monitoring
Elsts et al. Enabling healthcare in smart homes: the SPHERE IoT network infrastructure
EP3111433B1 (en) Wireless sensor network
US20190228626A1 (en) Wireless sensor network
WO2020141676A1 (ko) 스마트 팩토리 모니터링 시스템
US20190334933A1 (en) Information handling system threat management
WO2002047332A3 (en) System and method for configuration, management and monitoring of network resources
WO2018070768A1 (ko) 모니터링 시스템 제어 방법 및 이를 지원하는 전자 장치
WO2016122022A1 (ko) 사용분석을 통한 iot/m2m 시스템 설정 방법
EP2984582A1 (en) Energy management system
WO2024075950A1 (ko) 엣지 cctv를 위한 엣지 ai 모델 생성 방법 및 시스템
Feng et al. Predicting the intrusion intentions by observing system call sequences
Pezoa et al. Reliability of heterogeneous distributed computing systems in the presence of correlated failures
CN117914640A (zh) 一种物联网边缘管理的系统、方法和设备
Comeagă et al. Memory Management Strategies for an Internet of Things System
WO2023085546A1 (ko) 분산 ai 서비스 간 연계 분석을 통한 스마트 팜 서비스 관리 방법 및 스마트 팜 서비스를 제공하는 전자장치
WO2011037329A2 (en) Apparatus and method for providing context-aware service
Macua et al. How to implement doubly-stochastic matrices for consensus-based distributed algorithms
US20240380768A1 (en) Combining device behavioral models and building schema for cyber-security of large-scale iot infrastructure
CN108900620B (zh) 蓝牙mesh多网关本地和远程控制共存方法及装置
GB2543856A (en) End-to-end IoT device
Marrón et al. Sensor network issues in the sustainable bridges project
US11251985B2 (en) Method for configuring and method for controlling a home automation apparatus
WO2016190465A1 (ko) 위치기준 능동적 정보 제공방법 및 그 시스템
KR101851664B1 (ko) 빅데이터 분산처리를 위한 소형 플랫폼 서버 및 이의 동작 방법

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: 15880204

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15880204

Country of ref document: EP

Kind code of ref document: A1