In the evolving landscape of battery technology and grid energy dispatch, the demand for higher energy density within energy storage systems has surged. This increase in energy storage density within compartments housing energy storage cells elevates the risk of thermal runaway incidents, which can lead to fires. To minimize the hazards and losses associated with such events, we propose a temperature monitoring system specifically designed for energy storage cell compartments. This system enables real-time temperature monitoring at multiple critical points within the compartment, utilizing wireless networks for data transmission. This allows monitoring personnel to comprehensively oversee temperature-sensitive locations, enhancing safety and reliability. The system’s modular design, low-power operation, and robust power supply ensure effective deployment in various energy storage cell environments.

Energy storage cell compartments are core components of energy storage power stations, typically constructed by connecting energy storage cells or supercapacitors in series and parallel within a container. These compartments store clean energy and facilitate energy dispatch in response to grid peak-shaving and frequency regulation commands. However, the high density of energy storage cells increases internal heat generation, making thermal management critical. Our temperature monitoring system addresses this by providing a scalable, wireless solution that reduces installation complexity and maintenance costs while ensuring accurate temperature tracking. Below, we detail the system’s framework, hardware, software, and testing, emphasizing the importance of safeguarding energy storage cell integrity.
System Framework for Temperature Monitoring
The temperature monitoring system comprises several key components: a power supply, temperature sensors, a display module, terminal nodes, a coordinator node, and an upper computer. The network topology is structured in a star configuration, with the coordinator at the center managing communication. This design ensures reliable data collection from multiple points within the energy storage cell compartment. Each component is described in the following table, highlighting its role in monitoring the energy storage cell environment.
| Component | Function | Specifications |
|---|---|---|
| Power Supply | Provides energy to terminal nodes via solar power, incorporating MPPT and voltage regulation. | Input: Solar PV; Output: Stable DC voltage; Storage: Micro supercapacitor. |
| Temperature Sensor | Measures temperature at contact points on energy storage cell surfaces or other hotspots. | Model: DS1820; Range: -55°C to 125°C; Resolution: Configurable from 0.5°C to 0.125°C. |
| Terminal Node | Collects temperature data from sensors and wirelessly transmits it to the coordinator node. | Chip: JN5168/5169; Power: Solar-powered; Connectivity: Zigbee wireless. |
| Coordinator Node | Forms the wireless network, receives data from terminal nodes, and relays it to the upper computer. | Chip: JN5168/5169; Power: USB from upper computer; Role: Network router. |
| Display Module | Shows temperature readings and node status locally at each terminal node. | Indicators: LEDs for status; Screen: LCD for temperature and time. |
| Upper Computer | Visualizes and logs temperature data from all nodes, enabling real-time monitoring and alerts. | Interface: Graphical software; Connectivity: Wired to coordinator node. |
The power supply for terminal nodes leverages solar energy, using photovoltaic panels to generate a low-grade, irregular DC voltage. This is converted via a DC-DC boost module with Maximum Power Point Tracking (MPPT) to a stable, higher-voltage DC output. We employ a constant voltage tracking method for MPPT, simplified to reduce design complexity. The output is further regulated by a voltage stabilizer module, and energy is stored in a micro supercapacitor to ensure operation during low-light conditions. This self-sufficient design is crucial for maintaining continuous monitoring of energy storage cell temperatures without external grid dependence.
Temperature sensors are attached directly to measurement points on energy storage cell surfaces using non-conductive, thermally insulating tape to prevent heat loss and ensure accuracy. The DS1820 sensors communicate via a one-wire bus, allowing multiple sensors to connect to a single terminal node for multi-point temperature measurement. The terminal nodes operate at ultra-low power to avoid heating the sensitive energy storage cell areas. Data transmission occurs at predefined intervals to prevent timing conflicts and conserve energy. The coordinator node establishes the wireless network, permitting terminal nodes to join only after network formation, thus ensuring orderly data flow. The upper computer, typically a PC, displays temperature trends graphically and logs data for analysis, with alerts for abnormal conditions in energy storage cell compartments.
Hardware Design of the Temperature Monitoring System
The hardware design focuses on reliability and efficiency, tailored for the harsh environments of energy storage cell compartments. We selected components that balance performance with low power consumption, ensuring long-term stability. Below, we delve into the node devices, temperature sensors, and power supply, with emphasis on their application in monitoring energy storage cell temperatures.
Node Devices: Terminal and Coordinator Nodes
Both terminal and coordinator nodes utilize the JN5168/5169 microcontroller chip, which supports Zigbee wireless communication. This chip enables robust, low-power networking suitable for industrial settings. The terminal nodes are responsible for temperature data acquisition and transmission, while the coordinator node manages network routing. Their specifications are summarized in the table below, highlighting differences based on network roles.
| Node Type | Primary Function | Power Source | Key Features |
|---|---|---|---|
| Terminal Node | Temperature data collection and wireless transmission | Solar-powered with energy storage | Low-power sleep modes, multiple sensor connectivity |
| Coordinator Node | Network formation and data relay to upper computer | USB-powered from upper computer | Central routing, extended PAN ID management |
The JN5168/5169 chip operates at 2.4 GHz with a data rate up to 250 kbps, ensuring efficient communication even in crowded wireless environments. For energy storage cell compartments, where electromagnetic interference may be present, the chip’s frequency hopping spread spectrum (FHSS) capability enhances reliability. The terminal nodes incorporate sleep modes to minimize power consumption, waking only for temperature sampling and transmission. This design is critical for prolonging battery life in solar-powered setups, directly impacting the sustainability of monitoring energy storage cell conditions.
Temperature Sensors: DS1820 Module
The DS1820 digital temperature sensor is ideal for this application due to its high accuracy, configurable resolution, and one-wire interface. It measures temperature by converting thermal energy into a digital signal, with the output proportional to the Celsius scale. The temperature conversion formula can be expressed as:
$$ T = \frac{D \cdot R}{2^n – 1} $$
where \( T \) is the temperature in °C, \( D \) is the digital output from the sensor, \( R \) is the temperature range coefficient, and \( n \) is the resolution in bits. For the DS1820, the resolution is configurable from 9 to 12 bits, corresponding to increments of 0.5°C, 0.25°C, and 0.125°C, respectively. This allows precise monitoring of energy storage cell temperatures, which is vital for detecting early signs of thermal runaway. The sensor’s EEPROM configuration register retains settings during power outages, ensuring data persistence. In energy storage cell compartments, multiple DS1820 sensors can be daisy-chained to a single terminal node, reducing wiring complexity and cost.
Power Supply: Solar Energy Conversion
The power supply for terminal nodes is designed for autonomy, harnessing solar energy through photovoltaic panels. The conversion process involves MPPT to optimize energy harvest, followed by voltage regulation. Key components include the BQ25504 energy harvesting chip, LM1117 voltage regulator, and a micro supercapacitor for storage. The BQ25504 implements MPPT using a constant voltage tracking method, which adjusts the input voltage to maximize power output. The power extraction efficiency \( \eta \) can be modeled as:
$$ \eta = \frac{P_{out}}{P_{in}} = \frac{V_{out} \cdot I_{out}}{V_{in} \cdot I_{in}} $$
where \( P_{out} \) is the output power, \( P_{in} \) is the input solar power, \( V \) and \( I \) are voltages and currents, respectively. The BQ25504 maintains high efficiency across varying solar conditions, ensuring reliable operation for monitoring energy storage cell temperatures day and night. The LM1117 provides a stable 3.3V output to power the terminal node and sensors, while the supercapacitor, with capacitance \( C \), stores energy according to:
$$ E = \frac{1}{2} C V^2 $$
This setup guarantees uninterrupted operation, even during extended periods of low sunlight, crucial for continuous surveillance of energy storage cell compartments. All components are sealed with high-grade waterproof and dustproof coatings to withstand harsh industrial environments.
Software Configuration for Temperature Monitoring
The software framework orchestrates the system’s operation, from network establishment to data visualization. We designed a streamlined workflow that minimizes power usage while ensuring timely temperature updates from energy storage cell compartments. The program flow and wireless network setup are detailed below, with tables summarizing key steps and parameters.
Temperature Detection System Program Flow
The software operates in a cyclic manner, with terminal nodes alternating between sleep and active states to conserve energy. The coordinator node remains active to manage communications. The overall program flow is outlined in the table, emphasizing steps relevant to monitoring energy storage cell temperatures.
| Step | Action | Description |
|---|---|---|
| 1 | Initialize devices | Coordinator and terminal nodes boot up, resetting hardware parameters. |
| 2 | Establish network | Coordinator node creates a wireless channel and sets Extended PAN ID. |
| 3 | Join network | Terminal nodes send join requests; coordinator grants access after verification. |
| 4 | Enter sleep mode | Terminal nodes sleep to save power, waiting for temperature sampling triggers. |
| 5 | Temperature sampling | An interrupt wakes terminal nodes to read DS1820 sensors at set intervals. |
| 6 | Data processing | Terminal nodes convert raw sensor data to temperature values, applying calibration if needed. |
| 7 | Wireless transmission | Processed data is packetized and sent via Zigbee to the coordinator node. |
| 8 | Data display and logging | Coordinator forwards data to upper computer for graphical representation and storage. |
| 9 | Return to sleep | Terminal nodes revert to sleep mode, completing the cycle for energy storage cell monitoring. |
The temperature sampling interval \( \Delta t \) is configurable, typically set to a few minutes to balance data freshness and power savings. For energy storage cell compartments, where temperature changes may be gradual, we use \( \Delta t = 5 \) minutes as a default. The interrupt mechanism ensures precise timing, with the wake-up event triggered by an internal timer. Data packets include node ID, temperature reading, and timestamp, formatted in Application Protocol Data Units (APDUs) for transmission. The upper computer software, developed in a language like Python or LabVIEW, plots temperature trends over time, with color-coded alerts for thresholds exceeded (e.g., above 60°C for energy storage cells). This enables proactive maintenance and prevents thermal incidents.
Wireless Sensor Network Setup
The wireless network is built on the Zigbee protocol, offering low latency and mesh capabilities, though we use a star topology for simplicity. The coordinator node defines the network by selecting a radio channel (e.g., channel 11 in the 2.4 GHz band) and assigning a unique Extended PAN ID. The network formation process can be described by the following steps, with mathematical representation of signal strength considerations for energy storage cell compartments:
- Coordinator scans for a clear channel to minimize interference, using a channel mask \( M \) to exclude busy frequencies.
- It broadcasts beacon frames containing network parameters, with signal power \( P_t \) adjusted for coverage.
- Terminal nodes detect beacons and send association requests, with link quality indicated by the received signal strength indicator (RSSI), given by:
$$ \text{RSSI} = P_t – 10 \cdot n \cdot \log_{10}(d) + X_\sigma $$
where \( n \) is the path loss exponent, \( d \) is the distance, and \( X_\sigma \) is Gaussian noise. This ensures robust connections around energy storage cell barriers. - Upon successful joining, terminal nodes store the Extended PAN ID in non-volatile memory for automatic reconnection after failures.
Data transmission employs the Zigbee APS (Application Support Sub-layer) for packet routing. Each temperature data point is encapsulated in an APDU instance, which includes header fields for source and destination addresses. The packet success rate \( P_s \) in the presence of interference can be estimated as:
$$ P_s = 1 – \left(1 – e^{-\lambda \cdot t}\right) $$
where \( \lambda \) is the packet error rate and \( t \) is the transmission time. In practice, we achieve over 99% reliability within 50 meters, suitable for most energy storage cell compartment layouts. The upper computer polls the coordinator periodically for new data, updating displays in real-time. This software architecture ensures seamless monitoring of multiple energy storage cell units across a facility.
Temperature Monitoring System Testing
We conducted extensive tests to validate the system’s performance in simulated energy storage cell compartment conditions. The setup included a single coordinator node and two terminal nodes arranged in a star network, with temperature sensors attached to mock energy storage cell surfaces. Testing focused on accuracy, power efficiency, and network stability, with results summarized in the table below.
| Test Parameter | Method | Result | Implication for Energy Storage Cell Monitoring |
|---|---|---|---|
| Temperature Accuracy | Compare DS1820 readings with calibrated thermocouples at points from -20°C to 100°C. | Error within ±1°C across range, meeting industry standards. | Reliable detection of abnormal temperatures in energy storage cells. |
| Power Supply Stability | Measure voltage output of solar system under varying light conditions for 24 hours. | Voltage maintained within 3.3V ± 0.1V; supercapacitor provided 8 hours of backup. | Ensures continuous operation during night or cloudy days for energy storage cell safety. |
| Wireless Range | Test data transmission success rate at distances up to 100 meters in an industrial setting. | 100% success within 30m; 95% at 50m; suitable for typical compartment sizes. | Effective coverage for distributed energy storage cell arrays. |
| Network Latency | Time data packet round-trip from sensor to upper computer under load. | Average latency of 2 seconds, acceptable for real-time monitoring. | Prompt alerts for thermal events in energy storage cells. |
| System Endurance | Run continuous operation for 30 days, simulating temperature cycles in energy storage cells. | No node failures; data loss less than 0.1% due to packet collisions. | Demonstrates robustness for long-term deployment in energy storage cell compartments. |
The temperature accuracy test confirmed that the DS1820 sensors, with 12-bit resolution, provide sufficient precision for monitoring energy storage cell hotspots. The error margin of ±1°C is derived from the sensor’s inherent tolerance and environmental factors, calculated as:
$$ \text{Error} = \sqrt{\sigma_{\text{sensor}}^2 + \sigma_{\text{env}}^2} $$
where \( \sigma_{\text{sensor}} \) is the sensor’s standard deviation (0.5°C) and \( \sigma_{\text{env}} \) is environmental noise (0.87°C). This meets the requirement for early warning systems in energy storage cell compartments, where temperature rises of 5-10°C may indicate thermal runaway. The power supply test showed that the BQ25504 chip achieved an MPPT efficiency of 85%, with the supercapacitor storing enough energy for overnight operation. This is critical for ensuring that monitoring persists even when solar input is minimal, safeguarding energy storage cells round-the-clock.
Network performance was evaluated using packet delivery ratio (PDR) metrics, defined as:
$$ \text{PDR} = \frac{N_{\text{received}}}{N_{\text{transmitted}}} $$
where \( N_{\text{received}} \) and \( N_{\text{transmitted}} \) are packet counts. In our tests, PDR exceeded 0.99 within 30 meters, dropping slightly at longer ranges due to attenuation from energy storage cell metal enclosures. We mitigated this by placing coordinator nodes centrally in compartments. The system’s modular design allowed quick redeployment during testing, validating its flexibility for various energy storage cell configurations. Overall, the tests prove that our temperature monitoring system is a viable solution for enhancing safety in energy storage cell environments.
Conclusion
In summary, the temperature monitoring system we propose offers an effective, comprehensive, and timely solution for safeguarding energy storage cell compartments. By leveraging wireless technology, it reduces installation costs and complexity, while modular components facilitate easy setup, testing, and maintenance. The solar-powered supply ensures stable operation, even in remote or off-grid locations where energy storage cells are often deployed. Key features such as multi-point temperature sensing, low-power design, and real-time data visualization address the critical need for thermal management in high-density energy storage cell arrays. This system not only minimizes the risk of fire from thermal runaway but also contributes to the longevity and efficiency of energy storage systems. Future work may integrate advanced analytics, such as machine learning algorithms, to predict thermal anomalies based on historical data from energy storage cell compartments. Nonetheless, our current implementation provides a robust foundation for enhancing safety in the rapidly growing field of energy storage.
The significance of this system extends beyond individual energy storage cell compartments to entire energy storage power stations, where scalable monitoring can prevent catastrophic failures. As battery technologies evolve toward higher densities, proactive temperature surveillance will become indispensable. We believe our approach sets a benchmark for reliable, cost-effective monitoring, ultimately supporting the sustainable integration of renewable energy sources. Through continuous refinement and adaptation, systems like this will play a pivotal role in ensuring the safe operation of energy storage cells worldwide.
