Movatterモバイル変換


[0]ホーム

URL:


CN112115025A - Energy consumption determination method and device for distributed equipment - Google Patents

Energy consumption determination method and device for distributed equipment
Download PDF

Info

Publication number
CN112115025A
CN112115025ACN202010928485.6ACN202010928485ACN112115025ACN 112115025 ACN112115025 ACN 112115025ACN 202010928485 ACN202010928485 ACN 202010928485ACN 112115025 ACN112115025 ACN 112115025A
Authority
CN
China
Prior art keywords
state data
time granularity
time
data
energy consumption
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010928485.6A
Other languages
Chinese (zh)
Other versions
CN112115025B (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.)
Qingdao Juhaolian Technology Co ltd
Original Assignee
Qingdao Juhaolian Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Qingdao Juhaolian Technology Co ltdfiledCriticalQingdao Juhaolian Technology Co ltd
Priority to CN202010928485.6ApriorityCriticalpatent/CN112115025B/en
Publication of CN112115025ApublicationCriticalpatent/CN112115025A/en
Application grantedgrantedCritical
Publication of CN112115025BpublicationCriticalpatent/CN112115025B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

The application relates to the technical field of data processing, and discloses a method and a device for determining energy consumption of distributed equipment, which are used for solving the problem that the energy consumption of the equipment in a preset time granularity cannot be accurately calculated. The method comprises the following steps: receiving each initial state data uploaded by the distributed equipment, and acquiring corresponding time information by analyzing each initial state data; dividing each initial state data based on each time information and a preset time granularity; performing time granularity boundary interpolation processing between two adjacent first state data sets of time granularity, and performing secondary division on each processed first state data set; and finally, determining the energy consumption of the distributed equipment in each time granularity based on each second state data set. And partitioning the first state data spanning two adjacent time granularities by adopting a time granularity boundary interpolation mode, and accurately counting a second state data set of the distributed equipment in each time granularity.

Description

Energy consumption determination method and device for distributed equipment
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a method and an apparatus for determining energy consumption of distributed devices.
Background
With the further development of the internet of things technology and the wide application in production and life, the mass sensing equipment continuously sends the acquired data to the data center for storage and management so as to analyze and process the data in time and realize effective sensing and data control.
However, the massive characteristic of the big data brings great challenges to the data storage and management work, in order to optimize the storage space of the massive data and reduce the time overhead of data statistical analysis, the industry adopts an incremental reporting data acquisition mode, so that the same sensing equipment reports the data to the data center only when the state parameter changes, the data center stores the data, and the data is not collected in the time period when the state parameter is not changed, so that only the historical data of the sensing equipment is stored in the data center, which causes great troubles and inconvenience to the later data analysis, and especially brings extra data processing and calculation overhead to the data statistics and analysis requirements (such as integral point data analysis) based on the time dimension.
In view of the above, it is desirable to design a new method for determining energy consumption of distributed devices to overcome the above-mentioned drawbacks.
Disclosure of Invention
The embodiment of the application provides an energy consumption determination method and an energy consumption determination device for distributed equipment, which are used for solving the problem that the energy consumption of the equipment in a preset time granularity cannot be accurately calculated.
The embodiment of the application provides the following specific technical scheme:
in a first aspect, an embodiment of the present application provides a method for determining energy consumption of distributed devices, including:
receiving each initial state data uploaded by the distributed equipment, and acquiring corresponding time information by analyzing each initial state data;
dividing each initial state data based on each time information and a preset time granularity to obtain a first state data set of the distributed equipment in each time granularity;
performing time granularity boundary interpolation processing between two adjacent first state data sets of time granularity to divide the first state data spanning the two adjacent time granularities;
performing secondary division on each processed first state data set to obtain a second state data set of the distributed equipment in each time granularity;
determining, based on the respective second state data sets, energy consumption of the distributed device within the respective time granularities.
Optionally, after receiving each initial state change data uploaded by the distributed device, before analyzing each initial state data, the method further includes:
determining corresponding data uploading timestamps by analyzing each initial state data;
and converting to obtain the data uploading date of each initial state data based on each data uploading timestamp.
Optionally, the dividing, based on each piece of time information and a preset time granularity, each piece of initial state data to obtain a first state data set of the distributed device in each time granularity includes:
and dividing the initial state data belonging to the same time granularity into a group to obtain a corresponding first state change data set based on the data uploading date and the preset time granularity of each initial state data.
Optionally, performing time granularity boundary interpolation processing between two adjacent time granularity first state data sets includes:
based on the last piece of first state data of the previous time granularity, three pieces of third state data are inserted between the first state data set of the previous time granularity and the first state data set of the current time granularity, wherein the data uploading timestamp of the first piece of third state data is the critical time of the previous time granularity, and the data uploading timestamps of the last two pieces of third state data are both the critical time of the current time granularity.
Optionally, determining, based on each second state data set, energy consumption of the distributed device in each time granularity, where determining, for one second state data set, energy consumption of the distributed device in one time granularity includes:
screening the second state data set to obtain second state data in a running state during data uploading, and dividing a plurality of second state data with continuous running time into a group;
determining the intra-group energy consumption of the distributed equipment in each group time period;
and adding the energy consumption in each group to obtain the total energy consumption of the distributed equipment in a time granularity.
In a second aspect, an embodiment of the present application further provides an apparatus for determining energy consumption of a distributed device, including:
the acquisition unit is used for receiving each initial state data uploaded by the distributed equipment and acquiring corresponding time information by analyzing each initial state data;
the dividing unit is used for dividing each initial state data based on each time information and a preset time granularity to obtain a first state data set of the distributed equipment in each time granularity;
performing time granularity boundary interpolation processing between two adjacent first state data sets of time granularity to divide the first state data spanning the two adjacent time granularities;
performing secondary division on each processed first state data set to obtain a second state data set of the distributed equipment in each time granularity;
a determining unit, configured to determine, based on each second state data set, energy consumption of the distributed device in each time granularity.
Optionally, the obtaining unit is further configured to:
determining corresponding data uploading timestamps by analyzing each initial state data;
and converting to obtain the data uploading date of each initial state data based on each data uploading timestamp.
Optionally, the dividing unit is configured to:
and dividing the initial state data belonging to the same time granularity into a group to obtain a corresponding first state change data set based on the data uploading date and the preset time granularity of each initial state data.
Optionally, the dividing unit is configured to:
based on the last piece of first state data of the previous time granularity, three pieces of third state data are inserted between the first state data set of the previous time granularity and the first state data set of the current time granularity, wherein the data uploading timestamp of the first piece of third state data is the critical time of the previous time granularity, and the data uploading timestamps of the last two pieces of third state data are both the critical time of the current time granularity.
Optionally, the determining unit is configured to:
screening the second state data set to obtain second state data in a running state during data uploading, and dividing a plurality of second state data with continuous running time into a group;
determining the intra-group energy consumption of the distributed equipment in each group time period;
and adding the energy consumption in each group to obtain the total energy consumption of the distributed equipment in a time granularity.
In a third aspect, an embodiment of the present application further provides a data processing apparatus, including:
a memory for storing program instructions;
and the processor is used for calling the program instructions stored in the memory and executing the energy consumption determination method of any one of the distributed devices according to the obtained program.
In a fourth aspect, an embodiment of the present application further provides a storage medium, which includes computer readable instructions, and when the computer readable instructions are read and executed by a computer, the computer is caused to execute the method for determining energy consumption of any one of the distributed devices.
The beneficial effect of this application is as follows:
in the embodiment of the application, each initial state data uploaded by the distributed equipment is received, and corresponding time information is obtained by analyzing each initial state data; dividing each initial state data based on each time information and a preset time granularity to obtain a first state data set of the distributed equipment in each time granularity; performing time granularity boundary interpolation processing between the first state data sets of two adjacent time granularities, and performing secondary division on each processed first state data set to obtain a second state data set of the distributed equipment in each time granularity; and finally, determining the energy consumption of the distributed equipment in each time granularity based on each second state data set. And segmenting the first state data spanning two adjacent time granularities by adopting a time granularity boundary interpolation mode, accurately counting a second state data set of the distributed equipment in each time granularity, and further accurately calculating the energy consumption of the distributed equipment in each time granularity.
Drawings
Fig. 1 is a schematic flowchart of determining energy consumption of a distributed device according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of an energy consumption determining apparatus of a distributed device according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present application.
Detailed Description
In order to solve the problem that the energy consumption of the device in the preset time granularity cannot be accurately calculated, a new technical scheme is provided in the embodiment of the application. The scheme comprises the following steps: receiving each initial state data uploaded by the distributed equipment, and acquiring corresponding time information by analyzing each initial state data; dividing each initial state data based on each time information and a preset time granularity to obtain a first state data set of the distributed equipment in each time granularity; performing time granularity boundary interpolation processing between the first state data sets of two adjacent time granularities, and performing secondary division on each processed first state data set to obtain a second state data set of the distributed equipment in each time granularity; and finally, determining the energy consumption of the distributed equipment in each time granularity based on each second state data set.
The following detailed description of preferred embodiments of the present application refers to the accompanying drawings.
Referring to fig. 1, the energy consumption determination process proposed in the embodiment of the present application is as follows:
s101: and receiving each initial state data uploaded by the distributed equipment, and acquiring corresponding time information by analyzing each initial state data.
In the embodiment of the application, each device is used as an independent sensing unit to monitor and upload data, and a distributed data acquisition and uploading mode is adopted, so that the processing pressure of the sensing device can be reduced, and the data processing device can conveniently count the historical data of each device.
When the distributed device monitors itself or the state of the monitored device changes, initial state data as shown in table 1 is generated. The distributed equipment refers to equipment with a sensing function, such as an air conditioner, a television, a washing machine and the like; the state change specifically means that the device is in an operating/non-operating state (i.e., a device switch, 0 indicates that the device is in a non-operating state, and 1 indicates that the device is in an operating state), the current of the device is increased/decreased, and the voltage of the device is increased/decreased.
TABLE 1
Figure BDA0002669328030000061
In order to facilitate statistics of historical data and energy consumption of the distributed devices in each time granularity, the initial state data may be preprocessed after receiving each initial state data uploaded by the distributed devices and before analyzing each initial state data, where the processed initial state data is shown in table 2.
TABLE 2
Figure BDA0002669328030000062
Optionally, determining a corresponding data uploading timestamp by analyzing each initial state data; and converting to obtain the data uploading date of each initial state data based on each data uploading timestamp. In the process of converting the data uploading date, the data uploading time stamp and the time zone where the equipment is located need to be jointly determined.
S102: and dividing each initial state data based on each time information and a preset time granularity to obtain a first state data set of the distributed equipment in each time granularity.
The time granularity of the embodiments of the present application refers to the basic unit of time, and thus, the time granularity may be hours, days, months, years, and the like. Taking the example that the time granularity is day and the time information is data uploading date, the initial state data are divided, so as to obtain a first state data set of the distributed device every day as shown in table 3.
TABLE 3
Figure BDA0002669328030000071
Figure BDA0002669328030000072
S103: and performing time granularity boundary interpolation processing between the first state data sets of two adjacent time granularities to divide the first state data of two adjacent time granularities.
In order to optimize the storage space of mass data, when the distributed device monitors that the state of the distributed device or the monitored device changes, the distributed device sends initial state data to the data processing device, but data is not collected in a time period when the state does not change, so that only historical data of the distributed device is stored in the data processing device, once a certain piece of state data of the distributed device spans two adjacent time granularities, the data processing device cannot finely divide the piece of state data, and the finally counted energy consumption of the distributed device in the two time granularities is inaccurate. In order to solve the above problem, in the embodiment of the present application, time granularity boundary interpolation processing is adopted to segment the first state data spanning two adjacent time granularities.
Optionally, the time granularity boundary interpolation processing process includes: inserting three pieces of third state data between the first state data set of the last time granularity and the first state data set of the current time granularity on the basis of the last piece of first state data of the last time granularity; the data uploading timestamp of the first piece of third state data is the critical time of the last time granularity, and the data uploading timestamps of the last two pieces of third state data are both the critical time of the current time granularity.
Critical time refers to the start/end of the time granularity. Taking the time granularity as a day as an example, as shown in table 4, the data upload time stamp of the first piece of third state data is 24 points of the nth-1 day, and the data upload time stamps of the last two pieces of third state data are zero points of the nth day. In order to facilitate the data processing device to distinguish the inserted first piece of third state data from the inserted third piece of third state data, the second piece of third state data is inserted between the first piece of third state data and the third piece of third state data, in the data, the device switch is set to be 0, which indicates that the device is in the non-operation state at the zero point of the nth day, and since the device switch of the third piece of third state data is set to be 1, which indicates that the device is in the operation state at the zero point of the nth day, the newly inserted second piece of third state data does not influence the data processing device to count the energy consumption of the distributed device at the nth day.
TABLE 4
Figure BDA0002669328030000081
Figure BDA0002669328030000091
Figure BDA0002669328030000092
Figure BDA0002669328030000093
S104: and carrying out secondary division on each processed first state data set to obtain a second state data set of the distributed equipment in each time granularity.
According to the time information (namely the data uploading date) of each first state data, dividing the first state data belonging to the same time granularity into a group to obtain a corresponding second state data set.
S105: based on each second state data set, energy consumption of the distributed device within each time granularity is determined.
After the historical data of the distributed equipment in each time granularity is counted, the distributed equipment can generate energy consumption only when in the running state, so that second state data in the running state when the data are uploaded are screened out, the energy consumption generated when the distributed equipment runs is calculated respectively, and the total energy consumption generated by the distributed equipment in the time granularity is determined. For convenience of description, the energy consumption determination process of the distributed device in the time granularity is described by taking a second state data set as an example.
First, the second state data set is subjected to screening processing to obtain second state data (namely, data with the device switch set to 1) in an operating state during data uploading, and a plurality of second state data with continuous operating time are divided into a group.
Secondly, determining the group energy consumption of the distributed equipment in each group time period by adopting a formula (1) or a formula (2). Wherein, P of formula (1)n-1Represents the real-time power, P, corresponding to the (n-1) th data uploading time stampnRepresents the real-time power corresponding to the nth data uploading time stamp, Tn-1Represents the (n-1) th data upload time stamp, TnRepresenting an nth data uploading time stamp; formula (2) In-1U of (1)n-1 In-1And current and voltage I respectively representing the n-1 th data uploading time stampnAnd UnIndicating the current and voltage corresponding to the nth data upload time stamp.
W=(Pn-1+Pn)*(Tn-Tn-1) Equation (1) of 2;
W=(In-1*Un-1+In*Un)*(Tn-Tn-1) Equation (2) ÷ 2;
and finally, adding the energy consumption in each group to obtain the total energy consumption of the distributed equipment in a time granularity.
Based on the same inventive concept, in the embodiment of the present invention, an apparatus for determining energy consumption of distributed devices is provided, as shown in fig. 2, and includes at least an obtainingunit 201, adividing unit 202, and a determiningunit 203,
an obtainingunit 201, configured to receive each initial state data uploaded by the distributed device, and obtain corresponding time information by analyzing each initial state data;
adividing unit 202, configured to divide each initial state data based on each piece of time information and a preset time granularity, to obtain a first state data set of the distributed device in each time granularity;
performing time granularity boundary interpolation processing between two adjacent first state data sets of time granularity to divide the first state data spanning the two adjacent time granularities;
performing secondary division on each processed first state data set to obtain a second state data set of the distributed equipment in each time granularity;
a determiningunit 203, configured to determine, based on each second state data set, energy consumption of the distributed device in each time granularity.
Optionally, the obtainingunit 201 is further configured to:
determining corresponding data uploading timestamps by analyzing each initial state data;
and converting to obtain the data uploading date of each initial state data based on each data uploading timestamp.
Optionally, the dividingunit 202 is configured to:
and dividing the initial state data belonging to the same time granularity into a group to obtain a corresponding first state change data set based on the data uploading date and the preset time granularity of each initial state data.
Optionally, the dividingunit 202 is configured to:
based on the last piece of first state data of the previous time granularity, three pieces of third state data are inserted between the first state data set of the previous time granularity and the first state data set of the current time granularity, wherein the data uploading timestamp of the first piece of third state data is the critical time of the previous time granularity, and the data uploading timestamps of the last two pieces of third state data are both the critical time of the current time granularity.
Optionally, the determiningunit 203 is configured to:
screening the second state data set to obtain second state data in a running state during data uploading, and dividing a plurality of second state data with continuous running time into a group;
determining the intra-group energy consumption of the distributed equipment in each group time period;
and adding the energy consumption in each group to obtain the total energy consumption of the distributed equipment in a time granularity.
Based on the same inventive concept, in the embodiment of the present invention, a computing device is provided, as shown in fig. 3, which at least includes amemory 301 and at least oneprocessor 302, where thememory 301 and theprocessor 302 complete communication with each other through a communication bus;
thememory 301 is used to store program instructions;
theprocessor 302 is configured to call the program instructions stored in thememory 301, and execute the aforementioned method for determining the power consumption of the distributed device according to the obtained program.
Based on the same inventive concept, in an embodiment of the present invention, a storage medium is provided, which at least includes computer readable instructions, and when the computer reads and executes the computer readable instructions, the computer is caused to execute the method for determining the energy consumption of the distributed device.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various modifications and variations can be made in the embodiments of the present invention without departing from the spirit or scope of the embodiments of the invention. Thus, if such modifications and variations of the embodiments of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to encompass such modifications and variations.

Claims (10)

1. The method for determining the energy consumption of the distributed equipment is applied to the data processing equipment and comprises the following steps:
receiving each initial state data uploaded by the distributed equipment, and acquiring corresponding time information by analyzing each initial state data;
dividing each initial state data based on each time information and a preset time granularity to obtain a first state data set of the distributed equipment in each time granularity;
performing time granularity boundary interpolation processing between two adjacent first state data sets of time granularity to divide the first state data spanning the two adjacent time granularities;
performing secondary division on each processed first state data set to obtain a second state data set of the distributed equipment in each time granularity;
determining, based on the respective second state data sets, energy consumption of the distributed device within the respective time granularities.
2. The method of claim 1, wherein after receiving each initial state change data uploaded by a distributed device, prior to parsing the each initial state data, further comprising:
determining corresponding data uploading timestamps by analyzing each initial state data;
and converting to obtain the data uploading date of each initial state data based on each data uploading timestamp.
3. The method of claim 2, wherein dividing the initial state data based on the time information and the time granularity to obtain a first state data set of the distributed device in the time granularity comprises:
and dividing the initial state data belonging to the same time granularity into a group to obtain a corresponding first state change data set based on the data uploading date and the preset time granularity of each initial state data.
4. The method of claim 1, wherein performing time-granularity boundary interpolation processing between two adjacent time-granularity first state data sets comprises:
based on the last piece of first state data of the previous time granularity, three pieces of third state data are inserted between the first state data set of the previous time granularity and the first state data set of the current time granularity, wherein the data uploading timestamp of the first piece of third state data is the critical time of the previous time granularity, and the data uploading timestamps of the last two pieces of third state data are both the critical time of the current time granularity.
5. The method of any of claims 1-4, wherein determining the energy consumption of the distributed device at each time granularity based on each second set of state data, wherein determining the energy consumption of the distributed device at one time granularity for one second set of state data comprises:
screening the second state data set to obtain second state data in a running state during data uploading, and dividing a plurality of second state data with continuous running time into a group;
determining the intra-group energy consumption of the distributed equipment in each group time period;
and adding the energy consumption in each group to obtain the total energy consumption of the distributed equipment in a time granularity.
6. An apparatus for determining energy consumption of a distributed device, applied to a data processing device, includes:
the acquisition unit is used for receiving each initial state data uploaded by the distributed equipment and acquiring corresponding time information by analyzing each initial state data;
the dividing unit is used for dividing each initial state data based on each time information and a preset time granularity to obtain a first state data set of the distributed equipment in each time granularity;
performing time granularity boundary interpolation processing between two adjacent first state data sets of time granularity to divide the first state data spanning the two adjacent time granularities;
performing secondary division on each processed first state data set to obtain a second state data set of the distributed equipment in each time granularity;
a determining unit, configured to determine, based on each second state data set, energy consumption of the distributed device in each time granularity.
7. The apparatus of claim 6, wherein the obtaining unit is further to:
determining corresponding data uploading timestamps by analyzing each initial state data;
and converting to obtain the data uploading date of each initial state data based on each data uploading timestamp.
8. The apparatus of claim 7, wherein the partitioning unit is to:
and dividing the initial state data belonging to the same time granularity into a group to obtain a corresponding first state change data set based on the data uploading date and the preset time granularity of each initial state data.
9. A data processing apparatus, characterized by comprising:
a memory for storing program instructions;
a processor for calling program instructions stored in said memory to execute the method of any one of claims 1 to 5 in accordance with the obtained program.
10. A storage medium comprising computer readable instructions which, when read and executed by a computer, cause the computer to perform the method of any one of claims 1 to 5.
CN202010928485.6A2020-09-072020-09-07Energy consumption determining method and device for distributed equipmentActiveCN112115025B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202010928485.6ACN112115025B (en)2020-09-072020-09-07Energy consumption determining method and device for distributed equipment

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202010928485.6ACN112115025B (en)2020-09-072020-09-07Energy consumption determining method and device for distributed equipment

Publications (2)

Publication NumberPublication Date
CN112115025Atrue CN112115025A (en)2020-12-22
CN112115025B CN112115025B (en)2024-04-02

Family

ID=73803307

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202010928485.6AActiveCN112115025B (en)2020-09-072020-09-07Energy consumption determining method and device for distributed equipment

Country Status (1)

CountryLink
CN (1)CN112115025B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113592116A (en)*2021-09-282021-11-02阿里云计算有限公司Equipment state analysis method, device, equipment and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
JP2010181982A (en)*2009-02-032010-08-19Fuji Electric Fa Components & Systems Co LtdData collection and control device and deficiency data interpolation processing method
US20100235144A1 (en)*2008-04-242010-09-16David Mosberger-TangMethod and system for automated monitoring of the production and/or consumption of meterable substances or thermodynamically quantifiable entities, including power and energy
CN106777527A (en)*2016-11-242017-05-31上海市特种设备监督检验技术研究院Monkey operation energy consumption analysis method based on neural network model
CN109086447A (en)*2018-08-202018-12-25珠海格力电器股份有限公司Energy consumption detection method and device for heat pump equipment, computer equipment and storage medium
CN109114805A (en)*2018-07-172019-01-01珠海格力电器股份有限公司Method and device for determining equipment energy consumption
CN109800217A (en)*2018-12-282019-05-24南京天溯自动化控制系统有限公司A kind of restorative procedure, device and the electronic equipment of continuous abnormal energy consumption data
CN111046026A (en)*2019-11-032020-04-21复旦大学Constraint optimization-based missing energy consumption data filling method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20100235144A1 (en)*2008-04-242010-09-16David Mosberger-TangMethod and system for automated monitoring of the production and/or consumption of meterable substances or thermodynamically quantifiable entities, including power and energy
JP2010181982A (en)*2009-02-032010-08-19Fuji Electric Fa Components & Systems Co LtdData collection and control device and deficiency data interpolation processing method
CN106777527A (en)*2016-11-242017-05-31上海市特种设备监督检验技术研究院Monkey operation energy consumption analysis method based on neural network model
CN109114805A (en)*2018-07-172019-01-01珠海格力电器股份有限公司Method and device for determining equipment energy consumption
CN109086447A (en)*2018-08-202018-12-25珠海格力电器股份有限公司Energy consumption detection method and device for heat pump equipment, computer equipment and storage medium
CN109800217A (en)*2018-12-282019-05-24南京天溯自动化控制系统有限公司A kind of restorative procedure, device and the electronic equipment of continuous abnormal energy consumption data
CN111046026A (en)*2019-11-032020-04-21复旦大学Constraint optimization-based missing energy consumption data filling method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
周璇;崔少伟;周裕东;: "办公建筑逐时能耗异常数据在线插补方法", 建筑科学, no. 06*

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113592116A (en)*2021-09-282021-11-02阿里云计算有限公司Equipment state analysis method, device, equipment and storage medium
CN113592116B (en)*2021-09-282022-03-01阿里云计算有限公司Equipment state analysis method, device, equipment and storage medium

Also Published As

Publication numberPublication date
CN112115025B (en)2024-04-02

Similar Documents

PublicationPublication DateTitle
CN110460656B (en)Industry environmental protection thing networking remote monitoring cloud platform
CN103577268B (en)Adaptive resource Supply Method based on application load
US9244711B1 (en)Virtual machine capacity planning
CN105956734A (en)Method and system for dynamically setting performance index threshold of IT equipment
US20060265192A1 (en)Systems and methods for organizing and storing data
CN1972210A (en)Network monitoring method and its system
CN111382031B (en)Test method and device
CN111506610B (en)Real-time stream data preprocessing method oriented to tobacco industry production site
CN109857618A (en)A kind of monitoring method, apparatus and system
CN113835626B (en)Method and device for determining usable time length of disk
CN112115025B (en)Energy consumption determining method and device for distributed equipment
CN106503841B (en)method and device for determining index threshold
CN119002438B (en) Intelligent scheduling system and method for brake disc production line
WO2017150286A1 (en)System analyzing device, system analyzing method, and computer-readable recording medium
CN116827350A (en)Flexible work platform intelligent supervision method and system based on cloud edge cooperation
JP2022535442A (en) Methods and apparatus for facilitating storage of data from industrial automation control systems or power systems
CN112070264A (en)Big data-based equipment predictive maintenance method
CN118550709B (en) A method and system for efficiently processing and analyzing intelligent inspection data
CN118760024B (en) A PAR intelligent operation precision control system and method
CN112232960B (en)Transaction application system monitoring method and device
CN114064382A (en)Abnormity monitoring method, device, equipment and storage medium
CN111026624A (en) Fault prediction method and device for power grid information system
US10656637B2 (en)Monitoring system and monitoring method
KR102180238B1 (en)Method for measuring indirectly tool wear of CNC machine
CN119597570A (en) A method, device and equipment for monitoring hard disk operation status

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp