Enabling Remote Elderly Care: Design and Implementation of a Smart Energy Data System with Activity Recognition
<p>Schematic diagram of load monitoring methods. On the left, software-based (NILM), and on the right, hardware-based (ILM).</p> "> Figure 2
<p>Basic schematic of enabling technologies and techniques for activity recognition and in-home monitoring.</p> "> Figure 3
<p>Architecture of the proposed SEDAR. Three-layer structure: data acquisition, communication network, and data analytics. LAN: local area network; WAN: wide area network.</p> "> Figure 4
<p>Testbed implementation in B110 Lab, Universidad Técnica Federico Santa María, Chile. Data acquisition devices highlighted in blue; home gateway highlighted in green; Raspberry Pi, and web interface highlighted in yellow. HAN: home area network.</p> "> Figure 5
<p>Sonoff Pow R2 integrated with conventional plug to collect data.</p> "> Figure 6
<p>Schematic diagram of the proposed system. Data analytics (DAN) layer components are highlighted in yellow frames.</p> "> Figure 7
<p>Architecture of the proposed dashboard. The Python script and database elements are highlighted in a different color since they are hosted locally. API: application programming interface; HTTP: hypertext transfer protocol.</p> "> Figure 8
<p>Structure of the proposed machine learning classifier. The model has two hidden layers of 500 and 100 units, respectively. Dropout is represented by turning off units (gray color) in the first hidden layer. Neurons not affected by dropout are represented in white color.</p> "> Figure 9
<p>Confusion matrix obtained with the test set for the proposed classifier. Colors represent the total of correctly classified samples for each class, from gray (none or few samples) to dark blue (more than 100 samples).</p> "> Figure 10
<p>Web interface of the proposed SEDAR. Main dashboard side menu and non-activity status are highlighted in orange frames.</p> "> Figure 11
<p>Devices view, showing all appliances correctly classified. Statuses are highlighted in orange frames.</p> "> Figure 12
<p>Main dashboard screenshot during simultaneous activity detection.</p> "> Figure 13
<p>Screenshots of the main dashboard showing the hair dryer being moved from device 3 to device 1. Appliance name is underlined in orange.</p> ">
Abstract
:1. Introduction
- We designed and validated an IoT platform in a real scenario to unobtrusively perform load monitoring and activity recognition (ADLs), aiming to enable remote elderly care in Chile.
- The proposed system achieves near real-time operation by accurately identifying both low- and high-power-consumption devices, overcoming the limitations of NILM solutions in this regard.
- The proposed system is capable of recognizing activities being simultaneously performed, and showing the information to users in a friendly manner through a dashboard interface.
- The proposed system is flexible, allowing the connection of any appliance independently of the plug, making it adaptable to different devices.
2. Related Work
2.1. Medical-Oriented Applications in Research
2.2. Family-Oriented Applications in Research
2.3. Summary
3. Methodology
- Cost concerns: high installation costs deter utilities and consumers.
- Infrastructure challenges: upgrading existing infrastructure is a complex and expensive task.
- Lack of awareness: consumers might not fully understand the benefits of smart meters.
- Privacy and security: concerns about data privacy and security hinder adoption.
- Regulatory hurdles: complex regulatory processes delay widespread roll-out of smart meters.
- Utility resistance: utilities might resist operational changes.
- Financial constraints: economic challenges impact adoption decisions.
- Vendor availability: limited supply chain options currently exist in the country.
4. Design and Implementation of the Proposed SEDAR System
- The lower layer, called data acquisition, encompasses physical devices such as appliances and metering devices (smart plugs). At this layer, energy transactions take place.
- Moving up, the communication network layer incorporates various network technologies available in the market for local communication. It connects smart plugs with the home gateway and establishes a connection between the home gateway and middleware.
- Next, the data analytics layer gathers a range of technologies, including ML models and preprocessing algorithms for data processing, showing this information to users through a web interface. This layer serves as a mediator between physical devices and services. The integration of a diverse array of healthcare services is possible, covering in-home monitoring, user comfort, safety, and behavior analysis.
4.1. Data Acquisition Layer
- Area level: The metering devices are used to monitor household areas, measuring the consumption after the utility’s energy meter.
- Plug level: The metering devices are located next to the plugs to monitor directly appliances connected to the outlet or multi-outlet.
- Appliance level: The metering devices are embedded directly in the appliances or placed in a dedicated outlet (i.e., the outlet for a specific appliance).
4.2. Communication Network Layer
- Home area network (HAN): Inside a household, the home area network is used to provide monitoring of energy usage. This communication network carries data generated by the metering devices and home appliances to the middleware technology in which the post-processing (monitoring, control, comfort analysis, occupancy, among other applications) is performed. Examples of communication technologies include IEEE 802.3 family, power line communications (PLCs), serial communication RS-232/485, wireless networks (IEEE 802.11 family, IEEE 802.15 family, mobile field network) (GSM-based 2G, CDMA-based 3G, LTE-based 4G, NR-based 5G), and low-power networks (NarrowBand IoT, LoRa, Sigfox) [53,54].
- Wide area network (WAN): Outside the household domains, the WAN provides data exchange between smart homes and services providers, forming smart neighborhoods and cities. Furthermore, central managed solutions, such as the cloud-based load monitoring system and database servers, are accessible through this communication network.
4.3. Data Analytics Layer
- Collect data from different metering devices at the plug level through the HAN.
- Provide monitoring and analysis of the main loads inside a household.
- Activity distribution: determined by calculating the percentage of time each activity is performed during different time intervals, such as the last hour, last 24 h, and last week.
- Average inactivity periods: calculated by averaging the duration of the inactivity periods during different time intervals, such as the last hour, last 24 h and last week.
- Appliance usage frequency: computed by counting the number of times each appliance is detected during different time intervals, such as the last hour, last 24 h, and last week.
4.4. Security
- Physical attacks: hardware devices can become damaged or intentionally removed from the plug, thereby hindering the system’s functionality.
- Insecure device configuration: vulnerabilities in device settings can be exploited to gain unauthorized access or disrupt network operations [57].
- Device-to-device interception: even without internet access, an attacker could position between two devices within the LAN and intercept the traffic exchanged between them. This could involve capturing unencrypted communication or attempting to decrypt encrypted traffic if the encryption keys are compromised [57,58].
- Data manipulation: an attacker positioned between two devices can modify the data being exchanged between them. While the modification might not have the same impact as altering internet traffic, it could still lead to unintended consequences within the local network [57].
- Credential harvesting: An attacker might trick users within the local network into revealing sensitive information, such as login credentials, through techniques like phishing or social engineering [57].
- Address resolution protocol (ARP) poisoning: ARP spoofing can still occur within a local network. Attackers can associate their own MAC addresses with IP addresses of legitimate devices, potentially leading to communication redirection or unauthorized access [57].
- Rogue devices: an attacker could set up a rogue device within the network, masquerading as a legitimate device to intercept or manipulate traffic [57].
- Malware infection: if an infected device is connected directly to the middleware, malware can spread to other devices without internet access [57].
- Physical security: ensure physical security on gateways to prevent unauthorized access.
- Strong encryption: use WPA3 encryption for the Wi-Fi network. This provides strong encryption protocols to the data transmitted [59].
- Secure password: set a strong and unique password on all devices and the Wi-Fi network.
- Service set identifier (SSID) hiding: disable broadcasting the network name so that it is not visible to devices scanning for Wi-Fi networks. This adds an extra layer of security by making it less obvious that the network exists [59].
- MAC address filtering: enable MAC address filtering on the gateway to allow only specific devices with approved MAC addresses to connect to the network [59].
- Gateway firmware updates: regularly update the router’s firmware to address security vulnerabilities and ensure the latest security features are in place [59].
- Remote management: disable remote management of the gateway’s settings. This prevents attackers from trying to access its configuration remotely.
- Two-factor authentication (2FA): enable two-factor authentication for accessing the gateway’s settings to add an extra layer of security [59].
- Network segmentation: separate the network into separate virtual area networks (VLANs) for different device types [59].
- Disable unused services: turn off any unnecessary services on the gateway, such as universal plug and play (UPnP) or Wi-Fi protected setup (WPS), as this can introduce potential vulnerabilities.
- TSL/SSL: use encryption (TSL/SSL) for MQTT communication to ensure data confidentiality [59].
- Updates: regularly update and patch software on all components of the middleware to address known vulnerabilities [59].
- Authentication: implement strong authentication and access controls for MQTT [59].
- Educate users: educate users about security best practices and potential threats to prevent social engineering attacks. In this case, it was explained to every staff member in our laboratory.
5. Feature Extraction and Classification for Appliance Recognition
Algorithm 1: Function to view features in a window. |
|
6. Results
6.1. Training Results
6.2. Real-Time Operation
7. Discussion and Limitations
8. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
Abbreviations
2FA | Two-factor authentication |
AAL | Ambient assisted living |
ADLs | Activities of daily living |
AI | Artificial intelligence |
API | Application programming interface |
ARP | Address resolution protocol |
CSV | Comma-separated value |
DAQ | Data acquisition |
DAN | Data analytics layer |
EVs | Electric vehicles |
FIFO | First-in first-out queue |
GES | Explicit health guarantee |
HEMS | Home energy management system |
HVAC | Heating, ventilation, and air conditioning |
HTTP | Hypertext transfer protocol |
IDS | Intrusion detection system |
ILM | Intrusive load monitoring |
IoT | Internet of things |
IR | Infrared |
LAN | Local area network |
ML | Machine learning |
MQTT | Message queue telemetry transport protocol |
NCTS | Non-contact triboelectric sensors |
NILM | Non-intrusive load monitoring |
PD | Parkinson’s disease |
PLCs | Power line communications |
RFID | Radio-frequency identification |
SEDAR | Smart energy data with activity recognition |
SSL | Secure socket layer |
TLS | Transport layer security |
TV | Television set |
UTFSM | Universidad Técnica Federiso Santa María |
VLAN | Virtual local area network |
WAN | Wide area network |
WPA3 | Wi-Fi Protected Access 3 |
References
- Chalmers, C.; Fergus, P.; Curbelo Montanez, C.A.; Sikdar, S.; Ball, F.; Kendall, B. Detecting Activities of Daily Living and Routine Behaviours in Dementia Patients Living Alone Using Smart Meter Load Disaggregation. IEEE Trans. Emerg. Top. Comput. 2020, 157–169. [Google Scholar] [CrossRef]
- Yuan, X.; Han, P.; Duan, Y.; Alden, R.E.; Rallabandi, V.; Ionel, D.M. Residential Electrical Load Monitoring and Modeling—State of the Art and Future Trends for Smart Homes and Grids. Electr. Power Components Syst. 2020, 48, 1125–1143. [Google Scholar] [CrossRef]
- Wang, J.; Spicher, N.; Warnecke, J.M.; Haghi, M.; Schwartze, J.; Deserno, T.M. Unobtrusive Health Monitoring in Private Spaces: The Smart Home. Sensors 2021, 21, 864. [Google Scholar] [CrossRef]
- Nnamoko, N.; Arshad, F.; Hammond, L.; Mcpartland, S.; Patterson, P. Telehealth in Primary Health Care: Analysis of Liverpool NHS Experience. In Applied Computing in Medicine and Health; Al-Jumeily, D., Hussain, A., Mallucci, C., Oliver, C., Eds.; Emerging Topics in Computer Science and Applied Computing; Elsevier and Morgan Kaufmann: Amsterdam, The Netherlands, 2016; Chapter 13; pp. 269–286. [Google Scholar] [CrossRef]
- Lee, S.; Choi, D.H. Energy Management of Smart Home with Home Appliances, Energy Storage System and Electric Vehicle: A Hierarchical Deep Reinforcement Learning Approach. Sensors 2020, 20, 2157. [Google Scholar] [CrossRef]
- Franco, P.; Martínez, J.M.; Kim, Y.C.; Ahmed, M.A. A Cyber-Physical Approach for Residential Energy Management: Current State and Future Directions. Sustainability 2022, 14, 4639. [Google Scholar] [CrossRef]
- Bouhafs, F.; Mackay, M.; Merabti, M. Links to the Future: Communication Requirements and Challenges in the Smart Grid. IEEE Power Energy Mag. 2012, 10, 24–32. [Google Scholar] [CrossRef]
- Devlin, M.A.; Hayes, B.P. Non-Intrusive Load Monitoring and Classification of Activities of Daily Living Using Residential Smart Meter Data. IEEE Trans. Consum. Electron. 2019, 65, 339–348. [Google Scholar] [CrossRef]
- Rehman, A.U.; Rahman Tito, S.; Nieuwoudt, P.; Imran, G.; Lie, T.T.; Valles, B.; Ahmad, W. Applications of Non-Intrusive Load Monitoring Towards Smart and Sustainable Power Grids: A System Perspective. In Proceedings of the 2019 29th Australasian Universities Power Engineering Conference (AUPEC), Nadi, Fiji, 26–29 November 2019; pp. 1–6. [Google Scholar] [CrossRef]
- Franco, P.; Martinez, J.M.; Kim, Y.C.; Ahmed, M.A. IoT Based Approach for Load Monitoring and Activity Recognition in Smart Homes. IEEE Access 2021, 9, 45325–45339. [Google Scholar] [CrossRef]
- Franco, P.; Martínez, J.M.; Kim, Y.C.; Ahmed, M.A. A Framework for IoT Based Appliance Recognition in Smart Homes. IEEE Access 2021, 9, 133940–133960. [Google Scholar] [CrossRef]
- Rehman, A.U.; Lie, T.T.; Valles, B.; Tito, S.R. Event-Detection Algorithms for Low Sampling Nonintrusive Load Monitoring Systems Based on Low Complexity Statistical Features. IEEE Trans. Instrum. Meas. 2020, 69, 751–759. [Google Scholar] [CrossRef]
- Klemenjak, C.; Makonin, S.; Elmenreich, W. Towards Comparability in Non-Intrusive Load Monitoring: On Data and Performance Evaluation. In Proceedings of the 2020 IEEE Power & Energy Society Innovative Smart Grid Technologies Conference (ISGT), Washington, DC, USA, 17–20 February 2020; pp. 1–5. [Google Scholar] [CrossRef]
- Kelly, J.; Knottenbelt, W. Neural NILM: Deep Neural Networks Applied to Energy Disaggregation. In Proceedings of the 2nd ACM International Conference on Embedded Systems for Energy-Efficient Built Environments—BuildSys ’15, Seoul, Republic of Korea, 4–5 November 2015; pp. 55–64. [Google Scholar] [CrossRef]
- Rehman, A.U.; Lie, T.T.; Valles, B.; Tito, S.R. Low Complexity Event Detection Algorithm for Non- Intrusive Load Monitoring Systems. In Proceedings of the 2018 IEEE Innovative Smart Grid Technologies—Asia (ISGT Asia), Singapore, 22–25 May 2018; pp. 746–751. [Google Scholar] [CrossRef]
- Suryadevara, N.K.; Biswal, G.R. Smart Plugs: Paradigms and Applications in the Smart City-and-Smart Grid. Energies 2019, 12, 1957. [Google Scholar] [CrossRef]
- Subsecretaría de Redes Asistenciales. Programa Nacional de Salud; Ministerio de Salud: Santiago, Chile, 2018; 76p. [Google Scholar]
- Patel, S.; Park, H.; Bonato, P.; Chan, L.; Rodgers, M. A review of wearable sensors and systems with application in rehabilitation. J. Neuroeng. Rehabil. 2012, 9, 21. [Google Scholar] [CrossRef] [PubMed]
- Coulby, G.; Clear, A.; Jones, O.; Young, F.; Stuart, S.; Godfrey, A. Towards remote healthcare monitoring using accessible IoT technology: State-of-the-art, insights and experimental design. Biomed. Eng. Online 2020, 19, 80. [Google Scholar] [CrossRef] [PubMed]
- Blas, H.S.S.; Mendes, A.S.; Encinas, F.G.; Silva, L.A.; González, G.V. A Multi-Agent System for Data Fusion Techniques Applied to the Internet of Things Enabling Physical Rehabilitation Monitoring. Appl. Sci. 2021, 11, 331. [Google Scholar] [CrossRef]
- D’Sa, A.G.; Prasad, B.G. An IoT Based Framework For Activity Recognition Using Deep Learning Technique. arXiv 2019, arXiv:1906.07247. [Google Scholar]
- Kabelac, Z.; Tarolli, C.; Snyder, C.; Feldman, B.; Glidden, A.; Hsu, C.Y.; Hristov, R.; Dorsey, E.; Katabi, D. Passive Monitoring at Home: A Pilot Study in Parkinson Disease. Digit. Biomarkers 2019, 3, 22–30. [Google Scholar] [CrossRef]
- Anaya, D.V.; Zhan, K.; Tao, L.; Lee, C.; Yuce, M.R.; Alan, T. Contactless tracking of humans using non-contact triboelectric sensing technology: Enabling new assistive applications for the elderly and the visually impaired. Nano Energy 2021, 90, 106486. [Google Scholar] [CrossRef]
- Kondaka, L.; Thenmozhi, M.; Vijayakumar, K.; Kohli, R. An intensive healthcare monitoring paradigm by using IoT based machine learning strategies. Multimed. Tools Appl. 2021, 81, 36891–36905. [Google Scholar] [CrossRef]
- Alcalá, J.M.; Ureña, J.; Hernández, Á.; Gualda, D. Assessing Human Activity in Elderly People Using Non-Intrusive Load Monitoring. Sensors 2017, 17, 351. [Google Scholar] [CrossRef]
- Reyes-Campos, J.; Alor-Hernández, G.; Machorro-Cano, I.; Olmedo-Aguirre, J.O.; Sánchez-Cervantes, J.L.; Rodríguez-Mazahua, L. Discovery of Resident Behavior Patterns Using Machine Learning Techniques and IoT Paradigm. Mathematics 2021, 9, 219. [Google Scholar] [CrossRef]
- Fahad, L.G.; Tahir, S.F. Activity recognition and anomaly detection in smart homes. Neurocomputing 2021, 423, 362–372. [Google Scholar] [CrossRef]
- Li, X.; He, Y.; Fioranelli, F.; Jing, X. Semisupervised Human Activity Recognition With Radar Micro-Doppler Signatures. IEEE Trans. Geosci. Remote Sens. 2022, 60, 1–12. [Google Scholar] [CrossRef]
- Fahim, M.; Kazmi, S.; Khattak, A. ApplianceNet: A neural network based framework to recognize daily life activities and behavior in smart home using smart plugs. Neural Comput. Appl. 2022, 34, 1–15. [Google Scholar] [CrossRef]
- Ghazal, T.M.; Hasan, M.K.; Alshurideh, M.T.; Alzoubi, H.M.; Ahmad, M.; Akbar, S.S.; Al Kurdi, B.; Akour, I.A. IoT for Smart Cities: Machine Learning Approaches in Smart Healthcare—A Review. Future Internet 2021, 13, 218. [Google Scholar] [CrossRef]
- Alekya, R.; Boddeti, N.D.; Monica, K.S.; Prabha, D.R.; Venkatesh, D.V.; Ashton, K. IoT based Smart Healthcare Monitoring Systems: A Literature Review. Clin. Med. 2020, 7, 9. [Google Scholar]
- Deep, S.; Zheng, X.; Karmakar, C.; Yu, D.; Hamey, L.G.C.; Jin, J. A Survey on Anomalous Behavior Detection for Elderly Care Using Dense-Sensing Networks. IEEE Commun. Surv. Tutorials 2019, 22, 352–370. [Google Scholar] [CrossRef]
- Lousado, J.P.; Antunes, S. Monitoring and Support for Elderly People Using LoRa Communication Technologies: IoT Concepts and Applications. Future Internet 2020, 12, 206. [Google Scholar] [CrossRef]
- Philip, N.Y.; Rodrigues, J.J.P.C.; Wang, H.; Fong, S.J.; Chen, J. Internet of Things for In-Home Health Monitoring Systems: Current Advances, Challenges and Future Directions. IEEE J. Sel. Areas Commun. 2021, 39, 300–310. [Google Scholar] [CrossRef]
- Watanabe, S.; Asano, M.; Nakazawa, T.; Ando, R.; Tasaki, T.; Aoki, H. Possibilities of simple IoT system for monitoring elderly people living alone. In Proceedings of the 2017 IEEE 6th Global Conference on Consumer Electronics (GCCE), Nagoya, Japan, 24–27 October 2017; pp. 1–4. [Google Scholar] [CrossRef]
- Al-khafajiy, M.; Baker, T.; Chalmers, C.; Asim, M.; Kolivand, H.; Fahim, M.; Waraich, A. Remote health monitoring of elderly through wearable sensors. Multimed. Tools Appl. 2019, 78, 1–26. [Google Scholar] [CrossRef]
- Yew, H.T.; Ng, M.; Ping, S.; Chung, S.; Chekima, A.; Dargham, J. IoT Based Real-Time Remote Patient Monitoring System. In Proceedings of the IoT Based Real-Time Remote Patient Monitoring System, Langkawi, Malaysia, 28–29 February 2020; pp. 176–179. [Google Scholar] [CrossRef]
- Javeed, M.; Jalal, A.; Kim, K. Wearable Sensors based Exertion Recognition using Statistical Features and Random Forest for Physical Healthcare Monitoring. In Proceedings of the 2021 International Bhurban Conference on Applied Sciences and Technologies (IBCAST), Islamabad, Pakistan, 12–16 January 2021; pp. 512–517. [Google Scholar] [CrossRef]
- Völker, B.; Scholls, P.M.; Schubert, T.; Becker, B. Towards the Fusion of Intrusive and Non-Intrusive Load Monitoring: A Hybrid Approach. In Proceedings of the e-Energy ’18: Ninth International Conference on Future Energy Systems, Karlsruhe, Germany, 12–15 June 2018; Association for Computing Machinery: New York, NY, USA, 2018; pp. 436–438. [Google Scholar] [CrossRef]
- Zhang, Y.; Zhang, Z.; Zhang, Y.; Bao, J.; Zhang, Y.; Deng, H. Human Activity Recognition Based on Motion Sensor Using U-Net. IEEE Access 2019, 7, 75213–75226. [Google Scholar] [CrossRef]
- Ruano, A.; Hernandez, A.; Ureña, J.; Ruano, M.; Garcia, J. NILM Techniques for Intelligent Home Energy Management and Ambient Assisted Living: A Review. Energies 2019, 12, 2203. [Google Scholar] [CrossRef]
- Sehrawat, D.; Gill, N.S. IoT Based Human Activity Recognition System Using Smart Sensors. Adv. Sci. Technol. Eng. Syst. J. 2020, 5, 516–522. [Google Scholar] [CrossRef]
- Hussain, Z.; Sheng, Q.Z.; Zhang, W. Different Approaches for Human Activity Recognition: A Survey. arXiv 2019, arXiv:1906.05074. [Google Scholar]
- Uddin, M.; Khaksar, W.; Torresen, J. Ambient Sensors for Elderly Care and Independent Living: A Survey. Sensors 2018, 18, 2027. [Google Scholar] [CrossRef]
- Shuvo, S.S.; Yilmaz, Y. Home Energy Recommendation System (HERS): A Deep Reinforcement Learning Method Based on Residents’ Feedback and Activity. IEEE Trans. Smart Grid 2022, 13, 2812–2821. [Google Scholar] [CrossRef]
- Lye, M.H.; AlDahoul, N.; Abdul Karim, H. Fusion of Appearance and Motion Features for Daily Activity Recognition from Egocentric Perspective. Sensors 2023, 23, 6804. [Google Scholar] [CrossRef]
- Yu, Y.; Tang, K.; Liu, Y. A Fine-Tuning Based Approach for Daily Activity Recognition between Smart Homes. Appl. Sci. 2023, 13, 5706. [Google Scholar] [CrossRef]
- Saleem, Y.; Crespi, N.; Rehmani, M.H.; Copeland, R. Internet of Things-Aided Smart Grid: Technologies, Architectures, Applications, Prototypes, and Future Research Directions. IEEE Access 2019, 7, 62962–63003. [Google Scholar] [CrossRef]
- Wu, Y.; Wu, Y.; Guerrero, J.M.; Vasquez, J.C.; Palacios-Garcia, E.J.; Li, J. Convergence and Interoperability for the Energy Internet: From Ubiquitous Connection to Distributed Automation. IEEE Ind. Electron. Mag. 2020, 14, 91–105. [Google Scholar] [CrossRef]
- Acuña, M.D.B. Intrusive and Non-Intrusive Load Monitoring (A Survey). Lat.-Am. J. Comput. 2015, 2, 45–53. [Google Scholar] [CrossRef]
- Ridi, A.; Gisler, C.; Hennebert, J. A Survey on Intrusive Load Monitoring for Appliance Recognition. In Proceedings of the 2014 22nd International Conference on Pattern Recognition, Stockholm, Sweden, 24–28 August 2014; pp. 3702–3707. [Google Scholar] [CrossRef]
- Kelly, J.; Knottenbelt, W. The UK-DALE dataset, domestic appliance-level electricity demand and whole-house demand from five UK homes. Scientific Data 2015, 2, 150007. [Google Scholar] [CrossRef] [PubMed]
- Wu, Y.; Wu, Y.; Guerrero, J.M.; Vasquez, J.C. Digitalization and decentralization driving transactive energy Internet: Key technologies and infrastructures. Int. J. Electr. Power Energy Syst. 2021, 126, 106593. [Google Scholar] [CrossRef]
- Raza, N.; Akbar, M.Q.; Soofi, A.A.; Akbar, S. Study of Smart Grid Communication Network Architectures and Technologies. J. Comput. Commun. 2019, 07, 19–29. [Google Scholar] [CrossRef]
- Liu, Y.; Yang, X.; Wen, W.; Xia, M. Smarter Grid in the 5G Era: A Framework Integrating Power Internet of Things With a Cyber Physical System. Front. Commun. Netw. 2021, 2, 689590. [Google Scholar] [CrossRef]
- El-Azab, R. Smart homes: Potentials and challenges. Clean Energy 2021, 5, 302–315. [Google Scholar] [CrossRef]
- Sahmi, I.; Mazri, T.; Hmina, N. Study of the Different Security Threats on the Internet of Things and Their Applications. In Proceedings of the 2nd International Conference on Networking, Information Systems & Security, Rabat, Morocco, 27–29 March 2019; Association for Computing Machinery: New York, NY, USA, 2019. NISS19. [Google Scholar] [CrossRef]
- Ali, B.; Awad, A. Cyber and Physical Security Vulnerability Assessment for IoT-Based Smart Homes. Sensors 2018, 18, 817. [Google Scholar] [CrossRef]
- Aldahmani, A.; Ouni, B.; Lestable, T.; Debbah, M. Cyber-Security of Embedded IoTs in Smart Homes: Challenges, Requirements, Countermeasures, and Trends. IEEE Open J. Veh. Technol. 2023, 4, 281–292. [Google Scholar] [CrossRef]
Reference | Type | Wearable Sensors | Camera | ILM | NILM | Target Application |
---|---|---|---|---|---|---|
[1] | Technical | X | X | X | ✓ | Dementia |
[25] | Technical | X | X | X | ✓ | Anomalous behavior |
[31] | Survey | ✓ | X | X | X | Vital signs monitoring |
[23] | Technical | X | X | ✓ | X | Accident prevention, fall detection |
[20] | Technical | ✓ | X | X | X | Rehabilitation |
[19] | Survey | ✓ | X | X | X | Behavioral patterns |
[32] | Survey | ✓ | ✓ | ✓ | X | Anomalous behavior |
[22] | Technical | X | X | X | ✓ | Parkinson’s Disease |
[33] | Survey | X | X | ✓ | X | Elderly care |
[18] | Survey | ✓ | X | X | X | Rehabilitation |
[34] | Survey | ✓ | X | ✓ | X | In-home monitoring |
[26] | Technical | X | X | ✓ | X | Behavioral patterns, comfort |
[35] | Technical | X | X | ✓ | X | Elderly care |
[27] | Technical | X | X | ✓ | X | Anomalous behavior |
[36] | Technical | ✓ | X | X | X | Elderly care |
[37] | Technical | ✓ | X | ✓ | X | Remote monitoring for people in rural areas |
[24] | Technical | X | X | ✓ | X | Elderly care |
[28] | Technical | X | X | ✓ | X | Surveillance, in-home monitoring |
[38] | Technical | ✓ | X | X | X | Exertion recognition, asthenia |
[39] | Technical | X | X | ✓ | ✓ | Not specified |
[21] | Technical | ✓ | ✓ | X | X | In-home monitoring |
[40] | Technical | ✓ | X | X | X | In-home monitoring |
[41] | Survey | X | X | X | ✓ | AAL |
[42] | Survey | ✓ | X | X | ✓ | In-home monitoring |
[43] | Survey | ✓ | ✓ | X | X | In-home monitoring |
[44] | Survey | X | X | ✓ | X | In-home monitoring |
[3] | Survey | X | X | ✓ | X | In-home monitoring |
[29] | Technical | X | X | ✓ | X | In-home monitoring |
[45] | Technical | X | X | ✓ | X | Recommendations |
[46] | Technical | X | ✓ | X | X | Activity Recognition |
[47] | Technical | X | X | ✓ | X | Activity Recognition |
This work | Technical | X | X | ✓ | X | In-home monitoring, elderly care, HEMS integration |
Appliance | Brand | Model | City | Country |
---|---|---|---|---|
Kettle | Hamilton Beach | 40987-CL | Valparaiso | Chile |
TV | LG | 24TL520S-PS | Valparaiso | Chile |
Hair dryer | Siegen | SG-3049 | Valparaiso | Chile |
Minibar | Nex | CR-52 | Santiago | Chile |
Electric heater | Ufesa | RD-1500D | Santiago | Chile |
Instances | Format | Missing Values |
---|---|---|
100,582 | JSON(timestamp, r(t) (Eq.)) [3] | 2 |
Appliance | Precision | Recall | F1 Score |
---|---|---|---|
Fridge | 1.00000 | 0.99517 | 0.99758 |
Hair dryer | 0.83333 | 1.00000 | 0.90909 |
Heater | 0.00000 | 0.00000 | 0.00000 |
Kettle | 0.70000 | 0.87500 | 0.77778 |
TV | 1.00000 | 1.00000 | 1.00000 |
Accuracy | 0.98101 | ||
Cohen’s kappa | 0.961651 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Franco, P.; Condon, F.; Martínez, J.M.; Ahmed, M.A. Enabling Remote Elderly Care: Design and Implementation of a Smart Energy Data System with Activity Recognition. Sensors 2023, 23, 7936. https://doi.org/10.3390/s23187936
Franco P, Condon F, Martínez JM, Ahmed MA. Enabling Remote Elderly Care: Design and Implementation of a Smart Energy Data System with Activity Recognition. Sensors. 2023; 23(18):7936. https://doi.org/10.3390/s23187936
Chicago/Turabian StyleFranco, Patricia, Felipe Condon, José M. Martínez, and Mohamed A. Ahmed. 2023. "Enabling Remote Elderly Care: Design and Implementation of a Smart Energy Data System with Activity Recognition" Sensors 23, no. 18: 7936. https://doi.org/10.3390/s23187936