SlideShare a Scribd company logo
1 of 9
Download to read offline
TELKOMNIKA Telecommunication, Computing, Electronics and Control
Vol. 18, No. 2, April 2020, pp. 985~993
ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018
DOI: 10.12928/TELKOMNIKA.v18i2.14889  985
Journal homepage: http://journal.uad.ac.id/index.php/TELKOMNIKA
An improved electricity efficiency method based on
microcontroller and IoT with infrared sensor
Arif Ainur Rafiq1
, Sugeng Dwi Riyanto2
, Ratna Wardani3
1,2
Department of Electrical Engineering-Politeknik Negeri Cilacap, Indonesia
3
Department of Electronic and Informatics Education, Universitas Negeri Yogyakarta, Indonesia
Article Info ABSTRACT
Article history:
Received Aug 11, 2019
Revised Jan 3, 2020
Accepted Feb 12, 2020
This paper proposes an improved electricity efficiency method using
an infrared sensor and internet of things (IoT). Almost all field of human
work require electrical energy, especially for household needs. The averages
household has many lamps in each room, so if it is not controlled, it will be
wasteful of energy. However, this work is carried out to gain a better
understanding of a new method for saving energy. The main advantage
of this work is the simplification of the sensor used, in which only the
infrared sensor required. Although the proposed approach faces numerous
challenges, it successfully provides result as parameters that it can be
processed rapidly using low-cost microcontrollers. The idea is based on the
microcontroller and internet implementation with infrared sensor to monitor
the number of people in home to control the lamp light intensity. The idea is
proven in two ways: design and experiment. In this paper,
the implementation of Raspberry Pi and Arduino is created to monitor
the number of people in room and control the lamp intensity through internet
or web. Arduino uses for the sensor processing and Raspberry Pi as server.
The web is used to display the monitoring result by retrieving data from
database that created using MySQL. The result indicates that the electricity
bill decreased between 7.7-8.2% over 2 months implementation.
The conclusion of this study suggests that the research in this area could be
directed toward to be used in saving electricity usage in human life,
especially for household.
Keywords:
Electricity efficiency
Infrared sensor
IoT
Microcontrollers
Web
This is an open access article under the CC BY-SA license.
Corresponding Author:
Arif Ainur Rafiq,
Department of Electrical Engineering,
Politeknik Negeri Cilacap, Indonesia.
Email: arifainurrafiq@gmail.com
1. INTRODUCTION
Indonesia is currenly included in the category of countries that are quite wasteful in energy use.
Recorded energy use in Indonesia currenly reaches 1,131 million tons or equivalent of a barrel of oil.
Some of the causes of high energy consumpsion are the use of electronic devices that are quite old
and behavioral factors in energy use. The average waste of energy use are for household lighting and duration
of use (hours) [1]. In the phenomenon that occurs in the electricity production carried out everyday
by the State Electricity Company (PLN ~Ind.), is distributed to all circles of society. The use of households
has the second highest ranking of electricity users as seen in the average selling price (IDR/kWh) as much as
557.76 with the number of customers is 31,095 thousands. Also, there are others that can cause the same
dangerous things at home, for example, forgetting to turn off the lamp equipment in the house which can
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 985 - 993
986
cause the electrical short circuit/electric current, and then can cause fire, thus a system is needed to control
the lamp from long distance or automatically controlled. Light application using internet for home
automation is proposed in [2-4]. Technological advances continue to grow more rapidly following
the times. Until now internet connection is one requirement that must be owned by almost everyone.
Even, the public often not maximize the use of internet in the completion work. Application development
tools, both on the hardware and software technologies to develop an automatic light relay application in
the room are already widely used [5].
On the other hand, the internet of things (IoT) is ushering a set of novel applications and services to
many vertical domains. Among them home automation represent an important market segment for smart
home domain [6]. The smart home employs IoT technologies to equip home dwellers with increased comfort,
energy effieciency, security and interaction with its appliance even when there is no one at home. Intelligence
and communication modules embedded into these devices allow them to (i) exchange data with a data
processing and storage unit, (ii) be controlled remotely through the internet, (iii) report their maintenance
needs, (iv) manage themselves automatically and (v) optimize energy and resource usage [7]. Based on these
discussion, it is clear that the use of the IoT and infrared sensor can be implemented as a technology
for saving electricity. The key benefit of this paper are simplicity and low cost application.
2. RESEARCH METHOD
The research methodology is the stages that must be defined before carrying out the research, so it
can be done with focused, clear, efficient and effective. The block diagram was design of three parts which
are the input, process, and output. In Figure 1, the circuit was constructed using infrared sensor and will be
processed separately by Arduino and Raspberry. During data processing, Arduino and Raspberry will
communicate using serial communication. After all data was accomplished and processed, it will be
implemented on the output in the form of Lamp or Web Page. The Arduino and Raspberry will be used as
the controller and data processing device. The database was processed by Raspberry Pi because it has a
Linux operating system that can manage the database easily and sensor processing will be controlled
by the Arduino.
In Figure 2, when the system was turned on, Raspberry opened a serial port to get or transmit serial
data. It obtained by Raspberry is later processed and used as input for the database. The data in the database
will be displayed on the website as an indicator that the lamp are on or off. Every data changes or update
in database, Raspberry will directly send data through serial communication to Arduino and it will process
in reltime.
2.1. Internet of things
IoT can be explained as a set of things that are connected to each other via the internet. Things here
can be tags, sensors, humans, etc. IoT functions to collect data and information from the physical
environment, these data will be processed so the meaning can be understood [8]. It describes a vision where
everyday object become part of the Network where Intelligence added to them with other things in Network
or Network itself, which has impact on our personal, professional and social environment [9, 10, 11]
as shown in Figure 3.
2.2. Microcontroller serial communication
Raspberry Pi can be used to do many things like a personal computer [12, 13]. It’s requires to store
operating system and program files [14, 15]. In this research, the Raspberry Pi will be used as web and
database server by connecting the infrared sensor in the room through the internet.In this research Arduino
will process the data from infrared. The Arduino advantages are independent platform, construction robust
and low price [16, 17]. The serial communication between Arduino and Raspberry used the serial
communication with asynchronous type. This serial communication uses the (COM) port on the computer.
The Raspberry Pi requires the installation of the package to communicate serially through Arduino [19].
The receiving node synthesizes the split message sent from the sending node. The split message include
important information for reconstituting the original data frame [20] as shown in Figure 4.
Raspberry Pi program will read serial, the command ser.read() is used, and in order to make
the program easier, then the command variable data=ser.read() is needed. For the serial program on
the Arduino, uses almost the same program command of Serial.read() as shown in Table 1. The data
of the character sent via the serial communication.
TELKOMNIKA Telecommun Comput El Control 
An improved electricity efficiency method based on microcontroller and IoT… (Arif Ainur Rafiq)
987
Figure 1. The system diagram block
Figure 2. Flow chart system in arduino and raspberry
Figure 3. System proposed
Figure 4. Microcontroller communication
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 985 - 993
988
Table 1. The data of the character sent via the serial communication
Data transmission from
Arduino to Raspberry Raspberry to Arduino
Character Function Character Function
A Entering the Living Room 0 Lamp 1 On
B Exiting the Living Room 1 Lamp 1 Off
C Entering the Family Room 2 Lamp 2 On
D Exiting the Family Room 3 Lamp 2 Off
E Entering Room 4 Lamp 3 On
F Exiting Room 5 Lamp 3 Off
G Entering Kitchen 6 Lamp 4 On
H Exiting Kitchen 7 Lamp 4 Off
2.3. Web hierarchical process structure
The UI (User Interface) that use has several pages that properly arranged and configured using
the PHP programming language. In this part, Raspberry Pi is used for web server. When the user will access
the device, the address is 192.168.43.3/login.php as shown in Figure 5. The web hierarchical structure.
Figure 5. The web hierarchical structure
The in order to pass through the login page, then user needs to enter the username and password.
The input spaces are required for the username and password, and are created using HTML.
<input id=”name” name=”username” placeholder=”username” type=”text”>
The script above is the command to provide the input spaces for the username which is labeled id “name”
with the type text as the input.
<input id=”password” name=”password” placeholder=”**********” type=”password”>
In Figure 6, the web process was designed using MDS5 to process incoming information, and each
group was divided into 16 seat groups of 32 bit, after a series of processing, the algorithm output consists of
four block of 32 bit, the four block of 32 bit packet cascade will generate a 128 bit hash value [21, 22].
It means that before obtaining the access to the lamps and the number of people monitoring in the room, we
need to login first. The algorithm to compare inputs between login page with database is added to ensure that
the username and password are registered. In the other hand, the process to compare this inputs were started
from the username and password because every action taken, the status canged to true or false. The user will
return to login.php if password s not same and continue to idex.php page if password correct.
In addition to use MD5 to secure the password, adding an option to change the password is added to
avoid piracy or illegal access by using the password that has been created. The steps to change the password
can be seen in Figure 7, As a system security protocol, the old password must be entered to avoid it illegal
replacement by others when the account is logged in. The user will be directed to the login.php page after
clicking the text “here”.
TELKOMNIKA Telecommun Comput El Control 
An improved electricity efficiency method based on microcontroller and IoT… (Arif Ainur Rafiq)
989
Figure 6. The MDS5 process design
Figure 7. Step for changing the password
2.4. Database
The database was designed using MySQL. It provided large-scale data sharing in the network
environment and allows many different users to access data, it greatly improves the efficiency of
the work [23]. Many of the most popular and highly-trafficked websites in the world are built on
MySQL [24]. In earlier work [25], we looked at how often dynamic features are used across of 19 popular
open-source PHP systems. In order to get the data from the database, we need to enter the database name on
the script to be executed by the program when the script is running.
In Figure 8, the function of “mysql_connect($host, $user, $pass)” on the script is used to execute
the connection command with the host, user, and password, which were declared previously. Meanwhile,
the function of “mysql_select_db($db_name)” is used to select the database will be used next. In this IoT
application provides continuous flow of data. Data is stored in MySQL and will communicate with Arduino
to update the data [26].
$host = “localhost”;
$user = “root”;
$pass = “xxxyyy”;
$db_name = “smarthome”;
mysql_connect ($host, $user, $pass) or die
(mysql_error());
mysql_select_db($db_name) or die (mysql_error());
?
Figure 8. The connection.php as the database
3. RESULT AND ANALYSIS
3.1. Infrared sensor testing for movement reading
In Figure 9, the experiment was conducted to prove the sensor function, when someone passed
the sensor, it will reflect light from infrared to photodiode, so the sensor will provide digital voltage output
data and proceesed by Arduino. Sensor placement will affect the sensor readings. Each sensor is placed in
two different parts, inside and outside of the roomi order to avoid the light reflection on other sensors that can
affect the sensor reading conditions. Experimental studies of the possibility of detecting the motion showed
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 985 - 993
990
that the active infrared sensor is capable of recording the movement object at a distance of 2 to 5 meters [18]
as shown in Table 2.
Figure 9. The diagram block of the reading sensor
Table 2. Results for movement reading testing
Sensor
Test Number
1 2 3 4 5
1 Read Read Read Read Error
2 Error Read Read Read Read
3 Read Read Read Read Read
4 Read Read Read Read Read
5 Read Read Read Read Read
6 Read Read Read Read Read
7 Read Read Read Read Read
8 Read Read Read Read Read
3.2. Infrared sensor testing during the day and night
In addition to testing the motion, the sensor was tested for the light effect during day and night.
The test result was described that sensor was influenced of light, the infrared sensor can work properly at
day. The infrared sensor is affected by the lamplight at night because its characteristic. Besides that, It can be
also affected by the previously sensor voltage reference that is adjusted to the existing light,
while the lamplight is brighter when it is turned on and shown in Table 3.
Table 3. Sensor testing for ambient light effect
Sensor Sensor Position
Sensor test when the lamps are ON
Day Night
1 Outside living room Not affected Affected
2 Inside living room Not affected Affected
3 Outside bedroom Not affected Affected
4 Inside bedroom Not affected Affected
5 Outside family room Not affected Affected
6 Inside family room Not affected Affected
7 Outside kitchen Not affected Affected
8 Inside kitchen Not affected Affected
3.3. Raspberry performance testing
The Raspberry performance test will be conducted in two steps, test of Raspberry response for lamp,
and the Raspberry wireless range testing in the wi-fi network shown in Table 4. This testing was carried out
TELKOMNIKA Telecommun Comput El Control 
An improved electricity efficiency method based on microcontroller and IoT… (Arif Ainur Rafiq)
991
to get responses if there is a sequence to turn on/turn off the light in a variety of ways, because Raspberry
prioritized kernel performance over the others. Besides that, the response was affected by unstable signal
conditions shown in Table 5.
Table 4. The raspberry response for the order to on/off lamp
Total of order in 1 second
Test
1 2 3 4 5 6 7 8
Response in Seconds
1 1 2 1 1 1 1 2 1
2 1 3 1 2 1 1 2 2
3 2 2 3 2 3 3 3 1
Table 5. The raspberry range test on the connected Wi-Fi
No Range Status Response
1 0 m Stable 1 second
2 10 m Stable 1 second
3 15 m Low 3 second
4 25 m Disconnected No response
3.4. Web page access testing
This testing is designed to find out whether the web can be accessed and work properly when it is
accessed through the PC. Figure 10 showed the page access result on index.php. When accessing the page
directly to the URL 192.168.43.3/index.php, we will be redirected to the login page on the URL
192.168.43.3/login.php, because we didn’t login to computer, but if we accessed the login page, we will be
redirected to monitoring page.
Figure 10. The page access testing using computer
3.5. Number of people inside the room testing
Testing was done to count the number of people in the room. This step was added to determine
the sensor accuracy in detecting the number of people, because it will determine the size of the intensity that
will controlled through the program. The method was used to count the number of people entering and
leaving the room shown in Figure 11. Infrared sensor reading started from the outer sensor then the inner
sensor. Arduino will process the data and send it to Raspberry as an entry detection shown in Table 6.
The movement of people in and out the room was detected properly. Testing was done five times in each
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 985 - 993
992
room and can detect the movement of entries without error. Testing the movement of people out of the room,
it can read with once error.
(a) (b)
Figure 11. The Sensor Reading on, (a) entry detection, (b) exit detection
Table 6. Testing of entry sensor
No Room
Total number
of test
Error Detection Detected
Entry Exit Entry Exit
1 Living Room 5 0 1 5 4
2 Family Room 5 0 0 5 5
3 Bedroom 5 0 0 5 5
4 Kitchen 5 0 0 5 5
3.6. Light intensity testing
Light Intensity testing was carried out to determine changes in light intensity on the number of
people in the room. Measurements were made using a light meter. By knowing the change in light intensity,
it will be used as a parameter in program shown in Figure 12.
Figure 12. Light intensity experiment
3.7. Electricity bill testing
Table 7 indicates that after implementing this system, there was an efficiency in paying electricity
bills using the postpaid system. For example, it applied in household electricity that uses 900-Watt electricity
with 10 lamps. There is a decrease in electricity bills after compared before and after the implementation
of this system. Over the past 2 months, a decrease in the range of 7.7%-8.2%, it has a positive impact on
reducing electricity bills payment. This is a significant improvement, because to date,usually the ectricity bill
was paid more than the result.
Table 7. Electricity bill
Month/Year
Bill of Electricity (In Rupiah) Percentage
decreaseBefore After
February/2019 135.650 124.526,7 8.2 %
March/2019 124.526,7 114.938,14 7.7 %
TELKOMNIKA Telecommun Comput El Control 
An improved electricity efficiency method based on microcontroller and IoT… (Arif Ainur Rafiq)
993
4. CONCLUSION
Returning to the question posed at the beginning of this paper, it is now possible to conclude that
infrared sensor can be designed with Internet to control the intensity of light so that it impacts on electricity
efficiency. This study has identified that it can develop a model for optimization the infrared sensor function.
The results from this study suggest that after implementation this method, the electricity bill decresead
7.7%-8.2%. It is recommended that further research to be undertaken in the following areas like security,
surveillance and medicine.
REFERENCES
[1] Institut Indonesia Untuk Ekonomi Energi, “Survey Report on the Use of Energy Saving Lamps in Households in
the North Sumatra Region (in Bahasa: Laporan Survei Penggunaan Lampu Hemat Energi di Rumah Tangga Di
Wilayah Sumatra Utara),” Survey Report, 2016.
[2] N. S. Liang, L. C. Fu, and C. L. Wu. “An Integrated, Flexible, and Internet-Based Control Architecture for Home
Automation System in the Internet Era,” Proc. IEEE Int. Conf. Robotics and Auto., vol. 2, pp. 1101-1106, 2002.
[3] L. Atzori, A. Iera, and G. Morabito, “The Internet of Things: A Survey,” Computer Networks, vol. 54, no. 15,
pp. 2787–2805, 2010.
[4] A. Rajabzadeh, A. R. Manashty, and Z. F. Jahromi, “A Mobile Application for Smart House Remote Control
System,” World Academy of Science, Engineering and Technology, vol. 62, pp. 80-86, 2010.
[5] U. Sharma and S. R. N. Reddy, “Design of Home/Office Automation Using Wireless Sensor Network,"
International Journal of Computer Applications, vol. 43, pp. 53-60, 2012.
[6] S. Folea, D. Bordencea, C. Hotea, and H. Valean, “Smart Home Automation System using Wi-Fi Low Power
Devices,” in Proc.IEEE Int. Conf. on Automation, Quality and Testing, Robotics, pp. 569-574, 2012.
[7] T. Chakraborty and S. Kanti Datta, “Automation Using Edge Computing and Internet of Things,” Proc. Int.
Symposium on Consumer Electronics (ISCE), pp. 47-49, 2017.
[8] K. Ashton, “That ‘Internet of Things’ Thing,” RFID Journal, vol. 22, no. 7, pp. 97-114, 2009.
[9] L. Coetzee, and J. Eksteen, “The Internet of Things Promise for the Future? An Introduction,”
IST Africa Conference Proceedings, 2011.
[10] Ngan Nguyen, Q. C. Nguyen and Minh Thuy Le. “ A Novel Autonomous Wireless Sensor Node for IoT
Applications,” TELKOMNIKA Telecommunication Computing Electronics and Control, vol. 17, no. 5,
pp. 2389-2399, 2019.
[11] A. Zanella, et al., “Internet of Things for Smart Cities,” IEEE Internet Things J., vol. 1, no. 1, pp. 22–32, 2014.
[12] Rony Baskoro L, Cahya Lukito, “Development of IoT hydroponic system using Raspberry Pi,” TELKOMNIKA
Telecommunication Computing Electronics and Control, vol. 17, no. 2, pp. 897-906, 2019.
[13] S. Isaak, et al., “A Low Cost Spectroscopy with Raspberry Pi for soil Macronutrient Monitoring,” TELKOMNIKA
Telecommunication Computing Electronics and Control, vol. 17, no. 4, pp. 1867-1873, 2019.
[14] B. H. Kumar. “WSN based Automatic Irrigation and Security System using Raspberry Pi Board. Int. Conf. on
Current Trends in Comp, Elect, Electro and Commu (ICCTCEEC), pp. 1097-1103, 2017.
[15] Simarjit S. S, Hemant Bhatia, Vatanjeet Singh, Ekambir Sidhu. “Rochelle Salt Integrated PIR Sensor Arduino
based Intruder Detection System,” Int. Conf. on Control, Computing, Commu and Materials (ICCCCM), 2016.
[16] V. Vujovic, and M. Maksimovic, “Raspberry Pi as a Wireless Sensor node: Performances and Constraints,” 37th
Int. Convention Information and Commu. Technology, Electronics and Microelectronics, pp. 1013-1018, 2014.
[17] Y. I. Gudkov, V. N. Azarov, and A. L. Tuv. “Active Infrared Sensor for Monitoring Ptotected Areas,” Int. Conf.
Quality Management, Transport and Information Security, Information Technologies, pp. 725-727, 2017.
[18] J. Muthna,. R. A. Fayadh, M. Fadhil, and M. K. Wali. “Design and Implementation of Smart Electronic Solar
Tracker Based on Arduino,” TELKOMNIKA Telecommunication Computing Electronics and Control, vol. 17,
no. 5, pp. 2486-2496, 2019.
[19] V. Tank, S. Warrier, and N. Jakhiya. “Medicine Dispensing Machine Using Raspberry Pi and Arduino
Controller,” Proc. IEEE Conf. on Emerging Devices and Smart Systems, pp. 44-51, 2017.
[20] C. Shin. “A Framework for Fragmenting/Reconstituting Data Frame in Controller Area Network (CAN),”
International Conference on Advanced Communication Technology, pp. 1261-1264, 2012.
[21] M. Yi, and C. Na. “Research and Improvement of MD5 Algorithm,” Computer Engineering,
vol. 24, pp. 111-114, 2012.
[22] W. Z. Long, et al., “Research on Software Comparison of Electric Energy Data Acquire Terminal based on MD5
Algorithm,” Chinese Automation Congress (CAC), pp. 845-849, 2017.
[23] Zhang, L., Ning, H.-Y., & Yang, Y, “A New Type MySQL Integrated Mutual Authentication Security Model,”
Int. Conf. on Instrumentation & Measurement, Computer, Commu. and Control (IMCCC), 2016.
[24] K. I. Satoto, et al., “Optimizing MySQL Database System on Information Systems Researc Publications and
Community Service,” The 3rd Int. Conf. on Information Technology, Computer, and Elect. Enginee. 2016.
[25] S. Rautmare, and D. M. Bhalerao, “MySQL and NoSQL Database Comparison for IoT Application,”
IEEE International Conference on Advances in Computer Applications, pp. 235-238, 2016.
[26] M. Hills. “Evolution of Dynamic Feature Usage in PHP,” IEEE 22nd
International Conference on Software
Analysis, Evolution and Reengineering (SANER), pp. 525-529, 2015.

More Related Content

What's hot

Study of Application of RFID in developing a Automated System for Quality Man...
Study of Application of RFID in developing a Automated System for Quality Man...Study of Application of RFID in developing a Automated System for Quality Man...
Study of Application of RFID in developing a Automated System for Quality Man...Shabaz Khan
 
Implement via Smart Home blynk
Implement via Smart Home blynk Implement via Smart Home blynk
Implement via Smart Home blynk adminjeet
 
Instant Access of Power Usage through IP Enabled Electronic Power Meter
Instant Access of Power Usage through IP Enabled Electronic Power MeterInstant Access of Power Usage through IP Enabled Electronic Power Meter
Instant Access of Power Usage through IP Enabled Electronic Power MeterIJERD Editor
 
Implementation smart home using internet of things
Implementation smart home using internet of thingsImplementation smart home using internet of things
Implementation smart home using internet of thingsTELKOMNIKA JOURNAL
 
Presentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUPresentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUSouvik Kundu
 
Low cost energy-efficient smart monitoring system using open-source microcont...
Low cost energy-efficient smart monitoring system using open-source microcont...Low cost energy-efficient smart monitoring system using open-source microcont...
Low cost energy-efficient smart monitoring system using open-source microcont...zaidinvisible
 
Ethernet based home appliances control
Ethernet based home appliances controlEthernet based home appliances control
Ethernet based home appliances controlIAEME Publication
 
IoT based Environmental Monitoring and Control System
IoT based Environmental Monitoring and Control SystemIoT based Environmental Monitoring and Control System
IoT based Environmental Monitoring and Control SystemIJMREMJournal
 
Design and Implementation of IOT Based Smart Power Monitoring and Management ...
Design and Implementation of IOT Based Smart Power Monitoring and Management ...Design and Implementation of IOT Based Smart Power Monitoring and Management ...
Design and Implementation of IOT Based Smart Power Monitoring and Management ...ijesajournal
 
Smart Security and Home Automation System using Internet of things
Smart Security and Home Automation System using Internet of thingsSmart Security and Home Automation System using Internet of things
Smart Security and Home Automation System using Internet of thingsIRJET Journal
 
30 9137 e implementation of cloud connected smart plug (edit lafi)
30 9137 e implementation of cloud connected smart plug (edit lafi)30 9137 e implementation of cloud connected smart plug (edit lafi)
30 9137 e implementation of cloud connected smart plug (edit lafi)IAESIJEECS
 
Smart Storage for Home Application
Smart Storage for Home ApplicationSmart Storage for Home Application
Smart Storage for Home ApplicationIRJET Journal
 
HOME AUTOMATION SYSTEM VIA INTERNET USING ANDROID PHONE
HOME AUTOMATION SYSTEM VIA INTERNET USING ANDROID PHONE HOME AUTOMATION SYSTEM VIA INTERNET USING ANDROID PHONE
HOME AUTOMATION SYSTEM VIA INTERNET USING ANDROID PHONE IJRISE Journal
 
Energy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTEnergy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTIJEACS
 
IRJET- Smart Home using Google Assistant (IFTTT)
IRJET-  	  Smart Home using Google Assistant (IFTTT)IRJET-  	  Smart Home using Google Assistant (IFTTT)
IRJET- Smart Home using Google Assistant (IFTTT)IRJET Journal
 
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.IRJET Journal
 
Performance Evaluation of Smart Home System using Internet of Things
Performance Evaluation of Smart Home System using   Internet of Things Performance Evaluation of Smart Home System using   Internet of Things
Performance Evaluation of Smart Home System using Internet of Things IJECEIAES
 

What's hot (20)

Study of Application of RFID in developing a Automated System for Quality Man...
Study of Application of RFID in developing a Automated System for Quality Man...Study of Application of RFID in developing a Automated System for Quality Man...
Study of Application of RFID in developing a Automated System for Quality Man...
 
Implement via Smart Home blynk
Implement via Smart Home blynk Implement via Smart Home blynk
Implement via Smart Home blynk
 
Instant Access of Power Usage through IP Enabled Electronic Power Meter
Instant Access of Power Usage through IP Enabled Electronic Power MeterInstant Access of Power Usage through IP Enabled Electronic Power Meter
Instant Access of Power Usage through IP Enabled Electronic Power Meter
 
IoT Home Automation System
IoT Home Automation SystemIoT Home Automation System
IoT Home Automation System
 
Implementation smart home using internet of things
Implementation smart home using internet of thingsImplementation smart home using internet of things
Implementation smart home using internet of things
 
Presentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUPresentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCU
 
Android Based E-Home
Android Based E-HomeAndroid Based E-Home
Android Based E-Home
 
Low cost energy-efficient smart monitoring system using open-source microcont...
Low cost energy-efficient smart monitoring system using open-source microcont...Low cost energy-efficient smart monitoring system using open-source microcont...
Low cost energy-efficient smart monitoring system using open-source microcont...
 
Ethernet based home appliances control
Ethernet based home appliances controlEthernet based home appliances control
Ethernet based home appliances control
 
IoT based Environmental Monitoring and Control System
IoT based Environmental Monitoring and Control SystemIoT based Environmental Monitoring and Control System
IoT based Environmental Monitoring and Control System
 
Design and Implementation of IOT Based Smart Power Monitoring and Management ...
Design and Implementation of IOT Based Smart Power Monitoring and Management ...Design and Implementation of IOT Based Smart Power Monitoring and Management ...
Design and Implementation of IOT Based Smart Power Monitoring and Management ...
 
Smart Security and Home Automation System using Internet of things
Smart Security and Home Automation System using Internet of thingsSmart Security and Home Automation System using Internet of things
Smart Security and Home Automation System using Internet of things
 
30 9137 e implementation of cloud connected smart plug (edit lafi)
30 9137 e implementation of cloud connected smart plug (edit lafi)30 9137 e implementation of cloud connected smart plug (edit lafi)
30 9137 e implementation of cloud connected smart plug (edit lafi)
 
Smart Storage for Home Application
Smart Storage for Home ApplicationSmart Storage for Home Application
Smart Storage for Home Application
 
HOME AUTOMATION SYSTEM VIA INTERNET USING ANDROID PHONE
HOME AUTOMATION SYSTEM VIA INTERNET USING ANDROID PHONE HOME AUTOMATION SYSTEM VIA INTERNET USING ANDROID PHONE
HOME AUTOMATION SYSTEM VIA INTERNET USING ANDROID PHONE
 
Energy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTEnergy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoT
 
IRJET- Smart Home using Google Assistant (IFTTT)
IRJET-  	  Smart Home using Google Assistant (IFTTT)IRJET-  	  Smart Home using Google Assistant (IFTTT)
IRJET- Smart Home using Google Assistant (IFTTT)
 
Power Measurement with IoT
Power Measurement with IoTPower Measurement with IoT
Power Measurement with IoT
 
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
 
Performance Evaluation of Smart Home System using Internet of Things
Performance Evaluation of Smart Home System using   Internet of Things Performance Evaluation of Smart Home System using   Internet of Things
Performance Evaluation of Smart Home System using Internet of Things
 

Similar to An improved electricity efficiency method based on microcontroller and IoT with infrared sensor

Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...nooriasukmaningtyas
 
IoT-based intelligent irrigation management and monitoring system using arduino
IoT-based intelligent irrigation management and monitoring system using arduinoIoT-based intelligent irrigation management and monitoring system using arduino
IoT-based intelligent irrigation management and monitoring system using arduinoTELKOMNIKA JOURNAL
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...ijtsrd
 
IRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data LoggingIRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data LoggingIRJET Journal
 
INTENSIFICATION OF HOME AUTOMATION USING IOT
INTENSIFICATION OF HOME AUTOMATION USING IOTINTENSIFICATION OF HOME AUTOMATION USING IOT
INTENSIFICATION OF HOME AUTOMATION USING IOTJournal For Research
 
Ethernet based home appliances control
Ethernet based home appliances controlEthernet based home appliances control
Ethernet based home appliances controlIAEME Publication
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET Journal
 
Iot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS ProtocolIot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS ProtocolIRJET Journal
 
Project Report on Smart Dustbin
Project Report on Smart Dustbin Project Report on Smart Dustbin
Project Report on Smart Dustbin Lakshya Pandey
 
IRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET Journal
 
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...IRJET Journal
 
Smart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication MediaSmart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication MediaTELKOMNIKA JOURNAL
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET Journal
 
IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IRJET Journal
 
Power Saving App Design Report- Group Project
Power Saving App Design Report- Group ProjectPower Saving App Design Report- Group Project
Power Saving App Design Report- Group Projectssusera0a3b6
 
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET Journal
 
Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...Diwash Kapil Chettri
 
15513-Article Text-47349-1-10-20191127.pdf
15513-Article Text-47349-1-10-20191127.pdf15513-Article Text-47349-1-10-20191127.pdf
15513-Article Text-47349-1-10-20191127.pdfSiegriqueCeasarAJalw
 
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...IRJET Journal
 

Similar to An improved electricity efficiency method based on microcontroller and IoT with infrared sensor (20)

Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...
 
IoT-based intelligent irrigation management and monitoring system using arduino
IoT-based intelligent irrigation management and monitoring system using arduinoIoT-based intelligent irrigation management and monitoring system using arduino
IoT-based intelligent irrigation management and monitoring system using arduino
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
 
IRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data LoggingIRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data Logging
 
INTENSIFICATION OF HOME AUTOMATION USING IOT
INTENSIFICATION OF HOME AUTOMATION USING IOTINTENSIFICATION OF HOME AUTOMATION USING IOT
INTENSIFICATION OF HOME AUTOMATION USING IOT
 
Ethernet based home appliances control
Ethernet based home appliances controlEthernet based home appliances control
Ethernet based home appliances control
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
 
Iot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS ProtocolIot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS Protocol
 
Project Report on Smart Dustbin
Project Report on Smart Dustbin Project Report on Smart Dustbin
Project Report on Smart Dustbin
 
IRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy Meter
 
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...
 
Smart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication MediaSmart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication Media
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring System
 
IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2
 
Power Saving App Design Report- Group Project
Power Saving App Design Report- Group ProjectPower Saving App Design Report- Group Project
Power Saving App Design Report- Group Project
 
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PI
 
Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...
 
[IJET V2I3P5] Authors: Jamuna H G, Shobha Hugar
[IJET V2I3P5] Authors: Jamuna H G, Shobha Hugar[IJET V2I3P5] Authors: Jamuna H G, Shobha Hugar
[IJET V2I3P5] Authors: Jamuna H G, Shobha Hugar
 
15513-Article Text-47349-1-10-20191127.pdf
15513-Article Text-47349-1-10-20191127.pdf15513-Article Text-47349-1-10-20191127.pdf
15513-Article Text-47349-1-10-20191127.pdf
 
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Recently uploaded

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 

Recently uploaded (20)

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 

An improved electricity efficiency method based on microcontroller and IoT with infrared sensor

  • 1. TELKOMNIKA Telecommunication, Computing, Electronics and Control Vol. 18, No. 2, April 2020, pp. 985~993 ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018 DOI: 10.12928/TELKOMNIKA.v18i2.14889  985 Journal homepage: http://journal.uad.ac.id/index.php/TELKOMNIKA An improved electricity efficiency method based on microcontroller and IoT with infrared sensor Arif Ainur Rafiq1 , Sugeng Dwi Riyanto2 , Ratna Wardani3 1,2 Department of Electrical Engineering-Politeknik Negeri Cilacap, Indonesia 3 Department of Electronic and Informatics Education, Universitas Negeri Yogyakarta, Indonesia Article Info ABSTRACT Article history: Received Aug 11, 2019 Revised Jan 3, 2020 Accepted Feb 12, 2020 This paper proposes an improved electricity efficiency method using an infrared sensor and internet of things (IoT). Almost all field of human work require electrical energy, especially for household needs. The averages household has many lamps in each room, so if it is not controlled, it will be wasteful of energy. However, this work is carried out to gain a better understanding of a new method for saving energy. The main advantage of this work is the simplification of the sensor used, in which only the infrared sensor required. Although the proposed approach faces numerous challenges, it successfully provides result as parameters that it can be processed rapidly using low-cost microcontrollers. The idea is based on the microcontroller and internet implementation with infrared sensor to monitor the number of people in home to control the lamp light intensity. The idea is proven in two ways: design and experiment. In this paper, the implementation of Raspberry Pi and Arduino is created to monitor the number of people in room and control the lamp intensity through internet or web. Arduino uses for the sensor processing and Raspberry Pi as server. The web is used to display the monitoring result by retrieving data from database that created using MySQL. The result indicates that the electricity bill decreased between 7.7-8.2% over 2 months implementation. The conclusion of this study suggests that the research in this area could be directed toward to be used in saving electricity usage in human life, especially for household. Keywords: Electricity efficiency Infrared sensor IoT Microcontrollers Web This is an open access article under the CC BY-SA license. Corresponding Author: Arif Ainur Rafiq, Department of Electrical Engineering, Politeknik Negeri Cilacap, Indonesia. Email: arifainurrafiq@gmail.com 1. INTRODUCTION Indonesia is currenly included in the category of countries that are quite wasteful in energy use. Recorded energy use in Indonesia currenly reaches 1,131 million tons or equivalent of a barrel of oil. Some of the causes of high energy consumpsion are the use of electronic devices that are quite old and behavioral factors in energy use. The average waste of energy use are for household lighting and duration of use (hours) [1]. In the phenomenon that occurs in the electricity production carried out everyday by the State Electricity Company (PLN ~Ind.), is distributed to all circles of society. The use of households has the second highest ranking of electricity users as seen in the average selling price (IDR/kWh) as much as 557.76 with the number of customers is 31,095 thousands. Also, there are others that can cause the same dangerous things at home, for example, forgetting to turn off the lamp equipment in the house which can
  • 2.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 985 - 993 986 cause the electrical short circuit/electric current, and then can cause fire, thus a system is needed to control the lamp from long distance or automatically controlled. Light application using internet for home automation is proposed in [2-4]. Technological advances continue to grow more rapidly following the times. Until now internet connection is one requirement that must be owned by almost everyone. Even, the public often not maximize the use of internet in the completion work. Application development tools, both on the hardware and software technologies to develop an automatic light relay application in the room are already widely used [5]. On the other hand, the internet of things (IoT) is ushering a set of novel applications and services to many vertical domains. Among them home automation represent an important market segment for smart home domain [6]. The smart home employs IoT technologies to equip home dwellers with increased comfort, energy effieciency, security and interaction with its appliance even when there is no one at home. Intelligence and communication modules embedded into these devices allow them to (i) exchange data with a data processing and storage unit, (ii) be controlled remotely through the internet, (iii) report their maintenance needs, (iv) manage themselves automatically and (v) optimize energy and resource usage [7]. Based on these discussion, it is clear that the use of the IoT and infrared sensor can be implemented as a technology for saving electricity. The key benefit of this paper are simplicity and low cost application. 2. RESEARCH METHOD The research methodology is the stages that must be defined before carrying out the research, so it can be done with focused, clear, efficient and effective. The block diagram was design of three parts which are the input, process, and output. In Figure 1, the circuit was constructed using infrared sensor and will be processed separately by Arduino and Raspberry. During data processing, Arduino and Raspberry will communicate using serial communication. After all data was accomplished and processed, it will be implemented on the output in the form of Lamp or Web Page. The Arduino and Raspberry will be used as the controller and data processing device. The database was processed by Raspberry Pi because it has a Linux operating system that can manage the database easily and sensor processing will be controlled by the Arduino. In Figure 2, when the system was turned on, Raspberry opened a serial port to get or transmit serial data. It obtained by Raspberry is later processed and used as input for the database. The data in the database will be displayed on the website as an indicator that the lamp are on or off. Every data changes or update in database, Raspberry will directly send data through serial communication to Arduino and it will process in reltime. 2.1. Internet of things IoT can be explained as a set of things that are connected to each other via the internet. Things here can be tags, sensors, humans, etc. IoT functions to collect data and information from the physical environment, these data will be processed so the meaning can be understood [8]. It describes a vision where everyday object become part of the Network where Intelligence added to them with other things in Network or Network itself, which has impact on our personal, professional and social environment [9, 10, 11] as shown in Figure 3. 2.2. Microcontroller serial communication Raspberry Pi can be used to do many things like a personal computer [12, 13]. It’s requires to store operating system and program files [14, 15]. In this research, the Raspberry Pi will be used as web and database server by connecting the infrared sensor in the room through the internet.In this research Arduino will process the data from infrared. The Arduino advantages are independent platform, construction robust and low price [16, 17]. The serial communication between Arduino and Raspberry used the serial communication with asynchronous type. This serial communication uses the (COM) port on the computer. The Raspberry Pi requires the installation of the package to communicate serially through Arduino [19]. The receiving node synthesizes the split message sent from the sending node. The split message include important information for reconstituting the original data frame [20] as shown in Figure 4. Raspberry Pi program will read serial, the command ser.read() is used, and in order to make the program easier, then the command variable data=ser.read() is needed. For the serial program on the Arduino, uses almost the same program command of Serial.read() as shown in Table 1. The data of the character sent via the serial communication.
  • 3. TELKOMNIKA Telecommun Comput El Control  An improved electricity efficiency method based on microcontroller and IoT… (Arif Ainur Rafiq) 987 Figure 1. The system diagram block Figure 2. Flow chart system in arduino and raspberry Figure 3. System proposed Figure 4. Microcontroller communication
  • 4.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 985 - 993 988 Table 1. The data of the character sent via the serial communication Data transmission from Arduino to Raspberry Raspberry to Arduino Character Function Character Function A Entering the Living Room 0 Lamp 1 On B Exiting the Living Room 1 Lamp 1 Off C Entering the Family Room 2 Lamp 2 On D Exiting the Family Room 3 Lamp 2 Off E Entering Room 4 Lamp 3 On F Exiting Room 5 Lamp 3 Off G Entering Kitchen 6 Lamp 4 On H Exiting Kitchen 7 Lamp 4 Off 2.3. Web hierarchical process structure The UI (User Interface) that use has several pages that properly arranged and configured using the PHP programming language. In this part, Raspberry Pi is used for web server. When the user will access the device, the address is 192.168.43.3/login.php as shown in Figure 5. The web hierarchical structure. Figure 5. The web hierarchical structure The in order to pass through the login page, then user needs to enter the username and password. The input spaces are required for the username and password, and are created using HTML. <input id=”name” name=”username” placeholder=”username” type=”text”> The script above is the command to provide the input spaces for the username which is labeled id “name” with the type text as the input. <input id=”password” name=”password” placeholder=”**********” type=”password”> In Figure 6, the web process was designed using MDS5 to process incoming information, and each group was divided into 16 seat groups of 32 bit, after a series of processing, the algorithm output consists of four block of 32 bit, the four block of 32 bit packet cascade will generate a 128 bit hash value [21, 22]. It means that before obtaining the access to the lamps and the number of people monitoring in the room, we need to login first. The algorithm to compare inputs between login page with database is added to ensure that the username and password are registered. In the other hand, the process to compare this inputs were started from the username and password because every action taken, the status canged to true or false. The user will return to login.php if password s not same and continue to idex.php page if password correct. In addition to use MD5 to secure the password, adding an option to change the password is added to avoid piracy or illegal access by using the password that has been created. The steps to change the password can be seen in Figure 7, As a system security protocol, the old password must be entered to avoid it illegal replacement by others when the account is logged in. The user will be directed to the login.php page after clicking the text “here”.
  • 5. TELKOMNIKA Telecommun Comput El Control  An improved electricity efficiency method based on microcontroller and IoT… (Arif Ainur Rafiq) 989 Figure 6. The MDS5 process design Figure 7. Step for changing the password 2.4. Database The database was designed using MySQL. It provided large-scale data sharing in the network environment and allows many different users to access data, it greatly improves the efficiency of the work [23]. Many of the most popular and highly-trafficked websites in the world are built on MySQL [24]. In earlier work [25], we looked at how often dynamic features are used across of 19 popular open-source PHP systems. In order to get the data from the database, we need to enter the database name on the script to be executed by the program when the script is running. In Figure 8, the function of “mysql_connect($host, $user, $pass)” on the script is used to execute the connection command with the host, user, and password, which were declared previously. Meanwhile, the function of “mysql_select_db($db_name)” is used to select the database will be used next. In this IoT application provides continuous flow of data. Data is stored in MySQL and will communicate with Arduino to update the data [26]. $host = “localhost”; $user = “root”; $pass = “xxxyyy”; $db_name = “smarthome”; mysql_connect ($host, $user, $pass) or die (mysql_error()); mysql_select_db($db_name) or die (mysql_error()); ? Figure 8. The connection.php as the database 3. RESULT AND ANALYSIS 3.1. Infrared sensor testing for movement reading In Figure 9, the experiment was conducted to prove the sensor function, when someone passed the sensor, it will reflect light from infrared to photodiode, so the sensor will provide digital voltage output data and proceesed by Arduino. Sensor placement will affect the sensor readings. Each sensor is placed in two different parts, inside and outside of the roomi order to avoid the light reflection on other sensors that can affect the sensor reading conditions. Experimental studies of the possibility of detecting the motion showed
  • 6.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 985 - 993 990 that the active infrared sensor is capable of recording the movement object at a distance of 2 to 5 meters [18] as shown in Table 2. Figure 9. The diagram block of the reading sensor Table 2. Results for movement reading testing Sensor Test Number 1 2 3 4 5 1 Read Read Read Read Error 2 Error Read Read Read Read 3 Read Read Read Read Read 4 Read Read Read Read Read 5 Read Read Read Read Read 6 Read Read Read Read Read 7 Read Read Read Read Read 8 Read Read Read Read Read 3.2. Infrared sensor testing during the day and night In addition to testing the motion, the sensor was tested for the light effect during day and night. The test result was described that sensor was influenced of light, the infrared sensor can work properly at day. The infrared sensor is affected by the lamplight at night because its characteristic. Besides that, It can be also affected by the previously sensor voltage reference that is adjusted to the existing light, while the lamplight is brighter when it is turned on and shown in Table 3. Table 3. Sensor testing for ambient light effect Sensor Sensor Position Sensor test when the lamps are ON Day Night 1 Outside living room Not affected Affected 2 Inside living room Not affected Affected 3 Outside bedroom Not affected Affected 4 Inside bedroom Not affected Affected 5 Outside family room Not affected Affected 6 Inside family room Not affected Affected 7 Outside kitchen Not affected Affected 8 Inside kitchen Not affected Affected 3.3. Raspberry performance testing The Raspberry performance test will be conducted in two steps, test of Raspberry response for lamp, and the Raspberry wireless range testing in the wi-fi network shown in Table 4. This testing was carried out
  • 7. TELKOMNIKA Telecommun Comput El Control  An improved electricity efficiency method based on microcontroller and IoT… (Arif Ainur Rafiq) 991 to get responses if there is a sequence to turn on/turn off the light in a variety of ways, because Raspberry prioritized kernel performance over the others. Besides that, the response was affected by unstable signal conditions shown in Table 5. Table 4. The raspberry response for the order to on/off lamp Total of order in 1 second Test 1 2 3 4 5 6 7 8 Response in Seconds 1 1 2 1 1 1 1 2 1 2 1 3 1 2 1 1 2 2 3 2 2 3 2 3 3 3 1 Table 5. The raspberry range test on the connected Wi-Fi No Range Status Response 1 0 m Stable 1 second 2 10 m Stable 1 second 3 15 m Low 3 second 4 25 m Disconnected No response 3.4. Web page access testing This testing is designed to find out whether the web can be accessed and work properly when it is accessed through the PC. Figure 10 showed the page access result on index.php. When accessing the page directly to the URL 192.168.43.3/index.php, we will be redirected to the login page on the URL 192.168.43.3/login.php, because we didn’t login to computer, but if we accessed the login page, we will be redirected to monitoring page. Figure 10. The page access testing using computer 3.5. Number of people inside the room testing Testing was done to count the number of people in the room. This step was added to determine the sensor accuracy in detecting the number of people, because it will determine the size of the intensity that will controlled through the program. The method was used to count the number of people entering and leaving the room shown in Figure 11. Infrared sensor reading started from the outer sensor then the inner sensor. Arduino will process the data and send it to Raspberry as an entry detection shown in Table 6. The movement of people in and out the room was detected properly. Testing was done five times in each
  • 8.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 2, April 2020: 985 - 993 992 room and can detect the movement of entries without error. Testing the movement of people out of the room, it can read with once error. (a) (b) Figure 11. The Sensor Reading on, (a) entry detection, (b) exit detection Table 6. Testing of entry sensor No Room Total number of test Error Detection Detected Entry Exit Entry Exit 1 Living Room 5 0 1 5 4 2 Family Room 5 0 0 5 5 3 Bedroom 5 0 0 5 5 4 Kitchen 5 0 0 5 5 3.6. Light intensity testing Light Intensity testing was carried out to determine changes in light intensity on the number of people in the room. Measurements were made using a light meter. By knowing the change in light intensity, it will be used as a parameter in program shown in Figure 12. Figure 12. Light intensity experiment 3.7. Electricity bill testing Table 7 indicates that after implementing this system, there was an efficiency in paying electricity bills using the postpaid system. For example, it applied in household electricity that uses 900-Watt electricity with 10 lamps. There is a decrease in electricity bills after compared before and after the implementation of this system. Over the past 2 months, a decrease in the range of 7.7%-8.2%, it has a positive impact on reducing electricity bills payment. This is a significant improvement, because to date,usually the ectricity bill was paid more than the result. Table 7. Electricity bill Month/Year Bill of Electricity (In Rupiah) Percentage decreaseBefore After February/2019 135.650 124.526,7 8.2 % March/2019 124.526,7 114.938,14 7.7 %
  • 9. TELKOMNIKA Telecommun Comput El Control  An improved electricity efficiency method based on microcontroller and IoT… (Arif Ainur Rafiq) 993 4. CONCLUSION Returning to the question posed at the beginning of this paper, it is now possible to conclude that infrared sensor can be designed with Internet to control the intensity of light so that it impacts on electricity efficiency. This study has identified that it can develop a model for optimization the infrared sensor function. The results from this study suggest that after implementation this method, the electricity bill decresead 7.7%-8.2%. It is recommended that further research to be undertaken in the following areas like security, surveillance and medicine. REFERENCES [1] Institut Indonesia Untuk Ekonomi Energi, “Survey Report on the Use of Energy Saving Lamps in Households in the North Sumatra Region (in Bahasa: Laporan Survei Penggunaan Lampu Hemat Energi di Rumah Tangga Di Wilayah Sumatra Utara),” Survey Report, 2016. [2] N. S. Liang, L. C. Fu, and C. L. Wu. “An Integrated, Flexible, and Internet-Based Control Architecture for Home Automation System in the Internet Era,” Proc. IEEE Int. Conf. Robotics and Auto., vol. 2, pp. 1101-1106, 2002. [3] L. Atzori, A. Iera, and G. Morabito, “The Internet of Things: A Survey,” Computer Networks, vol. 54, no. 15, pp. 2787–2805, 2010. [4] A. Rajabzadeh, A. R. Manashty, and Z. F. Jahromi, “A Mobile Application for Smart House Remote Control System,” World Academy of Science, Engineering and Technology, vol. 62, pp. 80-86, 2010. [5] U. Sharma and S. R. N. Reddy, “Design of Home/Office Automation Using Wireless Sensor Network," International Journal of Computer Applications, vol. 43, pp. 53-60, 2012. [6] S. Folea, D. Bordencea, C. Hotea, and H. Valean, “Smart Home Automation System using Wi-Fi Low Power Devices,” in Proc.IEEE Int. Conf. on Automation, Quality and Testing, Robotics, pp. 569-574, 2012. [7] T. Chakraborty and S. Kanti Datta, “Automation Using Edge Computing and Internet of Things,” Proc. Int. Symposium on Consumer Electronics (ISCE), pp. 47-49, 2017. [8] K. Ashton, “That ‘Internet of Things’ Thing,” RFID Journal, vol. 22, no. 7, pp. 97-114, 2009. [9] L. Coetzee, and J. Eksteen, “The Internet of Things Promise for the Future? An Introduction,” IST Africa Conference Proceedings, 2011. [10] Ngan Nguyen, Q. C. Nguyen and Minh Thuy Le. “ A Novel Autonomous Wireless Sensor Node for IoT Applications,” TELKOMNIKA Telecommunication Computing Electronics and Control, vol. 17, no. 5, pp. 2389-2399, 2019. [11] A. Zanella, et al., “Internet of Things for Smart Cities,” IEEE Internet Things J., vol. 1, no. 1, pp. 22–32, 2014. [12] Rony Baskoro L, Cahya Lukito, “Development of IoT hydroponic system using Raspberry Pi,” TELKOMNIKA Telecommunication Computing Electronics and Control, vol. 17, no. 2, pp. 897-906, 2019. [13] S. Isaak, et al., “A Low Cost Spectroscopy with Raspberry Pi for soil Macronutrient Monitoring,” TELKOMNIKA Telecommunication Computing Electronics and Control, vol. 17, no. 4, pp. 1867-1873, 2019. [14] B. H. Kumar. “WSN based Automatic Irrigation and Security System using Raspberry Pi Board. Int. Conf. on Current Trends in Comp, Elect, Electro and Commu (ICCTCEEC), pp. 1097-1103, 2017. [15] Simarjit S. S, Hemant Bhatia, Vatanjeet Singh, Ekambir Sidhu. “Rochelle Salt Integrated PIR Sensor Arduino based Intruder Detection System,” Int. Conf. on Control, Computing, Commu and Materials (ICCCCM), 2016. [16] V. Vujovic, and M. Maksimovic, “Raspberry Pi as a Wireless Sensor node: Performances and Constraints,” 37th Int. Convention Information and Commu. Technology, Electronics and Microelectronics, pp. 1013-1018, 2014. [17] Y. I. Gudkov, V. N. Azarov, and A. L. Tuv. “Active Infrared Sensor for Monitoring Ptotected Areas,” Int. Conf. Quality Management, Transport and Information Security, Information Technologies, pp. 725-727, 2017. [18] J. Muthna,. R. A. Fayadh, M. Fadhil, and M. K. Wali. “Design and Implementation of Smart Electronic Solar Tracker Based on Arduino,” TELKOMNIKA Telecommunication Computing Electronics and Control, vol. 17, no. 5, pp. 2486-2496, 2019. [19] V. Tank, S. Warrier, and N. Jakhiya. “Medicine Dispensing Machine Using Raspberry Pi and Arduino Controller,” Proc. IEEE Conf. on Emerging Devices and Smart Systems, pp. 44-51, 2017. [20] C. Shin. “A Framework for Fragmenting/Reconstituting Data Frame in Controller Area Network (CAN),” International Conference on Advanced Communication Technology, pp. 1261-1264, 2012. [21] M. Yi, and C. Na. “Research and Improvement of MD5 Algorithm,” Computer Engineering, vol. 24, pp. 111-114, 2012. [22] W. Z. Long, et al., “Research on Software Comparison of Electric Energy Data Acquire Terminal based on MD5 Algorithm,” Chinese Automation Congress (CAC), pp. 845-849, 2017. [23] Zhang, L., Ning, H.-Y., & Yang, Y, “A New Type MySQL Integrated Mutual Authentication Security Model,” Int. Conf. on Instrumentation & Measurement, Computer, Commu. and Control (IMCCC), 2016. [24] K. I. Satoto, et al., “Optimizing MySQL Database System on Information Systems Researc Publications and Community Service,” The 3rd Int. Conf. on Information Technology, Computer, and Elect. Enginee. 2016. [25] S. Rautmare, and D. M. Bhalerao, “MySQL and NoSQL Database Comparison for IoT Application,” IEEE International Conference on Advances in Computer Applications, pp. 235-238, 2016. [26] M. Hills. “Evolution of Dynamic Feature Usage in PHP,” IEEE 22nd International Conference on Software Analysis, Evolution and Reengineering (SANER), pp. 525-529, 2015.