Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 -- 3288 2023-02-23 13:25:57 |
2 Reference format revised. -8 word(s) 3280 2023-02-27 03:11:12 |

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
Mololoth, V.K.; Saguna, S.; Åhlund, C. Blockchain and Machine Learning for Future Smart Grids. Encyclopedia. Available online: https://encyclopedia.pub/entry/41590 (accessed on 28 June 2024).
Mololoth VK, Saguna S, Åhlund C. Blockchain and Machine Learning for Future Smart Grids. Encyclopedia. Available at: https://encyclopedia.pub/entry/41590. Accessed June 28, 2024.
Mololoth, Vidya Krishnan, Saguna Saguna, Christer Åhlund. "Blockchain and Machine Learning for Future Smart Grids" Encyclopedia, https://encyclopedia.pub/entry/41590 (accessed June 28, 2024).
Mololoth, V.K., Saguna, S., & Åhlund, C. (2023, February 23). Blockchain and Machine Learning for Future Smart Grids. In Encyclopedia. https://encyclopedia.pub/entry/41590
Mololoth, Vidya Krishnan, et al. "Blockchain and Machine Learning for Future Smart Grids." Encyclopedia. Web. 23 February, 2023.
Blockchain and Machine Learning for Future Smart Grids
Edit

A wide range of solutions, beyond the classical one of building more lines, cables and transformers, have been proposed to modernize the power grid with new technologies, enabling a more smart automatic networked system. These solutions, typically using new technology, go by the name “smart grids” (SG) or “smart-grid technology”. Blockchain technology (BC) is a viable solution to overcome the issues of centralized system. BC is an immutable, distributed and P2P network that provides security, privacy and trust among peers using cryptographic techniques. Machine learning (ML) techniques can be exploited to develop energy prediction algorithms and the proper scheduling of energy usage. A large amount of the energy consumption data of several users is generated from smart meters that also contain users’ private/confidential information as well as sensitive information of utility providers. This high volume of data increases the complexity of data analysis. 

blockchain machine learning smart grids energy trading electric vehicles

1. Introduction

1.1. Smart Grids

Traditionally, the term grid is referred to an electrical system that supports the generation, transmission, distribution and trading of electricity. Figure 1 shows an example of a traditional power grid. A traditional grid transports the electricity generated by large power plants to the electricity consumers. In the distribution network, the energy flow is only in one direction. However, there is a need to replace the electricity from fossil fuel (coal and gas mainly) and manage the increased electrification (EVs, but also in certain industrial processes) that results in higher consumption. Hence, alternative energy sources are required, i.e., RES. Traditional grids have only limited capability to incorporate these sources. 

/media/item_content/202302/63fc0f8bc8221energies-16-00528-g003.png
Figure 1. Traditional grid—example.
The smart grid utilizes information and communication technologies (ICTs) to revolutionize the traditional electric power system [1]. The term “smart grid” mainly refers to an improved or efficient power grid that allows the two-way flow of information and electricity. It can be considered the next generation of the power distribution system. Most of the governments and energy companies are performing extensive research on SG applications. The National Institute of Standards and Technology (NIST) [2] USA defines SG as “A modernized grid that enables bidirectional flow of energy and uses two-way communication and control capabilities that will lead to an array of new functionalities and applications”. Authors in [3] define SG as “an electric system that uses information, two-way, cyber-secure communication technologies, and computational intelligence in an integrated fashion across the entire spectrum of the energy system from the generation to the end points of consumption of the electricity”. SG enables more efficient integration of RESs, such as solar and wind. It employs digital technology that allows communication between devices, whereas a mechanical device is electrically operated in the traditional power grid, which does not allow communication between devices and self regulation. The power distribution from multiple plants and substations is possible in SGs, which aids in the overall load balance, avoids peak time strains and minimizes the chance of power outages. Multiple sensors present throughout the line help to detect the exact location if a problem occurs and reroute power to where it is required, thereby limiting power interruptions. With these sensors and smart infrastructure, electrical companies can control and monitor power distribution and consumption effectively. Sensors can even detect issues on the transmission line and perform troubleshooting without external intervention.

1.2. Blockchain Technology

Blockchain (BC) is a digital, decentralized (distributed) ledger that records all transactions occurring across a P2P network. BC concept was first introduced by Satoshi Nakomoto in a white paper titled “Bitcoin: A peer to peer electronic cash system” [4], but no clear evidence about the author’s identity is available. This is the backbone of bitcoin cryptocurrency, and later more studies were performed to understand the underlying technology of the bitcoin system, i.e, BC technology. It was originally proposed to tackle double-spending problems in financial transactions. Later, the technology won a reputation for its two main critical factors: (1) data immutability; and (2) data indestructibility. In a simple definition, it is an interlinked and expanding chain of blocks which securely records data. Each block is connected to the previous block using secure hashing algorithms by generating a cryptographic hash value for each block. Altering a transaction in BC retroactively requires altering not only the current block hash, but also the cryptographic hash of all the blocks down the chain. The major techniques behind BC is the principle of hashing and consensus algorithms, which ensure security. A new block can be added only if consensus is achieved among the nodes. A distributed system such as BC holds benefits over centralized architectures, as it provides the same verified information to all network members [5]. Ethereum is an open-source BC platform with a Turing-complete scripting language to include smart contract functionality [6]. Ether is the second largest cryptocurrency after bitcoin, and it is among the most actively used BC platforms [7]. A smart contract is a computer script that can be deployed in BC and record conditions or events. When conditions are met or events are reached, the contract will be automatically triggered and executed, which avoids centralized control [8]. Solidity, a high-level object-oriented programming language, is the primary language for writing these contracts [9]. Hyperledger is an open-source BC platform that uses permissioned BC networks, developed by the Linux foundation in December 2015 [10]. It can be used to develop various BC-based systems and applications for industrial use. However, it does not support cryptocurrencies, such as bitcoin and ethereum.

1.3. Machine Learning

Machine learning will give computers the ability to learn without being explicitly programmed. A better definition for ML was given by Tom M. Mitchell as “a computer program is said to learn from experience E with respect to some class of tasks T and some performance measure P, if its performance on T, as measured by P, improves with experience E” [11]. More clearly, as computers/models are exposed to a set of new data, they will adapt independently and learn from previous patterns to interpret available data and identify hidden patterns. ML adopts techniques from diverse set of disciplines that include philosophy, probability, information theory, statistics, control theory, artificial intelligence and so on [12]. ML algorithms are being used in various applications domains, such as financial services, marketing and sales, government, healthcare, transportation, and so on.
ML techniques can be generally classified into four categories: (1) supervised learning; (2) unsupervised learning; (3) semi-supervised learning; and (4) reinforcement learning. Figure 2 classifies different ML techniques.
Figure 2. Machine learning algorithms—overview.
ML techniques are mainly categorized into four categories and are widely used in various fields. In the energy sector, ML techniques can be used to predict energy user behavior based on usage patterns, and analyze the big data generated from smart meters, energy forecasting, power quality measurement and DRM. However, the choices of a suitable algorithm, datasets and processing techniques have to be made effectively.

2. Blockchain in Smart Grids

The use of BC technology in the energy sector is a key research topic nowadays. As the energy industry is undergoing tremendous transformations with the adoption of ICT, it has become a prominent research area. Intelligent grid implementation with minimal power loss, high power quality, reliability and security are the main goals to be attained. 

The distributed architecture of SG is depicted in Figure 3. However, maintaining all these distributed functionalities by a single centralized server is complex and highly vulnerable [13]. The ultimate aim of all the transformations in the grid is to reform the existing energy industry by bringing producers and consumers closer to each other using distributed generation and resources. In centralized systems, all the users, energy operators and market system interactions are dependent on central entities. These intermediaries can monitor, control and support all activities within the elements in the grid [14]. Additionally, the long-distance transmission network is opted to deliver energy to end users through distribution stations. The increase in the number of elements associated with the grid raises some concerns [15], which include scalability, reliability, availability, communication overhead and so on. All of these issues point toward the need for a decentralized structure for energy grids to create a more dynamic and flexible grid structure [16].

Figure 3. Smart grid—general example.

Security, energy management, EV charging and energy trading are also some of the areas to be transformed and implemented effectively. As users are becoming prosumers through distributed generation, they can trade electrical energy to other grid users. Traditional methods fail to provide a secure and flexible energy trading platform [17] where users can trust each other. Due to privacy and security concerns, most of the users show less interest in participating in energy trading. Hence, a decentralized platform which can create a trust environment for secure energy trading is required. Indeed, the penetration of EVs also has effects, as energy trading between EVs can also be done [18]

All these issues, mainly, the need for decentralization, security and in building the trust platform for trading without third party intervention, point toward the use of emerging BC technology [19]. Applying BC technology in the energy sector has many potential benefits and can avoid most of the bottlenecks in the development of smart grid. Many studies and industry experts believe that BC adoption will eventually help for a smooth shift toward smart grid [13][14][19][20][21]. Figure 4 represents a model for blockchain-enabled future smart grid.
Figure 4. Blockchain-enabled future smart grid.
The main motivation of applying BC technology is to achieve an increased level of security [22]. Since BC uses cryptographic techniques and a ledger is shared among all peer nodes, data alteration is not possible unless the majority of the nodes become malicious. As all the network nodes can verify the transactions and records, it adds transparency to the system. Due to secure hashing algorithms, any malicious activity or faults in the communication network are easily identifiable and recovered easily, which makes the system resilient to attacks. Above all, the most important benefit comes from the secure scripting using smart contracts, which can automate the transactions by automatically executing them when certain conditions are met. Thus, with all these critical features and cryptographic techniques, BC adoption promises to be a suitable alternative to traditional centralized systems with increased security, resilience, privacy and trust [23].

2.1. Energy Trading

Blockchain plays a very significant role in energy-trading applications. BC technology is most widely used in decentralized energy-trading application compared to all others [24]. In Figure 5 shows a model of energy trading using BC technology. The main reasons for BC adoption in energy trading are transformation from centralized to distributed resources, the need for a secure P2P trading platform among prosumers avoiding third parties, building trust and privacy in the trading platform and managing the needs of all grid users.
Figure 5. Model of energy trading using blockchain.

2.2. Electric Vehicles

EVs play a significant role in the smart grid infrastructure and they also solve some of the environmental problems by facilitating green travel. However, EV users are facing challenge in charging, as the number of EVs are increasing while the number of available charging stations are decreased. Additionally, short communication ranges, the need for frequent communications and mobility of EVs add new security and privacy concerns [25]. On the other hand, the high penetration of EVs and less-coordinated charging schedules might lead to overloading in the grid. Hence, there in an open challenge to integrate all these EVs in the grid, schedule the charging operations effectively and develop a transparent and secure charging system. Many researchers adopt decentralized BC technology to solve these issues and enhance the use of EVs and its charging management [18][26][27][28][29][30][31][32].

2.3. Demand Response Management

Several research works explore different techniques to develop an innovative DRM system with the adoption of BC technology. The main idea of most of the works was to develop a secure trading platform for distributed prosumers and EVs. Smart contracts which can execute upon reaching desired conditions gained great acceptance in the DR application [33][34][35][36][37][38][39][40]. Some of the works which aims to develop better DR prototypes are listed in Table 1.

Table 1. Summary of existing works related to demand response management using blockchain.
Ref Major Contribution Technologies Used
[27] Proposes an EV charging scheme in a BC-enabled SG system which minimizes power fluctuation level in grids and charging cost for EV users (AdBev scheme) Ethereum, smart contracts
[33] Investigate use of BC mechanism in demand management by setting up decentralized P2P energy flexible marketplace Smart contracts
[34] Design a BC based secure energy trading framework (SETS), having security and privacy preservation to manage demand response management (DRM) Ethereum, smart contracts, Etcoins
[35] Explains an algorithm for secure DRM in SGs using BC that helps to take efficient energy trading decisions for managing overall grid load Energy coins, PoW
[36] Proposes a secure model for energy trading using BC, contract based incentive mechanism for load balancing and route optimization algorithm to reduce EV traveling time. Consortium BC, Proof of Work based on Reputation (PoWR), shortest route algorithm
[37] Proposes a decentralized cooperative DR framework to manage the daily energy exchanges within a community of Smart Buildings and allows participants to decide on day-ahead community power profile, subsequently ensures the forecast tracking during the next day. Ethereum, smart contracts
[38] Proposes an energy scheduling scheme among multiple microgrids, EV energy scheduling integrated with microgrid operation and introduces a contribution index to prosumers and whole microgrids for prioritizing in auction. Smart contracts
[39] Introduces a BC-based transactive energy(TE) auction model with incorporated DR techniques for increasing social welfare. Smart contracts
[40] Addresses the sustainable microgrid design problem by leveraging BC technology to provide the real time-based demand response programs. Smart contracts
[41] Proposes an optimal power flow based DRM system without any central authority Smart contracts

2.4. Security and Privacy

Smart meters placed at each home in a smart grid provide real-time information about electricity consumption and pricing. This information may contain aspects about users which are private and thus require mechanisms to preserve privacy. If a malicious attacker gains access to this data, they can track the energy usage behavior of users based on their consumption profile. The major concern for every user or entity in the SG environment is privacy, and the associated security of such information exchange [22]. Most of the works aim to provide security and privacy in smart grid operations using BC technology. Similarly, security of power information system is also an important area of research. SG incorporates several communications for proper functioning and power delivery, and this information has to be stored securely. If the system is hacked, it may impact the grid and create unpredictable effects in the grid, leading grid operators toward making wrong energy decisions, eventually resulting in interruptions or even large-scale blackouts. Providing security for all parts of the SG is critical. The use of BC alone does not directly guarantee security and privacy; however, adding advanced cryptographic mechanisms such as multi-signatures, elliptic curve cryptography, etc., are also needed.

3. Machine Learning in Smart Grids

3.1. Attack Detection and Security

Ref. [42] addresses the problem of false data injection in smart grid and ML-based techniques to detect such attacks. Information exchanges in SG are mainly unidirectional, for example, information to control centers based on measurements. These data should be clearly monitored for studying malicious behaviors in the SG. Their work mainly uses two ML techniques to detect attacks in SG (supervised and unsupervised techniques) and classify normal data and tampered data. Ref. [43] uses clustering methods to find representative periods for optimizing energy systems.

3.2. Data Analysis

In [44], a comprehensive study on the application of big data and ML and the associated security concerns in the electricity grid is presented. The massive data generated from the grid, termed ‘Big Data’, require proper optimization from generation to distribution side and have to be processed/analyzed by implementing effective security solutions. Two major concerns regarding any data generated in SGs are processing the gathered data by satisfying the time limits and overcoming the involved security concerns [44]. ML techniques can be applied to predict the usage patterns and preferences of users in SG. Solar power plants and other RESs are affected greatly by seasonal changes. Thus, a system that can predict, in advance, solar energy information is required to minimize the operational costs caused.

3.3. Demand Response Management

Ref. [45] studies demand response algorithm implementation for SG residential buildings using ML models. They combine the optimization technique and ML models to find the optimal strategy for DRM and use metered data to train and test the algorithm. Two demand response algorithms—rule-based and predictive-based (ML-based)—were deployed and evaluated using a common demand price scheme. Ref. [46] compares two ANN-based load forecasting techniques: echo state network (ESN) and feed forward neural networks (FFNN) for demand response programs in SGs. The novelty of their method is that they compare two ANN techniques over a complete and heterogeneous data set which are pre-processed with adaptive clustering techniques for achieving optimized forecasting performance. Their work can help power system planners for forecasting user-based profiles and implement DR programs.

4. Integration of Blockchain and Machine Learning for Smart Grids

Combining BC and ML for various applications is increasing. The learning capabilities of machine learning can be applied with blockchain to make the chain smarter [47]. Additionally, the computational power for ML models can minimize the time taken for the nonce calculation. On the other hand, using the decentralized data architecture of blockchain, better ML models can be built. The main benefits of combining BC and ML are (a) security, (b) improving energy consumption, (c) improving the smart contracts, (d) data trading and more. BC is a continuously growing data ledger, whereas ML requires large volumes of data. Both techniques complement each other and have high potential when combined for different applications.
With the decentralized and immutable structure, BC builds a trust environment without third parties for any transactions occurring. ML-based solutions mainly help in demand management using prediction techniques and help in handling large amount of data from smart meters [48]. Additionally, optimization techniques can be used for scheduling the energy usage of users. Applying BC into ML systems helps such systems to use information collected by BCs to clear problems quickly, and applying ML techniques to BC adds powerful intelligence to BC systems for data processing and other intensive applications [11]. The storing of large-scale data in a secure and tamper-proof manner by BC-based systems ensures the confidentiality and auditability of the collaborative data training process and trained model using cryptographic techniques. Additionally, it enables decentralization that ensure access control with central authorities. Smart contracts and Dapps allow to model interactions between entities in the decentralized ML application. In the same way, adding ML helps the BC system to achieve energy efficiency, scalability, security and intelligent smart contracts. As ML can predict and speedily calculate data, it provides a feasible way for miners in selecting important transactions. Using predictive analysis can ensure energy and resource requirements to be met and improve overall efficiency. Hence, considering the future SG scenario, both BC and ML can together solve the issues regarding energy trading, EV charging and scheduling, load prediction, DRM, security and privacy concerns. Table 2 summarizes the existing works that combine BC, ML and SGs.
Table 2. Summary of existing works related to BC, ML and SGs.
Ref Major Contribution Technical Resources
[49] Evaluate the development of a decentralized EV charging infrastructure using BC, AI and SGs -
[50] Proposes a decentralized electricity trading framework (DETF) for connected EVs. Hyperledger, smart contracts, predictive bidding
[51] Proposes DeepCoin, a BC and DL based framework to protect SGs from cyber attacks. Recurrent neural networks, Hyperledger, PBFT
[52] Explains P2P trading system for sustainable power supply in SGs using BC and ML Hyperledger, smart contract, PBFT, Predictive model using LSTM
[53] Explains an intelligent EV charging system for new energy companies using consortium BC Smart contracts, Limited Neighborhood Search with Memory (LNSM) algorithm
[54] Proposes an energy trading approach using machine learning and blockchain technology Smart contracts K-nearest neighbor

References

  1. Baimel, D.; Tapuchi, S.; Baimel, N. Smart Grid Communication Technologies. J. Power Energy Eng. 2016, 4, 1–8.
  2. NIST Framework and Roadmap for Smart Grid Interoperability Standards. 2021. Available online: http://www.nist.gov (accessed on 10 June 2021).
  3. Gharavi, H.; Ghafurian, R. Smart Grid: The Electric Energy System of the Future. Proc. IEEE 2011, 99, 917–921.
  4. Nakamoto, S. Bitcoin: A Peer-to-Peer Electronic Cash System. 2021. Available online: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3440802 (accessed on 15 July 2021).
  5. Sengupta, J.; Ruj, S.; Bit, S.D. A Comprehensive Survey on Attacks, Security Issues and Blockchain Solutions for IoT and IIoT. J. Netw. Comput. Appl. 2020, 149, 102481.
  6. Wood, G. Ethereum: A secure decentralised generalised transaction ledger. Ethereum Proj. Yellow Pap. 2014, 151, 1–32.
  7. Ethereum. 2021. Available online: https://ethereum.org/en/ (accessed on 8 July 2021).
  8. Buterin, V. A next-generation smart contract and decentralized application platform. Ethereum White Pap. 2014, 3, 1–36.
  9. Solidity. Introduction to Smart Contracts. 2021. Available online: https://docs.soliditylang.org/en/v0.8.17/ (accessed on 8 July 2021).
  10. Dhillon, V.; Metcalf, D.; Hooper, M. The Hyperledger Project. In Blockchain Enabled Applications; Springer: New York, NY, USA, 2017.
  11. Liu, Y.; Yu, F.R.; Li, X.; Ji, H.; Leung, V.C. Blockchain and machine learning for communications and networking systems. IEEE Commun. Surv. Tutor. 2020, 22, 1392–1431.
  12. Tanwar, S.; Bhatia, Q.; Patel, P.; Kumari, A.; Singh, P.K.; Hong, W.C. Machine Learning Adoption in Blockchain-Based Smart Applications: The Challenges, and a Way Forward. IEEE Access 2020, 8, 474–488.
  13. Musleh, A.S.; Yao, G.; Muyeen, S.M. Blockchain Applications in Smart Grid-Review and Frameworks. IEEE Access 2019, 7, 86746–86757.
  14. Mollah, M.B.; Zhao, J.; Niyato, D.; Lam, K.Y.; Zhang, X.; Ghias, A.M.Y.M.; Koh, L.H.; Yang, L. Blockchain for Future Smart Grid: A Comprehensive Survey. IEEE Internet Things J. 2021, 8, 18–43.
  15. Wu, J.; Tran, N.K. Application of blockchain technology in sustainable energy systems: An overview. Sustainability 2018, 10, 3067.
  16. Zhang, S.; Lee, J.H. Analysis of the main consensus protocols of blockchain. ICT Express 2020, 6, 93–97.
  17. Dorri, A.; Luo, F.; Kanhere, S.S.; Jurdak, R.; Dong, Z.Y. SPB: A Secure Private Blockchain-Based Solution for Distributed Energy Trading. IEEE Commun. Mag. 2019, 57, 120–126.
  18. Kang, J.; Yu, R.; Huang, X.; Maharjan, S.; Zhang, Y.; Hossain, E. Enabling Localized Peer-to-Peer Electricity Trading Among Plug-in Hybrid Electric Vehicles Using Consortium Blockchains. IEEE Trans. Ind. Inform. 2017, 13, 3154–3164.
  19. Agung, A.A.G.; Handayani, R. Blockchain for Smart Grid. J. King Saud Univ. Comput. Inf. Sci. 2020, 34, 666–675.
  20. Hassan, N.U.; Yuen, C.; Niyato, D. Blockchain Technologies for Smart Energy Systems: Fundamentals, Challenges, and Solutions. IEEE Ind. Electron. Mag. 2019, 13, 106–118.
  21. Ante, L.; Steinmetz, F.; Fiedler, I. Blockchain and energy: A bibliometric analysis and review. Renew. Sustain. Energy Rev. 2021, 137, 110597.
  22. Kim, S.K.; Huh, J.H. A Study on the Improvement of Smart Grid Security Performance and Blockchain Smart Grid Perspective. Energies 2018, 11, 1973.
  23. Hertz-Shargel, B.; Livingston, D. Assessing Blockchain’s Future in Transactive Energy. 2019. Available online: http://www.jstor.org/stable/resrep24585.1 (accessed on 23 September 2022).
  24. Andoni, M.; Robu, V.; Flynn, D.; Abram, S.; Geach, D.; Jenkins, D.; McCallum, P.; Peacock, A. Blockchain technology in the energy sector: A systematic review of challenges and opportunities. Renew. Sustain. Energy Rev. 2019, 100, 143–174.
  25. Fraiji, Y.; Azzouz, L.B.; Trojet, W.; Saidane, L.A. Cyber security issues of Internet of electric vehicles. IEEE Wirel. Commun. Netw. Conf. 2018, 2018, 1–6.
  26. Huang, X.; Xu, C.; Wang, P.; Liu, H. LNSC: A Security Model for Electric Vehicle and Charging Pile Management Based on Blockchain Ecosystem. IEEE Access 2018, 6, 13565–13574.
  27. Liu, C.; Chai, K.K.; Zhang, X.; Lau, E.T.; Chen, Y. Adaptive Blockchain-Based Electric Vehicle Participation Scheme in Smart Grid Platform. IEEE Access 2018, 6, 25657–25665.
  28. Knirsch, F.; Unterweger, A.; Engel, D. Privacy-preserving blockchain-based electric vehicle charging with dynamic tariff decisions. Comput. Sci. Res. Dev. 2018, 33, 71–79.
  29. Su, Z.; Wang, Y.; Xu, Q.; Fei, M.; Tian, Y.C.; Zhang, N. A secure charging scheme for electric vehicles with smart communities in energy blockchain. IEEE Internet Things J. 2019, 6, 4601–4613.
  30. Kim, M.; Park, K.; Yu, S.; Lee, J.; Park, Y.; Lee, S.W.; Chung, B. A secure charging system for electric vehicles based on blockchain. Sensors 2019, 19, 3028.
  31. Sun, G.; Dai, M.; Zhang, F.; Yu, H.; Du, X.; Guizani, M. Blockchain-Enhanced High-Confidence Energy Sharing in Internet of Electric Vehicles. IEEE Internet Things J. 2020, 7, 7868–7882.
  32. Samuel, O.; Javaid, N.; Shehzad, F.; Iftikhar, M.S.; Iftikhar, M.Z.; Farooq, H.; Ramzan, M. Electric vehicles privacy preserving using blockchain in smart community. In Proceedings of the International Conference on Broadband and Wireless Computing, Communication and Applications, Antwerp, Belgium, 7–9 November 2019; Springer: Cham, switzerland; pp. 67–80.
  33. Pop, C.; Cioara, T.; Antal, M.; Anghel, I.; Salomie, I.; Bertoncini, M. Blockchain based decentralized management of demand response programs in smart energy grids. Sensors 2018, 18, 162.
  34. Kumari, A.; Gupta, R.; Tanwar, S.; Tyagi, S.; Kumar, N. When Blockchain Meets Smart Grid: Secure Energy Trading in Demand Response Management. IEEE Netw. 2020, 34, 299–305.
  35. Jindal, A.; Aujla, G.S.; Kumar, N.; Villari, M. GUARDIAN: Blockchain-Based Secure Demand Response Management in Smart Grid System. IEEE Trans. Serv. Comput. 2020, 13, 613–624.
  36. Yahaya, A.S.; Javaid, N.; Javed, M.U.; Shafiq, M.; Khan, W.Z.; Aalsalem, M.Y. Blockchain-Based Energy Trading and Load Balancing Using Contract Theory and Reputation in a Smart Community. IEEE Access 2020, 8, 22168–22218.
  37. Cutsem, O.V.; Dac, D.H.; Boudou, P.; Kayal, M. Cooperative energy management of a community of smart-buildings: A Blockchain approach. Int. J. Electr. Power Energy Syst. 2020, 117, 105643.
  38. Meghana, P.; Yammani, C.; Salkuti, S.R. Blockchain technology based decentralized energy management in multi-microgrids including electric vehicles. J. Intell. Fuzzy Syst. 2022, 42, 991–1002.
  39. Kalakova, A.; Zhanatbekov, A.; Surash, A.; Nunna, H.K.; Doolla, S. Blockchain-based decentralized transactive energy auction model with demand response. In Proceedings of the IEEE Texas Power and Energy Conference (TPEC), College Station, TX, USA, 2–5 February 2021; pp. 1–6.
  40. Tsao, Y.C.; Thanh, V.V.; Wu, Q. Sustainable microgrid design considering blockchain technology for real-time price-based demand response programs. Int. J. Electr. Power Energy Syst. 2021, 125, 106418.
  41. Merrad, Y.; Habaebi, M.H.; Toha, S.F.; Islam, M.R.; Gunawan, T.S.; Mesri, M. Fully Decentralized, Cost-Effective Energy Demand Response Management System with a Smart Contracts-Based Optimal Power Flow Solution for Smart Grids. Energies 2022, 15, 4461.
  42. Esmalifalak, M.; Liu, L.; Nguyen, N.; Zheng, R.; Han, Z. Detecting stealthy false data injection using machine learning in smart grid. IEEE Syst. J. 2017, 11, 1644–1652.
  43. Teichgraeber, H.; Brandt, A.R. Clustering methods to find representative periods for the optimization of energy systems: An initial framework and comparison. Appl. Energy 2019, 239, 1283–1293.
  44. Hossain, E.; Khan, I.; Noor, F.U.; Sikander, S.S.; Sunny, M.S.H. Application of Big Data and Machine Learning in Smart Grid, and Associated Security Concerns: A Review. IEEE Access 2019, 13960–13988.
  45. Pallonetto, F.; Rosa, M.D.; Milano, F.; Finn, D.P. Demand response algorithms for smart-grid ready residential buildings using machine learning models. Appl. Energy 2019, 239, 1265–1282.
  46. Mansoor, M.; Grimaccia, F.; Leva, S.; Mussetta, M. Comparison of echo state network and feed-forward neural networks in electrical load forecasting for demand response programs. Math. Comput. Simul. 2021, 184, 282–293.
  47. Combining Blockchain with Machine Learning: Benefits and Challenges. 2022. Available online: https://www.knowledgenile.com/blogs/combining-blockchain-with-machine-learning-benefits-and-challenges/ (accessed on 6 December 2022).
  48. Kumar, N.M.; Chand, A.A.; Malvoni, M.; Prasad, K.A.; Mamun, K.A.; Islam, F.; Chopra, S.S. Distributed Energy Resources and the Application of AI, IoT, and Blockchain in Smart Grids. Energies 2020, 13, 5739.
  49. Elhusseini, H.; Assi, C.; Moussa, B.; Attallah, R.; Ghrayeb, A. Blockchain, AI and Smart Grids: The Three Musketeers to a Decentralized EV Charging Infrastructure. IEEE Internet Things Mag. 2020, 3, 24–29.
  50. Said, D. A decentralized electricity trading framework (DETF) for connected EVs: A blockchain and machine learning for profit margin optimization. IEEE Trans. Ind. Inform. 2020, 17, 6594–6602.
  51. Ferrag, M.A.; Maglaras, L. DeepCoin: A Novel Deep Learning and Blockchain-Based Energy Exchange Framework for Smart Grids. IEEE Trans. Eng. 2020, 67, 1285–1297.
  52. Jamil, F.; Iqbal, N.; Imran, S.A.; Kim, D.H. Peer-to-Peer Energy Trading Mechanism Based on Blockchain and Machine Learning for Sustainable Electrical Power Supply in Smart Grid. IEEE Access 2021, 9, 39193–39217.
  53. Fu, Z.; Dong, P.; Ju, Y. An intelligent electric vehicle charging system for new energy companies based on consortium blockchain. J. Clean. Prod. 2020, 261, 121219.
  54. Ashfaq, T.; Khalid, M.I.; Ali, G.; Affendi, M.E.; Iqbal, J.; Hussain, S.; Ullah, S.S.; Yahaya, A.S.; Khalid, R.; Mateen, A. An Efficient and Secure Energy Trading Approach with Machine Learning Technique and Consortium Blockchain. Sensors 2022, 22, 7263.
More
Information
Subjects: Others
Contributors MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register : , ,
View Times: 542
Revisions: 2 times (View History)
Update Date: 27 Feb 2023
1000/1000
Video Production Service