1. Introduction
Within the framework for the development and implementation of smart grids, smart energy products and services (SEPS) are set to play a key role. SEPS are solutions “expected to support the active participation of end users in balancing energy demand and supply in the electricity network” [1] by creating an environment where energy use is flexible [2,3,4], efficient, reliable [5], sustainable and cost-effective [6]. Examples of SEPS include smart meters, smart appliances, electric and fuel cell vehicles [7,8], residential energy storage systems [9,10], and home energy management systems (HEMS) [11] among others.
The widespread implementation of SEPS in smart grids could enable greater interaction between end users, home appliances and energy suppliers, facilitating energy efficiency, local production and energy trading with the grid in order to improve the effectiveness of demand response strategies and reduce the required capacity for local energy storage [12,13]. This requires more active end user involvement which is currently limited by user acceptance, with users frequently finding SEPS difficult to understand and interact with [14,15,16]. Therefore, there is a need to develop more innovative SEPS that facilitate this role by achieving a better match with user expectations and demands.
Testing methods such as co-simulation and scenario-based simulations can be useful tools for quickly evaluating the technical functioning and preferred user interaction with a new SEPS design during its early development stages. Co-simulation is a method where several subsystems are simulated independently and then coupled together to analyse the entire system and the interactions between its components. This makes it possible to quickly and accurately model complex, heterogeneous systems by using the simulating tools native to each subsystem [17,18]. The use of co-simulations for modelling smart energy systems has been explored in the literature [18,19,20] but there is still little evidence of its application with SEPS prototypes. Scenario-based simulations, on the other hand, can use existing energy profile datasets to replicate real-life conditions without the need to carry out field tests, although it is important that the used data accurately reflects system behaviour observed in practice. Relevant examples of these tests applied to smart energy systems include the scenario-based simulations found in [21,22,23] as well as the user tests presented by [24,25].
In this paper, the performance of three home energy management product (HEMP) concepts are tested using a simulation testing environment as well as scenario-based simulations; results from end user tests are presented as well, serving as a validation for the modelled scenarios. The article is structured as follows: Section 2 introduces the methodology followed for each of the proposed testing methods, and the results of each test are presented in Section 3. In Section 4, a discussion on the effectiveness of these methods is presented followed by some conclusions on this study.
2. Materials and Methods
Prototypes for three conceptual HEMP designs were specifically developed for this study to serve as user interfaces for home energy management. They consisted of devices with visually appealing forms that measure energy production and consumption data from a household smart meter and display basic information to users through simple, intuitive visual feedback such as LED colouring and brightness. This feedback is updated on regular intervals to indicate how household performance changes through time and in response to users’ actions. The three developed concepts (shown in Figure 1) are described below:
1. Bodhi: An arrow-shaped “energy budget” indicator that shows users how a household’s energy use compares to a predetermined daily or weekly budget through LED colouring. The relationship between actual and planned consumption during a given interval is determined through a budget ratio (RB, unitless) defined as:
RB = Ecum/(j/N) * B,
where Ecum (kWh) is the cumulative energy consumption in the current period (e.g., a day or a week), j is the interval number (unitless), N is the number of intervals in a period (unitless), and B is the total energy budget for a given period (kWh). An RB value between 0.95 and 1.05 indicates that users are “on budget” (corresponding to purple LED lighting); values greater than 1.05 correspond to an “over budget” state (orange lighting) while values below 0.95 indicate the household is “under budget” (aqua lighting).
2. CrystalLight: A smart home ornament that acts like a virtual energy storage system; each day, electricity produced by a household’s PV array makes its LEDs grow stronger (“charging” the ornament) while electricity consumption gradually dims them. The charge (Ci, kWh) and state of charge (SOCi, unitless) for this “battery” at each measurement interval are calculated as:
Ci = Ci−1 + EP − EC
and:
SOCi = Ci/CMAX,
where EP (kWh) and EC (kWh) are the produced and consumed energy during a given interval and CMAX denotes the total battery capacity (kWh). The battery’s state of charge is converted into a brightness value between 0 and 100% for the prototype lights; if at any given interval Ci becomes negative, it will be automatically set to zero to simulate an “empty” battery. Likewise, if the state of charge becomes greater than 100%, the charge will be set to CMAX to simulate a “full” battery.
3. LightInsight: A small cylindrical dial that gives users information on the balance between a household’s energy production and consumption during the day through LED lighting. Four different feedback states are possible: net energy production (green lighting), net consumption (red), transition from green to red (yellow) and transition from red to green (rainbow). These states are determined by an energy ratio (RE, unitless) defined as:
RE = EP/EC,
where EP (kWh) and EC (kWh) are the produced and consumed energy during a given interval.
The autonomous operation of all prototypes was made possible through the use of Raspberry Pi microprocessors, where a Python script was created to periodically obtain energy data from a smart meter, calculate the required key indicator (RB, SOCi or RE) and set the LED properties accordingly.
2.1. Simulation Environment Testing
A series of short testing sequences were developed to validate prototype operation using the simulation environment from the Smart Electricity Systems and Technology Services laboratory (SmartEST Lab) at the Austrian Institute of Technology (AIT) [26]. In these tests, energy production and consumption were independently simulated to model different system states, which were interpreted by each prototype in order to set its LED properties accordingly, as seen in Figure 2 below. This was achieved through the following process:
1. Energy generation was modelled using a DC voltage/current source, which simulated a residential PV system. Energy consumption, on the other hand, was modelled using an RLC controllable load, which consumed the generated power or drew power from the local grid whenever consumption exceeded generation.
2. The laboratory’s main measurement system integrated these two inputs and periodically passed them on to the HEMP prototype using the communication infrastructure, which consisted of a custom-built middleware application linking these components.
3. The prototype calculated the key indicator’s new value and set the corresponding LED properties.
2.2. Scenario-Based Simulations
The operation of each prototype was further tested by using existing production and consumption datasets to model several use scenarios. Four different scenarios were created by combining summer and winter load curves with PV production data reflecting “adequate” or “inadequate” performance according to weather conditions; all sources have 1-min resolution and cover a 24-h period as seen in Figure 3 below. The following scenarios were modelled:
1. Summer Load Profile, Inadequate PV Production
2. Summer Load Profile, Adequate PV Production
3. Winter Load Profile, Inadequate PV Production
4. Winter Load Profile, Adequate PV Production
Since the prototypes were designed to periodically read energy data from household smart meters, a Python script was created that replicated this process. A series of data points, consisting of a pair of values for resp. energy consumption and energy production was modelled with this script serving as the main input for the prototype’s feedback algorithm, see Figure 4.
2.3. End User Testing
In order to compare the results from scenario simulations to a real-life situation, two of the prototypes were briefly tested with end users in several households in the Netherlands. The tests were conducted in two phases:
● Phase 1—Reference Measurements
This phase was used to create a benchmark for evaluating the effectiveness of each prototype during the second phase. Household energy production and consumption were measured on 15-min intervals by connecting a Raspberry Pi unit directly to the household’s smart meter.
● Phase 2—HEMP Prototype Testing
In this phase, users were presented with a brief description of the prototypes as well as a short demonstration of their operation, after which one of the prototypes was installed in their home. Users were then left to freely interact with the prototype for several days; during this phase there was constant monitoring of energy consumption and generation with the prototypes capturing data from smart meters at 15-min intervals.
3. Results 3.1. Simulation Environment Test Results
3.1.1. Bodhi
Figure 5 shows how the prototype’s lighting reacted to a gradual increase in cumulative energy consumption relative to an arbitrary energy budget, going from the under budget state (left) to the on budget (centre) and over budget (right) feedback states.
3.1.2. CrystalLight
Figure 6 shows different stages of the modelled charge-discharge cycle, where the prototype’s LED brightness gradually increased before reaching its maximum intensity level, then becoming dimmer until the full discharge state was attained.
3.1.3. LightInsight
The four system states for this HEMP were tested by first increasing the value of RE from 0.9 to 1.1 (Figure 7, pictures 1–3) and later decreasing it (Figure 7, pictures 3–5) back to its initial value.
3.2. Scenario Simulation Results
3.2.1. Bodhi
This prototype was tested in two scenarios, corresponding to summer and winter loads since its operation is not dependent on PV production. In the summer scenario, a smooth transition through all three feedback states was observed, with energy consumption starting significantly under budget (RB < 0.95) and staying on budget for a short interval before remaining consistently over budget (RB > 1.05) for the rest of the day. This is partly due to the shape of the budget ratio curve itself, which shows an upward trend with short intervals where RB sharply increases. These intervals match peaks in household load and are followed by gradual decreases as energy use reverts back to the baseline load. The selected energy budget (B) also had a significant impact on when these transitions took place since it determines the balance point between actual and planned consumption (RB = 1).
The winter scenario showed a similar trend for the budget ratio throughout the day while showing more pronounced increases in RB than during the summer scenario, as seen in Figure 8 below. Once again, the energy budget was exceeded by the end of the day, although this occurred much later; as was the case before, this greatly depended on the selected energy budget.
3.2.2. CrystalLight
During Scenario 1, this prototype spent the vast majority of the day at full discharge, only charging during a few short intervals between 7:30 and 11:00 where the maximum charge, set at 15 Wh, was quickly reached and then consumed. This should not be surprising considering that energy consumption consistently outperforms production in this scenario.
In Scenario 2, fast charging took place from 7:00 to 10:00, with the prototype fully charged for around five hours before gradually discharging for the rest of the day as seen in Figure 9a). As expected, performance was significantly better than in the previous scenario; the only times in which a full discharge occurred were the early morning hours where PV production had not yet started.
The combination of poor PV production and high energy demand in Scenario 3 resulted in the prototype being fully discharged for the entire day; this means that from the user’s perspective the product lights would be constantly off.
Finally, in a similar way to Scenario 2, in Scenario 4 the prototype went through a charge-discharge cycle during the daytime, with a second, shorter charging phase in the early afternoon (see Figure 9b below). The discharge phases were faster in this case, with the battery emptying completely by 18:00. Maximum charge was set at 4000 Wh, which explains why the charging phase abruptly stopped at around 11:00.
3.2.3. LightInsight
The prototype’s “net consumption” state took place around 93% of the time in Scenario 1, the only exception being several short periods of “net production” between 6:00 and 13:00 as seen in Figure 10a below. The two proposed transition states (corresponding to “rainbow” and “yellow” LED lighting) were extremely rare, each occurring less than 1% of the time. This is due to the abrupt changes observed for RE, which hardly fell within the transition range (0.95 < RE < 1.05).
As expected from the increased PV production in Scenario 2, net production periods were much more frequent, amounting to around 40% of the total intervals and lasting longer on average. The energy ratio was also significantly higher both on average (RE = 1.7 compared to 0.3 from Scenario 1) and on its maximum value, exceeding RE = 10 on several occasions. Transition states occurred even less frequently than in Scenario 1, both accounting for only 0.9% of the total intervals.
The performance of this prototype in Scenario 3 matched the observations made for CrystalLight since the low values of RE failed to approach the transition range and red lights showed for the entire day. In Scenario 4, however, there were a few hours around noon where the net production state occurred with little to no interruption (see Figure 10b below). Transition states were less frequent than in any other scenario, with only two yellow intervals (0.14%) and one rainbow interval (0.07%) during the entire day. The prototype performed better than in Scenario 3 as expected but a better performance than in Scenario 1 was also achieved, showing that good PV production seems to have a more significant impact in this prototype’s feedback than changes in household consumption.
3.3. End User Testing Results
3.3.1. Bodhi
The performance of this HEMP revealed that the selected energy budget, which was based on the household’s average consumption during the previous week, greatly overestimated the actual energy use during testing. Consumption during the morning of the second day was much higher than expected but then sharply decreased, transitioning through all three feedback states and remaining on the under budget state for the rest of the day and the next two full days as well. Due to the short length of the testing period, it is hard to determine whether this decrease in consumption can be attributed to the users’ reaction to the prototype or if there was influence from other factors.
Despite this overestimation, it is still possible to see that most daily budget ratio profiles follow a similar pattern consisting of an overall increasing trend with short intervals where RB increases sharply. As was the case with the profiles observed in the scenario simulations, these intervals match peaks in household load and are followed by smaller gradual decreases as energy use reverts back to the baseline load. A noticeable exception to this pattern was observed in the first half of the second testing day where a decreasing trend took place, as shown in Figure 11.
3.3.2. LightInsight
The performance of the LightInsight prototype during user testing showed strong similarities to the patterns observed in some of the simulated scenarios, with drastic changes to RE taking place in brief periods of time (see Figure 12 below). Peaks are significantly more pronounced in some days than in others, possibly indicating sunny or overcast weather.
The prototype showed red LED lighting for most of the time, with scattered periods of net production appearing mostly during midday and the early afternoon (11:00–17:00). The net consumption state constituted around 86% of the total intervals; the yellow and rainbow transition states, at 1 (0.2%) and 2 (0.5%) intervals, almost never occurred during testing.
4. Discussion and Conclusions
The operation of the three HEMP prototypes was successfully tested using a simulation environment, proving the usefulness of this tool for quickly and accurately validating the operation of SEPS using simulated PV production and load profiles. The tests presented a simple, quick visualisation of how these prototypes would operate in households without the need to involve the end users themselves. This approach can be useful during the early product development phase for rapidly testing several modes of operation and determining which one is best suited for achieving the intended purpose of a given SEPS.
Although the proposed testing sequences were relatively simple, they provided a clear demonstration of how the HEMPs would operate in practice, and there is potential for improving the accuracy of these tests by designing more complex testing sequences. Future simulation testing of the presented HEMP concepts should also explore the potential for incorporating other methods such as co-simulation in order to obtain more accurate results. These tests would require the development of an agent-based model of product influence on user behaviour and the resulting impact on the residual load profile in order to upscale the physical device to a large number of simulated devices.
The scenario simulations and end user testing served as a more extensive test on HEMP performance, which helped identify some of the advantages and limitations of the current designs. For instance, tests on the Bodhi concept helped identify a recurring daily RB profile but were limited by inaccurate predictions for the household’s energy budget, highlighting the importance of correctly estimating this type of parameter during its operation. LightInsight, on the other hand, was able to present simple, intuitive information about how energy flows in a household, but was found to be useful for only a small fraction of the day since by definition net consumption takes place whenever the sun is down. The rapid fluctuations observed in the energy profiles also meant that the proposed transition states were extremely rare, meaning they should be restructured to better respond to the observed user behaviour. Overall, the proposed feedback algorithms required only basic energy data in order to determine feedback to users. However, developing more complex algorithms that use other variables as inputs and respond to changes in use patterns could help improve the effectiveness of these concepts in the future or even add new functions, such as the scheduling algorithm for smart appliances presented in [27].
The scenario-based simulations were also intended to replicate the conditions observed during the end user testing. User test performance for the LightInsight concept was more closely approximated by Scenario 1 with a root mean square error (RMSE) between both datasets of 1.58 followed by Scenarios 3, 4 and 2 (RMSE = 1.61, 1.96 and 2.43, respectively). For Bodhi, the summer scenario (RMSE = 0.31) matched the user tests more closely than the winter scenario (RMSE = 0.35). Overall, while the simulations approximated some of the general trends observed in the user tests, they are still far from being a significant predictor of SEPS operation. Comparing HEMP performance during user tests to their reference measurements, on the other hand, revealed that the concepts did not always seem to achieve their intended purpose. Testing on LightInsight resulted in an increase in both the average load (25%) and the peak load (3%) compared to the reference phase, and a more deficient match between energy supply and demand. User tests with Bodhi, on the other hand, had a positive impact since the overall energy consumption showed a significant decrease averaging 27% less than in the reference phase. Thus, these preliminary results can show at a glance whether a given SEPS concept is working adequately, and this information can be used to modify its design during the next development phase.
It is important to consider that the simulated scenarios covered a short period of time due to limited data availability; the use of larger datasets for a longer period of time could provide a more accurate representation of the modelled operating conditions. A study by van Dam et al. [11], which sought to evaluate the effectiveness of HEMS in saving energy in households, reinforces this notion since it had a much larger sample size and a longer duration than the present work. However, the study still indicated the need for conducting more extensive research into long-term effects, and also pointed out that the initial effectiveness of HEMS feedback tends to wear off with time.
Overall, the presented testing methods were successful in evaluating the potential of HEMP concepts and identifying possible challenges or bottlenecks in their design, offering valuable insights that can result in significant early improvements and make the product development process more efficient. The presented simulation environment can be a good first approach for testing and showcasing the operation of SEPS designs in a shorter period of time than with real user tests, with the possibility of obtaining more accurate results in the future through a more extensive co-simulation approach. In addition to this, scenario-based simulations using existing energy profiles can provide an accurate approximation of real-life conditions, revealing flaws or limitations which would otherwise come to light later on and would become much more difficult to overcome. Since only a limited number and a specific type of SEPS were tested in the present work, it is recommended that these tests are repeated with a wider range of SEPS concepts as well as with different energy system configurations to enhance the robustness of these methods.
Figure 1. The three developed SEPS prototypes: CrystalLight (left), Bodhi (centre) and LightInsight (right).
Figure 2. Test setup for the HEMP test sequences in the AIT simulation environment.
Figure 3. Energy profiles for the four modelled scenarios, showing consumption in orange and production in green. Clockwise from top left: Scenario 1 (Summer Load, Inadequate PV), Scenario 2 (Summer Load, Adequate PV), Scenario 4 (Winter Load, Adequate PV), Scenario 3 (Winter Load, Inadequate PV).
Figure 5. Time-lapse showing Bodhi's lighting transitions through all three feedback states.
Figure 6. Time-lapse showing CrystalLight at different stages of a charge-discharge cycle.
Figure 8. Bodhi prototype performance with: (a) a summer load profile (scenarios 1 and 2) and (b) a winter load profile (scenarios 3 and 4). Background colour in the figures corresponds to the light colour shown by the prototype LEDs; the yellow line indicates the balance point between actual and planned consumption.
Figure 9. CrystalLight prototype performance during: (a) Scenario 2, and (b) Scenario 4. LED intensity, corresponding to the prototype's state of charge, is shown on the right.
Figure 10. LightInsight prototype performance during: (a) Scenario 1 and (b) Scenario 4. Background colour corresponds to the light colour shown by the prototype LEDs; the yellow line indicates the balance point between energy consumption and production.
Figure 11. Bodhi prototype performance during testing phase. Background colour corresponds to the light colour shown by the prototype LEDs; the yellow line indicates the balance point between actual and planned energy consumption.
Figure 12. LightInsight performance during testing phase. Background colour corresponds to the light colour shown by the prototype LEDs; the yellow line indicates the balance point between energy consumption and production.
Author Contributions
Conceptualisation, A.S. and A.R.; methodology and software, A.S. and S.Ü.; investigation and resources, C.G. and S.Ü.; data curation, A.S. and S.Ü.; formal analysis, visualisation and writing-original draft preparation, A.S.; writing-review and editing, C.G., S.U. and A.R.; supervision, project administration and funding acquisition, A.R.
Funding
This research has received funding from the European Union's Horizon 2020 research and innovation programme under the ERA-Net Smart Grids plus, grant number 646039, from the Netherlands Organisation for Scientific Research (NWO). This work was also partially funded by the European Commission within the H2020 framework ERIGrid project under Grant Agreement No. 654113.
Acknowledgments
The content and views expressed in this material are those of the authors and do not necessarily reflect the views or opinion of the ERA-Net SG+ initiative. Any reference given does not necessarily imply the endorsement by ERA-Net SG+. We would also like to thank David Reihs for his technical support in conducting the simulation tests at AIT.
Conflicts of Interest
The authors declare no conflict of interest.
© 2019 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 (http://creativecommons.org/licenses/by/4.0/).
1. Reinders, A.; De Respinis, M.; Van Loon, J.; Stekelenburg, A.; Bliek, F.; Schram, W.; van Sark, W.; Esteri, T.; Übermasser, S.; Lehfuss, F.; et al. Co-evolution of smart energy products and services: A novel approach towards smart grids. In Proceedings of the Asian Conference on Energy, Power and Transportation Electrification, ACEPT 2016, Singapore, 25-27 October.
2. Lannoye, E.; Flynn, D.; O'Malley, M. Evaluation of Power System Flexibility. IEEE Trans. Power Syst. 2012, 27, 922-931. [Green Version]
3. Smale, R.; van Vliet, B.; Spaargaren, G. When social practices meet smart grids: Flexibility, grid management, and domestic consumption in The Netherlands. Energy Res. Soc. Sci. 2017, 34, 132-140.
4. Gercek, C.; Reinders, A. Smart Appliances for Efficient Integration of Solar Energy: A Dutch Case Study of a Residential Smart Grid Pilot. Appl. Sci. 2019, 9, 581.
5. Zhang, Z.; Gercek, C.; Renner, H.; Reinders, A.; Fickert, L. Resonance Instability of Photovoltaic E-Bike Charging Stations: Control Parameters Analysis, Modeling and Experiment. Appl. Sci. 2019, 9, 252.
6. Reinders, A.; Übermasser, S.; Van Sark, W.; Gercek, C.; Schram, W.; Obinna, U.; Lehfuss, F.; Van Mierlo, B.; Robledo, C.; Van Wijk, A. An Exploration of the Three-Layer Model Including Stakeholders, Markets and Technologies for Assessments of Residential Smart Grids. Appl. Sci. 2018, 8, 2363.
7. Robledo, C.B.; Oldenbroek, V.; Abbruzzese, F.; van Wijk, A.J.M. Integrating a hydrogen fuel cell electric vehicle with vehicle-to-grid technology, photovoltaic power and a residential building. Appl. Energy 2018, 215, 615-629.
8. Mwasilu, F.; Justo, J.J.; Kim, E.; Do, T.D.; Jung, J. Electric vehicles and smart grid interaction: A review on vehicle to grid and renewable energy sources integration. Renew. Sustain. Energy Rev. 2014, 34, 501-516.
9. Schram, W.L.; Lampropoulos, I.; van Sark, W.G.J.H.M. Photovoltaic systems coupled with batteries that are optimally sized for household self-consumption: Assessment of peak shaving potential. Appl. Energy 2018, 223, 69-81.
10. Posma, J.; Lampropoulos, I.; Schram, W.; van Sark, W. Provision of Ancillary Services from an Aggregated Portfolio of Residential Heat Pumps on the Dutch Frequency Containment Reserve Market. Appl. Sci. 2019, 9, 590.
11. Van Dam, S.; Bakker, C.; van Hal, J. Home energy monitors: Impact over the medium-term. Build. Res. Inf. 2010, 38, 458-469.
12. Geelen, D.; Reinders, A.; Keyson, D. Empowering the end-user in smart grids: Recommendations for the design of products and services. Energy Policy 2013, 61, 151-161.
13. Hargreaves, T.; Nye, M.; Burgess, J. Making energy visible: A qualitative field study of how householders interact with feedback from smart energy monitors. Energy Policy 2010, 38, 6111-6119.
14. Van Mierlo, B. Users Empowered in Smart Grid Development? Assumptions and Up-To-Date Knowledge. Appl. Sci. 2019, 9, 815.
15. Obinna, U.; Joore, P.; Wauben, L.; Reinders, A. Insights from Stakeholders of Five Residential Smart Grid Pilot Projects in the Netherlands. Smart Grid Renew. Energy 2016, 7, 1-15.
16. Wolsink, M. The research agenda on social acceptance of distributed generation in smart grids: Renewable as common pool resources. Renew. Sustain. Energy Rev. 2012, 16, 822-835.
17. Palensky, P.; van der Meer, A.A.; Lopez, C.D.; Joseph, A.; Pan, K. Cosimulation of intelligent power systems. IEEE Ind. Electron. Mag. 2017, 11, 34-50.
18. Godfrey, T.; Mullen, S.; Dugan, R.C.; Rodine, C.; Griffith, D.W.; Golmie, N. Modeling Smart Grid Applications with Co-Simulation. In Proceedings of the 2010 First IEEE International Conference on Smart Grid Communications, Gaithersburg, MD, USA, 4-6 October 2010.
19. Faruque, M.O.; Sloderbeck, M.; Steurer, M.; Dinavahi, V. Thermoelectric co-simulation on geographically distributed real-time simulators. In Proceedings of the IEEE PES General Meeting, Calgary, AB, Canada, 26-30 July 2009; pp. 1-7.
20. Georg, H.; Muller, S.; Rehtanz, C.; Wietfeld, C. Analyzing cyber-physical energy systems: The INSPIRE cosimulation of power and ICT systems using HLA. IEEE Trans. Ind. Inf. 2013, 10, 2364-2373.
21. Khan, M.; Silva, B.N.; Han, K. Internet of Things Based Energy Aware Smart Home Control System. IEEE Access. 2016, 4, 7556-7566.
22. Guenther, C.; Schott, B.; Hennings, W.; Waldowski, P.; Danzer, M.A. Model-based investigation of electric vehicle battery aging by means of vehicle-to-grid scenario simulations. J. Power Sour. 2013, 239, 604-610.
23. Vardakas, J.S.; Zorba, N.; Verikoukis, C.V. Performance evaluation of power demand scheduling scenarios in a smart grid environment. Appl. Energy 2015, 142, 164-178.
24. Liedtke, C.; Baedeker, C.; Hasselkuss, M.; Rohn, H.; Grinewitschus, V. User-integrated innovation in Sustainable LivingLabs: An experimental infrastructure for researching and developing sustainable product service systems. J. Clean. Prod. 2015, 97, 106-116.
25. Ceschin, F. Critical factors for implementing and diffusing sustainable product-Service systems: Insights from innovation studies and companies' experiences. J. Clean. Prod. 2013, 45, 74-88.
26. AIT SmartEST Laboratory for Smart Grids (Fact Sheet). Available online: https://www.ait.ac.at/fileadmin/mc/energy/downloads/Smart_Grids/Produktblatt_CI_SmartEST_lowRes.pdf (accessed on 2 April 2019).
27. Chavali, P.; Yang, P.; Nehorai, A. A Distributed Algorithm of Appliance Scheduling for Home Energy Management System. IEEE Trans. Smart Grid 2014, 5, 282-290.
1Department of Design, Production and Management, Faculty of Engineering Technology, University of Twente, P.O. Box 217, 7500 AE Enschede, The Netherlands
2Austrian Institute of Technology, Giefinggasse 4, 1210 Vienna, Austria
3Energy Technology Group at Mechanical Engineering, Eindhoven University of Technology, P.O. Box 513, 5600 MB Eindhoven, The Netherlands
*Author to whom correspondence should be addressed.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2019. This work is licensed under https://creativecommons.org/licenses/by/4.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Examples of SEPS include smart meters, smart appliances, electric and fuel cell vehicles [7,8], residential energy storage systems [9,10], and home energy management systems (HEMS) [11] among others. The widespread implementation of SEPS in smart grids could enable greater interaction between end users, home appliances and energy suppliers, facilitating energy efficiency, local production and energy trading with the grid in order to improve the effectiveness of demand response strategies and reduce the required capacity for local energy storage [12,13]. [...]there is a need to develop more innovative SEPS that facilitate this role by achieving a better match with user expectations and demands. In this paper, the performance of three home energy management product (HEMP) concepts are tested using a simulation testing environment as well as scenario-based simulations; results from end user tests are presented as well, serving as a validation for the modelled scenarios.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer