In today\'s households, hotels, and industries, Liquefied Petroleum Gas (LPG) is commonly used for cooking. However, the risk of LPG leakage is a major concern as it poses dangers to users and society. To address this issue, placing a gas leak detector near the source is considered the most effective method to prevent these risks. Additionally, users often struggle with gauging the gas remaining in cylinders, leading to inconvenience. To solve these challenges, this project proposes a unique solution combining LPG leakage detection, real-time monitoring of cylinder levels, and automated booking through SMS to distributors. The system also includes an alert feature using SMS notifications and a loud buzzer to immediately notify users of potential leaks and prevent accidents. This proposed system offers continuous gas level monitoring, rapid event response, and accurate leakage detection, distinguishing it from current solutions.
Introduction
I. INTRODUCTION
In our daily lives, LPG cylinders play a vital role. One of the primary applications of LPG is its substitution for chlorofluorocarbons, which cause ozone-depleting damage to the ozone layer. Despite being one of the most commonly used fuels, LPG has an explosive range of 1.8%–9.5% volume of gas in the air. It is categorized into three classes based on the weight of LPG in the cylinder: household, commercial, and industrial. The household class of LPG cylinders contains 14.2 kilograms of LPG, while the commercial and industrial classes contain 19 and 35 kilograms of LPG, respectively.
With the increasing demand for LPG, users are required to pre-book their LPG cylinder at least a month before delivery. Often, users struggle to determine the remaining quantity of LPG in the cylinder, leading to inconvenience. In such circumstances, an efficient method to monitor the LPG level within the cylinder is necessary, ensuring users are informed about the LPG level.
This paper addresses the detection of gas leakage and the monitoring of gas levels in the cylinder, as well as the automatic booking of a new LPG cylinder. The sensor used in this system is versatile, with high sensitivity and a fast response time. Additionally, the gas sensor can detect other gases, including cigarette smoke. When gas is detected, the sensor's output is sent to the microcontroller, activating the buzzer. Furthermore, when the weight measured using the load sensor becomes critically low, an alert is sent to the user, and a new LPG cylinder is automatically booked. The primary application of this proposed system is to overcome shortcomings such as delays and the need for consumers to pre-book LPG cylinder
II. PROPOSED SYSTEM
Our proposed solution comprises a comprehensive system aimed at detecting gas leakage from cylinders and offering real-time updates on gas levels via an LCD. In the event of a gas leak, immediate notifications, such as SMS messages and calls, will be sent to the user via a GSM module. Additionally, a servo motor will activate to rotate the gas regulator by 90 degrees, effectively stopping the gas supply to prevent further leakage. Simultaneously, an alert sound from a buzzer will provide immediate auditory notification. Furthermore, our system incorporates a load cell to precisely measure the weight of the cylinder, with this data prominently displayed on the LCD screen.
When the gas level drops below a predefined threshold, a notification will be sent to the user, indicating the need for a refill. Simultaneously, the system will automaticallyinitiate the booking process for a new cylinder on behalf of the user, ensuring an uninterrupted gas supply.
To provide a more fulfilling user experience and ensure complete environmental monitoring, we aim to enhance our services."our solution integrates a DHT sensor to monitor temperature and humidity levels. These data will be displayed on the LCD screen and made accessible via the Blynk app, enabling remote
Additionally, all sensor values, including gas levels, weight, temperature, and humidity, will be conveniently displayed on a dedicated webpage, providing users with easy access to crucial system information.
III. METHODOLOGY
The system incorporates a highly sensitive gas sensor to identify LPG leaks, triggering immediate response mechanisms to mitigate potential hazards. Real-time sensor readings are portrayed on an LCD screen, accompanied by a warning message in case of a gas leak to alert nearby individuals. Utilizing a GSM module, the system dispatches SMS messages and initiates calls to the user's registered number, ensuring swift notification of the gas leak. Furthermore, a servo motor linked to the gas regulator automatically shuts off the gas supply upon leak detection, preventing further leakage.
A. Gas Level Monitoring and Display
A load cell is employed to gauge the weight of the LPG cylinder, enabling precise monitoring of gas levels. Real-time updates on gas levels are exhibited on the LCD screen based on weight measurements from the load cell, facilitating easy gas usage monitoring.
B. Automated Gas Booking System
The system is pre-programmed with a threshold value representing the minimum acceptable gas level. When gas levels dip below this threshold, the system initiates a booking process. Through the GSM module, an automated SMS is dispatched to the gas supplier to book a new cylinder, ensuring a seamless refill process without user intervention.
C. Temperature and Humidity Monitoring Module
This module integrates a DHT sensor to monitor temperature and humidity levels in the surroundings. The DHT sensor continuously detects temperature and humidity, with the system processing this data. The information is then showcased on the LCD screen for local viewing and is also accessible through the Blynk app for remote monitoring.
D. Web Interface Module
The system features a web interface module enabling users to access real-time data from various sensors via a web page. This interface exhibits information such as gas level, temperature, humidity, and cylinder weight. Users can conveniently monitor these parameters from any internet-enabled device, enhancing convenience and accessibility.
IV. SYSTEM IMPLEMENTATION
NodeMCU ESP8266:This programmable microcontroller serves as the central processing unit. It gathers data from the sensors, interprets the information, and can wirelessly transmit it to a designated platform (website or mobile app) for real-time monitoring and potential control actions.
Arduino Uno: While not essential for all implementations, the Arduino Uno can be a valuable tool in some scenarios. Its user-friendly nature and robust design make it suitable for managing and processing sensor inputs and actuator outputs, potentially offloading some tasks from the NodeMCU.
Gas Sensor (MQ-6):This specialized sensor acts as the system's safety watchdog. It detects the presence of LPG gas in the environment. Upon detecting a leak, it triggers an immediate response from the system, which could involve activating an alarm, sending notifications, or shutting off gas flow (depending on the system design).
Load Cell (SEN-10245 or equivalent): This component plays a crucial role in monitoring the LPG level. By measuring the weight of the cylinder, the system can estimate the remaining gas quantity. This information can be used to trigger automatic refill alerts or displayed on the monitoring platform.
DHT Sensor:Included for measuring temperature and humidity levels in the environment, the DHT sensor provides crucial readings for assessing gas cylinder storage conditions and ensuring safe operation.
Buzzer (KY-006):Acting as an audible alert system, the buzzer notifies nearby individuals of potential gas leaks or other safety concerns requiring immediate attention
GSM Module (SIM800L or equivalent):This communication module acts as the system's voice. In critical situations, it allows the system to directly contact the user. For instance, if a gas leak is detected or the gas level dips below a predefined threshold, the GSM module can automatically send SMS alerts or even initiate phone calls to ensure the user is promptly informed and can take necessary action
LCD Display:Displaying real-time data from various sensors, including gas concentration levels, cylinder weight, and environmental conditions, the LCD screen provides a user-friendly interface for monitoring system status.
Servo Motor: In case of gas detection, the servo motor is activated to rotate 90 degrees, mechanically turning off the attached gas regulator. This action halts gas flow, preventing further leakage.
At system startup, the LCD display reflects the detected weight. In this case, the message "WEIGHT: 187" indicates the load cell is registering some weight. Since the weight value (187) falls within a predefined range, the system displays an additional message "LEVEL: MEDIUM," providing an estimate of the remaining LPG in the cylinder.
Conclusion
Building a Smart LPG Management System with Automatic Refill Scheduling represents a game-changer in LPG management, significantly enhancing safety, efficiency, and user convenience .the system provides a holistic solution for controlling and supervising LPG consumption. With sensitive gas sensors and rapid response mechanisms in place, the system effectively addresses safety concerns linked with gas leaks, ensuring swift detection and mitigation of potential hazards. Real-time monitoring of gas levels empowers users to manage their consumption effectively. while the automated booking system streamlines the refill process, eliminating need for manual intervention. Furthermore, the inclusion of temperature and humidity monitoring introduces an additional layer of environmental awareness, enabling users to optimize their surroundings for both comfort and safety
References
[1] Presented at the 2020 11th IEEE Control and System Graduate Research Colloquium (ICSGRC 2020), this paper discusses an \"LPG Leakage and Flame Detection with SMS Notification and Alarm System\" using a rule-based method [1].
[2] A paper titled \"IoT-Based Automatic LPG Gas Booking and Leakage Detection System\" was presented at the 11th International Conference on Advanced Computing (ICoAC) [2].
[3] An article presented at a 2021 symposium focuses on a \"Smart LPG Cylinder Monitoring and Explosion Management System\" [3].
[4] Authored by F. B. Brandão, J. C. E. Ferreira, D. Schwanke, G. P. Breier, C. N. Bove, M. C. Bove, and A. B. Raposo, this paper, presented at the Third International Conference on Trends in Electronics and Informatics, was featured in IEEE Latin America Transactions in 2018 [4].
[5] A paper by Haythem Ahmad Bany Salameh, Mohammad Fozi Dhainat, and Elhadj Benkhelifa was published in the IEEE Systems Journal [5].
[6] Authored by Ali Ahsan, Mohammad Zahirul Islam, and Rumali Siddiqua, the paper titled \"An IoT-Based Interactive LPG Cylinder Monitoring System with Sensor Node-Based Safety Protocol for Developing Countries\" was presented at the 2020 IEEE Region 10 Symposium (TENSYMP) in Dhaka, Bangladesh [6]
[7] A paper titled \"A Survey on Automatic Detection of LPG Gas Leakage\" was presented at the International Conference on Smart Systems and Inventive Technology (ICSSIT 2018) [7].
[8] In a 2018 publication presented at ICSSIT, Ravi Hosur, Arpita Rati, Pavitra Dalawai, Ravichandran Gornal, and Reena Patil surveyed the automatic detection of LPG gas leakage. This study introduces an innovative approach involving an automated mechanical valve system designed to promptly shut the gas cylinder in the event of a leak [8].
[9] Authored by Shruthi Unnikrishnan, Mohammed Razil, Joshua Benny, Shelvin Varghese, and C.V. Hari, this paper was presented at the IEEE WiSPNET 2017 conference [9].
[10] Presented at the 2021 International Conference on Computer Communication and Informatics (ICCCI - 2021), this paper was authored by K. Muthamil Sudar, D. Lakshmi Lokesh, V. Samarasihmareddy, Y. Chanikya Chowdary, CH. Harish Kumar, Nagaraj P., and P. Chinnasamy [10].