WO2022236809A1 - Système et procédé de collecte de données, dispositif électronique et support de stockage - Google Patents

Système et procédé de collecte de données, dispositif électronique et support de stockage Download PDF

Info

Publication number
WO2022236809A1
WO2022236809A1 PCT/CN2021/093831 CN2021093831W WO2022236809A1 WO 2022236809 A1 WO2022236809 A1 WO 2022236809A1 CN 2021093831 W CN2021093831 W CN 2021093831W WO 2022236809 A1 WO2022236809 A1 WO 2022236809A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
power station
photovoltaic power
data
data information
Prior art date
Application number
PCT/CN2021/093831
Other languages
English (en)
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 华北电力大学扬中智能电气研究中心
Priority to PCT/CN2021/093831 priority Critical patent/WO2022236809A1/fr
Publication of WO2022236809A1 publication Critical patent/WO2022236809A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Definitions

  • the present invention relates to the technical field of data collection, in particular to a data collection system, method, electronic equipment and storage medium.
  • the photovoltaic data acquisition system is used to collect the operating data of photovoltaic power stations.
  • the scale and collection volume of traditional photovoltaic data acquisition systems are small, and the scale of photovoltaic power stations is getting larger and larger, especially the development of distributed photovoltaic power stations. faster, and the demand for data acquisition accuracy is getting higher and higher, resulting in an increasing amount of photovoltaic data acquisition.
  • the current photovoltaic data acquisition system is not effective in collecting and storing such a large amount of photovoltaic data.
  • the current photovoltaic data acquisition mostly uses the HTTP protocol for data transmission during the uploading and communication of collected data, resulting in high network overhead, resulting in low data collection efficiency, system instability and low scalability of the photovoltaic data collection system.
  • embodiments of the present invention provide a data collection system, method, electronic equipment, and storage medium.
  • the gateway acquisition module is used to obtain the operation data information of the connected photovoltaic power station, and send the currently acquired operation data information of the photovoltaic power station to the MQTT server;
  • the data statistics module is used to obtain the cached photovoltaic power station operation data information from the REDIS cache according to a preset time period, and perform statistics on the obtained photovoltaic power station operation data information, obtain data statistics information, and store the obtained The data statistics information is sent to the database for storage.
  • the operation data information of the photovoltaic power station includes at least operation data information and inverter operation data information of each photovoltaic node in the photovoltaic power station;
  • the front-end server is configured to receive a data query request sent by a client, obtain data satisfying query conditions from the database or REDIS cache, and return the data satisfying query conditions to the client.
  • the data query request when the query condition is to query real-time data, includes the identification information of the target photovoltaic power station and the identification information of the query object, wherein the query object includes the PV nodes and/or inverters in the target PV power plant;
  • the front-end server is specifically configured to acquire the identification information of the target photovoltaic power station and the current real-time operation data information corresponding to the identification information of the query object from the currently cached data in the REDIS cache, and obtain the acquired Current data information is returned to the client.
  • the data query request when the query condition is to query statistical data, includes the identification information of the target photovoltaic power station requested to query, the identification information of the query object, and the start and end time information of the query period, wherein,
  • the query objects include photovoltaic nodes and/or inverters in the target photovoltaic power station;
  • the data storage module is further configured to push the abnormality log information to a corresponding client when it is determined that the operation data information of the photovoltaic power station is abnormal.
  • the client includes a physical sorting interface, a wiring diagram interface and a data statistics interface, wherein:
  • the physical sorting interface is used to display the physical position sorting of each photovoltaic node in the photovoltaic power station managed by the client and the real-time operation data information of each photovoltaic node;
  • the wiring diagram interface is used to display the connection wiring diagram of photovoltaic nodes and inverters in the photovoltaic power station managed by the client;
  • the data statistics interface is used to display the respective data statistics information and operation status information of each photovoltaic node and inverter in the photovoltaic power station managed by the client.
  • the operating data information of the photovoltaic power station includes at least the operating data information of each photovoltaic node in the photovoltaic power station and the inverter operating data information; the operating data information of the photovoltaic power station is collected by the gateway
  • the module is acquired and sent to the MQTT server in the following manner: the gateway acquisition module sends data requests to the photovoltaic node and the inverter respectively in a polling manner, and receives the returned operating data of the photovoltaic node information and the inverter operation data information, data verification is performed on the operation data information of the photovoltaic node and the inverter operation data information respectively, and the operation data information and the inverter operation data information of the photovoltaic node that have passed the verification
  • the operating data information is converted into a preset data format and then sent to the MQTT server.
  • the method further includes:
  • the abnormal log information is pushed to the corresponding client, and the operation data information of the photovoltaic power station includes at least the operation data information and inverse information of each photovoltaic node in the photovoltaic power station.
  • Transformer operating data information When it is determined that there is an abnormality in the operation data of the photovoltaic power station, the abnormal log information is pushed to the corresponding client, and the operation data information of the photovoltaic power station includes at least the operation data information and inverse information of each photovoltaic node in the photovoltaic power station.
  • Transformer operating data information is provided.
  • an embodiment of the present invention provides an electronic device, including a memory, a processor, and a computer program stored on the memory and operable on the processor, and the processor implements the program when executing the program.
  • the data collection method described in the present invention is not limited to:
  • an embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, and when the program is executed by a processor, the steps in the data collection method of the present invention are implemented.
  • the data acquisition system includes at least one gateway acquisition module, MQTT (Message Queuing Telemetry Transport, message queue telemetry transmission) server, at least one data storage module and data statistics module, and the gateway acquisition module obtains the connected photovoltaic power generation station operation data information, and send the currently obtained photovoltaic power station operation data information to the MQTT server.
  • the MQTT server receives the photovoltaic power station operation data information sent by the gateway acquisition module, and distributes the photovoltaic power station operation data information to the corresponding
  • the data storage module, the data storage module that has subscribed to the information of the MQTT server receives the operation data information of the photovoltaic power station sent by the MQTT server.
  • the data storage module When it is determined that the operation data information of the photovoltaic power station is abnormal, the data storage module records the abnormal log information, and sends The abnormal log information is sent to the database for storage. When it is determined that there is no abnormality in the operation data information of the photovoltaic power station, the data storage module sends the operation data information of the photovoltaic power station to the REDIS (Remote Dictionary Server, remote dictionary service) cache for caching.
  • the data statistics module obtains temporarily stored photovoltaic power station operating data information from the REDIS cache according to the preset time period, and performs statistics on the obtained photovoltaic power station operating data information, obtains data statistical information, and sends the data statistical information to the database for further processing.
  • Fig. 2 is a schematic flow diagram of the implementation of the data acquisition method implemented on the MQTT server side provided by the embodiment of the present invention
  • FIG. 3 is a schematic diagram of the implementation process of the data collection method implemented on the side of the gateway collection module provided by the embodiment of the present invention.
  • FIG. 4 is a schematic diagram of the implementation flow of the data collection method implemented on the side of the data storage module provided by the embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of an electronic device provided by an embodiment of the present invention.
  • Photovoltaic power stations include photovoltaic modules (solar battery modules), inverters, combiner boxes, power distribution cabinets, box transformers and other operating equipment.
  • Photovoltaic modules consist of a certain number of photovoltaic panels (that is, solar cells) in series and parallel.
  • the traditional photovoltaic operation and maintenance system only monitors photovoltaic modules, and does not have the function of monitoring individual photovoltaic panels. If a single photovoltaic panel operates abnormally, it may cause abnormalities in the entire photovoltaic module. It is often difficult for professional users to find the point of failure.
  • the scale and amount of collection of traditional photovoltaic data collection systems are small, and the scale of photovoltaic power stations is getting larger and larger, especially the development of distributed photovoltaic power stations is getting faster and faster, and the demand for data collection accuracy is getting higher and higher, resulting in photovoltaic
  • the amount of data collection is also increasing.
  • the current photovoltaic data collection system is not effective in collecting and storing such a large amount of photovoltaic data, and cannot concurrently process massive data, which indirectly affects the development of photovoltaic systems.
  • the current photovoltaic data acquisition system mostly uses the HTTP protocol for data transmission in the process of uploading and communicating collected data. Re-establishing an HTTP connection for each new request message will lead to high network overhead, resulting in the failure of the photovoltaic data acquisition system.
  • the data collection efficiency is low, the system is unstable and the scalability is not high.
  • embodiments of the present invention provide a data acquisition system, method, electronic equipment, and storage medium.
  • the data collection system includes at least one gateway collection module 11, MQTT server 12, at least one data storage module 13 and data statistics module 14, each The gateway acquisition module 11 can be connected to a photovoltaic power station through a network, wherein:
  • the gateway acquisition module 11 is used to acquire the operating data information of the connected photovoltaic power station, and send the currently acquired operating data information of the photovoltaic power station to the MQTT server.
  • the operation data information of the photovoltaic power station may include, but is not limited to, the operation data information and inverter operation data information of each photovoltaic node in the photovoltaic power station, where each photovoltaic node is the composition of the photovoltaic modules in the photovoltaic power station
  • the operating data information of the photovoltaic node may include, but is not limited to: information such as temperature, voltage, current, and signal strength of the photovoltaic panel
  • the operating data information of the inverter may include, but is not limited to: the input power of the inverter, Inverter efficiency, active power, insulation resistance value, cumulative power generation and other information.
  • the operating data information of the photovoltaic power station may also include the operating data information of other operating equipment in the photovoltaic power station, such as combiner boxes, power distribution cabinets, box transformers, etc. This is not limited by the embodiment of the present invention.
  • the operation data information of each photovoltaic node and the inverter operation data information are taken as examples for illustration.
  • Each gateway acquisition module 11 and each photovoltaic node in the corresponding photovoltaic power station can collect the operation data information of each photovoltaic node through the wireless module, and can collect the inverter operation data information through 485 wired transmission.
  • Each gateway acquisition module 11 is specifically used to send data requests to the photovoltaic nodes and inverters in the corresponding photovoltaic power station in a polling manner, and receive the returned operating data information of photovoltaic nodes and inverter operating data information, Perform data verification on the operating data information of the photovoltaic node and the inverter operating data information, and convert the operating data information of the photovoltaic node and the inverter operating data information that have passed the verification into a preset data format and send it to the MQTT server 12 .
  • the gateway acquisition module 11 polls and sends data requests to the photovoltaic nodes in the photovoltaic power station connected to it in a cyclic manner. After the photovoltaic node receives the data request, it returns the operating data of the current photovoltaic node to the gateway acquisition module 11. information, after the gateway acquisition module 11 receives the operating data information of the current photovoltaic node returned by the photovoltaic node, it performs data verification on the operating data information of the photovoltaic current photovoltaic node, such as CRC verification, and when the verification is passed, the current photovoltaic node The operating data information of the photovoltaic node is converted into JSON format and sent to the MQTT server 12 through the network port.
  • the gateway collection module 11 polls and sends data requests to the inverters in the photovoltaic power stations connected to it in a cyclic manner. After receiving the data requests, the inverter returns the current inverter running status Data information, after the gateway acquisition module 11 receives the current inverter operation data information returned by the inverter, it performs data verification on the current inverter operation data information, such as CRC verification, and when the verification is passed, the current inverter operation data information is verified. The inverter operation data information is converted into JSON format and sent to the MQTT server 12 through the network port. If the verification fails, the inverter operation data information is discarded.
  • the MQTT protocol is a publish/subscribe message protocol designed for remote devices with low hardware performance and poor network quality. Due to the complex operating environment of photovoltaic power stations, the MQTT protocol is suitable as a reporting protocol for collecting operating data of photovoltaic power stations, and , the system and the gateway acquisition module 11 do not need to formulate complex protocols, the transmitted data is more intuitive, and the coupling degree is lower.
  • the MQTT server 12 is used to receive the operation data information of the photovoltaic power station, and distribute the operation data information of the photovoltaic power station to corresponding data storage modules according to the subscription information.
  • each data storage module 13 subscribes to the MQTT server 12, and each data storage module 13 can subscribe to the same topic to the MQTT server 12 to obtain the photovoltaic power station operation data information.
  • the MQTT server 12 can send the operation data information of different photovoltaic nodes and the inverter operation data information to different data storage modules 13 in parallel when the MQTT server 12 sends the operation data information of the photovoltaic power station, so as to ensure sufficient Storage space, and improve the efficiency of data transmission.
  • Data storage module 13 is used for subscribing to MQTT server 12, receives the photovoltaic power station operation data information that MQTT server 12 sends; When determining that there is abnormality in photovoltaic power station operation data information, then record abnormal log information, and abnormal log information is sent to The database is stored; when it is determined that there is no abnormality in the operation data information of the photovoltaic power station, the operation data information of the photovoltaic power station is sent to the REDIS cache for caching.
  • the data storage module 13 After the data storage module 13 receives the operating data information of the photovoltaic node and the inverter operating data information in the JSON format sent by the MQTT server 12, it parses the operating data information and the inverter operating data information of the photovoltaic nodes in the JSON format , respectively judge whether there is any abnormality in the operating data information of the photovoltaic node and the inverter operating data information, if there is an abnormality, record the corresponding abnormal log information, and persist the abnormal log information into the database, if there is no abnormality, save the photovoltaic node Node operating data information and inverter operating data information are sent to the REDIS cache for caching, that is, real-time photovoltaic node operating data information and real-time inverter operating data information are temporarily stored in the REDIS cache, so that when When users query the implementation and operation data information of photovoltaic nodes and inverters through the client, they can be obtained directly from the REDIS cache, which improves the efficiency of data acquisition and eases
  • the data storage module 13 is further configured to push the abnormality log information to the corresponding client when it is determined that there is an abnormality in the operation data information of the photovoltaic power station.
  • the data storage module 13 can start the abnormal push service, and the abnormal data information can be pushed to the corresponding client in the form of a short message to remind the user ( Such as operation and maintenance personnel), and record the corresponding exception log information, and persist the exception log information into the database.
  • single-board monitoring is performed on each photovoltaic panel in the photovoltaic power station to accurately locate the fault point.
  • the operation and maintenance personnel can accurately locate the fault occurrence point through the front-end web page of the client, improving Improve operation and maintenance efficiency and reduce security risks.
  • the data statistics module 14 is used to obtain the cached photovoltaic power station operation data information from the REDIS cache according to the preset time period, and perform statistics on the obtained photovoltaic power station operation data information, obtain data statistics information, and send the data statistics information to the database for storage.
  • the data statistics module 14 can create a timed task in advance, and execute regularly according to the preset time period to obtain the current buffered photovoltaic power plant operating data from the REDIS cache.
  • the preset time period can be set to 1 hour, 1 day, or 1 week. Or 1 month, which is not limited in this embodiment of the present invention.
  • the data statistics module 14 performs statistics on the obtained operating data of the photovoltaic power station in the current period (that is, within one hour), and obtains the corresponding photovoltaic node and/or inverter Data statistics information of each inverter in the current statistical period, and persist the obtained data statistics information of photovoltaic nodes and/or inverters in the current period into the database for storage, where the data statistics information of photovoltaic nodes is taken as an example , may include, but is not limited to: the highest temperature information, the lowest temperature information, the average temperature information, the highest voltage information, the lowest voltage information, the highest current information, the lowest current information, and the highest signal strength for each photovoltaic node acquired in the current period information, minimum signal strength information and
  • the data acquisition system may also include a front-end server, wherein:
  • the front-end server is configured to receive the data query request sent by the client, obtain data satisfying the query condition from the database or REDIS cache, and return the data satisfying the query condition to the client.
  • the query condition can be to query real-time data, and can also be to query statistical data.
  • the data query request includes the identification information of the target photovoltaic power station and the identification information of the query object
  • the query object includes photovoltaic nodes and/or inverters in the target photovoltaic power station
  • the identifier of the photovoltaic node may be the physical address of the photovoltaic node
  • the identifier of the inverter may be the physical address of the inverter.
  • the front-end server is specifically used to obtain the identification information of the target photovoltaic power station and the current real-time operation data information corresponding to the identification information of the query object from the currently cached data in the REDIS cache, and will obtain the current Data information is returned to the client.
  • the data query request includes the identification information of the target photovoltaic power station that requests the query, the identification information of the query object, and the start and end time information of the query period, wherein the query object includes the target photovoltaic power station.
  • PV nodes and/or inverters are examples of the target photovoltaic power station that requests the query, the identification information of the query object, and the start and end time information of the query period, wherein the query object includes the target photovoltaic power station.
  • the front-end server is specifically used to obtain the identification information of the target photovoltaic power station and the data statistical information corresponding to the identification information of the query object in the query period from the database, and return the obtained data statistical information to the client.
  • the user wants to view the current operating data information of the photovoltaic power station
  • he can send a data query request for real-time data to the front-end server through the client, and the front-end server can directly obtain the current operating data of the photovoltaic power station from the REDIS cache.
  • Operational data information improves the efficiency of data acquisition.
  • the client can send a data query request for statistical data to the front-end server, and the front-end server can directly obtain the current operating data information of the photovoltaic power station from the database.
  • the front-end server can obtain the requested data from the REDIS cache and the database in parallel, further improving the efficiency of data acquisition.
  • the front-end webpage interface in the client may include a physical sorting interface, a wiring diagram interface and a data statistics interface, wherein:
  • the physical sorting interface is used to display the physical position sorting of each photovoltaic node in the photovoltaic power station managed by the client and the real-time operation data information of each photovoltaic node.
  • the wiring diagram interface is used to display the connection wiring diagram of photovoltaic nodes and inverters in the photovoltaic power station managed by the client.
  • the wiring diagram interface can quickly locate which inverter the photovoltaic node is connected to and which photovoltaic component of the inverter the photovoltaic node is located in, so that users can view it more intuitively.
  • the data statistics interface is used to display the respective data statistics and operating status information of each photovoltaic node and inverter in the photovoltaic power station managed by the client.
  • the data acquisition system includes at least one gateway acquisition module, MQTT (Message Queuing Telemetry Transport, message queue telemetry transmission) server, at least one data storage module and data statistics module, and the gateway acquisition module obtains the connected photovoltaic power generation station operation data information, and send the currently obtained photovoltaic power station operation data information to the MQTT server.
  • the MQTT server receives the photovoltaic power station operation data information sent by the gateway acquisition module, and distributes the photovoltaic power station operation data information to the corresponding
  • the data storage module, the data storage module that has subscribed to the information of the MQTT server receives the operation data information of the photovoltaic power station sent by the MQTT server.
  • the data storage module When it is determined that the operation data information of the photovoltaic power station is abnormal, the data storage module records the abnormal log information, and sends The abnormal log information is sent to the database for storage. When it is determined that there is no abnormality in the operation data information of the photovoltaic power station, the data storage module sends the operation data information of the photovoltaic power station to the REDIS (Remote Dictionary Server, remote dictionary service) cache for caching.
  • the data statistics module obtains temporarily stored photovoltaic power station operating data information from the REDIS cache according to the preset time period, and performs statistics on the obtained photovoltaic power station operating data information, obtains data statistical information, and sends the data statistical information to the database for further processing.
  • the data acquisition system adopts a multi-level distributed architecture.
  • the gateway module can be used to collect different photovoltaic power station operating data.
  • the data upload adopts the lightweight MQTT communication protocol to ensure The high availability of the data acquisition system improves the efficiency of data acquisition. Since the system function modules are distributed, the coupling degree of the system is reduced.
  • the distributed architecture can redundant the system to eliminate single point failures.
  • the system has high reliability and the system The availability and scalability are higher, and the operation speed is faster.
  • the normal operation data information of the photovoltaic power station is temporarily stored in the REDIS cache, so that users can obtain real-time relevant data of the photovoltaic power station and other services to facilitate the operation of the photovoltaic power station.
  • the statistics of operation data, the abnormal log information and data statistics information are persisted in the database, and the remote monitoring of the photovoltaic power station is convenient for users to grasp the key equipment of the photovoltaic power station and the overall operation status and information of the power station.
  • the embodiment of the present invention also provides a data collection method, which is applied to the above-mentioned data collection system provided by the embodiment of the present invention and implemented on the MQTT server side. Because the above-mentioned data collection method solves the problem and the data collection system Similar, therefore, the implementation of the above method can refer to the implementation of the system, and the repetition will not be repeated.
  • FIG. 2 it is a schematic diagram of the implementation process of the data collection method implemented on the MQTT server side provided by the embodiment of the present invention, and may include the following steps:
  • the MQTT server receives the photovoltaic power station operation data information sent by the gateway collection module, and the photovoltaic power station operation data information is obtained by the gateway collection module from the connected photovoltaic power station.
  • the MQTT server distributes the operating data information of the photovoltaic power station to the corresponding data storage module according to the subscription information, so that when the data storage module determines that there is an abnormality in the operating data information of the photovoltaic power station, it will record the abnormality Log information, and send the abnormal log information to the database for storage, when it is determined that there is no abnormality in the operation data information of the photovoltaic power station, then send the operation data information of the photovoltaic power station to the REDIS cache for caching, so that
  • the data statistics module obtains the cached photovoltaic power station operation data information from the REDIS cache according to the preset time period, and performs statistics on the obtained photovoltaic power station operation data information, obtains data statistics information, and sends the data statistics information to to the database for storage.
  • the operating data information of the photovoltaic power station includes at least the operating data information of each photovoltaic node in the photovoltaic power station and the inverter operating data information; the operating data information of the photovoltaic power station is collected by the gateway
  • the module is acquired and sent to the MQTT server in the following manner: the gateway acquisition module sends data requests to the photovoltaic node and the inverter respectively in a polling manner, and receives the returned operating data of the photovoltaic node information and the inverter operation data information, data verification is performed on the operation data information of the photovoltaic node and the inverter operation data information respectively, and the operation data information and the inverter operation data information of the photovoltaic node that have passed the verification
  • the operating data information is converted into a preset data format and then sent to the MQTT server.
  • the embodiment of the present invention also provides a data collection method, which is applied to the above-mentioned data collection system provided by the embodiment of the present invention and implemented in the gateway collection module. Because the above-mentioned data collection method solves the problem and the data collection system Similar, therefore, the implementation of the above method can refer to the implementation of the system, and the repetition will not be repeated.
  • FIG. 3 it is a schematic diagram of the implementation process of the data acquisition method implemented on the gateway acquisition module side provided by the embodiment of the present invention, and may include the following steps:
  • the gateway acquisition module acquires the operation data information of the connected photovoltaic power station.
  • the gateway collection module sends the currently acquired operating data information of the photovoltaic power station to the MQTT server, so that the MQTT server distributes the operating data information of the photovoltaic power station to the corresponding data storage module according to the subscription information
  • the data storage module determines that the operation data information of the photovoltaic power station is abnormal, it records the abnormal log information, and sends the abnormal log information to the database for storage, and when it determines that the operation data information of the photovoltaic power station
  • the operating data information of the photovoltaic power station is sent to the REDIS cache for caching, so that the data statistics module obtains the cached photovoltaic power station operating data information from the REDIS cache according to a preset time period, and The acquired operational data information of the photovoltaic power station is counted to obtain data statistical information, and the data statistical information is sent to the database for storage.
  • the operating data information of the photovoltaic power station includes at least the operating data information and inverter operating data information of each photovoltaic node in the photovoltaic power station;
  • Obtain the operation data information of the connected photovoltaic power station including:
  • the operation data information of the photovoltaic node and the inverter operation data information that have passed the verification are converted into a preset data format and then sent to the MQTT server.
  • the embodiment of the present invention also provides a data collection method, which is applied to the above-mentioned data collection system provided by the embodiment of the present invention and implemented in the data storage module. Similar, therefore, the implementation of the above method can refer to the implementation of the system, and the repetition will not be repeated.
  • FIG. 4 it is a schematic diagram of the implementation process of the data collection method implemented on the side of the data storage module provided by the embodiment of the present invention, and may include the following steps:
  • the data storage module receives the operation data information of the photovoltaic power station sent by the subscribed MQTT server.
  • the operation data information of the photovoltaic power station is obtained by the gateway collection module from the connected photovoltaic power station and sent to the MQTT server, and the MQTT server distributes it to the data storage module according to the subscription information.
  • step S42 Determine whether the operation data information of the photovoltaic power station is abnormal. When it is determined that the operation data information of the photovoltaic power station is abnormal, perform step S43. When it is determined that the operation data information of the photovoltaic power station is not abnormal, then Execute step S44.
  • the data storage module determines that there is no abnormality in the operation data information of the photovoltaic power station, it will send the operation data information of the photovoltaic power station to the REDIS cache for caching, so that the data statistics module will start from
  • the cached photovoltaic power station operation data information is obtained from the REDIS cache, and the obtained photovoltaic power station operation data information is counted to obtain data statistics information, and the data statistics information is sent to the database for storage.
  • the data collection method further includes:
  • the abnormal log information is pushed to the corresponding client, and the operation data information of the photovoltaic power station includes at least the operation data information and inverse information of each photovoltaic node in the photovoltaic power station.
  • Transformer operating data information When it is determined that there is an abnormality in the operation data of the photovoltaic power station, the abnormal log information is pushed to the corresponding client, and the operation data information of the photovoltaic power station includes at least the operation data information and inverse information of each photovoltaic node in the photovoltaic power station.
  • Transformer operating data information is provided.
  • an embodiment of the present invention also provides an electronic device 500.
  • the electronic device 500 is used to implement the data collection method described in the above method embodiment.
  • the electronic device 500 in this embodiment may include: A memory 501, a processor 502, and a computer program stored in the memory and operable on the processor, such as a data collection program.
  • the processor executes the computer program, the steps in the above embodiments of the data collection method are implemented, for example, step S21 shown in FIG. 2 .
  • the specific connection medium between the memory 501 and the processor 502 is not limited in this embodiment of the present invention.
  • the memory 501 and the processor 502 are connected through the bus 503.
  • the bus 503 is represented by a thick line in FIG. As far as possible.
  • the bus 503 can be divided into address bus, data bus, control bus and so on. For ease of representation, only one thick line is used in FIG. 5 , but it does not mean that there is only one bus or one type of bus.
  • the memory 501 can be a volatile memory (volatile memory), such as a random-access memory (random-access memory, RAM); the memory 501 can also be a non-volatile memory (non-volatile memory), such as a read-only memory, flash memory A memory (flash memory), a hard disk (hard disk drive, HDD) or a solid-state drive (solid-state drive, SSD), or the memory 501 can be used to carry or store desired program codes in the form of instructions or data structures and can be controlled by Any other medium accessed by a computer, but not limited to.
  • the memory 501 may be a combination of the above-mentioned memories.
  • the processor 502 is configured to implement the data collection method shown in FIGS. 2-4 .
  • the embodiment of the present application also provides a computer-readable storage medium, which stores computer-executable instructions for executing the above-mentioned processor, and includes a program for executing the above-mentioned processor.
  • various aspects of the data collection method provided by the present invention can also be implemented in the form of a program product, which includes program code.
  • program product runs on an electronic device
  • the program code It is used to make the electronic device execute the steps in the data collection method according to various exemplary embodiments of the present invention described above in this specification.
  • the embodiments of the present invention may be provided as a system, method, or computer program product. Accordingly, the present invention can 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, etc.) having computer-usable program code embodied therein.
  • computer-usable storage media including but not limited to disk storage, CD-ROM, optical storage, etc.
  • These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing apparatus to operate in a specific manner, such that the instructions stored in the computer-readable memory produce an article of manufacture comprising instruction means, the instructions
  • the device realizes the function specified in one or more procedures of the flowchart and/or one or more blocks of the block diagram.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Computational Linguistics (AREA)
  • Remote Monitoring And Control Of Power-Distribution Networks (AREA)

Abstract

Un système et un procédé de collecte de données, un dispositif électronique et un support de stockage. Le système comprend des modules de collecte de passerelle (11), un serveur MQTT (12), des modules de stockage de données (13), et un module de statistiques de données (14). Les modules de collecte de passerelle (11) sont utilisés pour obtenir des informations de données de fonctionnement de centrales photovoltaïques connectées à ces derniers et envoyer les informations de données de fonctionnement au serveur MQTT (12). Le serveur MQTT (12) est utilisé pour recevoir les informations de données de fonctionnement des centrales photovoltaïques et distribuer les informations de données de fonctionnement aux modules de stockage de données correspondants (13). Les modules de stockage de données (13) sont utilisés pour recevoir les informations de données de fonctionnement des centrales photovoltaïques envoyées par le serveur MQTT (12), et si les informations de données de fonctionnement sont anormales, ils sont utilisés pour enregistrer des informations dans un journal d'anomalies et envoyer les informations du journal d'anomalies à une base de données, ou si les informations de données de fonctionnement sont normales, ils sont utilisés pour envoyer les informations de données de fonctionnement des centrales photovoltaïques à une mémoire cache REDIS pour effectuer une mise en cache. Le module de statistiques de données (14) est utilisé pour obtenir régulièrement à partir de la mémoire cache REDIS les informations de données de fonctionnement mises en cache des centrales photovoltaïques et collecter des statistiques pour obtenir des informations de statistiques de données, et envoyer les informations de statistiques de données à la base de données.
PCT/CN2021/093831 2021-05-14 2021-05-14 Système et procédé de collecte de données, dispositif électronique et support de stockage WO2022236809A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2021/093831 WO2022236809A1 (fr) 2021-05-14 2021-05-14 Système et procédé de collecte de données, dispositif électronique et support de stockage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2021/093831 WO2022236809A1 (fr) 2021-05-14 2021-05-14 Système et procédé de collecte de données, dispositif électronique et support de stockage

Publications (1)

Publication Number Publication Date
WO2022236809A1 true WO2022236809A1 (fr) 2022-11-17

Family

ID=84028705

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/093831 WO2022236809A1 (fr) 2021-05-14 2021-05-14 Système et procédé de collecte de données, dispositif électronique et support de stockage

Country Status (1)

Country Link
WO (1) WO2022236809A1 (fr)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109347959A (zh) * 2018-10-24 2019-02-15 九州能源有限公司 一种光伏电站移动监控系统
CN110417620A (zh) * 2019-07-24 2019-11-05 南京大全自动化科技有限公司 一种并行式数据优化统计系统及方法
CN110597057A (zh) * 2019-08-22 2019-12-20 浙江工业大学 在工业应用场景下的数据处理系统
CN110673549A (zh) * 2019-09-05 2020-01-10 国家计算机网络与信息安全管理中心 基于分布式架构的数据中心智能监控系统和方法
CN111163002A (zh) * 2019-12-31 2020-05-15 广州智光电气股份有限公司 一种基于容器的边缘网关系统和能源数据处理方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109347959A (zh) * 2018-10-24 2019-02-15 九州能源有限公司 一种光伏电站移动监控系统
CN110417620A (zh) * 2019-07-24 2019-11-05 南京大全自动化科技有限公司 一种并行式数据优化统计系统及方法
CN110597057A (zh) * 2019-08-22 2019-12-20 浙江工业大学 在工业应用场景下的数据处理系统
CN110673549A (zh) * 2019-09-05 2020-01-10 国家计算机网络与信息安全管理中心 基于分布式架构的数据中心智能监控系统和方法
CN111163002A (zh) * 2019-12-31 2020-05-15 广州智光电气股份有限公司 一种基于容器的边缘网关系统和能源数据处理方法

Similar Documents

Publication Publication Date Title
JP7232965B2 (ja) IoTシステムにおいてデータを送信するための方法および装置、並びにゲートウェイデバイスおよびそれらの記憶媒体
CN110047014B (zh) 一种基于负荷曲线和历史电量的用户电量数据修复方法
CN106603958B (zh) 分布式存储的变电站巡检机器人远程集中监控系统及方法
CN106709003A (zh) 基于Hadoop的海量日志数据处理方法
CN109739919B (zh) 一种用于电力系统的前置机和采集系统
US20120166430A1 (en) Scalable Performance Management System
CN112865311B (zh) 一种电力系统消息总线监视方法和装置
CN110620699B (zh) 消息到达率确定方法、装置、设备和计算机可读存储介质
US9716638B1 (en) Push pull data collection
CN113438129A (zh) 数据采集方法及装置
CN113190583B (zh) 一种数据采集系统、方法、电子设备及存储介质
WO2022236809A1 (fr) Système et procédé de collecte de données, dispositif électronique et support de stockage
CN114281524A (zh) 一种智能电缆业务处理系统管理方法及装置
WO2011097850A1 (fr) Procédé et système de gestion de données
CN111935310A (zh) 应用于物联网终端的数据上报系统及数据上报方法
CN110633191A (zh) 实时监控软件系统业务健康度的方法和系统
CN112312209B (zh) 综合告警生成方法、装置、服务器、存储介质
US20220113888A1 (en) Visualization of outliers in a highly-skewed distribution of telemetry data
CN114328093A (zh) 一种基于Hadoop的监控方法、系统、存储介质及设备
CN114547190A (zh) 一种数据处理方法、装置、存储介质及电子设备
Lee et al. Monitoring of IoT data for reducing network traffic
CN113515425A (zh) 数据动态上报的方法和装置
CN111294231A (zh) 资源管理方法及系统
CN216901363U (zh) 系统设备接入模块
CN103701938A (zh) 数据转发方法及装置

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

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

Country of ref document: EP

Kind code of ref document: A1