JP2022034698A - Display device, display system, server, and computer program - Google Patents

Display device, display system, server, and computer program Download PDF

Info

Publication number
JP2022034698A
JP2022034698A JP2020138519A JP2020138519A JP2022034698A JP 2022034698 A JP2022034698 A JP 2022034698A JP 2020138519 A JP2020138519 A JP 2020138519A JP 2020138519 A JP2020138519 A JP 2020138519A JP 2022034698 A JP2022034698 A JP 2022034698A
Authority
JP
Japan
Prior art keywords
event
display
notification data
data
priority
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.)
Granted
Application number
JP2020138519A
Other languages
Japanese (ja)
Other versions
JP7332551B2 (en
Inventor
利弘 諸星
Toshihiro Morohoshi
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.)
TVS Regza Corp
Original Assignee
TVS Regza Corp
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 TVS Regza Corp filed Critical TVS Regza Corp
Priority to JP2020138519A priority Critical patent/JP7332551B2/en
Priority to CN202180001674.1A priority patent/CN114450651A/en
Priority to PCT/CN2021/077952 priority patent/WO2022037032A1/en
Publication of JP2022034698A publication Critical patent/JP2022034698A/en
Application granted granted Critical
Publication of JP7332551B2 publication Critical patent/JP7332551B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • User Interface Of Digital Computer (AREA)
  • Telephonic Communication Services (AREA)
  • Computer And Data Communications (AREA)

Abstract

To provide a display device, a display system, a server, and a computer program which make it possible to confirm states of home appliances in a remote place with simple implementation.SOLUTION: A display device is connected with an event occurrence apparatus which can send notification data indicating a state of itself through a network. The display device comprises: an event data acquisition unit which acquires event data obtained by adding priority information indicating priority of notifications to a user to the notification data; a database which stores the event data; a display management unit which selects the notification data to which the priority information having the highest priority is added, from the event data stored in the database; and a display information generation unit which generates display information including the selected notification data.SELECTED DRAWING: Figure 2

Description

本発明は、映像を表示する表示装置、表示システム、表示装置にイベントデータを提供するサーバ、および表示装置としてコンピュータを機能させるコンピュータプログラムに関する。 The present invention relates to a display device that displays images, a display system, a server that provides event data to the display device, and a computer program that causes a computer to function as the display device.

主として家庭内での家事等を効率良く実施するために、例えば冷蔵庫、洗濯機等の家電機器が普及している。また日常の娯楽に供するために、例えばテレビ装置、ビデオ機器等の家電機器が普及している。近年、これらの家電機器は、IoT(Internet of Thing)のコンセプトによりネットワークに接続され、当該家電機器毎の使用状況を遠隔地で確認したり、逆に遠隔地から家電機器を操作したりすることが可能になってきた。このような状況下において、家電機器毎の状態を当該家電機器から離れた遠隔地から確認する技術が望まれている。 Home appliances such as refrigerators and washing machines have become widespread, mainly in order to efficiently carry out household chores and the like. In addition, home appliances such as television devices and video devices have become widespread for daily entertainment. In recent years, these home appliances are connected to a network based on the concept of IoT (Internet of Thing), and the usage status of each home appliance can be checked at a remote location, or conversely, the home appliances can be operated from a remote location. Has become possible. Under such circumstances, a technique for confirming the state of each home appliance from a remote location away from the home appliance is desired.

一方、コンピュータシステムなどにおいては、メールの着信やアクセスしたサイトからの通知などの情報の到着をユーザに伝える通知機能が実現されている。例えば、OSやアプリケーションは、メールの着信を検知するとユーザインタフェースを通じてユーザにメール着信を通知する。コンピュータシステムのOSは、当該OSのセキュリティ情報を提供可能となったとき、ユーザインタフェースを通じてユーザにセキュリティ情報について通知する。ブラウザアプリケーションは、サイトアクセス時にユーザが許可した場合、当該サイトから新着情報などの情報を受信してユーザインタフェースを通じてユーザに通知する。 On the other hand, in a computer system or the like, a notification function for notifying a user of the arrival of information such as an incoming mail or a notification from an accessed site is realized. For example, when an OS or an application detects an incoming mail, it notifies the user of the incoming mail through a user interface. When the OS of the computer system can provide the security information of the OS, the OS of the computer system notifies the user of the security information through the user interface. If the user permits when accessing the site, the browser application receives information such as new information from the site and notifies the user through the user interface.

しかし、これらの通知機能は、OSやアプリケーションの機能として実現しているから、通知対象の数だけ実装が必要となる。すなわち、家庭内での利用を想定した多種多様な家電機器に実装するには技術的に煩雑であり実現が難しい。 However, since these notification functions are realized as functions of the OS and applications, it is necessary to implement as many as the number of notification targets. That is, it is technically complicated and difficult to implement in a wide variety of home appliances that are supposed to be used in the home.

特開2015-146097JP 2015-146097

このように、従来の表示装置、表示システム、サーバ、コンピュータプログラムでは、遠隔地の家電機器の状態等を確認するには技術的に煩雑であるという問題がある。本発明の実施形態は、かかる課題を解決するためになされたもので、簡易な実装で遠隔地の家電機器の状態確認を可能とする表示装置、表示システム、サーバ、コンピュータプログラムを提供することを目的としている。 As described above, the conventional display device, display system, server, and computer program have a problem that it is technically complicated to check the state of home electric appliances in a remote place. An embodiment of the present invention has been made to solve such a problem, and provides a display device, a display system, a server, and a computer program capable of confirming the state of a home electric appliance in a remote place by a simple implementation. I am aiming.

上述の目的を達成するため、実施形態に係る表示装置は、自己の状態を示す通知データを発信可能なイベント発生機器とネットワークを介して接続される表示装置であって、ユーザに通知する優先度を示す優先度情報が通知データに付加されてなるイベントデータを取得するイベントデータ取得部と、イベントデータを記憶するデータベースと、データベースに記憶されたイベントデータから、最も優先度が高い優先度情報が付加された通知データを選択する表示管理部と、選択された通知データ含む表示情報を生成する表示情報生成部と、を備える。 In order to achieve the above object, the display device according to the embodiment is a display device connected to an event generating device capable of transmitting notification data indicating its own state via a network, and has a priority of notifying the user. The highest priority information is obtained from the event data acquisition unit that acquires the event data in which the priority information indicating is added to the notification data, the database that stores the event data, and the event data stored in the database. It includes a display management unit that selects the added notification data, and a display information generation unit that generates display information including the selected notification data.

また、実施形態に係る表示システムは、自己の状態を示す通知データを発信可能なイベント発生機器とネットワークを介して接続される表示システムであって、(1)通知データを取得する通知データ取得部と、取得した通知データを蓄積してイベントキューとして管理するイベントキューデータベースと、イベントキューに含まれる通知データそれぞれに対して、ユーザに通知する優先度を示す優先度情報を付加する優先度付与部と、イベントキューデータベースに管理された前記イベントキューをイベントデータとして提供するイベントデータ提供部とを備えたイベントキューサーバと、(2)イベントキューサーバからイベントデータを取得するイベントデータ取得部と、イベントデータを記憶するイベンドデータデータベースと、イベントデータデータベースに記憶されたイベントデータから、最も優先度が高い優先度情報が付加された通知データを選択する表示管理部と、選択された通知データ含む表示情報を生成する表示情報生成部と、を備えた表示装置と、を有する。 Further, the display system according to the embodiment is a display system connected to an event generating device capable of transmitting notification data indicating its own state via a network, and (1) a notification data acquisition unit for acquiring notification data. And the event queue database that accumulates the acquired notification data and manages it as an event queue, and the priority assignment unit that adds priority information indicating the priority to notify the user to each of the notification data included in the event queue. An event queue server having an event data providing unit that provides the event queue managed in the event queue database as event data, (2) an event data acquisition unit that acquires event data from the event queue server, and an event. The display management unit that selects the notification data to which the highest priority information is added from the event data database that stores the data and the event data stored in the event data database, and the display information that includes the selected notification data. It has a display information generation unit for generating data, and a display device including.

実施形態に係るサーバは、自己の状態を示す通知データを発信可能なイベント発生機器とネットワークを介して接続されるサーバであって、通知データを取得する通知データ取得部と、取得した通知データを蓄積してイベントキューとして管理するイベントキューデータベースと、イベントキューに含まれる通知データそれぞれに対して、ユーザに通知する優先度を示す優先度情報を付加する優先度付与部と、イベントキューデータベースに管理されたイベントキューをイベントデータとして提供するイベントデータ提供部とを備える。 The server according to the embodiment is a server connected to an event generating device capable of transmitting notification data indicating its own state via a network, and has a notification data acquisition unit for acquiring notification data and an acquired notification data. The event queue database that accumulates and manages as an event queue, the priority assignment unit that adds priority information indicating the priority to be notified to the user for each notification data included in the event queue, and the event queue database manages it. It is provided with an event data providing unit that provides the event queue as event data.

実施形態に係るコンピュータプログラムは、自己の状態を示す通知データを発信可能なイベント発生機器とネットワークを介して接続される表示装置としてコンピュータを機能させるコンピュータプログラムであって、表示装置が、ユーザに通知する優先度を示す優先度情報が通知データに付加されてなるイベントデータを取得するイベントデータ取得部と、イベントデータを記憶するデータベースと、データベースに記憶されたイベントデータから、最も優先度が高い優先度情報が付加された通知データを選択する表示管理部と、選択された通知データ含む表示情報を生成する表示情報生成部と、を備えたことを特徴とする。 The computer program according to the embodiment is a computer program that causes the computer to function as a display device connected to an event generating device capable of transmitting notification data indicating its own state via a network, and the display device notifies the user. The highest priority from the event data acquisition unit that acquires event data in which priority information indicating the priority to be applied is added to the notification data, the database that stores the event data, and the event data stored in the database. It is characterized by including a display management unit for selecting notification data to which degree information is added, and a display information generation unit for generating display information including the selected notification data.

実施形態に係る家電機器ネットワークを示す構成図である。It is a block diagram which shows the home electric appliance network which concerns on embodiment. 実施形態に係る家電機器ネットワークのブロック図である。It is a block diagram of the home electric appliance network which concerns on embodiment. 実施形態に係る家電機器ネットワークに属する家電機器が発する通知データの内容の一例を示す図である。It is a figure which shows an example of the content of the notification data issued by the home electric appliance belonging to the home electric appliance network which concerns on embodiment. 実施形態に係る家電機器ネットワークに属するイベントキューサーバが生成するイベントキューの一例を示す図である。It is a figure which shows an example of the event queue generated by the event queue server belonging to the home electric appliance network which concerns on embodiment. 実施形態に係る家電機器ネットワークに属する表示装置が表示する画面表示の一例を示す図である。It is a figure which shows an example of the screen display which the display device belonging to the home electric appliance network which concerns on embodiment displays. 実施形態に係る家電機器ネットワークに属するイベントキューサーバの動作の一例を示すフローチャートである。It is a flowchart which shows an example of the operation of the event queue server belonging to the home electric appliance network which concerns on embodiment. 実施形態に係る家電機器ネットワークに属する表示装置の動作の一例を示すフローチャートである。It is a flowchart which shows an example of the operation of the display device which belongs to the home electric appliance network which concerns on embodiment.

(家電機器ネットワークの構成)
以下、図面を参照して、実施形態に係る家電機器ネットワークについて説明する。図1に示すように、家電機器ネットワーク1は、イベント発生機器10、イベントキューサーバ20および通知表示装置30を有している。イベント発生機器10、イベントキューサーバ20および通知表示装置30は、ネットワーク5により互いに接続されている。イベント発生機器10、イベントキューサーバ20および通知表示装置30は、互いに地理的に離れた場所に配置されてもよい。
(Configuration of home appliance network)
Hereinafter, the home appliance network according to the embodiment will be described with reference to the drawings. As shown in FIG. 1, the home appliance network 1 has an event generation device 10, an event queue server 20, and a notification display device 30. The event generating device 10, the event queue server 20, and the notification display device 30 are connected to each other by the network 5. The event generation device 10, the event queue server 20, and the notification display device 30 may be arranged at locations geographically separated from each other.

イベント発生機器10は、ネットワークに接続可能な家電機器であり、自己の状態やユーザに通知すべき事項(イベント)を通知データとして発信する機能を持っている。イベント発生機器10としては、洗濯機11、エアコン12、冷蔵庫13、テレビ14、電子錠15などが例示される。 The event generation device 10 is a home electric appliance that can be connected to a network, and has a function of transmitting its own state and matters (events) to be notified to the user as notification data. Examples of the event generating device 10 include a washing machine 11, an air conditioner 12, a refrigerator 13, a television 14, and an electronic lock 15.

イベントは、イベント発生機器毎に内容を共通化してもよいが、一般にはイベント発生器毎に独自の内容を有している。イベントの内容としては、例えば動作状態(電源のオンオフ状態等の動作情報)、作動状態(ドアの開閉状態、鍵の開閉状態、冷房や暖房などの動作モード等の作動情報)、エラー状態(機器停止、メンテナンス情報等のエラー情報)などが一例として挙げられる。すなわち、イベントは家電機器の種類によって内容や緊急度が異なっている。イベント発生機器10が発する通知データは、自己の識別情報、イベント内容、自己が属する機器のカテゴリなどを含んでいる。通知データは、イベント発生機器10がイベントキューサーバ20にプッシュ方式で伝送してもよいし、イベントキューサーバ20が一定時間間隔で読み出すポーリング方式で伝送してもよい。 The content of the event may be shared for each event generating device, but generally, each event generator has its own content. The contents of the event include, for example, an operating state (operation information such as a power on / off state), an operating state (operation information such as a door open / closed state, a key open / closed state, an operation mode such as cooling and heating), and an error state (equipment). Error information such as stoppage and maintenance information) is given as an example. That is, the content and urgency of the event differ depending on the type of home appliances. The notification data emitted by the event generating device 10 includes self-identification information, event content, a category of the device to which the self belongs, and the like. The notification data may be transmitted by the event generating device 10 to the event queue server 20 by a push method, or may be transmitted by a polling method read by the event queue server 20 at regular time intervals.

イベントキューサーバ20は、イベント発生機器10が発信した通知データを、イベントキューとして管理するサーバである。イベントキューは、イベント発生機器ごとに発生した通知データを、イベント発生順(あるいはイベントキューサーバへの到達順)にリスト化した情報である。イベントキューサーバ20は、イベント発生機器の通知データに対して、通知表示装置30に表示する優先順位等を付加して蓄積し、イベントキューとして通知表示装置30に提供する。 The event queue server 20 is a server that manages the notification data transmitted by the event generating device 10 as an event queue. The event queue is information that lists the notification data generated for each event generating device in the order of event occurrence (or the order of arrival at the event queue server). The event queue server 20 adds and stores the priority order to be displayed on the notification display device 30 to the notification data of the event generating device, and provides the notification data as an event queue to the notification display device 30.

通知表示装置30に通知イベントを表示すべきイベント発生機器は、イベントキューサーバ20が通知データを受信可能なイベント発生機器すべてでもよいし、あらかじめ登録されたイベント発生機器に限定してもよい。イベントキューサーバ20は、通知表示装置30と対応するイベント発生機器10とを紐づけて管理して、複数のユーザを対象にサービスを提供してもよい。 The event generating device for which the notification event should be displayed on the notification display device 30 may be all the event generating devices to which the event queue server 20 can receive the notification data, or may be limited to the event generating devices registered in advance. The event queue server 20 may manage the notification display device 30 in association with the corresponding event generation device 10 to provide services to a plurality of users.

イベントキューサーバ20は、管理しているイベントキューを定期的に更新し、有効期限切れとなっているイベントをキューより削除する等を行ったうえで、イベントデータとして通知表示装置30に提供する。イベントデータは、イベントキューサーバ20が通知表示装置30にプッシュ方式で伝送してもよいし、通知表示装置30が一定時間間隔で読み出すポーリング方式で伝送してもよい。 The event queue server 20 periodically updates the managed event queue, deletes expired events from the queue, and then provides the event data to the notification display device 30. The event data may be transmitted by the event queue server 20 to the notification display device 30 by a push method, or may be transmitted by a polling method read by the notification display device 30 at regular time intervals.

通知表示装置30は、映像情報等をユーザに提供する機器である。通知表示装置30としては、テレビ装置などに放送信号等を中継するセットトップボックス(STB)31や、放送信号等を直接受信可能な表示装置32などが例示される。通知表示装置30は、ユーザに向けた放送信号を復調してユーザに映像情報を表示するとともに、イベント発生機器10が発した通知データをイベントデータとして取得し、映像情報に重畳してユーザに提供する機能を有する。 The notification display device 30 is a device that provides video information and the like to the user. Examples of the notification display device 30 include a set-top box (STB) 31 that relays a broadcast signal or the like to a television device or the like, a display device 32 that can directly receive a broadcast signal or the like, and the like. The notification display device 30 demodulates the broadcast signal directed to the user and displays the video information to the user, acquires the notification data issued by the event generating device 10 as event data, superimposes it on the video information, and provides it to the user. Has the function of

図1に示す家電機器ネットワーク1では、イベント発生機器10が自己の状態を含む通知データを発信し、イベントキューサーバ20が通知データを蓄積して優先度情報等を付加したイベントキューを生成し、通知表示装置30がイベントキューサーバ20からイベントキューをイベントデータとして取得して映像情報と併せてユーザに提供する。すなわち、イベントキューサーバ20が優先度情報の付加された通知データをリスト化したイベントキューを生成しているが、これには限定されない。イベント発生機器10が発した通知データを通知表示装置30が直接取得してイベントキューを生成してもよい。また、イベントキューにおける優先度情報は、通知表示装置30が通知データに直接付加してもよいし、イベント発生機器10が自ら優先度情報等を付加した通知データを発信するように構成してもよい。 In the home appliance network 1 shown in FIG. 1, the event generating device 10 transmits notification data including its own state, and the event queue server 20 accumulates notification data to generate an event queue to which priority information and the like are added. The notification display device 30 acquires the event queue from the event queue server 20 as event data and provides it to the user together with the video information. That is, the event queue server 20 generates an event queue that lists notification data to which priority information is added, but the present invention is not limited to this. The notification display device 30 may directly acquire the notification data issued by the event generation device 10 to generate an event queue. Further, the priority information in the event queue may be directly added to the notification data by the notification display device 30, or the event generating device 10 may be configured to transmit the notification data to which the priority information or the like is added. good.

この実施形態の家電機器ネットワーク、イベント発生機器、イベントキューサーバ、通知表示装置では、イベント発生機器の状態を示す通知データに優先度情報等を付加しているので、通知データを発するイベント発生機器が複数存在していても、優先度に応じた順序に従ってイベント発生機器の状態等をユーザに提供することができる。 In the home appliance network, event generating device, event queue server, and notification display device of this embodiment, priority information and the like are added to the notification data indicating the status of the event generating device, so that the event generating device that emits the notification data Even if there are a plurality of them, it is possible to provide the user with the status of the event generating device and the like according to the order according to the priority.

続いて、図2を参照して、実施形態の家電機器ネットワーク1の構成を詳細に説明する。図2に示す実施形態では、イベント発生機器10としてエアコン12と冷蔵庫13、通知表示装置30として表示装置32が示されている。エアコン12および冷蔵庫13は、ネットワーク5を介してイベントキューサーバ20および表示装置32と接続されている。 Subsequently, with reference to FIG. 2, the configuration of the home appliance network 1 of the embodiment will be described in detail. In the embodiment shown in FIG. 2, the air conditioner 12 and the refrigerator 13 are shown as the event generating device 10, and the display device 32 is shown as the notification display device 30. The air conditioner 12 and the refrigerator 13 are connected to the event queue server 20 and the display device 32 via the network 5.

(イベント発生機器10の構成)
図2に示すように、エアコン12は、状態検出部102、通知データ生成部112および通知データ送出部122を備えている。状態検出部102は、エアコン12の動作情報、作動情報、エラー情報等を検出するセンサである。エアコン12の場合、状態検出部102が検出する動作情報としては電源のオンオフ状態、作動情報としては設定温度情報やモード情報、エラー情報としては動作エラーの有無などが例示される。通知データ生成部112は、状態検出部102が検出した動作情報、作動情報、エラー情報等の少なくとも1以上に基づいて、動作状態、作動状態、エラー状態などを示す通知データを生成する。
(Configuration of event generating device 10)
As shown in FIG. 2, the air conditioner 12 includes a state detection unit 102, a notification data generation unit 112, and a notification data transmission unit 122. The state detection unit 102 is a sensor that detects operation information, operation information, error information, and the like of the air conditioner 12. In the case of the air conditioner 12, the operation information detected by the state detection unit 102 includes the power on / off state, the operation information includes the set temperature information and the mode information, and the error information includes the presence / absence of an operation error. The notification data generation unit 112 generates notification data indicating an operation state, an operation state, an error state, etc., based on at least one of the operation information, the operation information, the error information, and the like detected by the state detection unit 102.

図3は、通知データ生成部112が生成する通知データの内容の一例である。図3に示すように、エアコン12は、自己の識別情報d0と、メッセージd1と、エアコン12が属する家電機器カテゴリd2とを含んでいる。メッセージd1は、状態検出部102が検出した動作状態、作動状態、エラー状態等ユーザに提供される情報である。メッセージd1は、あらかじめ図示しない記憶部に定型文として記憶されてもよい。この場合、通知データ生成部112は、状態検出部102が検出した動作状態、作動状態、エラー状態等に基づいて、対応する定型メッセージを選択して通知データを作成する。また、メッセージd1は、あらかじめコード化されたメッセージでもよい。この場合、メッセージd1には当該コードのみが含まれることになる。家電機器カテゴリd2は、イベントキューサーバ20が通知データの優先順位を決定する参考情報として用いられる情報である。家電機器カテゴリd2は、例えばイベント発生機器10を分類して定義され、洗濯機11、エアコン12、冷蔵庫13、テレビ14、電子錠15などが例示される。すなわち、図3に示す例では、家電機器カテゴリ「エアコン」に属する識別情報「13」の家電機器についてメッセージ「メンテナンスが完了しました。」とする内容の通知データを示している。 FIG. 3 is an example of the content of the notification data generated by the notification data generation unit 112. As shown in FIG. 3, the air conditioner 12 includes its own identification information d0, a message d1, and a home appliance category d2 to which the air conditioner 12 belongs. The message d1 is information provided to the user such as an operating state, an operating state, and an error state detected by the state detection unit 102. The message d1 may be stored as a fixed phrase in a storage unit (not shown) in advance. In this case, the notification data generation unit 112 selects the corresponding standard message based on the operation state, operation state, error state, etc. detected by the state detection unit 102, and creates the notification data. Further, the message d1 may be a pre-encoded message. In this case, the message d1 contains only the code. The home appliance category d2 is information used by the event queue server 20 as reference information for determining the priority of notification data. The home appliance category d2 is defined by classifying, for example, the event generating device 10, and examples thereof include a washing machine 11, an air conditioner 12, a refrigerator 13, a television 14, and an electronic lock 15. That is, in the example shown in FIG. 3, the notification data of the content of the message "maintenance is completed" is shown for the home electric appliance of the identification information "13" belonging to the home electric appliance category "air conditioner".

冷蔵庫13もエアコン12と同様の構成を有している。すなわち、冷蔵庫13は、状態検出部103、通知データ生成部113および通知データ送出部123を備えている。状態検出部103、通知データ生成部113および通知データ送出部123は、それぞれ状態検出部102、通知データ生成部112および通知データ送出部122と共通する機能を有している。冷蔵庫13の場合、状態検出部103が検出する動作情報としては電源のオンオフ状態、作動情報としては庫内温度情報やメンテナンス情報、エラー情報としては動作エラーの有無などが例示される。 The refrigerator 13 also has the same configuration as the air conditioner 12. That is, the refrigerator 13 includes a state detection unit 103, a notification data generation unit 113, and a notification data transmission unit 123. The state detection unit 103, the notification data generation unit 113, and the notification data transmission unit 123 have functions common to the state detection unit 102, the notification data generation unit 112, and the notification data transmission unit 122, respectively. In the case of the refrigerator 13, the operation information detected by the state detection unit 103 includes the power on / off state, the operation information includes the temperature inside the refrigerator and maintenance information, and the error information includes the presence / absence of an operation error.

(イベントキューサーバ20の構成)
図2に示すように、イベントキューサーバ20は、通知データ取得部200、イベントキュー管理部210、イベントキューデータベース(DB)220、イベントデータ提供部230、優先度情報データベース(DB)240および優先度付与部250を備えている。
(Configuration of event queue server 20)
As shown in FIG. 2, the event queue server 20 includes a notification data acquisition unit 200, an event queue management unit 210, an event queue database (DB) 220, an event data provision unit 230, a priority information database (DB) 240, and a priority. The granting unit 250 is provided.

通知データ取得部200は、エアコン12や冷蔵庫13などのイベント発生機器から通知データを取得するインタフェースである。通知データ取得部200は、エアコン12や冷蔵庫13からプッシュ方式で送られる通知データを受け取ってもよいし、通知データ取得部200からエアコン12や冷蔵庫13に対してポーリング方式で読み出してもよい。 The notification data acquisition unit 200 is an interface for acquiring notification data from an event generating device such as an air conditioner 12 or a refrigerator 13. The notification data acquisition unit 200 may receive the notification data sent by the push method from the air conditioner 12 or the refrigerator 13, or may read the notification data from the notification data acquisition unit 200 to the air conditioner 12 or the refrigerator 13 by the polling method.

イベントキュー管理部210は、通知データ取得部200が取得した通知データをイベントキューデータベース220に蓄積する。イベントキュー管理部210およびイベントキューデータベース220は、通知イベントをリスト化されたイベントキューとして管理する。 The event queue management unit 210 stores the notification data acquired by the notification data acquisition unit 200 in the event queue database 220. The event queue management unit 210 and the event queue database 220 manage notification events as a listed event queue.

イベントデータ提供部230は、イベントキューデータベース220にて管理されたエアコン12や冷蔵庫13などのイベントキューをイベントデータとして表示装置32に提供するインタフェースである。イベントデータ提供部230は、プッシュ方式でイベントキューデータベース220に保管されたイベントキューを表示装置32に提供してもよいし、表示装置32からの要求に応じてポーリング方式によりイベントキューを提供してもよい。 The event data providing unit 230 is an interface that provides an event queue such as an air conditioner 12 or a refrigerator 13 managed by the event queue database 220 to the display device 32 as event data. The event data providing unit 230 may provide the event queue stored in the event queue database 220 to the display device 32 by a push method, or may provide the event queue by a polling method in response to a request from the display device 32. May be good.

優先度情報データベース240は、エアコン12や冷蔵庫13から送られる通知データそれぞれについて、表示装置32が表示する優先順位を規定する定義表や判定基準などを保存する。例えば、イベント発生機器10の中には発信するイベントデータが常に優先度が高い家電機器(例えば電子錠など)や、故障した場合に復旧に時間を要する家電機器カテゴリ(例えばエアコンなど)が存在する。優先度情報データベース240は、こうした通知データの優先順位を規定する定義ルールを格納する。例えば、外部に修理の依頼を要するイベントは優先度1、電子錠カテゴリに属するイベントは優先度2、のように定義される。優先度付与部250は、優先度情報データベース250に格納された定義ルールに基づいて、イベントキューデータベース220に蓄積されたイベントキューに対して、優先度等を示す優先度情報を付与する機能を有する。すなわち、イベントキューデータベース220に蓄積されるイベントキューは、通知データそれぞれに優先度情報が付された形で形成される。 The priority information database 240 stores a definition table, a determination standard, and the like that define the priority displayed by the display device 32 for each of the notification data sent from the air conditioner 12 and the refrigerator 13. For example, among the event generating devices 10, there are home appliances (for example, electronic locks) whose event data to be transmitted always has a high priority, and home appliances categories (for example, air conditioners) that require time to recover in the event of a failure. .. The priority information database 240 stores a definition rule that defines the priority of such notification data. For example, an event that requires an external repair request is defined as priority 1, and an event belonging to the electronic lock category is defined as priority 2. The priority assigning unit 250 has a function of assigning priority information indicating a priority or the like to the event queue stored in the event queue database 220 based on the definition rule stored in the priority information database 250. .. That is, the event queue stored in the event queue database 220 is formed with priority information attached to each notification data.

図4は、イベントキューデータベース220が蓄積するイベントキューの一例である。図4に示すように、イベントキューは、キュー番号d3、優先度d4、表示期限d5、有効期限d6、識別情報d0、メッセージd1および家電機器カテゴリd2などの要素を含んでいる。 FIG. 4 is an example of an event queue in which the event queue database 220 is accumulated. As shown in FIG. 4, the event queue includes elements such as a queue number d3, a priority d4, a display expiration date d5, an expiration date d6, identification information d0, a message d1, and a home appliance category d2.

キュー番号d3は、エアコン12や冷蔵庫13から通知イベントがイベントキューデータベース220に届いた順番に付される通知イベントの番号である。図4では、上からキュー番号d3が101、102、103の順に通知データが到達したことになる。優先度d4は、通知データそれぞれに付された表示すべき優先度を示す情報である。図4に示す例では、優先度が高い順に1,2,3・・のように数字で表している。表示期限d5は、対応する通知データに含まれるメッセージd1を表示すべき時間(例えば秒で表す)を示す情報である。有効期限d6は、通知データがイベントキューデータベース220に到着してからイベントキューとして保存されるべき時間(例えば秒で表す)を示す情報である。図4に示す例では、キュー番号「101」として、識別情報「15」で家電機器カテゴリ「電子錠」のイベント発生機器からメッセージ「通常動作です。」を受け取ったこと、当該キュー番号「101」のイベントは、優先度「3」であり、表示期間は「5秒」、イベントキューに残すべき時間は到達から「300秒」であることが示されている。 The queue number d3 is a notification event number assigned in the order in which the notification events arrive at the event queue database 220 from the air conditioner 12 and the refrigerator 13. In FIG. 4, the notification data arrives in the order of the queue numbers d3 101, 102, 103 from the top. The priority d4 is information attached to each of the notification data and indicating the priority to be displayed. In the example shown in FIG. 4, they are represented by numbers such as 1, 2, 3, ... In descending order of priority. The display deadline d5 is information indicating the time (for example, expressed in seconds) for displaying the message d1 included in the corresponding notification data. The expiration date d6 is information indicating the time (for example, expressed in seconds) that the notification data should be stored as an event queue after arriving at the event queue database 220. In the example shown in FIG. 4, the queue number is "101", the message "normal operation" is received from the event generating device of the home appliance category "electronic lock" with the identification information "15", and the queue number "101". The event has a priority of "3", the display period is "5 seconds", and the time to be left in the event queue is "300 seconds" from the arrival.

他のキュー番号に対応する通知データも同様である。図4に示すイベントキューでは、イベントキューデータベース220に3番目に到達した識別情報「13」の家電機器カテゴリ「冷蔵庫」のイベントが優先度「1」となっている。これは、冷蔵庫13から通知データが、電子錠15から届いた通知データよりも遅くイベントキューデータベース220に届いていることを示す。一方、電子錠15の通知データの優先度は「3」であり冷蔵庫13からの通知データの優先度「1」よりも低い。すなわち、キュー番号「103」のイベントがキュー番号「101」等のイベントよりも優先度が高く、キュー番号「103」のイベントを他の通知データに優先してユーザに知らせるべきことを示している。 The same applies to the notification data corresponding to other queue numbers. In the event queue shown in FIG. 4, the event of the home appliance category “refrigerator” of the identification information “13” that reaches the event queue database 220 third has the priority “1”. This indicates that the notification data from the refrigerator 13 arrives at the event queue database 220 later than the notification data received from the electronic lock 15. On the other hand, the priority of the notification data of the electronic lock 15 is "3", which is lower than the priority of the notification data from the refrigerator 13 "1". That is, it indicates that the event of the queue number "103" has a higher priority than the event of the queue number "101" and the event of the queue number "103" should be notified to the user in preference to other notification data. ..

(通知表示装置30の構成)
図2に示すように、表示装置32は、イベントデータ取得部300、状態検出部310、イベントデータデータベース320、表示管理部330、表示情報生成部340および表示部350を有している。
(Configuration of notification display device 30)
As shown in FIG. 2, the display device 32 includes an event data acquisition unit 300, a state detection unit 310, an event data database 320, a display management unit 330, a display information generation unit 340, and a display unit 350.

イベントデータ取得部300は、イベントキューデータベース220からイベントデータを取得するインタフェースである。イベントデータ取得部300は、イベントキューデータベース220からプッシュ方式で送られるイベントデータを受信してもよいし、ポーリング方式で定期的にイベントキューデータベース220から最新のイベントデータを取得してもよい。受信したイベントデータはイベントデータデータベース320に保存される。 The event data acquisition unit 300 is an interface for acquiring event data from the event queue database 220. The event data acquisition unit 300 may receive the event data sent from the event queue database 220 by the push method, or may periodically acquire the latest event data from the event queue database 220 by the polling method. The received event data is stored in the event data database 320.

状態検出部310は、自己の動作状態を検出するセンサである。表示装置32は、イベントキューデータベース220から受け取ったイベントデータに基づいて、表示装置32が情報を提供可能な状態にある場合にユーザにイベントデータを含む情報を提供する。例えば、状態検出部310は、表示装置32が電源オフ状態であるとか、メンテナンスモード状態である等を検出する。 The state detection unit 310 is a sensor that detects its own operating state. Based on the event data received from the event queue database 220, the display device 32 provides the user with information including the event data when the display device 32 is in a state where the information can be provided. For example, the state detection unit 310 detects that the display device 32 is in the power-off state, the maintenance mode state, and the like.

イベントデータデータベース320は、イベントデータ取得部300が取得したイベントデータを蓄積する。表示管理部330は、イベントデータデータベース320が蓄積したイベントデータについて、状態検出部310の検出結果に応じてユーザへの提供の有無を判定する演算ブロックである。 The event data database 320 stores event data acquired by the event data acquisition unit 300. The display management unit 330 is a calculation block that determines whether or not the event data accumulated in the event data database 320 is provided to the user according to the detection result of the state detection unit 310.

表示情報生成部340は、表示装置32が表示する映像情報等に対して、イベントデータデータベース320に蓄積されたイベントデータを付加する。具体的には、表示情報生成部340は、映像情報において画面表示の特定の位置にメッセージをインポーズする等により、映像情報にイベントデータを付加する。 The display information generation unit 340 adds the event data accumulated in the event data database 320 to the video information and the like displayed by the display device 32. Specifically, the display information generation unit 340 adds event data to the video information by imposing a message at a specific position on the screen display in the video information.

表示部350は、表示装置32の視覚的インタフェースであり、例えば液晶表示装置に代表されるディスプレイである。表示部350は、映像情報や表示情報生成部340が付加したイベントデータ等に基づいて画像・映像表示を行う。 The display unit 350 is a visual interface of the display device 32, and is a display typified by, for example, a liquid crystal display device. The display unit 350 displays an image / video based on video information, event data added by the display information generation unit 340, and the like.

図5は、表示部350がイベントデータを表示する様子の一例を示している。図5に示すように、実施形態の表示部350は、ディスプレイ画面D0の所定の位置(図5に示す例ではディスプレイ画面D0の右下端)に、イベントデータに含まれるメッセージd1を示すメッセージ表示D1、家電機器カテゴリd2を示すカテゴリ表示D2を表示している。図5に示す例では、キュー番号d3が「103」のメッセージd1「冷蔵庫にエラーNO1が発生しています。」がメッセージ表示D1に表示され、対応する家電機器カテゴリd2の「冷蔵庫」がカテゴリ表示D2にアイコンとして表示されている。 FIG. 5 shows an example of how the display unit 350 displays event data. As shown in FIG. 5, the display unit 350 of the embodiment has a message display D1 indicating the message d1 included in the event data at a predetermined position of the display screen D0 (in the example shown in FIG. 5, the lower right corner of the display screen D0). , The category display D2 indicating the home appliance category d2 is displayed. In the example shown in FIG. 5, the message d1 "Error NO1 has occurred in the refrigerator" with the queue number d3 of "103" is displayed on the message display D1, and the "refrigerator" of the corresponding home appliance category d2 is displayed as a category. It is displayed as an icon on D2.

(イベントキューサーバの動作)
続いて、図6を参照して、イベントキューサーバ20の動作を説明する。以下に説明する例では、イベント発生機器10としてエアコン12の通知データをユーザに提供するものとする。
(Operation of event queue server)
Subsequently, the operation of the event queue server 20 will be described with reference to FIG. In the example described below, it is assumed that the notification data of the air conditioner 12 is provided to the user as the event generating device 10.

エアコン12の通知データ送出部122が、識別情報d0として「12」、メッセージd1として「メンテナンスが完了しました。」、家電機器カテゴリd2として「エアコン」を含む図3に示すような通知データをイベントキューサーバ20に送ると、通知データ取得部200は、当該通知データを受信し、イベントキュー管理部210は、当該受信した通知データをイベントキューデータベース220に格納する(S400)。 The notification data transmission unit 122 of the air conditioner 12 sends notification data as shown in FIG. 3, including "12" as the identification information d0, "maintenance completed" as the message d1, and "air conditioner" as the home appliance category d2. Upon sending to the queue server 20, the notification data acquisition unit 200 receives the notification data, and the event queue management unit 210 stores the received notification data in the event queue database 220 (S400).

イベントキュー管理部210は、図4に示すように、通知データ取得部200が取得したエアコン12からの通知データに新たなキュー番号として「104」を付与する(S402)。 As shown in FIG. 4, the event queue management unit 210 assigns "104" as a new queue number to the notification data from the air conditioner 12 acquired by the notification data acquisition unit 200 (S402).

続いて、イベントキュー管理部210は、通知データ取得部200が取得したエアコン12からの通知データに優先度情報が含まれているか判定する(S404)。 Subsequently, the event queue management unit 210 determines whether the notification data from the air conditioner 12 acquired by the notification data acquisition unit 200 includes priority information (S404).

判定の結果通知データに優先度情報が含まれていない場合(S404のNo)、優先度付与部250は、通知データの優先度を判定する(S406)。優先度の判定の基準としては、優先度情報データベース240に格納された家電機器カテゴリd2と優先度とを対比したテーブルや、メッセージd1に含まれるキーワードと優先度とを対比したテーブルなどが例示される。図3に示す例では、エアコン12からの通知データには優先度情報が含まれていないから、優先度付与部250は、優先度の判定を行う。 When the determination result notification data does not include the priority information (No in S404), the priority assigning unit 250 determines the priority of the notification data (S406). Examples of the criteria for determining the priority include a table in which the home appliance category d2 stored in the priority information database 240 is compared with the priority, a table in which the keyword included in the message d1 is compared with the priority, and the like. To. In the example shown in FIG. 3, since the notification data from the air conditioner 12 does not include the priority information, the priority assigning unit 250 determines the priority.

優先度が判定されると、優先度付与部250は、イベントキューデータベース220に蓄積されたイベントキューに優先度情報を付加する(S408)。図4に示す例では、キュー番号「104」の識別情報「12」のエアコンについて、優先度d4「2」を付加している。なお、優先度付与部250は、優先度d4に加えて、表示期限d5や有効期限d6を優先度情報としてイベントキューに付加してもよい。図4に示す例では、優先度付与部250は、キュー番号「104」の識別情報「12」のエアコンについて、表示期限d5を「600秒」、有効期限d6を「3600秒」として付加している。表示期限や有効期限を決定する基準は、優先度情報データベース240に予め記憶しておくことができる。 When the priority is determined, the priority assigning unit 250 adds priority information to the event queue stored in the event queue database 220 (S408). In the example shown in FIG. 4, the priority d4 "2" is added to the air conditioner having the identification information "12" of the queue number "104". In addition to the priority d4, the priority giving unit 250 may add the display deadline d5 and the expiration date d6 to the event queue as priority information. In the example shown in FIG. 4, the priority assigning unit 250 adds the display deadline d5 as “600 seconds” and the expiration date d6 as “3600 seconds” for the air conditioner having the identification information “12” of the queue number “104”. There is. The criteria for determining the display expiration date and the expiration date can be stored in advance in the priority information database 240.

イベントキュー管理部210は、優先度情報が付加されたイベントキューを生成する(S410)。このとき、イベントキュー管理部210は、イベントキューに含まれる有効期限d6を監視しており、通知データ到達から有効期限d6を経過したキュー番号の通知データを削除する。図4に示す例では、キュー番号d3が「101」のデータは、到達から3600秒経過した時点でイベントキューから削除されることになる。 The event queue management unit 210 generates an event queue to which priority information is added (S410). At this time, the event queue management unit 210 monitors the expiration date d6 included in the event queue, and deletes the notification data of the queue number whose expiration date d6 has passed since the notification data arrived. In the example shown in FIG. 4, the data having the queue number d3 of "101" is deleted from the event queue when 3600 seconds have elapsed from the arrival.

イベントキューが生成されると、イベントデータ提供部230は、イベントキューデータベース220に蓄積されたイベントキューをイベントデータとして表示装置32に提供する(S412)。 When the event queue is generated, the event data providing unit 230 provides the event queue stored in the event queue database 220 to the display device 32 as event data (S412).

イベントキュー管理部210による判定の結果、通知データに優先度情報が含まれている場合(S404のYes)、イベントキュー管理部210は、イベントキューを生成する(S410)。例えば、エアコン12が発する通知データに既に優先度情報が含まれている場合、優先度付与部250による優先度付加を省略し、既に含まれている優先度情報をそのままイベントキューに用いる。 As a result of the determination by the event queue management unit 210, when the notification data includes priority information (Yes in S404), the event queue management unit 210 generates an event queue (S410). For example, when the notification data emitted by the air conditioner 12 already contains priority information, the priority addition by the priority assigning unit 250 is omitted, and the already included priority information is used as it is in the event queue.

このように、この実施形態のイベントキューサーバ20、家電機器ネットワーク1は、イベント発生機器10から送られた通知データに優先度情報を付加するので、表示装置32が優先度情報を用いた表示制御を実現することができる。 As described above, since the event queue server 20 and the home appliance network 1 of this embodiment add priority information to the notification data sent from the event generating device 10, the display device 32 controls the display using the priority information. Can be realized.

(通知表示装置の動作)
続いて、図7を参照して、表示装置32の動作を説明する。以下に説明する例では、イベント発生機器10としてエアコン12の通知データが含まれた図4に示すイベントデータがイベントキューサーバ20から提供されたものとする。
(Operation of notification display device)
Subsequently, the operation of the display device 32 will be described with reference to FIG. 7. In the example described below, it is assumed that the event data shown in FIG. 4, which includes the notification data of the air conditioner 12 as the event generating device 10, is provided from the event queue server 20.

イベントデータ取得部300は、イベントキューサーバ20から定期的にイベントデータを取得する(S500)。イベントデータの取得は、イベントキューサーバ20からプッシュ方式で送られるデータを受信して得てもよいし、イベントデータ取得部300が定期的にポーリング方式で取得して得てもよい。イベントデータ取得部300は、取得したイベントデータをイベントキューとしてイベントデータデータベース320に蓄積する。 The event data acquisition unit 300 periodically acquires event data from the event queue server 20 (S500). The event data may be acquired by receiving the data sent from the event queue server 20 by the push method, or may be acquired by the event data acquisition unit 300 by the polling method periodically. The event data acquisition unit 300 stores the acquired event data as an event queue in the event data database 320.

状態検出部310は、表示装置32の状態を検出して検出結果を表示管理部330に送る(S502)。表示管理部330は、表示装置32がユーザに情報提供可能であるかを判定する(S504)。 The state detection unit 310 detects the state of the display device 32 and sends the detection result to the display management unit 330 (S502). The display management unit 330 determines whether the display device 32 can provide information to the user (S504).

判定の結果表示装置32が稼働中でない等、情報提供が不可能な場合(S504のNo)、イベントデータ取得部300は、次のイベントデータ受信を待機する(S500)。 When it is impossible to provide information (No in S504) such as when the determination result display device 32 is not operating, the event data acquisition unit 300 waits for the next event data reception (S500).

判定の結果表示装置32が稼働中である等、情報提供が可能な場合(S504のYes)、表示管理部330は、イベントデータデータベース320にイベントキューが保存されているか判定する(S506)。 If information can be provided (Yes in S504), such as when the determination result display device 32 is operating, the display management unit 330 determines whether the event queue is stored in the event data database 320 (S506).

イベントデータデータベース320にイベントキューが存在する場合(S506のYes)、表示管理部330は、イベントデータデータベース320からイベントキューを読み出し、優先度情報のうち優先度が最も高いキュー番号のデータを読み出す(S508)。図4に示す例では、キュー番号d3が「103」、識別情報d0が「13」、家電機器カテゴリd2が「冷蔵庫」に係る通知データの優先度d4が「1」であるので、表示管理部330は、キュー番号「103」のメッセージd1「冷蔵庫にエラーNO1が発生しています。」と家電機器カテゴリd2「エアコン」を提供すべき情報として選択する。 When the event queue exists in the event data database 320 (Yes in S506), the display management unit 330 reads the event queue from the event data database 320 and reads the data of the queue number having the highest priority among the priority information (Yes). S508). In the example shown in FIG. 4, the queue number d3 is "103", the identification information d0 is "13", and the home appliance category d2 is "refrigerator", and the priority d4 of the notification data is "1". 330 selects the message d1 "Error NO1 has occurred in the refrigerator" of the queue number "103" and the home appliance category d2 "Air conditioner" as information to be provided.

表示情報生成部340は、映像情報等表示装置32が表示する情報に、表示管理部330が選択したメッセージd1および家電機器カテゴリd2の情報を付加して、表示部350が表示する表示情報を生成する(S510)。図5に示す例では、表示情報生成部340は、ディスプレイ画面D0の所定位置にメッセージ「冷蔵庫にエラーNO1が発生しています。」と家電機器カテゴリd2「エアコン」に対応するアイコンデータが重畳された表示情報が生成されている。 The display information generation unit 340 adds the information of the message d1 and the home appliance category d2 selected by the display management unit 330 to the information displayed by the video information display device 32, and generates the display information displayed by the display unit 350. (S510). In the example shown in FIG. 5, the display information generation unit 340 superimposes the message "Error NO1 has occurred in the refrigerator" and the icon data corresponding to the home appliance category d2 "air conditioner" at a predetermined position on the display screen D0. Display information has been generated.

表示部350は、表示情報生成部340が生成した表示情報をディスプレイ画面D0に表示する(S512)。 The display unit 350 displays the display information generated by the display information generation unit 340 on the display screen D0 (S512).

この実施形態の例では、表示装置32は、表示情報に含めることができるメッセージの数が制限され、キュー番号一つ分のメッセージしか表示することができない。従って、イベントキューに含まれる情報のうち優先度の最も高い情報(あるいは優先度が最も高く、かつキュー番号の値が最も小さい情報)のみが選択され、表示部350に表示される。表示管理部330は、イベントキューに含まれる表示期限d5を監視しており(S514)、表示部360によるメッセージd1の表示時間が表示期限d5に示される時間を経過するまでは(S514のNo)、表示部350は表示情報の表示を維持する(S512)。 In the example of this embodiment, the display device 32 is limited in the number of messages that can be included in the display information, and can display only one message for the queue number. Therefore, only the information having the highest priority (or the information having the highest priority and the lowest value of the queue number) among the information included in the event queue is selected and displayed on the display unit 350. The display management unit 330 monitors the display deadline d5 included in the event queue (S514), and until the display time of the message d1 by the display unit 360 elapses the time indicated by the display deadline d5 (No of S514). , The display unit 350 maintains the display of the display information (S512).

表示部350によるメッセージd1の表示時間が表示期限d5に示される時間を経過すると(S514のYes)、表示管理部330は、表示情報生成部330にメッセージd1および家電機器カテゴリd2の表示を停止させる(S516)。 When the display time of the message d1 by the display unit 350 has elapsed (Yes in S514), the display management unit 330 causes the display information generation unit 330 to stop displaying the message d1 and the home appliance category d2. (S516).

表示中のメッセージd1および家電機器カテゴリd2の表示が停止されると、表示管理部330は、表示を停止したキュー番号の情報を削除し、イベントキューにおける優先度の順序を変更する(S518)。 When the display of the displayed message d1 and the home appliance category d2 is stopped, the display management unit 330 deletes the information of the queue number for which the display has been stopped and changes the order of priority in the event queue (S518).

表示管理部330は、イベントデータデータベース320にイベントキューが保存されているか判定し(S506)、すべてのキュー番号の情報が表示され削除されるまで処理を繰り返す(S508~S518)。 The display management unit 330 determines whether the event queue is stored in the event data database 320 (S506), and repeats the process until the information of all the queue numbers is displayed and deleted (S508 to S518).

イベントデータデータベース320にイベントキューが存在しない場合(S506のNo)、動作を終了する。 If the event queue does not exist in the event data database 320 (No in S506), the operation ends.

このように、実施形態の通知表示装置30、家電ネットワーク1は、ユーザに提供すべき優先順位を示す優先度情報を付加されたイベントキューを用いてイベント発生機器10からの通知データをユーザに提供するので、複数のイベント発生機器から異なる優先度の通知データが発せられても、適切な順序でユーザに情報を提供することができる。 As described above, the notification display device 30 and the home appliance network 1 of the embodiment provide the user with the notification data from the event generating device 10 by using the event queue to which the priority information indicating the priority order to be provided to the user is added. Therefore, even if notification data having different priorities are issued from a plurality of event generating devices, information can be provided to the user in an appropriate order.

上記説明した実施形態の表示装置32では、表示することができる表示情報に含めることができるメッセージの数が制限され、キュー番号一つ分のメッセージしか表示することができないものとして説明したが、これには限定されない。複数のメッセージを表示可能として複数のキュー番号に係るメッセージを表示可能としてもよい。この場合、表示管理部330は、優先度情報の優先度やキュー番号の値等に基づいて複数の通知データを選択する。 In the display device 32 of the embodiment described above, the number of messages that can be included in the display information that can be displayed is limited, and only one message for the queue number can be displayed. Not limited to. It is possible to display a plurality of messages and display messages related to a plurality of queue numbers. In this case, the display management unit 330 selects a plurality of notification data based on the priority of the priority information, the value of the queue number, and the like.

上記説明した実施形態では、通知表示装置30がテレビなどに代表される表示装置32であるものとして説明したが、これには限定されない。通知表示装置30が、例えばセットトップボックス31であっても同様の構成で同様の効果を奏することができる。セットトップボックス31の場合、表示部350を省略し表示情報生成部340までの構成でよい。 In the embodiment described above, the notification display device 30 has been described as being a display device 32 typified by a television or the like, but the present invention is not limited thereto. Even if the notification display device 30 is, for example, a set-top box 31, the same effect can be obtained with the same configuration. In the case of the set-top box 31, the display unit 350 may be omitted and the display information generation unit 340 may be configured.

さらに、上記説明した実施形態ではハードウェア要素により実施形態を構成するものとして説明したが、これにも限定されない。コンピュータ装置を用いて実施形態を実現してもよい。この場合、上記説明した実施形態の機能を実現するコンピュータソフトウェアを用意し、コンピュータ装置にインストールし実行すればよい。 Further, in the embodiment described above, the embodiment has been described as constituting the embodiment by hardware elements, but the embodiment is not limited thereto. The embodiment may be realized by using a computer device. In this case, computer software that realizes the functions of the embodiment described above may be prepared, installed in a computer device, and executed.

以上、本発明の実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。 Although the embodiments of the present invention have been described above, these embodiments are presented as examples and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other embodiments, and various omissions, replacements, and changes can be made without departing from the gist of the invention. These embodiments and variations thereof are included in the scope and gist of the invention, and are also included in the scope of the invention described in the claims and the equivalent scope thereof.

1…家電機器ネットワーク、
5…ネットワーク、
10…イベント発生機器、
11…洗濯機、
12…エアコン、
13…冷蔵庫、
14…テレビ、
15…電子錠、
20…イベントキューサーバ
30…通知表示装置、
31…セットトップボックス、
32…表示装置、
102,103…状態検出部、
112,113…通知データ生成部、
122,123…通知データ送出部、
200…通知データ取得部、
210…イベントキュー管理部、
220…イベントキューデータベース、
230…イベントデータ提供部、
240…優先度情報データベース、
250…優先度付与部、
300…イベントデータ取得部、
310…状態検出部、
320…イベントデータデータベース
330…表示管理部、
340…表示情報生成部、
350…表示部。
1 ... Home appliance network,
5 ... Network,
10 ... Event generating device,
11 ... Washing machine,
12 ... Air conditioner,
13 ... Refrigerator,
14 ... TV,
15 ... Electronic lock,
20 ... Event queue server 30 ... Notification display device,
31 ... Set-top box,
32 ... Display device,
102, 103 ... Status detector,
112, 113 ... Notification data generator,
122, 123 ... Notification data transmission unit,
200 ... Notification data acquisition department,
210 ... Event Queue Management Department,
220 ... Event queue database,
230 ... Event data provider,
240 ... Priority information database,
250 ... Priority granting department,
300 ... Event data acquisition department,
310 ... Status detector,
320 ... Event data database 330 ... Display management department,
340 ... Display information generator,
350 ... Display unit.

Claims (8)

自己の状態を示す通知データを発信可能なイベント発生機器とネットワークを介して接続される表示装置であって、
ユーザに通知する優先度を示す優先度情報が前記通知データに付加されてなるイベントデータを取得するイベントデータ取得部と、
前記イベントデータを記憶するデータベースと、
前記データベースに記憶されたイベントデータから、最も優先度が高い優先度情報が付加された前記通知データを選択する表示管理部と、
前記選択された通知データ含む表示情報を生成する表示情報生成部と、
を備えた表示装置。
A display device that is connected to an event-generating device that can send notification data indicating its own status via a network.
An event data acquisition unit that acquires event data in which priority information indicating the priority to be notified to the user is added to the notification data, and an event data acquisition unit.
A database that stores the event data and
A display management unit that selects the notification data to which the highest priority information is added from the event data stored in the database, and
A display information generation unit that generates display information including the selected notification data,
Display device equipped with.
前記優先度情報は、対応する前記通知データの有効期限を示す情報を更に含むことを特徴とする請求項1記載の表示装置。 The display device according to claim 1, wherein the priority information further includes information indicating an expiration date of the corresponding notification data. 前記優先度情報は、対応する前記通知データを表示すべき表示期限を示す情報を更に含み、
前記表示情報生成部は、前記表示期限を経過した前記通知データを含む表示情報の生成を停止すること
を特徴とする請求項1または2記載の表示装置。
The priority information further includes information indicating a display deadline for displaying the corresponding notification data.
The display device according to claim 1 or 2, wherein the display information generation unit stops generation of display information including the notification data whose display deadline has passed.
自己の状態を示す通知データを発信可能なイベント発生機器とネットワークを介して接続される表示システムであって、
(1)前記通知データを取得する通知データ取得部と、
前記取得した通知データを蓄積してイベントキューとして管理するイベントキューデータベースと、
前記イベントキューに含まれる前記通知データそれぞれに対して、ユーザに通知する優先度を示す優先度情報を付加する優先度付与部と、
前記イベントキューデータベースに管理された前記イベントキューをイベントデータとして提供するイベントデータ提供部と
を備えたイベントキューサーバと、
(2)前記イベントキューサーバから前記イベントデータを取得するイベントデータ取得部と、
前記イベントデータを記憶するイベンドデータデータベースと、
前記イベントデータデータベースに記憶されたイベントデータから、最も優先度が高い優先度情報が付加された前記通知データを選択する表示管理部と、
前記選択された通知データ含む表示情報を生成する表示情報生成部と、
を備えた表示装置と、
を有する表示システム。
It is a display system that is connected to an event generating device that can send notification data indicating its own status via a network.
(1) The notification data acquisition unit that acquires the notification data, and
An event queue database that accumulates the acquired notification data and manages it as an event queue,
A priority assigning unit that adds priority information indicating the priority to be notified to the user to each of the notification data included in the event queue.
An event queue server including an event data providing unit that provides the event queue managed in the event queue database as event data, and an event queue server.
(2) An event data acquisition unit that acquires the event data from the event queue server, and
An event data database that stores the event data,
A display management unit that selects the notification data to which the highest priority information is added from the event data stored in the event data database, and
A display information generation unit that generates display information including the selected notification data,
With a display device equipped with
Display system with.
前記優先度情報は、対応する前記通知データの有効期限を示す情報を更に含み、
前記イベントキューデータベースは、前記有効期限が経過した前記通知データを前記イベントキューから削除すること
を特徴とする請求項4記載の表示装置。
The priority information further includes information indicating the expiration date of the corresponding notification data.
The display device according to claim 4, wherein the event queue database deletes the notification data whose expiration date has passed from the event queue.
前記優先度情報は、対応する前記通知データを表示すべき表示期限を示す情報を更に含み、
前記表示情報生成部は、前記表示期限を経過した前記通知データを含む表示情報の生成を停止すること
を特徴とする請求項4または5記載の表示装置。
The priority information further includes information indicating a display deadline for displaying the corresponding notification data.
The display device according to claim 4 or 5, wherein the display information generation unit stops generation of display information including the notification data whose display deadline has passed.
自己の状態を示す通知データを発信可能なイベント発生機器とネットワークを介して接続されるサーバであって、
前記通知データを取得する通知データ取得部と、
前記取得した通知データを蓄積してイベントキューとして管理するイベントキューデータベースと、
前記イベントキューに含まれる前記通知データそれぞれに対して、ユーザに通知する優先度を示す優先度情報を付加する優先度付与部と、
前記イベントキューデータベースに管理された前記イベントキューをイベントデータとして提供するイベントデータ提供部と
を備えたサーバ。
A server that is connected to an event-generating device that can send notification data indicating its own status via a network.
The notification data acquisition unit that acquires the notification data, and
An event queue database that accumulates the acquired notification data and manages it as an event queue,
A priority assigning unit that adds priority information indicating the priority to be notified to the user to each of the notification data included in the event queue.
A server including an event data providing unit that provides the event queue managed in the event queue database as event data.
自己の状態を示す通知データを発信可能なイベント発生機器とネットワークを介して接続される表示装置としてコンピュータを機能させるコンピュータプログラムであって、
前記表示装置が、
ユーザに通知する優先度を示す優先度情報が前記通知データに付加されてなるイベントデータを取得するイベントデータ取得部と、
前記イベントデータを記憶するデータベースと、
前記データベースに記憶されたイベントデータから、最も優先度が高い優先度情報が付加された前記通知データを選択する表示管理部と、
前記選択された通知データ含む表示情報を生成する表示情報生成部と、
を備えたことを特徴とするコンピュータプログラム。
It is a computer program that makes a computer function as a display device connected via a network to an event generating device capable of transmitting notification data indicating its own state.
The display device
An event data acquisition unit that acquires event data in which priority information indicating the priority to be notified to the user is added to the notification data, and an event data acquisition unit.
A database that stores the event data and
A display management unit that selects the notification data to which the highest priority information is added from the event data stored in the database, and
A display information generation unit that generates display information including the selected notification data,
A computer program characterized by being equipped with.
JP2020138519A 2020-08-19 2020-08-19 display device, display system, server, computer program Active JP7332551B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2020138519A JP7332551B2 (en) 2020-08-19 2020-08-19 display device, display system, server, computer program
CN202180001674.1A CN114450651A (en) 2020-08-19 2021-02-25 Display device, display system, server, and non-volatile storage medium
PCT/CN2021/077952 WO2022037032A1 (en) 2020-08-19 2021-02-25 Display apparatus, display system, server, and non-volatile storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020138519A JP7332551B2 (en) 2020-08-19 2020-08-19 display device, display system, server, computer program

Publications (2)

Publication Number Publication Date
JP2022034698A true JP2022034698A (en) 2022-03-04
JP7332551B2 JP7332551B2 (en) 2023-08-23

Family

ID=80322537

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020138519A Active JP7332551B2 (en) 2020-08-19 2020-08-19 display device, display system, server, computer program

Country Status (3)

Country Link
JP (1) JP7332551B2 (en)
CN (1) CN114450651A (en)
WO (1) WO2022037032A1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002007240A (en) * 2000-06-26 2002-01-11 Toshiba Corp Information processor, electrical product management system, and information control method
JP2005072839A (en) * 2003-08-22 2005-03-17 Matsushita Electric Ind Co Ltd Apparatus, controller and method and program for reporting event
JP2010539596A (en) * 2007-09-14 2010-12-16 フィッシャー−ローズマウント システムズ, インコーポレイテッド Personalized plant asset data display and retrieval system
JP2014164523A (en) * 2013-02-25 2014-09-08 Sharp Corp Message notification device, control method, and control program
JP2017504987A (en) * 2013-11-15 2017-02-09 サムスン エレクトロニクス カンパニー リミテッド Broadcast receiving apparatus and notification message display method thereof
JP2017068603A (en) * 2015-09-30 2017-04-06 ブラザー工業株式会社 Monitor program, information processing terminal, and monitor system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106899517A (en) * 2017-04-21 2017-06-27 深圳市茁壮网络股份有限公司 The display methods and device of a kind of message
CN107911286A (en) * 2017-12-14 2018-04-13 上海斐讯数据通信技术有限公司 A kind of intelligent things equipment message Notification Method and router based on router
US11656922B2 (en) * 2018-01-29 2023-05-23 Microsoft Technology Licensing, Llc Personalized notification brokering

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002007240A (en) * 2000-06-26 2002-01-11 Toshiba Corp Information processor, electrical product management system, and information control method
JP2005072839A (en) * 2003-08-22 2005-03-17 Matsushita Electric Ind Co Ltd Apparatus, controller and method and program for reporting event
JP2010539596A (en) * 2007-09-14 2010-12-16 フィッシャー−ローズマウント システムズ, インコーポレイテッド Personalized plant asset data display and retrieval system
JP2014164523A (en) * 2013-02-25 2014-09-08 Sharp Corp Message notification device, control method, and control program
JP2017504987A (en) * 2013-11-15 2017-02-09 サムスン エレクトロニクス カンパニー リミテッド Broadcast receiving apparatus and notification message display method thereof
JP2017068603A (en) * 2015-09-30 2017-04-06 ブラザー工業株式会社 Monitor program, information processing terminal, and monitor system

Also Published As

Publication number Publication date
JP7332551B2 (en) 2023-08-23
CN114450651A (en) 2022-05-06
WO2022037032A1 (en) 2022-02-24

Similar Documents

Publication Publication Date Title
US10510221B2 (en) System and method for transmitting messages related to operations of electronic devices
US20010030664A1 (en) Method and apparatus for configuring icon interactivity
WO2004008686A1 (en) A remote control system of a home network
JP5711439B1 (en) Information management method
CN111757281B (en) Method and apparatus for event notification in home network system
GB2507041A (en) Property management system
JP2010525691A (en) Classification processing method of event messages of information appliances
US9860105B2 (en) Management device, management method, and recording medium
JP2005165402A (en) Equipment control device and remote equipment control system
US7715325B2 (en) Home network system
JP7332551B2 (en) display device, display system, server, computer program
JP2006050651A (en) Home electronic appliance maintenance repair service system
JP4244738B2 (en) Equipment monitoring and control system
JP6745479B2 (en) Information terminal control method, program, and application system
JP2017501491A (en) Appliance user identification
US11133952B2 (en) Notification control apparatus, detection apparatus, notification control system, notification control method, and detection method
JP2018067098A (en) Notification system, information acquisition device, terminal device and notification method
JP2021140612A (en) Display system, display method, program
JP2020042561A (en) Apparatus control device
KR102245140B1 (en) Method and apparatus for event notification in home network system
JP2014238724A (en) Server, message notification method by server, program, and recording medium
JP2006285374A (en) Information delivery system and information terminal
JP2006135470A (en) Indoor device constituting private network equipped with operation authorization control function
JP2023019541A (en) Control system and control method
JP2006033681A (en) Network control unit, usage state monitoring server and program therefor

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220218

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20221114

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221122

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230117

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230516

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230712

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20230808

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230810

R150 Certificate of patent or registration of utility model

Ref document number: 7332551

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150