WO2022252720A1 - Air conditioner control method and device, and air conditioner - Google Patents

Air conditioner control method and device, and air conditioner Download PDF

Info

Publication number
WO2022252720A1
WO2022252720A1 PCT/CN2022/078607 CN2022078607W WO2022252720A1 WO 2022252720 A1 WO2022252720 A1 WO 2022252720A1 CN 2022078607 W CN2022078607 W CN 2022078607W WO 2022252720 A1 WO2022252720 A1 WO 2022252720A1
Authority
WO
WIPO (PCT)
Prior art keywords
air conditioner
data
user
classification model
current
Prior art date
Application number
PCT/CN2022/078607
Other languages
French (fr)
Chinese (zh)
Inventor
郭继宾
李恒元
李艳春
路炎
封荣杰
Original Assignee
青岛海尔空调器有限总公司
青岛海尔空调电子有限公司
海尔智家股份有限公司
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 青岛海尔空调器有限总公司, 青岛海尔空调电子有限公司, 海尔智家股份有限公司 filed Critical 青岛海尔空调器有限总公司
Publication of WO2022252720A1 publication Critical patent/WO2022252720A1/en

Links

Images

Classifications

    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F24HEATING; RANGES; VENTILATING
    • F24FAIR-CONDITIONING; AIR-HUMIDIFICATION; VENTILATION; USE OF AIR CURRENTS FOR SCREENING
    • F24F11/00Control or safety arrangements
    • F24F11/62Control or safety arrangements characterised by the type of control or by internal processing, e.g. using fuzzy logic, adaptive control or estimation of values
    • F24F11/63Electronic processing
    • F24F11/64Electronic processing using pre-stored data
    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F24HEATING; RANGES; VENTILATING
    • F24FAIR-CONDITIONING; AIR-HUMIDIFICATION; VENTILATION; USE OF AIR CURRENTS FOR SCREENING
    • F24F11/00Control or safety arrangements
    • F24F11/70Control systems characterised by their outputs; Constructional details thereof

Definitions

  • the present application relates to the technical field of smart home appliances, for example, to a method and device for controlling an air conditioner, and an air conditioner.
  • the user can send operation instructions to the air conditioner through the air conditioner remote control or a smart terminal, such as a mobile phone, so that the air conditioner operates under the operation information set by the user.
  • This method requires manual operation by the user, which is relatively cumbersome, and the degree of intelligence of the air conditioner is not high.
  • the operating parameters of the air conditioner can be adjusted according to the physical sign information of the user.
  • This scheme of adjusting the operating parameters of the air conditioner only according to the user's signs has a single adjustment method, which may not accurately meet the user's use needs, so the user's use experience is not good.
  • Embodiments of the present disclosure provide a method and device for controlling an air conditioner, and an air conditioner, so as to accurately adjust user requirements and improve user experience.
  • the method for controlling the air conditioner includes: obtaining the current exercise data of the user, inputting the current exercise data into a preset classification model for determining the user's exercise type; outputting the predicted exercise according to the preset classification model type and the current physical parameters of the user, determine the target operating parameters of the air conditioner; control the air conditioner to operate under the target operating parameters.
  • the preset classification model is obtained by obtaining the first sample for training the preset classification model, and dividing the first sample into a training set and a test set, the first sample includes Historical sports data of different sports types; input the historical sports data in the training set to the initial classification model, and use the sports types marked by the historical sports data in the training set as the output of the initial classification model to train the initial classification model; according to the test set, verify the trained initial classification model, and obtain the verification result; when the accuracy rate of the verification result is greater than or equal to the preset accuracy rate, the preset classification model is obtained.
  • the historical motion data is obtained in the following manner: Acceleration data and angular velocity data at various moments under different motion types are obtained; feature extraction is performed on the acceleration data and angular velocity data, and multiple sets of feature data obtained are used as historical motion data .
  • obtaining the acceleration data and angular velocity data at each moment under different motion types includes: collecting the first acceleration data corresponding to each moment under different motion types, and the second angular velocity corresponding to the previous moment adjacent to each moment data, and the third angular velocity data corresponding to the next moment adjacent to each moment; linear interpolation operation is performed on the second angular velocity data and the third angular velocity data to obtain the first angular velocity data corresponding to each moment.
  • determining the target operating parameters of the air conditioner includes: obtaining the correlation between the user's physical sign parameters and the air conditioner operating parameters under different predicted exercise types relationship; according to the type of predicted motion, determine the target operating parameter corresponding to the current sign parameter from the association relationship.
  • determining the target operating parameter corresponding to the current physical sign parameter from the association includes: when the current physical sign parameter is greater than or equal to the first threshold, setting the target operating temperature in the target operating parameter to It is determined as the first operating temperature; when the current physical sign parameter is less than the first threshold, the target operating temperature is determined as the second operating temperature; wherein, the first operating temperature is lower than the second operating temperature.
  • the air conditioner after controlling the air conditioner to operate under the target operating parameters, it further includes: obtaining new current physical sign parameters when determining that the operating time of the air conditioner at the target operating temperature is greater than or equal to the preset operating time; If the current sign parameter is still greater than the first threshold, the target operating wind speed in the target operating parameters is increased.
  • the device for air conditioning control includes an obtaining module, a determining module and a controlling module.
  • the obtaining module is configured to obtain the user's current exercise data, and input the current exercise data to a preset classification model for determining the user's exercise type;
  • the determination module is configured to output the predicted exercise type and the user's current physical signs according to the preset classification model parameters to determine target operating parameters of the air conditioner;
  • the control module is configured to control the air conditioner to operate under the target operating parameters.
  • the device for air conditioning control includes a processor and a memory storing program instructions.
  • the processor is configured to execute the above method for air conditioner control when executing the program instructions.
  • the air conditioner includes the above-mentioned device for air conditioner control.
  • the method, device and air conditioner for air conditioner control provided by the embodiments of the present disclosure can achieve the following technical effects:
  • the user's exercise type can be accurately predicted, Improve the intelligence of the air conditioner; determine the target operating parameters of the air conditioner based on the predicted exercise type and the current physical parameters of the user, so as to control the operation of the air conditioner under the target operating parameters, which helps to achieve more precise control of the operation of the air conditioner, so that the air conditioner can Better meet the user's real-time motion needs, thereby improving the user experience.
  • Fig. 1 is a schematic diagram of a method for air conditioning control provided by an embodiment of the present disclosure
  • Fig. 2 is a schematic diagram of a device for air conditioning control provided by an embodiment of the present disclosure
  • Fig. 3 is a schematic diagram of an apparatus for controlling an air conditioner provided by an embodiment of the present disclosure.
  • A/B means: A or B.
  • a and/or B means: A or B, or, A and B, these three relationships.
  • Fig. 1 is a schematic diagram of a method for controlling an air conditioner provided by an embodiment of the present disclosure. As shown in FIG. 1 , an embodiment of the present disclosure provides a method for air conditioning control, which may include:
  • the air conditioner obtains the current exercise data of the user, and inputs the current exercise data into a preset classification model for determining the user's exercise type.
  • the current motion data of the user may at least include current acceleration data and current angular velocity data during the user's motion. If the user wears a wearable device equipped with an accelerometer and a gyroscope, such as a smart bracelet, the current acceleration data and current angular velocity data can be obtained conveniently and quickly.
  • the control terminal associated with the user's smart terminal obtains the acquisition control command and sends it to the client associated with the wearable device; the control terminal performs linear interpolation on the current exercise data submitted by the client and the time stamp information associated with the current exercise data Operation, so that the current angular velocity data in the current motion data and the time stamp information of the current acceleration data are kept in sync.
  • the current motion data can be obtained conveniently and accurately, and the current motion data can be reconstructed by linear interpolation to improve the smoothness of the current motion data, thereby avoiding distortion problems caused by discontinuous data and uneven time stamps.
  • the time stamp information may refer to the current moment corresponding to the current exercise data.
  • the user intelligent terminal mentioned above is, for example, a mobile device, a computer, or a vehicle-mounted device built in a floating vehicle, or any combination thereof.
  • the mobile device may include, for example, a mobile phone, a smart mobile device, etc., or any combination thereof.
  • the user's smart terminal and the wearable device can establish a connection through wireless communication to realize the judgment of the user's location.
  • the manner of wireless communication may at least include one or more of Wi-Fi connection, Zigbee protocol connection and Bluetooth connection.
  • control terminal performs linear interpolation on the current exercise data submitted by the client and the timestamp information associated with the current exercise data, which may include:
  • t is the current moment
  • t 1 is the previous moment adjacent to the current moment t
  • t 2 is the next moment adjacent to the current moment t
  • G(t) is the angular velocity corresponding to the current moment t
  • G(t 1 ) is the angular velocity corresponding to the previous time t 1 adjacent to the current time t
  • G(t 2 ) is the angular velocity corresponding to the next time t 2 adjacent to the current time t.
  • the client associated with the wearable device responds to the collection control instruction sent by the control terminal associated with the user's smart terminal, and collects the current motion data according to the preset collection frequency; the client obtains the time stamp information associated with the current motion data, and sends the current The motion data and the time stamp information associated with the current motion data are submitted to the control terminal.
  • the preset collection frequency may be to collect data once every 10 milliseconds.
  • the preset classification model can be obtained in the following manner: the air conditioner obtains a first sample for training the preset classification model, and divides the first sample into a training set and a test set, and the first sample includes a label There are historical sports data of different sports types; the air conditioner inputs the historical sports data in the training set to the initial classification model, and uses the sports types marked by the historical sports data in the training set as the output of the initial classification model to train the initial classification model ; The air conditioner verifies the trained initial classification model according to the test set, and obtains a verification result; when the accuracy rate of the verification result is greater than or equal to the preset accuracy rate, the air conditioner obtains the preset classification model.
  • the classification model algorithm is introduced into the intelligent control logic of the air conditioner, so that the air conditioner can accurately predict the user's movement type, and the degree of intelligence of the air conditioner is improved.
  • the number ratio of the training set and the testing set in the first sample may be 9:1.
  • the preset accuracy rate may be 90%-95%.
  • the different types of exercise marked by the historical exercise data can be embodied as running, cycling, push-ups, rope skipping, yoga, squats, etc.
  • the initial classification model may be a classification prediction model in a machine learning algorithm, such as a decision tree algorithm, a naive Bayesian algorithm, an artificial neural network algorithm, a K-nearest neighbor algorithm, or a support vector machine algorithm.
  • a machine learning algorithm such as a decision tree algorithm, a naive Bayesian algorithm, an artificial neural network algorithm, a K-nearest neighbor algorithm, or a support vector machine algorithm.
  • historical motion data can be obtained in the following manner: the air conditioner obtains acceleration data and angular velocity data at various moments under different motion types; the air conditioner extracts features from the acceleration data and angular velocity data, and obtains multiple sets of feature data as Historical exercise data.
  • the preprocessing of data dimension reduction is performed on the sample data, which helps to promote the subsequent learning and generalization steps, and improves the prediction accuracy of the preset classification model.
  • the acceleration data is three-axis acceleration data
  • the angular velocity data is three-axis angular velocity data.
  • the feature extraction of the above acceleration data and angular velocity data can be to extract the absolute mean value b 1j , absolute value mean ratio b 2j , variance RMS, kurtosis Kurt, skewness Skew, mean Square root b 6j , mean absolute deviation MAD, zero-crossing rate ZCR, energy Energy, correlation coefficient correlation, model coefficients ⁇ 2, ⁇ 3 and ⁇ 4, interquartile difference Q, wavelet energy WE, fractal dimension d, wavelet peak-mean M and One or more of the number N of small peaks.
  • the model coefficients ⁇ 2 , ⁇ 3 and ⁇ 4 can be obtained by the following methods: performing autoregressive modeling on the respective acceleration data or angular velocity data of multiple channels to obtain an autoregressive model; using the Burger algorithm to determine the model of the autoregressive model Coefficients ⁇ 2 , ⁇ 3 and ⁇ 4 .
  • the wavelet energy WE can be obtained in the following way: using the db5 wavelet as the mother wavelet, decompose the transformed data of the acceleration data or angular velocity data of multiple channels after wavelet transformation, and obtain the number of decomposition layers and the decomposed wavelet detail coefficients; The sum of the squares of the wavelet detail coefficient components of the 4th layer and the 5th layer is regarded as the wavelet energy WE.
  • the wavelet peak-mean value M and the number of wavelet peaks N can be obtained in the following way: use db4 wavelet to decompose the acceleration amplitude in the acceleration data and the angular velocity amplitude in the angular velocity data respectively to 7 layers, and obtain multiple approximation coefficients of the fourth layer Peak value; according to multiple peak values, determine the mean value M of wavelet peaks and the number N of wavelet peaks.
  • the air conditioner obtains the acceleration data and angular velocity data at each moment under different motion types, which may include: the air conditioner collects the first acceleration data corresponding to each moment under different motion types, and the first acceleration data corresponding to the previous moment adjacent to each moment. The second angular velocity data and the third angular velocity data corresponding to the next moment adjacent to each moment; the air conditioner performs linear interpolation operation on the second angular velocity data and the third angular velocity data to obtain the first angular velocity data corresponding to each moment.
  • the historical motion data is reconstructed by linear interpolation, which improves the smoothness of the historical motion data, thereby avoiding signal distortion problems caused by discontinuous data and uneven time stamps.
  • the air conditioner determines its target operating parameters according to the predicted exercise type output by the preset classification model and the current physical sign parameters of the user.
  • the user wears a wearable device equipped with a physical sign sensor, such as a smart bracelet, the user's current physical sign parameters can be obtained conveniently and quickly.
  • a wearable device equipped with a physical sign sensor such as a smart bracelet
  • the air conditioner determines the target operating parameters of the air conditioner according to the predicted exercise type output by the preset classification model and the user's current physical sign parameters, which may include: the air conditioner obtains the difference between the user's physical sign parameters and its operating parameters under different predicted exercise types.
  • the air conditioner determines the target operating parameters corresponding to the current physical sign parameters from the correlation relationship according to the predicted motion type. In this way, the target operating parameters of the air conditioner can be determined according to the predicted exercise type and the user's current physical sign parameters, so as to achieve more precise regulation of the operation of the air conditioner, so that the air conditioner can better meet the user's real-time exercise needs, thereby improving the user experience .
  • the air conditioner determines the target operating parameters corresponding to the current physical sign parameters from the association relationship according to the predicted motion type, which may include: when the current physical sign parameters are greater than or equal to the first threshold, the air conditioner converts the target operating parameters to The target operating temperature is determined as the first operating temperature; when the current physical sign parameter is smaller than the first threshold, the air conditioner determines the target operating temperature as the second operating temperature; wherein the first operating temperature is lower than the second operating temperature.
  • the operation of the air conditioner can be regulated more precisely, so that the air conditioner can better meet the user's real-time exercise needs, thereby improving the user experience.
  • the current sign parameters may include one or more of current heart rate, current body temperature, and current blood pressure.
  • the target operating temperature in the target operating parameters is determined as the first operating temperature; , then the target operating temperature is determined as the second operating temperature.
  • the first threshold corresponding to the current heart rate in the current sign parameter is 100 beats/minute.
  • the first threshold corresponding to the current body temperature in the current sign parameter is 37°C.
  • the first threshold corresponding to the current blood pressure in the current sign parameters is 130/85 mmHg, that is, the systolic blood pressure is 130 mmHg and the diastolic blood pressure is 85 mmHg.
  • the air conditioner controls the air conditioner to operate under the target operating parameters.
  • the air conditioner may also include: when the air conditioner determines that the operating time of the air conditioner at the target operating temperature is greater than or equal to the preset operating time, obtaining new current sign parameters ; If the new current sign parameter is still greater than the first threshold, the air conditioner increases the target operating wind speed in the target operating parameters.
  • the value range of the preset running time may be 10 minutes to 60 minutes. Preferably it is 30 minutes. In this way, excessive adjustment or ineffective adjustment of the operating parameters of the air conditioner can be avoided, thereby improving the intelligence of the air conditioner and the use experience of the user.
  • the preset classification can be obtained by obtaining the user's current exercise data and inputting the current exercise data into the preset classification model used to determine the user's exercise type.
  • the predicted exercise type output by the model can accurately predict the user's exercise type and improve the intelligence of the air conditioner; determine the target operating parameters of the air conditioner according to the predicted exercise type and the user's current physical parameters, so as to control the air conditioner under the target operating parameters It helps to more precisely regulate the operation of the air conditioner, so that the air conditioner can better meet the user's real-time exercise needs, thereby improving the user's experience.
  • an embodiment of the present disclosure provides an apparatus for controlling an air conditioner, including an obtaining module 21 , a determining module 22 and a control module 23 .
  • the obtaining module 21 is configured to obtain the user's current exercise data, and input the current exercise data to a preset classification model for determining the user's exercise type;
  • the determination module 22 is configured to output the predicted exercise type according to the preset classification model and the user's
  • the current sign parameters determine the target operating parameters of the air conditioner;
  • the control module 23 is configured to control the air conditioner to operate under the target operating parameters.
  • the device for air conditioner control provided by the embodiments of the present disclosure, through the cooperation of the acquisition module, the determination module and the control module, it is helpful to realize more precise regulation and control of the operation of the air conditioner, so that the air conditioner can better meet the real-time needs of users. Exercise needs, thereby improving the user experience.
  • an embodiment of the present disclosure provides an apparatus for controlling an air conditioner, including a processor (processor) 100 and a memory (memory) 101 .
  • the device may also include a communication interface (Communication Interface) 102 and a bus 103.
  • Communication interface 102 may be used for information transfer.
  • the processor 100 can call the logic instructions in the memory 101 to execute the method for air conditioner control in the above embodiments.
  • the above logic instructions in the memory 101 may be implemented in the form of software functional units and may be stored in a computer-readable storage medium when sold or used as an independent product.
  • the memory 101 can be used to store software programs and computer-executable programs, such as program instructions/modules corresponding to the methods in the embodiments of the present disclosure.
  • the processor 100 executes the program instructions/modules stored in the memory 101 to execute functional applications and data processing, that is, to implement the method for air-conditioning control in the above-mentioned embodiments.
  • the memory 101 may include a program storage area and a data storage area, wherein the program storage area may store an operating system and an application program required by at least one function; the data storage area may store data created according to the use of the terminal device, and the like.
  • the memory 101 may include a high-speed random access memory, and may also include a non-volatile memory.
  • An embodiment of the present disclosure provides an air conditioner, including the above-mentioned device for controlling an air conditioner.
  • An embodiment of the present disclosure provides a computer-readable storage medium, which stores computer-executable instructions, and the computer-executable instructions are configured to execute the above method for controlling an air conditioner.
  • An embodiment of the present disclosure provides a computer program product, the computer program product includes a computer program stored on a computer-readable storage medium, the computer program includes program instructions, and when the program instructions are executed by a computer, the The computer executes the above method for air conditioner control.
  • the above-mentioned computer-readable storage medium may be a transitory computer-readable storage medium, or a non-transitory computer-readable storage medium.
  • the technical solutions of the embodiments of the present disclosure can be embodied in the form of software products, which are stored in a storage medium and include one or more instructions to make a computer device (which can be a personal computer, a server, or a network equipment, etc.) to perform all or part of the steps of the method described in the embodiments of the present disclosure.
  • the aforementioned storage medium can be a non-transitory storage medium, including: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disk, etc.
  • the term “and/or” as used in this application is meant to include any and all possible combinations of one or more of the associated listed ones.
  • the term “comprise” and its variants “comprises” and/or comprising (comprising) etc. refer to stated features, integers, steps, operations, elements, and/or The presence of a component does not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components and/or groupings of these.
  • an element defined by the statement “comprising a " does not exclude the presence of additional identical elements in the process, method or apparatus comprising said element.
  • the disclosed methods and products can be implemented in other ways.
  • the device embodiments described above are only illustrative.
  • the division of the units may only be a logical function division.
  • multiple units or components may be combined Or it can be integrated into another system, or some features can be ignored, or not implemented.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be through some interfaces, and the indirect coupling or communication connection of devices or units may be in electrical, mechanical or other forms.
  • each functional unit in the embodiments of the present disclosure may be integrated into one processing unit, each unit may exist separately physically, or two or more units may be integrated into one unit.
  • each block in a flowchart or block diagram may represent a module, program segment, or part of code that includes one or more Executable instructions.
  • the functions noted in the block may occur out of the order noted in the figures.
  • two blocks in succession may, in fact, be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved.
  • the operations or steps corresponding to different blocks may also occur in a different order than that disclosed in the description, and sometimes there is no specific agreement between different operations or steps.
  • each block in the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts can be implemented by a dedicated hardware-based system that performs the specified function or action, or can be implemented by dedicated hardware implemented in combination with computer instructions.

Landscapes

  • Engineering & Computer Science (AREA)
  • Chemical & Material Sciences (AREA)
  • Combustion & Propulsion (AREA)
  • Mechanical Engineering (AREA)
  • General Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • Fuzzy Systems (AREA)
  • Mathematical Physics (AREA)
  • Air Conditioning Control Device (AREA)

Abstract

The present application relates to the technical field of smart home appliances. Disclosed is an air conditioner control method, comprising: obtaining the current motion data of a user, and inputting the current motion data into a preset classification model for determining a motion type of the user; determining a target operation parameter of an air conditioner according to a predicted motion type output by the preset classification model and the current physical sign parameter of the user; and controlling the air conditioner to operate under the target operation parameter. In this way, the operation of the air conditioner is more accurately regulated, so that the air conditioner can better meet a real-time motion requirement of a user, thereby improving user experience. Also disclosed in the present application are an air conditioner control device and an air conditioner.

Description

用于空调控制的方法、装置和空调Method, device and air conditioner for air conditioner control
本申请基于申请号为202110603490.4、申请日为2021年5月31日的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请作为参考。This application is based on a Chinese patent application with application number 202110603490.4 and a filing date of May 31, 2021, and claims the priority of this Chinese patent application. The entire content of this Chinese patent application is hereby incorporated by reference into this application.
技术领域technical field
本申请涉及智能家电技术领域,例如涉及一种用于空调控制的方法、装置和空调。The present application relates to the technical field of smart home appliances, for example, to a method and device for controlling an air conditioner, and an air conditioner.
背景技术Background technique
目前,随着科技的进步和人们生活水平的提高,越来越多的人开始关注智能家居的发展,追求更智能化的家电控制体验。以空调为例,用户可以通过空调遥控器或者智能终端,如手机发送操作指令给空调,使空调运行于用户设置的运行信息下。这种方式需要用户手动操作,较为繁琐,空调的智能化程度不高。At present, with the advancement of technology and the improvement of people's living standards, more and more people start to pay attention to the development of smart home and pursue a more intelligent home appliance control experience. Taking the air conditioner as an example, the user can send operation instructions to the air conditioner through the air conditioner remote control or a smart terminal, such as a mobile phone, so that the air conditioner operates under the operation information set by the user. This method requires manual operation by the user, which is relatively cumbersome, and the degree of intelligence of the air conditioner is not high.
为了提高空调的智能化程度,现有的空调控制方案中,可以根据用户的体征信息调节空调的运行参数。这种仅根据用户体征调节空调运行参数的方案,调节方式单一,可能无法准确地满足用户的使用需求,因此用户的使用体验不好。In order to improve the intelligence of the air conditioner, in the existing air conditioner control scheme, the operating parameters of the air conditioner can be adjusted according to the physical sign information of the user. This scheme of adjusting the operating parameters of the air conditioner only according to the user's signs has a single adjustment method, which may not accurately meet the user's use needs, so the user's use experience is not good.
发明内容Contents of the invention
为了对披露的实施例的一些方面有基本的理解,下面给出了简单的概括。所述概括不是泛泛评述,也不是要确定关键/重要组成元素或描绘这些实施例的保护范围,而是作为后面的详细说明的序言。In order to provide a basic understanding of some aspects of the disclosed embodiments, a brief summary is presented below. The summary is not intended to be an extensive overview nor to identify key/important elements or to delineate the scope of these embodiments, but rather serves as a prelude to the detailed description that follows.
本公开实施例提供了一种用于空调控制的方法、装置和空调,以精准地调节用户的使用需求,提高用户的使用体验。Embodiments of the present disclosure provide a method and device for controlling an air conditioner, and an air conditioner, so as to accurately adjust user requirements and improve user experience.
在一些实施例中,所述用于空调控制的方法包括:获得用户的当前运动数据,将当前运动数据输入至用于确定用户运动类型的预设分类模型;根据预设分类模型输出的预测运动类型和用户的当前体征参数,确定空调的目标运行参数;控制空调在目标运行参数下运行。In some embodiments, the method for controlling the air conditioner includes: obtaining the current exercise data of the user, inputting the current exercise data into a preset classification model for determining the user's exercise type; outputting the predicted exercise according to the preset classification model type and the current physical parameters of the user, determine the target operating parameters of the air conditioner; control the air conditioner to operate under the target operating parameters.
在一些实施例中,预设分类模型通过如下方式获得:获得用于训练预设分类模型的第一样本,并将第一样本分为训练集和测试集,第一样本包括标注有不同运动类型的 历史运动数据;将训练集中的历史运动数据输入至初始分类模型,并将训练集中历史运动数据各自标注的运动类型作为初始分类模型的输出,以对初始分类模型进行训练;根据测试集,验证训练后的初始分类模型,得到验证结果;在验证结果的准确率大于或等于预设准确率的情况下,得到预设分类模型。In some embodiments, the preset classification model is obtained by obtaining the first sample for training the preset classification model, and dividing the first sample into a training set and a test set, the first sample includes Historical sports data of different sports types; input the historical sports data in the training set to the initial classification model, and use the sports types marked by the historical sports data in the training set as the output of the initial classification model to train the initial classification model; according to the test set, verify the trained initial classification model, and obtain the verification result; when the accuracy rate of the verification result is greater than or equal to the preset accuracy rate, the preset classification model is obtained.
在一些实施例中,历史运动数据通过如下方式获得:获得不同运动类型下各个时刻的加速度数据和角速度数据;将对加速度数据和角速度数据进行特征提取,得到的多组特征数据,作为历史运动数据。In some embodiments, the historical motion data is obtained in the following manner: Acceleration data and angular velocity data at various moments under different motion types are obtained; feature extraction is performed on the acceleration data and angular velocity data, and multiple sets of feature data obtained are used as historical motion data .
在一些实施例中,获得不同运动类型下各个时刻的加速度数据和角速度数据,包括:采集不同运动类型下各时刻对应的第一加速度数据、与各时刻相邻的上一时刻对应的第二角速度数据,以及与各时刻相邻的下一时刻对应的第三角速度数据;对第二角速度数据和第三角速度数据进行线性插值运算,得到各时刻对应的第一角速度数据。In some embodiments, obtaining the acceleration data and angular velocity data at each moment under different motion types includes: collecting the first acceleration data corresponding to each moment under different motion types, and the second angular velocity corresponding to the previous moment adjacent to each moment data, and the third angular velocity data corresponding to the next moment adjacent to each moment; linear interpolation operation is performed on the second angular velocity data and the third angular velocity data to obtain the first angular velocity data corresponding to each moment.
在一些实施例中,根据预设分类模型输出的预测运动类型和用户的当前体征参数,确定空调的目标运行参数,包括:获得不同预测运动类型下,用户体征参数和空调运行参数之间的关联关系;根据预测运动类型,从关联关系中确定当前体征参数对应的目标运行参数。In some embodiments, according to the predicted exercise type output by the preset classification model and the user's current physical sign parameters, determining the target operating parameters of the air conditioner includes: obtaining the correlation between the user's physical sign parameters and the air conditioner operating parameters under different predicted exercise types relationship; according to the type of predicted motion, determine the target operating parameter corresponding to the current sign parameter from the association relationship.
在一些实施例中,根据预测运动类型,从关联关系中确定当前体征参数对应的目标运行参数,包括:在当前体征参数大于或等于第一阈值的情况下,将目标运行参数中的目标运行温度确定为第一运行温度;在当前体征参数小于第一阈值的情况下,将目标运行温度确定为第二运行温度;其中,第一运行温度小于第二运行温度。In some embodiments, according to the predicted motion type, determining the target operating parameter corresponding to the current physical sign parameter from the association includes: when the current physical sign parameter is greater than or equal to the first threshold, setting the target operating temperature in the target operating parameter to It is determined as the first operating temperature; when the current physical sign parameter is less than the first threshold, the target operating temperature is determined as the second operating temperature; wherein, the first operating temperature is lower than the second operating temperature.
在一些实施例中,控制空调在目标运行参数下运行后,还包括:确定空调在目标运行温度下运行的运行时长大于或等于预设运行时长的情况下,获得新的当前体征参数;若新的当前体征参数仍然大于第一阈值,则提高目标运行参数中的目标运行风速。In some embodiments, after controlling the air conditioner to operate under the target operating parameters, it further includes: obtaining new current physical sign parameters when determining that the operating time of the air conditioner at the target operating temperature is greater than or equal to the preset operating time; If the current sign parameter is still greater than the first threshold, the target operating wind speed in the target operating parameters is increased.
在一些实施例中,所述用于空调控制的装置包括获得模块、确定模块和控制模块。获得模块被配置为获得用户的当前运动数据,将当前运动数据输入至用于确定用户运动类型的预设分类模型;确定模块被配置为根据预设分类模型输出的预测运动类型和用户的当前体征参数,确定空调的目标运行参数;控制模块被配置为控制空调在目标运行参数下运行。In some embodiments, the device for air conditioning control includes an obtaining module, a determining module and a controlling module. The obtaining module is configured to obtain the user's current exercise data, and input the current exercise data to a preset classification model for determining the user's exercise type; the determination module is configured to output the predicted exercise type and the user's current physical signs according to the preset classification model parameters to determine target operating parameters of the air conditioner; the control module is configured to control the air conditioner to operate under the target operating parameters.
在一些实施例中,所述用于空调控制的装置包括处理器和存储有程序指令的存储器。处理器被配置为在执行程序指令时,执行上述的用于空调控制的方法。In some embodiments, the device for air conditioning control includes a processor and a memory storing program instructions. The processor is configured to execute the above method for air conditioner control when executing the program instructions.
在一些实施例中,所述空调包括上述的用于空调控制的装置。In some embodiments, the air conditioner includes the above-mentioned device for air conditioner control.
本公开实施例提供的用于空调控制的方法、装置和空调,可以实现以下技术效果:The method, device and air conditioner for air conditioner control provided by the embodiments of the present disclosure can achieve the following technical effects:
通过获得用户的当前运动数据,并将当前运动数据输入至用于确定用户运动类型的预设分类模型,以得到该预设分类模型输出的预测运动类型,这样可以准确预测出用户的运动类型,提高空调的智能化程度;根据预测运动类型和用户的当前体征参数,确定空调的目标运行参数,以便控制空调在目标运行参数下运行,有助于实现更精准地调控空调的运行,使空调可以更好地满足用户的实时运动需求,从而提高用户的使用体验。By obtaining the user's current exercise data and inputting the current exercise data into the preset classification model used to determine the user's exercise type to obtain the predicted exercise type output by the preset classification model, the user's exercise type can be accurately predicted, Improve the intelligence of the air conditioner; determine the target operating parameters of the air conditioner based on the predicted exercise type and the current physical parameters of the user, so as to control the operation of the air conditioner under the target operating parameters, which helps to achieve more precise control of the operation of the air conditioner, so that the air conditioner can Better meet the user's real-time motion needs, thereby improving the user experience.
以上的总体描述和下文中的描述仅是示例性和解释性的,不用于限制本申请。The foregoing general description and the following description are exemplary and explanatory only and are not intended to limit the application.
附图说明Description of drawings
一个或多个实施例通过与之对应的附图进行示例性说明,这些示例性说明和附图并不构成对实施例的限定,附图中具有相同参考数字标号的元件示为类似的元件,附图不构成比例限制,并且其中:One or more embodiments are exemplified by the corresponding drawings, and these exemplifications and drawings do not constitute a limitation to the embodiments, and elements with the same reference numerals in the drawings are shown as similar elements, The drawings are not limited to scale and in which:
图1是本公开实施例提供的一个用于空调控制的方法的示意图;Fig. 1 is a schematic diagram of a method for air conditioning control provided by an embodiment of the present disclosure;
图2是本公开实施例提供的一个用于空调控制的装置的示意图;Fig. 2 is a schematic diagram of a device for air conditioning control provided by an embodiment of the present disclosure;
图3是本公开实施例提供的一个用于空调控制的装置的示意图。Fig. 3 is a schematic diagram of an apparatus for controlling an air conditioner provided by an embodiment of the present disclosure.
具体实施方式Detailed ways
为了能够更加详尽地了解本公开实施例的特点与技术内容,下面结合附图对本公开实施例的实现进行详细阐述,所附附图仅供参考说明之用,并非用来限定本公开实施例。在以下的技术描述中,为方便解释起见,通过多个细节以提供对所披露实施例的充分理解。然而,在没有这些细节的情况下,一个或多个实施例仍然可以实施。在其它情况下,为简化附图,熟知的结构和装置可以简化展示。In order to understand the characteristics and technical content of the embodiments of the present disclosure in more detail, the implementation of the embodiments of the present disclosure will be described in detail below in conjunction with the accompanying drawings. The attached drawings are only for reference and description, and are not intended to limit the embodiments of the present disclosure. In the following technical description, for purposes of explanation, numerous details are set forth in order to provide a thorough understanding of the disclosed embodiments. However, one or more embodiments may be practiced without these details. In other instances, well-known structures and devices may be shown simplified in order to simplify the drawings.
本公开实施例的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便这里描述的本公开实施例的实施例。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含。The terms "first", "second" and the like in the description and claims of the embodiments of the present disclosure and the above drawings are used to distinguish similar objects, and are not necessarily used to describe a specific sequence or sequence. It should be understood that the data so used may be interchanged under appropriate circumstances so as to facilitate the embodiments of the disclosed embodiments described herein. Furthermore, the terms "comprising" and "having", as well as any variations thereof, are intended to cover a non-exclusive inclusion.
除非另有说明,术语“多个”表示两个或两个以上。Unless stated otherwise, the term "plurality" means two or more.
本公开实施例中,字符“/”表示前后对象是一种“或”的关系。例如,A/B表示:A或B。In the embodiments of the present disclosure, the character "/" indicates that the preceding and following objects are an "or" relationship. For example, A/B means: A or B.
术语“和/或”是一种描述对象的关联关系,表示可以存在三种关系。例如,A和/ 或B,表示:A或B,或,A和B这三种关系。The term "and/or" is an associative relationship describing objects, indicating that there can be three relationships. For example, A and/or B means: A or B, or, A and B, these three relationships.
图1是本公开实施例提供的一个用于空调控制的方法的示意图。结合图1所示,本公开实施例提供一种用于空调控制的方法,可以包括:Fig. 1 is a schematic diagram of a method for controlling an air conditioner provided by an embodiment of the present disclosure. As shown in FIG. 1 , an embodiment of the present disclosure provides a method for air conditioning control, which may include:
S11,空调器获得用户的当前运动数据,将当前运动数据输入至用于确定用户运动类型的预设分类模型。S11, the air conditioner obtains the current exercise data of the user, and inputs the current exercise data into a preset classification model for determining the user's exercise type.
这里,用户的当前运动数据至少可以包括用户在运动过程中的当前加速度数据和当前角速度数据。如果用户佩戴配置有加速度计和陀螺仪的可穿戴设备,如智能手环,则可以方便、快速地获得当前加速度数据和当前角速度数据。Here, the current motion data of the user may at least include current acceleration data and current angular velocity data during the user's motion. If the user wears a wearable device equipped with an accelerometer and a gyroscope, such as a smart bracelet, the current acceleration data and current angular velocity data can be obtained conveniently and quickly.
作为一种示例,用户智能终端关联的控制端获得采集控制指令,发送至可穿戴设备关联的客户端;控制端对客户端提交的当前运动数据,以及当前运动数据关联的时间戳信息进行线性插值运算,以使当前运动数据中的当前角速度数据和当前加速度数据的时间戳信息保持同步。这样,可以方便准确地获得当前运动数据,并通过线性插值的方式对当前运动数据进行重建,提高当前运动数据的平滑程度,从而避免数据不连续、时间戳不均匀而导致的失真问题。As an example, the control terminal associated with the user's smart terminal obtains the acquisition control command and sends it to the client associated with the wearable device; the control terminal performs linear interpolation on the current exercise data submitted by the client and the time stamp information associated with the current exercise data Operation, so that the current angular velocity data in the current motion data and the time stamp information of the current acceleration data are kept in sync. In this way, the current motion data can be obtained conveniently and accurately, and the current motion data can be reconstructed by linear interpolation to improve the smoothness of the current motion data, thereby avoiding distortion problems caused by discontinuous data and uneven time stamps.
其中,时间戳信息,可以指当前运动数据对应的当前时刻。Wherein, the time stamp information may refer to the current moment corresponding to the current exercise data.
上述用户智能终端,例如为移动设备、电脑,或浮动车中内置的车载设备等,或其任意组合。在一些实施例中,移动设备例如可以包括手机、智能移动设备等,或其任意组合。The user intelligent terminal mentioned above is, for example, a mobile device, a computer, or a vehicle-mounted device built in a floating vehicle, or any combination thereof. In some embodiments, the mobile device may include, for example, a mobile phone, a smart mobile device, etc., or any combination thereof.
用户智能终端和可穿戴设备可以通过无线通信的方式建立连接,实现用户位置的判断。无线通信的方式至少可以包括Wi-Fi连接、紫蜂协议连接和蓝牙连接中的一种或多种。The user's smart terminal and the wearable device can establish a connection through wireless communication to realize the judgment of the user's location. The manner of wireless communication may at least include one or more of Wi-Fi connection, Zigbee protocol connection and Bluetooth connection.
可以理解地,控制端对客户端提交的当前运动数据,以及当前运动数据关联的时间戳信息进行线性插值运算,可以包括:Understandably, the control terminal performs linear interpolation on the current exercise data submitted by the client and the timestamp information associated with the current exercise data, which may include:
Figure PCTCN2022078607-appb-000001
Figure PCTCN2022078607-appb-000001
其中,t为当前时刻,t 1为与当前时刻t相邻的上一时刻,t 2为与当前时刻t相邻的下一时刻,G(t)为当前时刻t对应的角速度,G(t 1)为与当前时刻t相邻的上一时刻t 1对应的角速度,G(t 2)为与当前时刻t相邻的下一时刻t 2对应的角速度。 Among them, t is the current moment, t 1 is the previous moment adjacent to the current moment t, t 2 is the next moment adjacent to the current moment t, G(t) is the angular velocity corresponding to the current moment t, G(t 1 ) is the angular velocity corresponding to the previous time t 1 adjacent to the current time t, and G(t 2 ) is the angular velocity corresponding to the next time t 2 adjacent to the current time t.
如此,可以准确地得到数据重建后,与当前时刻的加速度数据同步的角速度数据。In this way, the angular velocity data synchronized with the acceleration data at the current moment after data reconstruction can be accurately obtained.
对应地,可穿戴设备关联的客户端响应于用户智能终端关联的控制端发送的采集 控制指令,按预设采集频率采集当前运动数据;客户端获得当前运动数据关联的时间戳信息,并将当前运动数据,以及当前运动数据关联的时间戳信息提交至控制端。Correspondingly, the client associated with the wearable device responds to the collection control instruction sent by the control terminal associated with the user's smart terminal, and collects the current motion data according to the preset collection frequency; the client obtains the time stamp information associated with the current motion data, and sends the current The motion data and the time stamp information associated with the current motion data are submitted to the control terminal.
其中,预设采集频率可以为每10毫秒采集1次数据。Wherein, the preset collection frequency may be to collect data once every 10 milliseconds.
可选地,预设分类模型可以通过如下方式获得:空调器获得用于训练预设分类模型的第一样本,并将第一样本分为训练集和测试集,第一样本包括标注有不同运动类型的历史运动数据;空调器将训练集中的历史运动数据输入至初始分类模型,并将训练集中历史运动数据各自标注的运动类型作为初始分类模型的输出,以对初始分类模型进行训练;空调器根据测试集,验证训练后的初始分类模型,得到验证结果;在验证结果的准确率大于或等于预设准确率的情况下,空调器得到预设分类模型。这样,将分类模型算法引入空调的智能控制逻辑中,使空调可以准确预测出用户的运动类型,提高了空调的智能化程度。Optionally, the preset classification model can be obtained in the following manner: the air conditioner obtains a first sample for training the preset classification model, and divides the first sample into a training set and a test set, and the first sample includes a label There are historical sports data of different sports types; the air conditioner inputs the historical sports data in the training set to the initial classification model, and uses the sports types marked by the historical sports data in the training set as the output of the initial classification model to train the initial classification model ; The air conditioner verifies the trained initial classification model according to the test set, and obtains a verification result; when the accuracy rate of the verification result is greater than or equal to the preset accuracy rate, the air conditioner obtains the preset classification model. In this way, the classification model algorithm is introduced into the intelligent control logic of the air conditioner, so that the air conditioner can accurately predict the user's movement type, and the degree of intelligence of the air conditioner is improved.
其中,第一样本中的训练集和测试集的数量比可以为9:1。预设准确率可以为90%~95%。Wherein, the number ratio of the training set and the testing set in the first sample may be 9:1. The preset accuracy rate may be 90%-95%.
在一些实施例中,历史运动数据标注的不同运动类型,可以体现为跑步、骑行、俯卧撑、跳绳、瑜伽、深蹲等。In some embodiments, the different types of exercise marked by the historical exercise data can be embodied as running, cycling, push-ups, rope skipping, yoga, squats, etc.
初始分类模型可以是机器学习算法中的分类预测模型,例如是决策树算法、朴素贝叶斯算法、人工神经网络算法、K-近邻算法或支持向量机算法等。The initial classification model may be a classification prediction model in a machine learning algorithm, such as a decision tree algorithm, a naive Bayesian algorithm, an artificial neural network algorithm, a K-nearest neighbor algorithm, or a support vector machine algorithm.
可选地,历史运动数据可以通过如下方式获得:空调器获得不同运动类型下各个时刻的加速度数据和角速度数据;空调器将对加速度数据和角速度数据进行特征提取,得到的多组特征数据,作为历史运动数据。这样,对样本数据进行数据降维的预处理,从而有助于促进后续的学习和泛化步骤,提高预设分类模型的预测精确度。Optionally, historical motion data can be obtained in the following manner: the air conditioner obtains acceleration data and angular velocity data at various moments under different motion types; the air conditioner extracts features from the acceleration data and angular velocity data, and obtains multiple sets of feature data as Historical exercise data. In this way, the preprocessing of data dimension reduction is performed on the sample data, which helps to promote the subsequent learning and generalization steps, and improves the prediction accuracy of the preset classification model.
这里,加速度数据为三轴加速度数据;角速度数据为三轴角速度数据。对应地,如果第一样本是m×n矩阵,记作(a ij);其中,m表示各个时刻的数据数量;n=6,表示加速度数据的3个通道,以及角速度数据的3个通道;i=1,…,m;j=1,…,n;那么,第一样本对应的特征矩阵是18×6矩阵,记作(b ij);其中i=1,…,18,表示提取出的18个特征;j=1,…,6,表示6个通道。 Here, the acceleration data is three-axis acceleration data; the angular velocity data is three-axis angular velocity data. Correspondingly, if the first sample is an m×n matrix, it is denoted as (a ij ); where m represents the amount of data at each moment; n=6, representing 3 channels of acceleration data and 3 channels of angular velocity data ; i=1,...,m; j=1,...,n; then, the feature matrix corresponding to the first sample is a 18×6 matrix, denoted as (b ij ); where i=1,...,18, means The extracted 18 features; j=1,...,6, representing 6 channels.
可以理解地,对上述加速度数据和角速度数据进行特征提取,可以是提取样本矩阵(b ij)的绝对值均值b 1j、绝对值均值比b 2j、方差RMS、峰度Kurt、偏度Skew、均方根b 6j、平均绝对偏差MAD、过零率ZCR、能量Energy、相关系数correlation、模型系数λ2、λ3和λ4、四分位差Q、小波能量WE、分形维数d、小波峰均值M和小波峰 数量N中的一个或多个。 It can be understood that the feature extraction of the above acceleration data and angular velocity data can be to extract the absolute mean value b 1j , absolute value mean ratio b 2j , variance RMS, kurtosis Kurt, skewness Skew, mean Square root b 6j , mean absolute deviation MAD, zero-crossing rate ZCR, energy Energy, correlation coefficient correlation, model coefficients λ2, λ3 and λ4, interquartile difference Q, wavelet energy WE, fractal dimension d, wavelet peak-mean M and One or more of the number N of small peaks.
其中,模型系数λ 2、λ 3和λ 4可以通过如下方式获得:对多个通道各自的加速度数据或角速度数据进行自回归建模,得到自回归模型;利用伯格算法确定自回归模型的模型系数λ 2、λ 3和λ 4Among them, the model coefficients λ 2 , λ 3 and λ 4 can be obtained by the following methods: performing autoregressive modeling on the respective acceleration data or angular velocity data of multiple channels to obtain an autoregressive model; using the Burger algorithm to determine the model of the autoregressive model Coefficients λ 2 , λ 3 and λ 4 .
小波能量WE可以通过如下方式获得:以db5小波作为母小波,对多个通道各自的加速度数据或角速度数据小波变换后的变换数据,进行分解,得到分解层数和分解后的小波细节系数;将第4层和第5层的小波细节系数分量的平方和,作为小波能量WE。The wavelet energy WE can be obtained in the following way: using the db5 wavelet as the mother wavelet, decompose the transformed data of the acceleration data or angular velocity data of multiple channels after wavelet transformation, and obtain the number of decomposition layers and the decomposed wavelet detail coefficients; The sum of the squares of the wavelet detail coefficient components of the 4th layer and the 5th layer is regarded as the wavelet energy WE.
小波峰均值M和小波峰数量N可以通过如下方式获得:利用db4小波对加速度数据中的加速度幅值,以及角速度数据中的角速度幅值分别进行7层分解,得到第4层近似系数的多个峰值;根据多个峰值,确定小波峰均值M和小波峰数量N。The wavelet peak-mean value M and the number of wavelet peaks N can be obtained in the following way: use db4 wavelet to decompose the acceleration amplitude in the acceleration data and the angular velocity amplitude in the angular velocity data respectively to 7 layers, and obtain multiple approximation coefficients of the fourth layer Peak value; according to multiple peak values, determine the mean value M of wavelet peaks and the number N of wavelet peaks.
可选地,空调器获得不同运动类型下各个时刻的加速度数据和角速度数据,可以包括:空调器采集不同运动类型下各时刻对应的第一加速度数据、与各时刻相邻的上一时刻对应的第二角速度数据,以及与各时刻相邻的下一时刻对应的第三角速度数据;空调器对第二角速度数据和第三角速度数据进行线性插值运算,得到各时刻对应的第一角速度数据。通过线性插值的方式对历史运动数据进行重建,提高了历史运动数据的平滑程度,从而避免数据不连续、时间戳不均匀而导致的信号失真问题。Optionally, the air conditioner obtains the acceleration data and angular velocity data at each moment under different motion types, which may include: the air conditioner collects the first acceleration data corresponding to each moment under different motion types, and the first acceleration data corresponding to the previous moment adjacent to each moment. The second angular velocity data and the third angular velocity data corresponding to the next moment adjacent to each moment; the air conditioner performs linear interpolation operation on the second angular velocity data and the third angular velocity data to obtain the first angular velocity data corresponding to each moment. The historical motion data is reconstructed by linear interpolation, which improves the smoothness of the historical motion data, thereby avoiding signal distortion problems caused by discontinuous data and uneven time stamps.
其中,对历史运动数据进行线性插值运算的具体实现过程,可以参考上述实施例中对当前运动数据进行线性插值运算的实现方式,在此不再赘述。Wherein, for a specific implementation process of performing linear interpolation operation on historical motion data, reference may be made to the implementation manner of performing linear interpolation operation on current motion data in the above-mentioned embodiments, which will not be repeated here.
S12,空调器根据预设分类模型输出的预测运动类型和用户的当前体征参数,确定其目标运行参数。S12. The air conditioner determines its target operating parameters according to the predicted exercise type output by the preset classification model and the current physical sign parameters of the user.
这里,如果用户佩戴配置有体征传感器的可穿戴设备,如智能手环,则可以方便、快速地获得用户的当前体征参数。Here, if the user wears a wearable device equipped with a physical sign sensor, such as a smart bracelet, the user's current physical sign parameters can be obtained conveniently and quickly.
可选地,空调器根据预设分类模型输出的预测运动类型和用户的当前体征参数,确定空调的目标运行参数,可以包括:空调器获得不同预测运动类型下,用户体征参数和其运行参数之间的关联关系;空调器根据预测运动类型,从关联关系中确定当前体征参数对应的目标运行参数。这样,可以根据预测运动类型和用户的当前体征参数,确定空调的目标运行参数,以实现更精准地调控空调的运行,使空调可以更好地满足用户的实时运动需求,从而提高用户的使用体验。Optionally, the air conditioner determines the target operating parameters of the air conditioner according to the predicted exercise type output by the preset classification model and the user's current physical sign parameters, which may include: the air conditioner obtains the difference between the user's physical sign parameters and its operating parameters under different predicted exercise types. The air conditioner determines the target operating parameters corresponding to the current physical sign parameters from the correlation relationship according to the predicted motion type. In this way, the target operating parameters of the air conditioner can be determined according to the predicted exercise type and the user's current physical sign parameters, so as to achieve more precise regulation of the operation of the air conditioner, so that the air conditioner can better meet the user's real-time exercise needs, thereby improving the user experience .
可选地,空调器根据预测运动类型,从关联关系中确定当前体征参数对应的目标运行参数,可以包括:在当前体征参数大于或等于第一阈值的情况下,空调器将目标运 行参数中的目标运行温度确定为第一运行温度;在当前体征参数小于第一阈值的情况下,空调器将目标运行温度确定为第二运行温度;其中,第一运行温度小于第二运行温度。这样,可以实现更精准地调控空调的运行,使空调可以更好地满足用户的实时运动需求,从而提高用户的使用体验。Optionally, the air conditioner determines the target operating parameters corresponding to the current physical sign parameters from the association relationship according to the predicted motion type, which may include: when the current physical sign parameters are greater than or equal to the first threshold, the air conditioner converts the target operating parameters to The target operating temperature is determined as the first operating temperature; when the current physical sign parameter is smaller than the first threshold, the air conditioner determines the target operating temperature as the second operating temperature; wherein the first operating temperature is lower than the second operating temperature. In this way, the operation of the air conditioner can be regulated more precisely, so that the air conditioner can better meet the user's real-time exercise needs, thereby improving the user experience.
由于人体在运动过程中,心率、体温和血压一般都会随着运动强度的增加而逐渐升高,直至趋于稳定。因此,当前体征参数可以包括当前心率、当前体温和当前血压中的一个或多个。这里,如果当前体征参数中的任一参数大于或等于其对应的第一阈值,则将目标运行参数中的目标运行温度确定为第一运行温度;如果当前体征参数均小于各自对应的第一阈值,则将目标运行温度确定为第二运行温度。Because the human body is exercising, the heart rate, body temperature and blood pressure generally increase gradually with the increase of exercise intensity until they become stable. Accordingly, the current sign parameters may include one or more of current heart rate, current body temperature, and current blood pressure. Here, if any parameter in the current physical sign parameters is greater than or equal to its corresponding first threshold value, then the target operating temperature in the target operating parameters is determined as the first operating temperature; , then the target operating temperature is determined as the second operating temperature.
对应于此,当前体征参数中的当前心率所对应的第一阈值为100次/分钟。当前体征参数中的当前体温所对应的第一阈值为37℃。当前体征参数中的当前血压所对应的第一阈值为130/85毫米汞柱,即收缩压130毫米汞柱,舒张压85毫米汞柱。Correspondingly, the first threshold corresponding to the current heart rate in the current sign parameter is 100 beats/minute. The first threshold corresponding to the current body temperature in the current sign parameter is 37°C. The first threshold corresponding to the current blood pressure in the current sign parameters is 130/85 mmHg, that is, the systolic blood pressure is 130 mmHg and the diastolic blood pressure is 85 mmHg.
S13,空调器控制其在目标运行参数下运行。S13, the air conditioner controls the air conditioner to operate under the target operating parameters.
可选地,空调器控制其在目标运行参数下运行后,还可以包括:空调器确定其在目标运行温度下运行的运行时长大于或等于预设运行时长的情况下,获得新的当前体征参数;若新的当前体征参数仍然大于第一阈值,则空调器提高目标运行参数中的目标运行风速。Optionally, after the air conditioner controls it to run under the target operating parameters, it may also include: when the air conditioner determines that the operating time of the air conditioner at the target operating temperature is greater than or equal to the preset operating time, obtaining new current sign parameters ; If the new current sign parameter is still greater than the first threshold, the air conditioner increases the target operating wind speed in the target operating parameters.
这里,预设运行时长的取值范围可以是10分钟~60分钟。优选为30分钟。这样,有助于避免空调运行参数的过度调节或无效调节,从而提高空调的智能化程度和用户的使用体验。Here, the value range of the preset running time may be 10 minutes to 60 minutes. Preferably it is 30 minutes. In this way, excessive adjustment or ineffective adjustment of the operating parameters of the air conditioner can be avoided, thereby improving the intelligence of the air conditioner and the use experience of the user.
综上,采用本公开实施例提供的用于空调控制的方法,通过获得用户的当前运动数据,并将当前运动数据输入至用于确定用户运动类型的预设分类模型,以得到该预设分类模型输出的预测运动类型,这样可以准确预测出用户的运动类型,提高空调的智能化程度;根据预测运动类型和用户的当前体征参数,确定空调的目标运行参数,以便控制空调在目标运行参数下运行,有助于实现更精准地调控空调的运行,使空调可以更好地满足用户的实时运动需求,从而提高用户的使用体验。To sum up, using the method for air-conditioning control provided by the embodiments of the present disclosure, the preset classification can be obtained by obtaining the user's current exercise data and inputting the current exercise data into the preset classification model used to determine the user's exercise type. The predicted exercise type output by the model can accurately predict the user's exercise type and improve the intelligence of the air conditioner; determine the target operating parameters of the air conditioner according to the predicted exercise type and the user's current physical parameters, so as to control the air conditioner under the target operating parameters It helps to more precisely regulate the operation of the air conditioner, so that the air conditioner can better meet the user's real-time exercise needs, thereby improving the user's experience.
结合图2所示,本公开实施例提供一种用于空调控制的装置,包括获得模块21、确定模块22和控制模块23。获得模块21被配置为获得用户的当前运动数据,将当前运动数据输入至用于确定用户运动类型的预设分类模型;确定模块22被配置为根据预设分类模型输出的预测运动类型和用户的当前体征参数,确定空调的目标运行参数;控 制模块23被配置为控制空调在目标运行参数下运行。As shown in FIG. 2 , an embodiment of the present disclosure provides an apparatus for controlling an air conditioner, including an obtaining module 21 , a determining module 22 and a control module 23 . The obtaining module 21 is configured to obtain the user's current exercise data, and input the current exercise data to a preset classification model for determining the user's exercise type; the determination module 22 is configured to output the predicted exercise type according to the preset classification model and the user's The current sign parameters determine the target operating parameters of the air conditioner; the control module 23 is configured to control the air conditioner to operate under the target operating parameters.
采用本公开实施例提供的用于空调控制的装置,通过获得模块、确定模块以及控制模块三者的配合,有助于实现更精准地调控空调的运行,使空调可以更好地满足用户的实时运动需求,从而提高用户的使用体验。Using the device for air conditioner control provided by the embodiments of the present disclosure, through the cooperation of the acquisition module, the determination module and the control module, it is helpful to realize more precise regulation and control of the operation of the air conditioner, so that the air conditioner can better meet the real-time needs of users. Exercise needs, thereby improving the user experience.
结合图3所示,本公开实施例提供一种用于空调控制的装置,包括处理器(processor)100和存储器(memory)101。可选地,该装置还可以包括通信接口(Communication Interface)102和总线103。其中,处理器100、通信接口102、存储器101可以通过总线103完成相互间的通信。通信接口102可以用于信息传输。处理器100可以调用存储器101中的逻辑指令,以执行上述实施例的用于空调控制的方法。As shown in FIG. 3 , an embodiment of the present disclosure provides an apparatus for controlling an air conditioner, including a processor (processor) 100 and a memory (memory) 101 . Optionally, the device may also include a communication interface (Communication Interface) 102 and a bus 103. Wherein, the processor 100 , the communication interface 102 , and the memory 101 can communicate with each other through the bus 103 . Communication interface 102 may be used for information transfer. The processor 100 can call the logic instructions in the memory 101 to execute the method for air conditioner control in the above embodiments.
此外,上述的存储器101中的逻辑指令可以通过软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。In addition, the above logic instructions in the memory 101 may be implemented in the form of software functional units and may be stored in a computer-readable storage medium when sold or used as an independent product.
存储器101作为一种计算机可读存储介质,可用于存储软件程序、计算机可执行程序,如本公开实施例中的方法对应的程序指令/模块。处理器100通过运行存储在存储器101中的程序指令/模块,从而执行功能应用以及数据处理,即实现上述实施例中用于空调控制的方法。As a computer-readable storage medium, the memory 101 can be used to store software programs and computer-executable programs, such as program instructions/modules corresponding to the methods in the embodiments of the present disclosure. The processor 100 executes the program instructions/modules stored in the memory 101 to execute functional applications and data processing, that is, to implement the method for air-conditioning control in the above-mentioned embodiments.
存储器101可包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序;存储数据区可存储根据终端设备的使用所创建的数据等。此外,存储器101可以包括高速随机存取存储器,还可以包括非易失性存储器。The memory 101 may include a program storage area and a data storage area, wherein the program storage area may store an operating system and an application program required by at least one function; the data storage area may store data created according to the use of the terminal device, and the like. In addition, the memory 101 may include a high-speed random access memory, and may also include a non-volatile memory.
本公开实施例提供了一种空调,包含上述的用于空调控制的装置。An embodiment of the present disclosure provides an air conditioner, including the above-mentioned device for controlling an air conditioner.
本公开实施例提供了一种计算机可读存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为执行上述用于空调控制的方法。An embodiment of the present disclosure provides a computer-readable storage medium, which stores computer-executable instructions, and the computer-executable instructions are configured to execute the above method for controlling an air conditioner.
本公开实施例提供了一种计算机程序产品,所述计算机程序产品包括存储在计算机可读存储介质上的计算机程序,所述计算机程序包括程序指令,当所述程序指令被计算机执行时,使所述计算机执行上述用于空调控制的方法。An embodiment of the present disclosure provides a computer program product, the computer program product includes a computer program stored on a computer-readable storage medium, the computer program includes program instructions, and when the program instructions are executed by a computer, the The computer executes the above method for air conditioner control.
上述的计算机可读存储介质可以是暂态计算机可读存储介质,也可以是非暂态计算机可读存储介质。The above-mentioned computer-readable storage medium may be a transitory computer-readable storage medium, or a non-transitory computer-readable storage medium.
本公开实施例的技术方案可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括一个或多个指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本公开实施例所述方法的全部或部分步骤。而前述的存储介质可以是非暂态存储介质,包括:U盘、移动硬盘、只读存储器(ROM,Read-Only  Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等多种可以存储程序代码的介质,也可以是暂态存储介质。The technical solutions of the embodiments of the present disclosure can be embodied in the form of software products, which are stored in a storage medium and include one or more instructions to make a computer device (which can be a personal computer, a server, or a network equipment, etc.) to perform all or part of the steps of the method described in the embodiments of the present disclosure. The aforementioned storage medium can be a non-transitory storage medium, including: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disk, etc. A medium that can store program code, or a transitory storage medium.
以上描述和附图充分地示出了本公开的实施例,以使本领域的技术人员能够实践它们。其他实施例可以包括结构的、逻辑的、电气的、过程的以及其他的改变。实施例仅代表可能的变化。除非明确要求,否则单独的部件和功能是可选的,并且操作的顺序可以变化。一些实施例的部分和特征可以被包括在或替换其他实施例的部分和特征。而且,本申请中使用的用词仅用于描述实施例并且不用于限制权利要求。如在实施例以及权利要求的描述中使用的,除非上下文清楚地表明,否则单数形式的“一个”(a)、“一个”(an)和“所述”(the)旨在同样包括复数形式。类似地,如在本申请中所使用的术语“和/或”是指包含一个或一个以上相关联的列出的任何以及所有可能的组合。另外,当用于本申请中时,术语“包括”(comprise)及其变型“包括”(comprises)和/或包括(comprising)等指陈述的特征、整体、步骤、操作、元素,和/或组件的存在,但不排除一个或一个以上其它特征、整体、步骤、操作、元素、组件和/或这些的分组的存在或添加。在没有更多限制的情况下,由语句“包括一个…”限定的要素,并不排除在包括所述要素的过程、方法或者设备中还存在另外的相同要素。本文中,每个实施例重点说明的可以是与其他实施例的不同之处,各个实施例之间相同相似部分可以互相参见。对于实施例公开的方法、产品等而言,如果其与实施例公开的方法部分相对应,那么相关之处可以参见方法部分的描述。The above description and drawings sufficiently illustrate the embodiments of the present disclosure to enable those skilled in the art to practice them. Other embodiments may incorporate structural, logical, electrical, procedural, and other changes. The examples merely represent possible variations. Individual components and functions are optional unless explicitly required, and the order of operations may vary. Portions and features of some embodiments may be included in or substituted for those of other embodiments. Also, the terms used in the present application are used to describe the embodiments only and are not used to limit the claims. As used in the examples and description of the claims, the singular forms "a", "an" and "the" are intended to include the plural forms as well unless the context clearly indicates otherwise . Similarly, the term "and/or" as used in this application is meant to include any and all possible combinations of one or more of the associated listed ones. Additionally, when used in this application, the term "comprise" and its variants "comprises" and/or comprising (comprising) etc. refer to stated features, integers, steps, operations, elements, and/or The presence of a component does not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components and/or groupings of these. Without further limitations, an element defined by the statement "comprising a ..." does not exclude the presence of additional identical elements in the process, method or apparatus comprising said element. Herein, what each embodiment focuses on may be the difference from other embodiments, and the same and similar parts of the various embodiments may refer to each other. For the method, product, etc. disclosed in the embodiment, if it corresponds to the method part disclosed in the embodiment, then the relevant part can refer to the description of the method part.
本领域技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、或者计算机软件和电子硬件的结合来实现。这些功能究竟以硬件还是软件方式来执行,可以取决于技术方案的特定应用和设计约束条件。所述技术人员可以对每个特定的应用来使用不同方法以实现所描述的功能,但是这种实现不应认为超出本公开实施例的范围。所述技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统、装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。Those skilled in the art can appreciate that the units and algorithm steps of the examples described in conjunction with the embodiments disclosed herein can be implemented by electronic hardware, or a combination of computer software and electronic hardware. Whether these functions are performed by hardware or software may depend on the specific application and design constraints of the technical solution. Said artisans may implement the described functions using different methods for each particular application, but such implementation should not be regarded as exceeding the scope of the disclosed embodiments. The skilled person can clearly understand that for the convenience and brevity of the description, the specific working process of the above-described system, device and unit can refer to the corresponding process in the foregoing method embodiment, which will not be repeated here.
本文所披露的实施例中,所揭露的方法、产品(包括但不限于装置、设备等),可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,可以仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另外,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口, 装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例。另外,在本公开实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。In the embodiments disclosed herein, the disclosed methods and products (including but not limited to devices, equipment, etc.) can be implemented in other ways. For example, the device embodiments described above are only illustrative. For example, the division of the units may only be a logical function division. In actual implementation, there may be other division methods. For example, multiple units or components may be combined Or it can be integrated into another system, or some features can be ignored, or not implemented. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be through some interfaces, and the indirect coupling or communication connection of devices or units may be in electrical, mechanical or other forms. The units described as separate components may or may not be physically separated, and the components shown as units may or may not be physical units, that is, they may be located in one place, or may be distributed to multiple network units. Some or all of the units can be selected according to actual needs to implement this embodiment. In addition, each functional unit in the embodiments of the present disclosure may be integrated into one processing unit, each unit may exist separately physically, or two or more units may be integrated into one unit.
附图中的流程图和框图显示了根据本公开实施例的系统、方法和计算机程序产品的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段或代码的一部分,所述模块、程序段或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。在有些作为替换的实现中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个连续的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这可以依所涉及的功能而定。在附图中的流程图和框图所对应的描述中,不同的方框所对应的操作或步骤也可以以不同于描述中所披露的顺序发生,有时不同的操作或步骤之间不存在特定的顺序。例如,两个连续的操作或步骤实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这可以依所涉及的功能而定。框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或动作的专用的基于硬件的系统来实现,或者可以用专用硬件与计算机指令的组合来实现。The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to embodiments of the disclosure. In this regard, each block in a flowchart or block diagram may represent a module, program segment, or part of code that includes one or more Executable instructions. In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks in succession may, in fact, be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved. In the descriptions corresponding to the flowcharts and block diagrams in the accompanying drawings, the operations or steps corresponding to different blocks may also occur in a different order than that disclosed in the description, and sometimes there is no specific agreement between different operations or steps. order. For example, two consecutive operations or steps may, in fact, be performed substantially concurrently, or they may sometimes be performed in the reverse order, depending upon the functionality involved. Each block in the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts, can be implemented by a dedicated hardware-based system that performs the specified function or action, or can be implemented by dedicated hardware implemented in combination with computer instructions.

Claims (10)

  1. 一种用于空调控制的方法,其特征在于,包括:A method for controlling an air conditioner, comprising:
    获得用户的当前运动数据,将所述当前运动数据输入至用于确定用户运动类型的预设分类模型;obtaining the current exercise data of the user, and inputting the current exercise data into a preset classification model for determining the user's exercise type;
    根据所述预设分类模型输出的预测运动类型和所述用户的当前体征参数,确定空调的目标运行参数;Determine the target operating parameters of the air conditioner according to the predicted exercise type output by the preset classification model and the current physical sign parameters of the user;
    控制所述空调在所述目标运行参数下运行。The air conditioner is controlled to operate under the target operating parameters.
  2. 根据权利要求1所述的方法,其特征在于,所述预设分类模型通过如下方式获得:The method according to claim 1, wherein the preset classification model is obtained in the following manner:
    获得用于训练所述预设分类模型的第一样本,并将所述第一样本分为训练集和测试集,所述第一样本包括标注有不同运动类型的历史运动数据;Obtaining a first sample for training the preset classification model, and dividing the first sample into a training set and a test set, the first sample including historical motion data marked with different motion types;
    将所述训练集中的历史运动数据输入至初始分类模型,并将所述训练集中历史运动数据各自标注的运动类型作为所述初始分类模型的输出,以对所述初始分类模型进行训练;The historical motion data in the training set is input to the initial classification model, and the sports types marked by the historical motion data in the training set are used as the output of the initial classification model to train the initial classification model;
    根据所述测试集,验证训练后的初始分类模型,得到验证结果;According to the test set, verifying the trained initial classification model to obtain a verification result;
    在所述验证结果的准确率大于或等于预设准确率的情况下,得到所述预设分类模型。When the accuracy rate of the verification result is greater than or equal to the preset accuracy rate, the preset classification model is obtained.
  3. 根据权利要求2所述的方法,其特征在于,所述历史运动数据通过如下方式获得:The method according to claim 2, wherein the historical motion data is obtained in the following manner:
    获得不同运动类型下各个时刻的加速度数据和角速度数据;Obtain acceleration data and angular velocity data at each moment under different motion types;
    将对所述加速度数据和所述角速度数据进行特征提取,得到的多组特征数据,作为所述历史运动数据。Multiple sets of feature data obtained by performing feature extraction on the acceleration data and the angular velocity data are used as the historical motion data.
  4. 根据权利要求3所述的方法,其特征在于,所述获得不同运动类型下各个时刻的加速度数据和角速度数据,包括:The method according to claim 3, wherein said obtaining acceleration data and angular velocity data at each moment under different motion types comprises:
    采集不同运动类型下各时刻对应的第一加速度数据、与所述各时刻相邻的上一时刻对应的第二角速度数据,以及与所述各时刻相邻的下一时刻对应的第三角速度数据;Collect the first acceleration data corresponding to each moment under different motion types, the second angular velocity data corresponding to the previous moment adjacent to the respective moments, and the third angular velocity data corresponding to the next moment adjacent to the respective moments ;
    对所述第二角速度数据和所述第三角速度数据进行线性插值运算,得到所述各时刻对应的第一角速度数据。A linear interpolation operation is performed on the second angular velocity data and the third angular velocity data to obtain the first angular velocity data corresponding to each moment.
  5. 根据权利要求1至4任一项所述的方法,其特征在于,所述根据所述预设 分类模型输出的预测运动类型和所述用户的当前体征参数,确定空调的目标运行参数,包括:The method according to any one of claims 1 to 4, wherein the determining the target operating parameters of the air conditioner according to the predicted motion type output by the preset classification model and the current physical sign parameters of the user includes:
    获得不同预测运动类型下,用户体征参数和空调运行参数之间的关联关系;Obtain the correlation between user sign parameters and air conditioner operating parameters under different predicted exercise types;
    根据所述预测运动类型,从所述关联关系中确定所述当前体征参数对应的所述目标运行参数。According to the predicted motion type, the target operating parameter corresponding to the current sign parameter is determined from the association relationship.
  6. 根据权利要求5所述的方法,其特征在于,根据所述预测运动类型,从所述关联关系中确定所述当前体征参数对应的所述目标运行参数,包括:The method according to claim 5, wherein, according to the predicted motion type, determining the target operating parameter corresponding to the current physical sign parameter from the association relationship includes:
    在所述当前体征参数大于或等于第一阈值的情况下,将所述目标运行参数中的目标运行温度确定为第一运行温度;When the current physical sign parameter is greater than or equal to a first threshold, determining a target operating temperature among the target operating parameters as the first operating temperature;
    在所述当前体征参数小于所述第一阈值的情况下,将所述目标运行温度确定为第二运行温度;If the current physical sign parameter is less than the first threshold, determining the target operating temperature as a second operating temperature;
    其中,所述第一运行温度小于所述第二运行温度。Wherein, the first operating temperature is lower than the second operating temperature.
  7. 根据权利要求6所述的方法,其特征在于,所述控制所述空调在所述目标运行参数下运行后,还包括:The method according to claim 6, characterized in that, after controlling the air conditioner to operate under the target operating parameters, further comprising:
    确定所述空调在所述目标运行温度下运行的运行时长大于或等于预设运行时长的情况下,获得新的当前体征参数;When it is determined that the operating time of the air conditioner at the target operating temperature is greater than or equal to the preset operating time, obtain new current physical sign parameters;
    若所述新的当前体征参数仍然大于所述第一阈值,则提高所述目标运行参数中的目标运行风速。If the new current sign parameter is still greater than the first threshold, increase the target operating wind speed in the target operating parameters.
  8. 一种用于空调控制的装置,其特征在于,包括:A device for air conditioning control, characterized in that it comprises:
    获得模块,被配置为获得用户的当前运动数据,将所述当前运动数据输入至用于确定用户运动类型的预设分类模型;An obtaining module configured to obtain the current exercise data of the user, and input the current exercise data into a preset classification model for determining the user's exercise type;
    确定模块,被配置为根据所述预设分类模型输出的预测运动类型和所述用户的当前体征参数,确定空调的目标运行参数;The determination module is configured to determine the target operating parameters of the air conditioner according to the predicted exercise type output by the preset classification model and the current physical sign parameters of the user;
    控制模块,被配置为控制所述空调在所述目标运行参数下运行。A control module configured to control the air conditioner to operate under the target operating parameters.
  9. 一种用于空调控制的装置,包括处理器和存储有程序指令的存储器,其特征在于,所述处理器被配置为在执行所述程序指令时,执行如权利要求1至7任一项所述的用于空调控制的方法。A device for air-conditioning control, comprising a processor and a memory storing program instructions, wherein the processor is configured to execute the program described in any one of claims 1 to 7 when executing the program instructions. The method for air conditioning control described above.
  10. 一种空调,其特征在于,包括如权利要求8或9所述的用于空调控制的装置。An air conditioner, characterized by comprising the device for air conditioner control according to claim 8 or 9.
PCT/CN2022/078607 2021-05-31 2022-03-01 Air conditioner control method and device, and air conditioner WO2022252720A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110603490.4 2021-05-31
CN202110603490.4A CN113357773A (en) 2021-05-31 2021-05-31 Method and device for air conditioner control and air conditioner

Publications (1)

Publication Number Publication Date
WO2022252720A1 true WO2022252720A1 (en) 2022-12-08

Family

ID=77530645

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/078607 WO2022252720A1 (en) 2021-05-31 2022-03-01 Air conditioner control method and device, and air conditioner

Country Status (2)

Country Link
CN (1) CN113357773A (en)
WO (1) WO2022252720A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113357773A (en) * 2021-05-31 2021-09-07 青岛海尔空调器有限总公司 Method and device for air conditioner control and air conditioner
CN113932431B (en) * 2021-09-29 2023-03-21 青岛海尔空调器有限总公司 Method and device for controlling air conditioning equipment and fitness mirror

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006162151A (en) * 2004-12-07 2006-06-22 Osaka Gas Co Ltd Air-conditioning facility
CN107883535A (en) * 2017-10-24 2018-04-06 珠海格力电器股份有限公司 Air conditioning control method and device
CN107909023A (en) * 2017-11-13 2018-04-13 广东欧珀移动通信有限公司 Recognition methods, device, terminal and the storage medium of kinematic parameter
CN110647921A (en) * 2019-09-02 2020-01-03 腾讯科技(深圳)有限公司 User behavior prediction method, device, equipment and storage medium
CN112484229A (en) * 2020-11-30 2021-03-12 珠海格力电器股份有限公司 Air conditioner control method and device, electronic equipment and readable storage medium
CN113357773A (en) * 2021-05-31 2021-09-07 青岛海尔空调器有限总公司 Method and device for air conditioner control and air conditioner

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107730000A (en) * 2017-09-15 2018-02-23 珠海格力电器股份有限公司 Coolant leakage detection method and device for air-conditioning
CN110327595A (en) * 2019-05-09 2019-10-15 深圳市蝙蝠云科技有限公司 Motion capture identification and assessment device and method based on wearable sensors
CN112178861B (en) * 2020-09-28 2021-08-27 珠海格力电器股份有限公司 Control method and device of gymnasium air conditioner, controller and air conditioning system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006162151A (en) * 2004-12-07 2006-06-22 Osaka Gas Co Ltd Air-conditioning facility
CN107883535A (en) * 2017-10-24 2018-04-06 珠海格力电器股份有限公司 Air conditioning control method and device
CN107909023A (en) * 2017-11-13 2018-04-13 广东欧珀移动通信有限公司 Recognition methods, device, terminal and the storage medium of kinematic parameter
CN110647921A (en) * 2019-09-02 2020-01-03 腾讯科技(深圳)有限公司 User behavior prediction method, device, equipment and storage medium
CN112484229A (en) * 2020-11-30 2021-03-12 珠海格力电器股份有限公司 Air conditioner control method and device, electronic equipment and readable storage medium
CN113357773A (en) * 2021-05-31 2021-09-07 青岛海尔空调器有限总公司 Method and device for air conditioner control and air conditioner

Also Published As

Publication number Publication date
CN113357773A (en) 2021-09-07

Similar Documents

Publication Publication Date Title
WO2022252720A1 (en) Air conditioner control method and device, and air conditioner
KR101986327B1 (en) Method for providing posture guide and apparatus thereof
CN106650687B (en) Posture correction method based on depth information and skeleton information
CN108983973B (en) Control method of humanoid smart myoelectric artificial hand based on gesture recognition
CN105326500B (en) Action identification method and equipment based on surface electromyogram signal
JP5356690B2 (en) Method, system, and program for tracking a range of physical movement of a user
EP3337401B1 (en) Method and system for adjusting audio signals based on motion deviation
CN107016346A (en) gait identification method and system
CN110675475B (en) Face model generation method, device, equipment and storage medium
CN110333783B (en) Irrelevant gesture processing method and system for robust electromyography control
CN109815776B (en) Action prompting method and device, storage medium and electronic device
CN108681396A (en) Man-machine interactive system and its method based on brain-myoelectricity bimodal nerve signal
JP2008536208A (en) Space-time self-organizing map
CN108703824A (en) A kind of bionic hand control system and control method based on myoelectricity bracelet
CN103258215A (en) Multi-lead correlation analysis electroencephalo-graph (EEG) feature extraction method
CN102567716A (en) Face synthetic system and implementation method
CN107132915A (en) A kind of brain-machine interface method based on dynamic brain function network connection
CN108453736A (en) A kind of multiple degrees of freedom synchronization myoelectricity control method based on deep learning
CN110443113A (en) A kind of virtual reality Writing method, system and storage medium
Yuan et al. Smartphone-based activity recognition using hybrid classifier
CN108968989A (en) One kind based on it is psychologic stress training system and its application method
CN109740418B (en) Yoga action identification method based on multiple acceleration sensors
Samadani EMG channel selection for improved hand gesture classification
Li et al. EEG signal processing based on genetic algorithm for extracting mixed features
CN109814716B (en) Movement intention decoding method based on dynamic surface electromyographic signals

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22814768

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22814768

Country of ref document: EP

Kind code of ref document: A1