JP7211096B2 - Server device and learning method - Google Patents

Server device and learning method Download PDF

Info

Publication number
JP7211096B2
JP7211096B2 JP2019006313A JP2019006313A JP7211096B2 JP 7211096 B2 JP7211096 B2 JP 7211096B2 JP 2019006313 A JP2019006313 A JP 2019006313A JP 2019006313 A JP2019006313 A JP 2019006313A JP 7211096 B2 JP7211096 B2 JP 7211096B2
Authority
JP
Japan
Prior art keywords
learning
learning model
unit
data
item
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.)
Active
Application number
JP2019006313A
Other languages
Japanese (ja)
Other versions
JP2020115270A (en
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.)
Fujitsu General Ltd
Original Assignee
Fujitsu General Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu General Ltd filed Critical Fujitsu General Ltd
Priority to JP2019006313A priority Critical patent/JP7211096B2/en
Publication of JP2020115270A publication Critical patent/JP2020115270A/en
Application granted granted Critical
Publication of JP7211096B2 publication Critical patent/JP7211096B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Air Conditioning Control Device (AREA)

Description

本開示は、サーバ装置および学習方法に関する。 The present disclosure relates to a server device and a learning method.

たとえば、特許文献1には、学習機能を有する空調システムが開示されている。また、特許文献1には、記憶部が学習機能を有する場合、標準仕様設定(たとえば、人感センサの検知結果を用いた自動運転)による制御に、居住者等の好みや行動パターン等を反映させて、居住者等に対して好適な温度環境を実現することが記載されている。 For example, Patent Literature 1 discloses an air conditioning system with a learning function. In addition, in Patent Document 1, when the storage unit has a learning function, control by standard specification settings (for example, automatic driving using the detection result of a human sensor) reflects the preferences and behavior patterns of residents, etc. It is described that a suitable temperature environment is realized for a resident or the like.

特開2015-117933号公報JP 2015-117933 A

ところで、サーバが空調システムに係るデータを収集し、学習モデルを生成する手法も提案されている。たとえば、サーバは、室温や外気温等の環境情報とともにユーザの操作情報を学習用データとして収集した後、これら各学習用データを用いて、環境情報が入力されると最適な空気調和機の操作情報を出力する学習モデルを生成する。 By the way, a method has also been proposed in which a server collects data related to an air conditioning system and generates a learning model. For example, the server collects user operation information as learning data together with environmental information such as room temperature and outside temperature, and then uses each of these learning data to determine the optimal air conditioner operation when environmental information is input. Generate a learning model that outputs information.

このような学習モデルの生成手法では、一つの学習モデルごとに当該学習モデルの生成に使用する学習用データを格納するメモリを有し、空調システムから収集した学習用データのうち、当該学習モデルに必要な学習用データを、学習モデルごとに用意されたメモリ(以降、個別メモリと記載)に記憶して管理する。 In such a learning model generation method, each learning model has a memory for storing learning data used to generate the learning model. Required learning data is stored and managed in a memory prepared for each learning model (hereinafter referred to as individual memory).

しかしながら、上記の手法では、メモリの容量を無駄に消費するという課題がある。つまり、上記の手法では、たとえば、第1学習モデルは、「運転モード、室温、外気温」の3つの学習用データを用いて学習し、第2学習モデルは「運転モード、室温、湿度」の3つの学習用データを用いて学習するとした場合に、各々の学習モデルで共通する学習用データである「運転モード、室温」を、各学習モデル用の個別メモリに登録することとなる。つまり、各学習モデル用の個別メモリに同じデータが重複して保存されることとなり、メモリの容量を無駄に使用することとなる。 However, the above method has the problem of wasting memory capacity. That is, in the above method, for example, the first learning model learns using three learning data "operating mode, room temperature, outside temperature", and the second learning model learns "operating mode, room temperature, humidity". When three learning data are used for learning, "operating mode, room temperature", which is common learning data for each learning model, is registered in the individual memory for each learning model. In other words, the same data is redundantly stored in the individual memory for each learning model, and the memory capacity is wasted.

本開示ではこのような問題に鑑み、メモリの容量を無駄に消費することを防止するサーバ装置および学習方法を提供することを目的とする。 In view of such problems, an object of the present disclosure is to provide a server device and a learning method that prevent wasteful consumption of memory capacity.

一つの態様のサーバ装置は、受信部と、判定部と、学習部とを有する。受信部は、空気調和機を制御する制御部が用いる学習モデルの生成に用いられ、複数の学習項目に対する運転履歴情報と操作情報とのデータセットを含む学習用データを収集するアダプタから、前記学習用データを受信して共用メモリに記憶する。判定部は、前記空気調和機を制御する制御部が学習モデルを生成する場合に用いる固有の学習項目を異なる学習モデル毎に定義した収集パターンと、学習対象となる学習モデルとを基にして、前記学習対象となる学習モデルに対応する固有の学習項目を抽出する。学習部は、前記判定部に抽出された固有の学習項目に対応するデータセットを、前記共用メモリに格納された前記学習用データから抽出し、抽出したデータセットを基にして、前記学習モデルを生成する。 A server device of one aspect has a receiving unit, a determining unit, and a learning unit. The receiving unit is used for generating a learning model used by a control unit that controls the air conditioner, and receives the learning data from the adapter that collects learning data including data sets of driving history information and operation information for a plurality of learning items. receive data for use and store it in the shared memory. The determination unit is based on a collection pattern that defines a unique learning item for each different learning model used when the control unit that controls the air conditioner generates a learning model, and a learning model to be learned, A unique learning item corresponding to the learning model to be learned is extracted. The learning unit extracts a data set corresponding to the unique learning item extracted by the determination unit from the learning data stored in the shared memory, and based on the extracted data set, the learning model is generated. Generate.

一つの側面として、メモリ全体の容量を無駄に消費することを防止することができる。 As one aspect, it is possible to prevent wasteful consumption of the capacity of the entire memory.

図1は、本実施例の空気調和システムの一例を示す図である。FIG. 1 is a diagram showing an example of an air conditioning system according to this embodiment. 図2は、アダプタの構成の一例を示すブロック図である。FIG. 2 is a block diagram showing an example of the configuration of the adapter. 図3は、サーバ装置の構成の一例を示すブロック図である。FIG. 3 is a block diagram showing an example of the configuration of the server device. 図4は、共用メモリのデータ構造の一例を示す図である。FIG. 4 is a diagram showing an example of the data structure of the shared memory. 図5は、運転履歴データの内容の一例を示す説明図である。FIG. 5 is an explanatory diagram showing an example of the contents of driving history data. 図6は、収集パターンのデータ構造の一例を示す図である。FIG. 6 is a diagram showing an example of the data structure of collection patterns. 図7は、モデルメモリのデータ構造の一例を示す図である。FIG. 7 is a diagram showing an example of the data structure of the model memory. 図8は、更新部の処理の一例を説明するための図である。FIG. 8 is a diagram for explaining an example of processing by an updating unit; 図9は、本実施例に係るサーバ装置の処理動作の一例を示すフローチャートである。FIG. 9 is a flow chart showing an example of the processing operation of the server device according to the embodiment.

以下、図面に基づいて、本願の開示するサーバ装置および学習方法の実施例を詳細に説明する。尚、本実施例により、開示技術が限定されるものではない。また、以下に示す各実施例は、矛盾を起こさない範囲で適宜変形しても良い。 Hereinafter, embodiments of the server device and the learning method disclosed in the present application will be described in detail based on the drawings. Note that the disclosed technology is not limited by the present embodiment. Further, each embodiment shown below may be modified as appropriate within a range that does not cause contradiction.

図1は、本実施例の空気調和システムの一例を示す図である。図1に示す空気調和システム1は、室内機2A,2B,2Cと、アダプタ50A,50B,50Cと、アクセスポイント4と、中継装置6と、通信端末7と、通信網8とを有する。ここでは、室内機2A~2C、アダプタ50A~50Cを示すが、空気調和システム1は、他の室内機、アダプタを有していてもよい。 FIG. 1 is a diagram showing an example of an air conditioning system according to this embodiment. Air conditioning system 1 shown in FIG. Although indoor units 2A to 2C and adapters 50A to 50C are shown here, the air conditioning system 1 may have other indoor units and adapters.

室内機2Aは、例えば、室内に配置され、室内の空気を加熱又は冷却する空気調和機の一部である。尚、室内機2Aの利用者は、リモコン9Aの操作により室内機2Aを遠隔操作することが可能である。室内機2Aは、本体3Aと、当該本体3Aを制御する制御部4Aとを有する。本体3Aには、室内ファンや室内熱交換器が備えられ、室内熱交換器で冷媒と熱交換を行った室内空気が本体3Aから吹き出されることで、部屋の暖房、冷房、除湿等が行われる。 The indoor unit 2A is, for example, part of an air conditioner that is placed indoors and heats or cools the air in the room. The user of the indoor unit 2A can remotely operate the indoor unit 2A by operating the remote controller 9A. The indoor unit 2A has a main body 3A and a control section 4A that controls the main body 3A. The main body 3A is provided with an indoor fan and an indoor heat exchanger, and the indoor air that has undergone heat exchange with the refrigerant in the indoor heat exchanger is blown out from the main body 3A to heat, cool, dehumidify, etc. the room. will be

室内機2Bは、本体3B、制御部4Bを有する。室内機2B、本体3B、制御部4Bに関する説明は、室内機2A、本体3A、制御部4Aに関する説明と同様である。室内機2Bの利用者は、リモコン9Bの操作により室内機2Bを遠隔操作することが可能である。 The indoor unit 2B has a main body 3B and a control section 4B. Descriptions regarding the indoor unit 2B, the main body 3B, and the control section 4B are the same as those regarding the indoor unit 2A, the main body 3A, and the control section 4A. A user of the indoor unit 2B can remotely operate the indoor unit 2B by operating the remote controller 9B.

室内機2Cは、本体3C、制御部4Cを有する。室内機2C、本体3C、制御部4Cに関する説明は、室内機2A、本体3A、制御部4Aに関する説明と同様である。室内機2Cの利用者は、リモコン9Cの操作により室内機2Cを遠隔操作することが可能である。 The indoor unit 2C has a main body 3C and a controller 4C. Descriptions regarding the indoor unit 2C, the main body 3C, and the control section 4C are the same as those regarding the indoor unit 2A, the main body 3A, and the control section 4A. A user of the indoor unit 2C can remotely operate the indoor unit 2C by operating the remote controller 9C.

アダプタ50Aは、室内機2Aとアクセスポイント4との間を無線通信で接続する通信機能と、室内機2AをAI(Artificial Intelligence)制御する制御機能とを有する。アダプタ50Bは、室内機2Bとアクセスポイント4との間を無線通信で接続する通信機能と、室内機2BをAI制御する制御機能とを有する。アダプタ50Cは、室内機2Cとアクセスポイント4との間を無線通信で接続する通信機能と、室内機2CをAI制御する制御機能とを有する。 The adapter 50A has a communication function that connects the indoor unit 2A and the access point 4 by wireless communication, and a control function that AI (Artificial Intelligence) controls the indoor unit 2A. The adapter 50B has a communication function for connecting the indoor unit 2B and the access point 4 by wireless communication, and a control function for AI-controlling the indoor unit 2B. The adapter 50C has a communication function for connecting the indoor unit 2C and the access point 4 by wireless communication, and a control function for AI-controlling the indoor unit 2C.

以下の説明では、特に区別しない場合に、室内機2A,2B,2Cをまとめて、室内機2と表記する。また、アダプタ50A,50B,50Cをまとめて、アダプタ50と表記する。 In the following description, the indoor units 2A, 2B, and 2C are collectively referred to as the indoor unit 2 unless otherwise distinguished. Also, the adapters 50A, 50B, and 50C are collectively referred to as an adapter 50. FIG.

アクセスポイント4は、例えば、WLAN(Wireless Local Area Network)等を使用してアダプタ50Aと通信網8とを無線通信で接続する装置である。通信網8は、例えば、インターネット等の通信網である。通信端末7は、利用者が持つスマートフォン等の端末装置である。利用者は、外出先から通信端末7を使用して、室内機2の運転条件(冷房/暖房といった運転モードや設定温度など)を送信することができる。 The access point 4 is, for example, a device that connects the adapter 50A and the communication network 8 by wireless communication using WLAN (Wireless Local Area Network) or the like. The communication network 8 is, for example, a communication network such as the Internet. The communication terminal 7 is a terminal device such as a smartphone owned by a user. The user can use the communication terminal 7 from outside to transmit the operating conditions of the indoor unit 2 (operating mode such as cooling/heating, set temperature, etc.).

中継装置6は、アダプタ50とサーバ装置100との間でAI制御に関わる各種データを中継する装置である。 The relay device 6 is a device that relays various data related to AI control between the adapter 50 and the server device 100 .

サーバ装置100は、室内機2を制御するAIの学習モデルを生成する機能や学習用データ等を記憶するデータベース等を有する。尚、サーバ装置100は、例えば、データセンタに配置されている。 The server device 100 has a function of generating a learning model for the AI that controls the indoor units 2, a database that stores data for learning, and the like. The server device 100 is arranged in, for example, a data center.

図2は、アダプタの構成の一例を示すブロック図である。ここでは一例として、アダプタ50Aを用いて説明を行う。図2に示すように、アダプタ50Aは、第1の通信部51と、第2の通信部52と、記憶部53と、CPU(Central Processing Unit)54とを有する。第1の通信部51は、CPU54と室内機2A内の制御部4Aを通信接続する、例えば、UART(Universal Asynchronous Receiver Transmitter)等の通信IF(Interface)である。第2の通信部52は、CPU54とアクセスポイント4を通信接続する、例えば、WLAN等の通信IF等である。記憶部53は、例えば、ROM(Read Only Memory)やRAM(Random Access Memory)等を有し、データやプログラム等の各種情報を格納する。CPU54は、アダプタ50全体を制御する。 FIG. 2 is a block diagram showing an example of the configuration of the adapter. Here, as an example, description will be made using the adapter 50A. As shown in FIG. 2, the adapter 50A has a first communication section 51, a second communication section 52, a storage section 53, and a CPU (Central Processing Unit) . The first communication unit 51 is a communication IF (Interface) such as a UART (Universal Asynchronous Receiver Transmitter) that connects the CPU 54 and the control unit 4A in the indoor unit 2A for communication. The second communication unit 52 is, for example, a communication IF such as WLAN that connects the CPU 54 and the access point 4 for communication. The storage unit 53 has, for example, a ROM (Read Only Memory) and a RAM (Random Access Memory), and stores various information such as data and programs. The CPU 54 controls the adapter 50 as a whole.

図2に示すアダプタ50A内の記憶部53は、室内機2Aから取得した運転履歴データを一時記憶する運転履歴メモリ53Aと、サーバ装置100から取得した学習モデルを記憶するモデルメモリ53Bと、天気予報等の外部データを記憶する外部メモリ53Cとを有する。 The storage unit 53 in the adapter 50A shown in FIG. 2 includes a driving history memory 53A that temporarily stores driving history data acquired from the indoor unit 2A, a model memory 53B that stores learning models acquired from the server device 100, and a weather forecast. and an external memory 53C for storing external data such as.

CPU54は、取得部54Aと、送信部54Bと、受信部54Cと、設定部54Dと、予測制御部54Eとを有する。 The CPU 54 has an acquisition section 54A, a transmission section 54B, a reception section 54C, a setting section 54D, and a prediction control section 54E.

取得部54Aは、室内機2Aから所定周期、例えば5分毎の取得タイミングで運転履歴データと、操作履歴データと、取得タイミングのタイムスタンプとを取得する。取得部54Aは、5分周期で取得した運転履歴データと、操作履歴データと、タイムスタンプとを運転履歴メモリ53Aに記憶する。 The acquisition unit 54A acquires the driving history data, the operation history data, and the time stamp of the acquisition timing from the indoor unit 2A in a predetermined cycle, for example, every 5 minutes. Acquisition unit 54A stores the driving history data, the operation history data, and the time stamp, which are obtained in a 5-minute cycle, in driving history memory 53A.

送信部54Bは、運転履歴メモリ53Aに記憶された運転履歴データと、操作履歴データと、タイムスタンプとを通信網8経由でサーバ装置100に送信する。 The transmission unit 54B transmits the driving history data, the operation history data, and the time stamp stored in the driving history memory 53A to the server device 100 via the communication network 8. FIG.

受信部54Cは、通信網8経由でサーバ装置100から学習モデルを受信し、受信した学習モデルをモデルメモリ53Bに記憶する。 The receiving unit 54C receives the learning model from the server device 100 via the communication network 8, and stores the received learning model in the model memory 53B.

設定部54Dは、モデルメモリ53Bに記憶中の学習モデルを予測制御部54Eに適用する。 The setting unit 54D applies the learning model stored in the model memory 53B to the predictive control unit 54E.

予測制御部54Eは、設定部54Dにて適用された学習モデルに基づき、室内機2A内の制御部4Aを制御する。尚、説明の便宜上、予測制御部54Eは、学習モデルに基づき、室内機2A内の制御部4Aを制御する場合を例示したが、予測制御部54Eは、学習モデルに基づき、室内機2Aの本体3Aを直接的に制御しても良い。また、予測制御部54Eは、学習モデルに基づく制御態様を含む信号を制御部4Aに送信する。つまり、予測制御部54Eが、制御部4Aを介して本体2Aを間接的に制御するようにしても良く、適宜変更可能である。 The predictive control unit 54E controls the control unit 4A in the indoor unit 2A based on the learning model applied by the setting unit 54D. For convenience of explanation, the predictive control unit 54E controls the control unit 4A in the indoor unit 2A based on the learning model. 3A may be controlled directly. Also, the predictive control unit 54E transmits a signal including a control mode based on the learning model to the control unit 4A. That is, the prediction control unit 54E may indirectly control the main body 2A via the control unit 4A, and can be changed as appropriate.

なお、アダプタ50B,50Cのハードウェア構成は、アダプタ50Aと同様である。なお、アダプタ50Bの処理の対象は、室内機2B、本体3B、制御部4Bとなる。アダプタ50Cの処理の対象は、室内機2C、本体3C、制御部4Cとなる。 The hardware configuration of the adapters 50B and 50C is the same as that of the adapter 50A. It should be noted that the targets of processing by the adapter 50B are the indoor unit 2B, the main body 3B, and the control unit 4B. The targets of processing by the adapter 50C are the indoor unit 2C, the main body 3C, and the control unit 4C.

図3は、サーバ装置100の構成の一例を示すブロック図である。図3に示すサーバ装置100は、通信部110と、記憶部120と、CPU130とを有する。通信部110は、CPU130と中継装置6を通信接続する通信IFである。記憶部120は、例えば、HDD(Hard Disk Drive)、ROMやRAM等を有し、データやプログラム等の各種情報を記憶する。CPU130は、サーバ装置100全体を制御する。 FIG. 3 is a block diagram showing an example of the configuration of the server device 100. As shown in FIG. The server device 100 shown in FIG. 3 has a communication unit 110, a storage unit 120, and a CPU . The communication unit 110 is a communication IF that connects the CPU 130 and the relay device 6 for communication. The storage unit 120 has, for example, an HDD (Hard Disk Drive), ROM, RAM, etc., and stores various information such as data and programs. The CPU 130 controls the server device 100 as a whole.

図3に示すサーバ装置100内の記憶部120は、共用メモリ120A、収集パターンメモリ120B、モデルメモリ120Cを有する。 Storage unit 120 in server device 100 shown in FIG. 3 has shared memory 120A, collection pattern memory 120B, and model memory 120C.

共用メモリ120Aは、アダプタ50から送信される運転履歴データと、操作履歴データと、タイムスタンプとを記憶するメモリである。図4は、共用メモリのデータ構造の一例を示す図である。図4に示すように、この共用メモリ120Aは、タイムスタンプと、運転履歴データと、操作履歴データとを対応付けて記憶する。共用メモリ120Aに記憶される各運転履歴データおよび操作履歴データとの組はそれぞれ、タイムスタンプが示す時刻に取得されたデータセットである。 Shared memory 120A is a memory that stores driving history data, operation history data, and time stamps transmitted from adapter 50 . FIG. 4 is a diagram showing an example of the data structure of the shared memory. As shown in FIG. 4, this shared memory 120A stores time stamps, driving history data, and operation history data in association with each other. Each set of driving history data and operation history data stored in shared memory 120A is a data set acquired at the time indicated by the time stamp.

図5は、運転履歴データの内容の一例を示す説明図である。運転履歴データには、複数の項目があり、各項目には、項目を一意に識別するための項番が対応付けられる。たとえば、運転履歴データの項目には、運転状態、運転モード、設定温度、室内温度、室内湿度、風量、風向、人感センサ、輻射センサ、室内熱交温度、室外温度、圧縮機回転数、室外風量、運転電流、室外熱交温度等である。更に、運転履歴データは、たとえば、吐出温度、圧縮機温度、膨張弁開度、放熱器温度、起動失敗履歴、異常停止履歴、応急運転履歴、空気調和機ID、設置場所や施設種類等がある。 FIG. 5 is an explanatory diagram showing an example of the contents of driving history data. The driving history data has a plurality of items, and each item is associated with an item number for uniquely identifying the item. For example, items in the operation history data include operation status, operation mode, set temperature, indoor temperature, indoor humidity, air volume, wind direction, motion sensor, radiation sensor, indoor heat exchanger temperature, outdoor temperature, compressor rotation speed, outdoor Air volume, operating current, outdoor heat exchanger temperature, and the like. Furthermore, the operation history data includes, for example, discharge temperature, compressor temperature, expansion valve opening, radiator temperature, start failure history, abnormal stop history, emergency operation history, air conditioner ID, installation location, facility type, and the like. .

運転状態とは、室内機2の運転のON-OFF状態である。運転モードは、室内機2の冷房や暖房等の動作モードである。設定温度は、室内機2を使用する室内の室内目標温度である。室内温度は、室内機2を使用する室内の実際の温度である。室内湿度は、室内機2を使用する室内の実際の湿度である。風量は、室内機2から吹き出される空調空気の風量である。風向は、室内機2から吹き出される空調空気の風向きである。人感センサは、室内の人の有無や活動量のセンサによる検出結果である。輻射センサは、室内の床や壁の温度のセンサによる検出結果である。室内熱交温度は、室内機2の本体2Aの一部をなす図示しない室内熱交換器の温度である。室外温度は、室外の実際の温度である。圧縮機回転数は、室内機2と冷媒配管で接続される図示しない室外機に備えられた圧縮機の運転回転数である。室外風量は、室外機に備えられる室外ファンの風量である。運転電流は、例えば、室内機2及び室外機等の空気調和機全体の運転電流である。室外熱交温度は、室外機に備えられる室外熱交換機の温度である。吐出温度は、圧縮機から吐出される冷媒の温度である。圧縮機温度は、圧縮機底部の温度である。膨張弁開度は、室外機に備えられる電子膨張弁の開度である。放熱器温度は、圧縮機を駆動制御するパワー半導体の温度である。起動失敗履歴は、圧縮機起動失敗の履歴である。異常停止履歴は、異常停止の履歴である。応急運転履歴は、応急運転の実施履歴である。空気調和機IDは、室内機2等の空気調和機を識別するために室内機2に付与するIDである。設置場所は、空気調和機が設置された場所の住所である。施設種類は、室内機2等の空気調和機が設置された店舗、飲食店、工場等の施設の種類である。 The operating state is the ON-OFF state of the operation of the indoor unit 2 . The operation mode is an operation mode such as cooling or heating of the indoor unit 2 . The set temperature is the indoor target temperature in which the indoor unit 2 is used. The room temperature is the actual temperature in the room where the indoor unit 2 is used. The indoor humidity is the actual humidity in the room where the indoor unit 2 is used. The air volume is the air volume of the conditioned air blown out from the indoor unit 2 . The wind direction is the wind direction of the conditioned air blown out from the indoor unit 2 . The human sensor is the result of detection by the sensor of the presence or absence of people in the room and the amount of activity. The radiation sensor is the result of detection by sensors of the temperature of the floor and walls in the room. The indoor heat exchanger temperature is the temperature of an indoor heat exchanger (not shown) forming part of the body 2A of the indoor unit 2 . The outdoor temperature is the actual outdoor temperature. The compressor rotation speed is the operating rotation speed of a compressor provided in an outdoor unit (not shown) connected to the indoor unit 2 by a refrigerant pipe. The outdoor air volume is the air volume of an outdoor fan provided in the outdoor unit. The operating current is, for example, the operating current of the entire air conditioner such as the indoor unit 2 and the outdoor unit. The outdoor heat exchanger temperature is the temperature of an outdoor heat exchanger provided in the outdoor unit. The discharge temperature is the temperature of the refrigerant discharged from the compressor. Compressor temperature is the temperature at the bottom of the compressor. The expansion valve opening is the opening of an electronic expansion valve provided in the outdoor unit. The radiator temperature is the temperature of the power semiconductor that drives and controls the compressor. The start failure history is a history of compressor start failures. The abnormal stop history is a history of abnormal stop. The emergency operation history is the execution history of emergency operation. The air conditioner ID is an ID given to the indoor unit 2 to identify the air conditioner such as the indoor unit 2 . The installation location is the address of the location where the air conditioner is installed. The facility type is the type of facility such as a store, restaurant, or factory where the air conditioner such as the indoor unit 2 is installed.

運転履歴データには、家庭用の空気調和機に使用するデータと、業務用の空気調和機に使用するデータとがある。家庭用の空気調和機に使用される運転履歴データとしては、例えば、運転状態、運転モード、設定温度、室内温度、室内湿度、風量、風向、人感センサで検出した値、輻射センサで検出した値、タイムスタンプ、空気調和機ID、設置場所等である。家庭用の空気調和機では、快適性や省エネ性の追求にAIを用いて操作や提案を行うため、例えば、設定温度、運転モード、室内や周囲環境等が家庭用に必要なデータである。 The operation history data includes data used for home air conditioners and data used for commercial air conditioners. Operational history data used in home air conditioners includes, for example, operation status, operation mode, set temperature, indoor temperature, indoor humidity, air volume, wind direction, values detected by human sensors, and values detected by radiation sensors. They are a value, a time stamp, an air conditioner ID, an installation location, and the like. Air conditioners for home use use AI to operate and make proposals in pursuit of comfort and energy saving, so for example, set temperature, operation mode, indoor and ambient environment, etc. are necessary data for home use.

また、業務用の空気調和機に使用される運転履歴データとしては、例えば、運転状態、運転モード、設定温度、室内温度、室内湿度、風量、風向、人感センサで検出した値、輻射センサで検出した値、室内熱交温度、室外温度、圧縮機回転数、室外風量、運転電流及び室外熱交温度等である。更に他の運転履歴データとしては、例えば、吐出温度、圧縮機温度、膨張弁開度、放熱器温度、起動失敗履歴、異常停止履歴、応急運転履歴、タイムスタンプ、空気調和機ID、設置場所や施設種類等である。業務用の空気調和機では、AIが各装置の故障やメンテナンスの必要性を予測するため、例えば、故障予測に使用する空気調和機内の各部品レベルの運転状況や履歴を蓄積し、故障の予兆をAIで判定する。上記に加えて、業務用の空気調和機に必要な運転履歴データは、例えば、故障予測に使用するデータである。尚、空気調和機に使用する圧縮機やファンモータの回転数等は空気調和機の停止中は停止し、各々の運転履歴データが発生しないため、例えば、圧縮機回転数、室外風量、運転電流及び室外熱交温度等のデータは空気調和機の停止中は取得しないものとする。 Operation history data used for commercial air conditioners includes, for example, operation status, operation mode, set temperature, indoor temperature, indoor humidity, air volume, wind direction, values detected by human sensors, and values detected by radiation sensors. These are the detected values, the indoor heat exchanger temperature, the outdoor temperature, the compressor rotation speed, the outdoor air volume, the operating current, the outdoor heat exchanger temperature, and the like. Further, other operation history data includes, for example, discharge temperature, compressor temperature, expansion valve opening, radiator temperature, start failure history, abnormal stop history, emergency operation history, time stamp, air conditioner ID, installation location, Facility type, etc. In commercial air conditioners, AI predicts failures and the need for maintenance of each device. is determined by AI. In addition to the above, operational history data necessary for commercial air conditioners is, for example, data used for failure prediction. In addition, the rotation speed of the compressor and fan motor used in the air conditioner are stopped while the air conditioner is stopped, and each operation history data is not generated. and data such as outdoor heat exchanger temperature shall not be obtained while the air conditioner is stopped.

操作履歴データは、室内機2に対する利用者の操作履歴を示すものである。たとえば、操作履歴データには、変更された設定温度、風量、風速等が含まれる。 The operation history data indicates the user's operation history for the indoor unit 2 . For example, the operation history data includes changed temperature setting, air volume, air velocity, and the like.

収集パターンメモリ120Bは、学習モデルと、この学習モデルの生成に使用する運転履歴データとを対応付けた収集パターン120BBを記憶するメモリである。図6は、収集パターンメモリのデータ構造の一例を示す図である。図6に示すように、収集パターン120BBは、学習モデル識別情報と、項目の項番とが対応付けられている。学習モデル識別情報は、生成した学習モデルを一意に識別する情報である。学習対象の項番は、学習モデルを生成する場合に用いる、運転履歴データの項目を一意に識別する情報である。たとえば、学習モデルを生成する場合に用いる、運転履歴データの項目は、「学習項目」の一例である。 The collected pattern memory 120B is a memory that stores a collected pattern 120BB that associates a learning model with driving history data used to generate the learning model. FIG. 6 is a diagram showing an example of the data structure of the collection pattern memory. As shown in FIG. 6, in the collection pattern 120BB, learning model identification information is associated with item numbers. The learning model identification information is information that uniquely identifies the generated learning model. The learning target item number is information that uniquely identifies an item of the driving history data used when generating the learning model. For example, an item of driving history data used when generating a learning model is an example of a "learning item."

たとえば、学習モデル識別情報「E001」の学習モデルは、図5で説明した全項目のうち、項番「1~7」の項目のデータを用いて、生成されることを示す。学習モデル識別情報「E002」の学習モデルは、項番「1~11」の項目のデータを用いて、生成されることを示す。学習モデル識別情報「E003」の学習モデルは、図5で説明した全項目のうち、項番「1~15」の項目のデータを用いて、生成されることを示す。 For example, the learning model with the learning model identification information “E001” indicates that it is generated using data of item numbers “1 to 7” among all the items described in FIG. It indicates that the learning model with the learning model identification information “E002” is generated using the data of the items with item numbers “1 to 11”. The learning model with learning model identification information “E003” indicates that it is generated using the data of item numbers “1 to 15” out of all the items described in FIG.

モデルメモリ120Cは、後述する学習部130Cにより学習された学習モデルを記憶する。図7は、モデルメモリのデータ構造の一例を示す図である。図7に示すように、モデルメモリ120Cは、学習モデル識別情報と、学習モデルとを対応付けて記憶する。 The model memory 120C stores a learning model learned by a learning section 130C, which will be described later. FIG. 7 is a diagram showing an example of the data structure of the model memory. As shown in FIG. 7, the model memory 120C stores learning model identification information and learning models in association with each other.

図3に示すように、サーバ装置100のCPU130は、受信部130Aと、判定部130Bと、学習部130Cと、更新部130Dと、通知部130Eとを有する。 As shown in FIG. 3, the CPU 130 of the server device 100 has a receiving section 130A, a determining section 130B, a learning section 130C, an updating section 130D, and a notification section 130E.

受信部130Aは、アダプタ50から、運転履歴データと、操作履歴データと、タイムスタンプとを受信し、受信した運転履歴データと、操作履歴データと、タイムスタンプとを対応付けて、共用メモリ120Aに格納する。受信部130Aは、アダプタ50から、運転履歴データと、操作履歴データと、タイムスタンプとを受信する度に、上記処理を繰り返し実行する。 The receiving unit 130A receives the driving history data, the operation history data, and the time stamp from the adapter 50, associates the received driving history data, the operation history data, and the time stamp, and stores them in the shared memory 120A. Store. Receiving unit 130</b>A repeatedly executes the above process every time driving history data, operation history data, and a time stamp are received from adapter 50 .

判定部130Bは、学習モデルを生成する際に、生成する学習モデルの学習モデル識別情報に応じて、収集パターンメモリ120Bに記憶された収集パターン120BBから学習モデル識別情報に対応する項番を抽出する。判定部130Bは、学習モデル識別情報と、判定した項番を、学習部130Cに出力する。以下の説明では、適宜、学習対象となる学習モデルの学習モデル識別情報を「学習対象識別情報」と表記する。 When generating a learning model, the determination unit 130B extracts an item number corresponding to the learning model identification information from the collection pattern 120BB stored in the collection pattern memory 120B according to the learning model identification information of the learning model to be generated. . The determination unit 130B outputs the learning model identification information and the determined item number to the learning unit 130C. In the following description, the learning model identification information of the learning model to be learned is appropriately referred to as "learning target identification information".

たとえば、判定部130Bは、学習対象識別情報「E001」を受け付けた場合には、学習対象の項番として「項番1~7」を抽出する。この場合には、判定部130Bは、学習対象識別情報「E001」と、学習対象の項番「項番1~7」とを学習部130Cに出力する。 For example, when determination unit 130B receives learning object identification information “E001”, it extracts “item numbers 1 to 7” as learning object item numbers. In this case, the determination unit 130B outputs the learning target identification information “E001” and the learning target item numbers “item numbers 1 to 7” to the learning unit 130C.

ここで、判定部130Bに学習対象識別情報を指定する処理はどのように行ってもよい。たとえば、サーバ装置100の管理者が入力装置を操作して学習対象識別情報を指定してもよいし、判定部130Bが、最後に生成された学習モデルの日時を基にして、所定期間経過(たとえば、48時間経過)した学習モデルの学習モデル識別情報を、学習対象識別情報として自動で選択してもよい。 Here, the process of designating the learning target identification information to the determination unit 130B may be performed in any manner. For example, the administrator of the server device 100 may operate the input device to specify the learning target identification information, or the determination unit 130B may determine whether a predetermined period of time has elapsed ( For example, the learning model identification information of a learning model that has passed 48 hours) may be automatically selected as the learning target identification information.

学習部130Cは、学習対象識別情報と、学習対象の項番とを取得し、学習対象の項番に対応する項目の運転履歴データと、これに対応する操作履歴データとタイムスタンプとを共用メモリ120Aから取得する。たとえば、学習部130Cは、48時間分の運転履歴データおよび操作履歴データを取得する。学習部130Cは、学習対象の項目のデータと、操作履歴データとを基にして、学習対象識別情報に対応する学習モデルを生成する。学習部130Cは、生成した学習モデルと、学習対象識別情報(学習モデル識別情報)とを対応付けて、モデルメモリ120Cに記憶する。 The learning unit 130C acquires the learning target identification information and the learning target item number, and stores the driving history data of the item corresponding to the learning target item number, the corresponding operation history data, and the time stamp in the shared memory. 120A. For example, learning unit 130C acquires driving history data and operation history data for 48 hours. The learning unit 130C generates a learning model corresponding to the learning target identification information based on the data of the learning target item and the operation history data. The learning unit 130C associates the generated learning model with the learning target identification information (learning model identification information) and stores them in the model memory 120C.

ここで、収集パターンの更新要求を受け付けた場合に、後述する更新部130Dが以下に説明する処理を実行することで、学習モデルに対応する項目を変更した場合でも、適切に学習モデルを学習、更新することができる。 Here, when a collection pattern update request is received, the update unit 130D, which will be described later, executes the processing described below, so that even when an item corresponding to the learning model is changed, the learning model can be properly learned, can be updated.

更新部130Dは、収集パターン120BBに記憶された学習対象の項番に対する更新要求情報を受け付けた場合に、学習対象の項番を更新する。更新要求情報には、更新対象となる学習モデル識別情報と、更新後の項番との組が含まれる。 The update unit 130D updates the item number to be learned when receiving update request information for the item number to be learned stored in the collection pattern 120BB. The update request information includes a set of learning model identification information to be updated and a post-update item number.

図8は、更新部の処理の一例を説明するための図である。図8に示す例では、更新要求情報135に、学習モデル識別情報「E001」、学習対象の項番「項番1~7、11、12」が設定されているものとする。つまり、学習モデル識別情報「E001」の学習対象の項番に、項番11と12とが追加されるものとする。更新部130Dは、更新要求情報135を受け付けると、収集パターン120BBの学習モデル識別情報「E001」に対応する学習対象の項番「項番1~7」を、学習対象の項番「1~7、11、12」に更新する。 FIG. 8 is a diagram for explaining an example of processing by an updating unit; In the example shown in FIG. 8, it is assumed that the learning model identification information “E001” and the item number “item numbers 1 to 7, 11, 12” of the learning object are set in the update request information 135 . In other words, item numbers 11 and 12 are added to the learning object item numbers of the learning model identification information “E001”. When updating unit 130D receives update request information 135, update unit 130D replaces learning target item numbers “1 to 7” corresponding to learning model identification information “E001” of collection pattern 120BB with learning target item numbers “1 to 7”. , 11, 12”.

ここで、判定部130Bは、収集パターン120BBが更新された場合に、更新時刻と、更新された学習対象の項番と、この更新された学習対象の項番に対応する学習モデル識別情報とを、学習部130Cに出力する。以下の説明では、更新された学習対象の項番に対応する学習モデル識別情報を適宜、「更新学習モデル識別情報」と表記する。 Here, when the collection pattern 120BB is updated, the determination unit 130B determines the update time, the updated item number of the learning object, and the learning model identification information corresponding to the updated item number of the learning object. , to the learning unit 130C. In the following description, the learning model identification information corresponding to the updated item number of the learning target is appropriately referred to as "updated learning model identification information".

学習部130Cは、更新時刻と、更新された学習対象の項番と、更新学習モデル識別情報とを取得すると、更新時刻から所定時間前(たとえば、48時間前)までの、学習対象の項番に対応する項目の運転履歴データと、これに対応する操作履歴データを、共用メモリ120Aから取得する。学習部130Cは、更新時刻から所定時間前(たとえば、48時間前)までの、学習対象の項番に対応する項目の運転履歴データと、これに対応する操作履歴データとを基にして、更新学習モデル識別別情報に対応する学習モデルを生成する。学習部130Cは、生成した学習モデルと、更新学習モデル識別情報(学習モデル識別情報)とを対応付けて、モデルメモリ120Cに記憶する。 When learning unit 130C acquires the update time, the updated learning target item number, and the updated learning model identification information, learning unit 130C obtains the learning target item numbers up to a predetermined time (for example, 48 hours) before the update time. and the operation history data corresponding thereto from the shared memory 120A. Learning unit 130C performs updating based on the driving history data of the item corresponding to the item number to be learned and the operation history data corresponding thereto, up to a predetermined time (for example, 48 hours) before the update time. A learning model corresponding to the learning model identification information is generated. The learning unit 130C associates the generated learning model with updated learning model identification information (learning model identification information) and stores them in the model memory 120C.

ここで、更新部130Dに更新要求情報を指定する処理はどのように行ってもよい。たとえば、サーバ装置100の管理者が入力装置を操作して更新要求情報を入力してもよいし、利用者が通信端末7を用いて、更新要求情報をサーバ装置100に通知してもよい。 Here, the process of designating the update request information to the update unit 130D may be performed in any manner. For example, the administrator of the server device 100 may operate the input device to input the update request information, or the user may use the communication terminal 7 to notify the server device 100 of the update request information.

通知部130Eは、モデルメモリ120Cに格納された各学習モデルを、アダプタ50に通知する処理部である。 The notification unit 130E is a processing unit that notifies the adapter 50 of each learning model stored in the model memory 120C.

次に、本実施例に係るサーバ装置100の動作について説明する。図9は、本実施例に係るサーバ装置の処理動作の一例を示すフローチャートである。図9に示すように、サーバ装置100の受信部130Aは、運転履歴データと、操作履歴データと、タイムスタンプとをアダプタ50から受信する(ステップS101)。 Next, the operation of the server device 100 according to this embodiment will be described. FIG. 9 is a flow chart showing an example of the processing operation of the server device according to the embodiment. As shown in FIG. 9, the receiving unit 130A of the server device 100 receives driving history data, operation history data, and time stamps from the adapter 50 (step S101).

受信部130Aは、運転履歴データと、操作履歴データと、タイムスタンプとを共用メモリ120Aに記憶する(ステップS102)。サーバ装置100の判定部130Bは、学習モデルを生成する際に、生成する学習モデルの学習対象識別情報と、収集パターン120BBとを比較する(ステップS103)。判定部130Bは、学習対象識別情報に対応する項番を抽出する(ステップS104)。 The receiver 130A stores the driving history data, the operation history data, and the time stamp in the shared memory 120A (step S102). When generating a learning model, the determination unit 130B of the server device 100 compares the learning target identification information of the learning model to be generated with the collection pattern 120BB (step S103). The determination unit 130B extracts the item number corresponding to the learning target identification information (step S104).

学習部130Cは、抽出された項番に対応する項目の運転履歴データと、操作履歴データとを共用メモリ120Aから取得する(ステップS105)。学習部130Cは、判定された項番に対応する項目の運転履歴データと、操作履歴データとを基にして、学習モデルを生成する(ステップS106)。学習部130Cは、学習モデルをモデルメモリ120Cに記憶する(ステップS107)。 The learning unit 130C acquires the driving history data and the operation history data of the item corresponding to the extracted item number from the shared memory 120A (step S105). The learning unit 130C generates a learning model based on the driving history data and the operation history data of the item corresponding to the determined item number (step S106). The learning unit 130C stores the learning model in the model memory 120C (step S107).

サーバ装置100の通知部130Eは、モデルメモリ120Cに記憶された学習モデルをアダプタ50に通知する(ステップS108)。サーバ装置100は、学習を終了しない場合には(ステップS109,No)、ステップS110に移行し、学習を終了する場合には(ステップS109,Yes)、処理を終了する。 The notification unit 130E of the server device 100 notifies the learning model stored in the model memory 120C to the adapter 50 (step S108). If the server device 100 does not end the learning (step S109, No), it proceeds to step S110, and if it ends the learning (step S109, Yes), it ends the processing.

サーバ装置100の判定部130Bは、次の学習モデルの学習対象識別情報と収集パターン120BBとを比較し(ステップS110)、ステップS104に移行する。 The determination unit 130B of the server device 100 compares the learning target identification information of the next learning model with the collection pattern 120BB (step S110), and proceeds to step S104.

以上説明したように、本実施例に係るサーバ装置100は、アダプタ50から受信する、運転履歴データ、操作履歴データを共用メモリ120Aに格納し、複数の学習モデルのうち、いずれかの学習モデルを生成する場合に、学習対象の学習モデルに対応する固有の項目の運転履歴データと操作履歴データを共用メモリ120Aから取得して、学習モデルを生成する。このように、共用メモリ120Aに全ての運転履歴データや操作履歴データを記憶し、学習モデル毎に生成に必要な運転履歴データや操作履歴データを取得するので、学習モデル毎に、運転履歴データおよび操作履歴データを別々に記憶部120に記憶する場合のように運転履歴データや操作履歴データの重複が発生せず、メモリの容量を無駄に消費することを防止ことができる。 As described above, the server device 100 according to the present embodiment stores the driving history data and the operation history data received from the adapter 50 in the shared memory 120A, and selects one of the plurality of learning models. When generating, the driving history data and operation history data of specific items corresponding to the learning model to be learned are acquired from the shared memory 120A to generate the learning model. In this way, all the driving history data and operation history data are stored in the shared memory 120A, and the driving history data and operation history data necessary for generation are acquired for each learning model. Unlike the case where the operation history data are separately stored in the storage unit 120, duplication of the operation history data and the operation history data does not occur, and wasteful consumption of the memory capacity can be prevented.

また、本実施例に係るサーバ装置100は、収集パターンの更新要求情報を受け付けた場合に、収集パターン120BBを更新(学習対象の項番の追加または削除)し、更新された項番を基にして、該当する学習モデルを生成する処理を実行する。学習対象の項番の追加または削除を行うだけで、適切に学習モデルを生成、更新することができる。 Further, when the server device 100 according to the present embodiment receives collection pattern update request information, it updates the collection pattern 120BB (adds or deletes the item number to be learned), and based on the updated item number, Then, the processing for generating the corresponding learning model is executed. A learning model can be appropriately generated and updated simply by adding or deleting item numbers to be learned.

ところで、アダプタ50は、室内機2の運転履歴データ等を中継装置6経由でサーバ装置100に送信する場合を例示したが、運転履歴データ等を中継装置6を経由することなく、そのまま、サーバ装置100に送信しても良く、適宜変更可能である。 By the way, the case where the adapter 50 transmits the driving history data of the indoor unit 2 to the server device 100 via the relay device 6 has been exemplified, but the driving history data etc. 100, and can be changed as appropriate.

また、図示した各部の各構成要素は、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各部の分散・統合の具体的形態は図示のものに限られず、その全部又は一部を、各種の負荷や使用状況等に応じて、任意の単位で機能的又は物理的に分散・統合して構成することができる。 Also, each constituent element of each part illustrated does not necessarily need to be physically configured as illustrated. In other words, the specific form of distribution and integration of each part is not limited to the one shown in the figure, and all or part of it can be functionally or physically distributed and integrated in arbitrary units according to various loads and usage conditions. can be configured as

更に、各装置で行われる各種処理機能は、CPU(Central Processing Unit)(又はMPU(Micro Processing Unit)、MCU(Micro Controller Unit)等のマイクロ・コンピュータ)上で、その全部又は任意の一部を実行するようにしても良い。また、各種処理機能は、CPU(又はMPU、MCU等のマイクロ・コンピュータ)で解析実行するプログラム上、又はワイヤードロジックによるハードウェア上で、その全部又は任意の一部を実行するようにしても良いことは言うまでもない。 Furthermore, the various processing functions performed by each device are implemented on a CPU (Central Processing Unit) (or a microcomputer such as an MPU (Micro Processing Unit) or MCU (Micro Controller Unit)), in whole or in part. You can make it run. In addition, various processing functions may be executed in whole or in part on a program analyzed and executed by a CPU (or a microcomputer such as an MPU or MCU) or on hardware based on wired logic. Needless to say.

1 空気調和システム
2A,2B,2C 室内機
3A,3B,3C 本体
4A,4B,4C 制御部
50A,50B,50C アダプタ
51 第1の通信部
52 第2の通信部
53,120 記憶部
53A 運転履歴メモリ
53B モデルメモリ
53C 外部メモリ
54,130 CPU
54A 取得部
54B 送信部
54C,130A 受信部
54D 設定部
54E 予測制御部
100 サーバ装置
120A 共用メモリ
120B 収集パターンメモリ
130B 判定部
130C 学習部
130D 更新部
130E 通知部
1 air conditioning system 2A, 2B, 2C indoor unit 3A, 3B, 3C main body 4A, 4B, 4C control unit 50A, 50B, 50C adapter 51 first communication unit 52 second communication unit 53, 120 storage unit 53A operation history Memory 53B Model memory 53C External memory 54, 130 CPU
54A acquisition unit 54B transmission unit 54C, 130A reception unit 54D setting unit 54E prediction control unit 100 server device 120A shared memory 120B collection pattern memory 130B determination unit 130C learning unit 130D update unit 130E notification unit

Claims (4)

空気調和機を制御する制御部が用いる学習モデルの生成に用いられ、複数の学習項目に対する運転履歴情報と操作情報とのデータセットを含む学習用データを収集するアダプタから、前記学習用データを受信して共用メモリに記憶する受信部と、
前記学習モデルを生成する場合に用いる固有の学習項目を異なる学習モデル毎に定義した収集パターンと、学習対象となる学習モデルとを基にして、前記学習対象となる学習モデルに対応する固有の学習項目を抽出する判定部と、
前記判定部に抽出された固有の学習項目に対応するデータセットを、前記共用メモリに格納された前記学習用データから抽出し、抽出したデータセットを基にして、前記学習モデルを生成する学習部と
を有することを特徴とするサーバ装置。
The learning data is received from an adapter that is used to generate a learning model used by a control unit that controls an air conditioner and that collects learning data including data sets of driving history information and operation information for a plurality of learning items. and a receiving unit for storing in a shared memory;
Unique learning corresponding to the learning model to be learned based on a collection pattern defining unique learning items used when generating the learning model for each different learning model and the learning model to be learned a determination unit that extracts items;
A learning unit that extracts a data set corresponding to the unique learning item extracted by the determination unit from the learning data stored in the shared memory, and generates the learning model based on the extracted data set. A server device characterized by comprising:
複数の学習モデルのうち、第1学習モデルに対応する固有の学習項目に新たな学習項目が追加する更新データを受け付けた場合、前記収集パターンの前記第1学習モデルに対応する学習項目に、前記新たな学習項目を追加して、前記収集パターンを更新する更新部を更に有することを特徴とする請求項1に記載のサーバ装置。 When receiving update data in which a new learning item is added to the unique learning item corresponding to the first learning model among the plurality of learning models, the learning item corresponding to the first learning model of the collection pattern includes the 2. The server device according to claim 1, further comprising an updating unit that adds a new learning item and updates the collection pattern. 前記学習部は、前記収集パターンが更新された場合、更新された時点から所定時間前までの間に前記アダプタに収集された、前記第1学習モデルに対応する固有の学習項目に対応するデータセットと、前記新たな学習項目に対応するデータセットとを基にして、前記第1学習モデルを再度生成することを特徴とする請求項2に記載のサーバ装置。 When the collection pattern is updated, the learning unit provides a data set corresponding to the unique learning items corresponding to the first learning model, collected by the adapter during a predetermined period of time before the update. 3. The server device according to claim 2, wherein the first learning model is generated again based on the data set corresponding to the new learning item and the data set corresponding to the new learning item. コンピュータが、
空気調和機を制御する制御部が用いる学習モデルの生成に用いられ、複数の学習項目に対する運転履歴情報と操作情報とのデータセットを含む学習用データを収集するアダプタから、前記学習用データを取得して共用メモリに記憶するステップと、
前記学習モデルを生成する場合に用いる固有の学習項目を異なる学習モデル毎に定義した収集パターンと、学習対象となる学習モデルとを基にして、前記学習対象となる学習モデルに対応する固有の学習項目を抽出するステップと、
抽出した固有の学習項目に対応するデータセットを、前記共用メモリに格納された前記学習用データから抽出し、抽出したデータセットを基にして、前記学習モデルを生成するステップと
を実行することを特徴とする学習方法。
the computer
The learning data is acquired from an adapter that is used to generate a learning model used by a control unit that controls an air conditioner and that collects learning data including data sets of driving history information and operation information for a plurality of learning items. and storing in shared memory;
Unique learning corresponding to the learning model to be learned based on a collection pattern in which unique learning items used when generating the learning model are defined for each different learning model and the learning model to be learned extracting an item;
extracting a data set corresponding to the extracted unique learning item from the learning data stored in the shared memory, and generating the learning model based on the extracted data set; Characterized learning method.
JP2019006313A 2019-01-17 2019-01-17 Server device and learning method Active JP7211096B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019006313A JP7211096B2 (en) 2019-01-17 2019-01-17 Server device and learning method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019006313A JP7211096B2 (en) 2019-01-17 2019-01-17 Server device and learning method

Publications (2)

Publication Number Publication Date
JP2020115270A JP2020115270A (en) 2020-07-30
JP7211096B2 true JP7211096B2 (en) 2023-01-24

Family

ID=71778514

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019006313A Active JP7211096B2 (en) 2019-01-17 2019-01-17 Server device and learning method

Country Status (1)

Country Link
JP (1) JP7211096B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015117933A (en) 2013-04-24 2015-06-25 積水化学工業株式会社 Air-conditioning system and building
WO2016185630A1 (en) 2015-05-18 2016-11-24 三菱電機株式会社 Indoor environment model creation device
JP2018071853A (en) 2016-10-27 2018-05-10 インフォグリーン株式会社 Learning device, control device, learning method, control method, learning program, and control program
US20180283723A1 (en) 2017-03-30 2018-10-04 Samsung Electronics Co., Ltd. Data learning server and method for generating and using learning model thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015117933A (en) 2013-04-24 2015-06-25 積水化学工業株式会社 Air-conditioning system and building
WO2016185630A1 (en) 2015-05-18 2016-11-24 三菱電機株式会社 Indoor environment model creation device
JP2018071853A (en) 2016-10-27 2018-05-10 インフォグリーン株式会社 Learning device, control device, learning method, control method, learning program, and control program
US20180283723A1 (en) 2017-03-30 2018-10-04 Samsung Electronics Co., Ltd. Data learning server and method for generating and using learning model thereof

Also Published As

Publication number Publication date
JP2020115270A (en) 2020-07-30

Similar Documents

Publication Publication Date Title
CN107750323B (en) Method for controlling start of air conditioner and apparatus thereof
AU2019357534B2 (en) Air conditioner, data transmission method, and air conditioning system
US20040008651A1 (en) Building system with reduced wiring requirements and apparatus for use therein
US9983653B2 (en) Central control apparatus for controlling facilities, facility control system including the same, and method of controlling facilities
CN108476473A (en) System and method for the battery life for extending the wireless sensor in building control system
CN113039396B (en) Server device, adapter, and air conditioning system
JP2023181510A (en) air conditioning system
JP7211096B2 (en) Server device and learning method
JP2021063611A (en) Air conditioning system
JP7392394B2 (en) Air conditioning system and air conditioner
JP6927350B2 (en) Air conditioner and air conditioner system
JP2015017718A (en) Air conditioning system, control device of air conditioning system, and control method of air conditioning system
JP7147573B2 (en) Server device and learning method
JP2020139705A (en) Operation control method, operation control program and operation control device
JP2021050862A (en) Air conditioner
JP7400190B2 (en) air conditioning system
JP7363039B2 (en) air conditioning system
JP7212500B2 (en) Remote control device and remote control system
EP4356048A1 (en) A method of commissioning physical hvac devices of an hvac system for an hvac application
AU2022396650A1 (en) Air conditioner and air-conditioning system

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190301

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210830

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220719

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220726

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220908

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221226

R151 Written notification of patent or utility model registration

Ref document number: 7211096

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151