100 likes | 254 Views
WP7 - Small scale mockup Status. 3rd Review Meeting Cartif -Brussels 17/12/2014 Gorenje d.d ., Sašo Vinkovič, Mihael Bračko. Submitted deliverables. D7.1 - Report on mockup installation [M15]
E N D
WP7 - Small scale mockupStatus 3rd Review Meeting Cartif-Brussels 17/12/2014 Gorenje d.d., Sašo Vinkovič, Mihael Bračko
Submitted deliverables • D7.1 - Report on mockup installation [M15] • Report on mockup installation: A document containing the list of all working components and their assembling peculiarities, includes a list of part that needed to be re-considered accompanied with the motivations and changes done. • D7.2 - Report on options validation [M20] • Report on options validation: An analysis of the options considered in T7.2 on the light od the carried out experiments. • D7.3 - Report on validated communication protocols and interfaces boards [M23] • Report on validated communication protocols and interfaces boards: Document containing the validation methodology and the corresponding results.
Forthcoming deliverables • D7.4 - Library of recipes and templates of basic scenarios • Library of recipes and templates of basic scenarios: A software library containing a list of developed recipes for different scenarios • D7.5 - Report on collected data with corresponding analysis • Report on collected data with corresponding analysis: A detailed document containing all the collected data accompanied by all the analysis e performances accomplished • D7.6 – Report on all the stress tests • Report on all the stress tests: A detailed document on all the stress-tests done accompanied by a complete description on where/when the system maintained its usability and where/when not
WP7 Timeline & Deadlines Today
Testing the non branded solution • Before the appliances were sent to Cartif, both, the branded solution and the non branded solution were extensively tested in our laboratories. • The correctness of communication was extensively tested over the mockup‘s web page. A sequence of requests was sent to the web site, each time the response was observed if comply with our expectations. • After initial problems, a high level of correct responses was achieved.
Testing the branded solution • The correctness and speed of communication tests for the branded solution (refrigerator) were performed, using a branded solution home server and it‘s implemented web methods. • A series of tests for different commands were performed, each time with some hundreds of repeats. • Results are comparable with the results, that were obtained in our laboratories. • The response time is a little bit longer.
Real world scenarios and recipes • A set of real world scenarios is being built. • One of them will base on the „two days in real life“ experiment, which is described in D7.3. and will take place shortly • Working on a collection of basic recipes, derived from a set of real world sample scenarios. • Basic recipes represents an entry set for the Social&Smart facility, where basic recipes will be refined and optimized. • Afterwards a library of optimized recipes will be established as a basis for further investigation.
Sample: savings with refrigerator (1) • Scenario: during the low energy price period (from 10pm to 6am), a lower temperature should be set for the freezing compartment, to store the energy. During the higher energy price period the temperature should raise. • recipe: • 10pm start the SuperFreeze mode (around -35°C) • 6am stop the SuperFreeze mode (and operate between -24°C and -16°C) • web service calls (.NET methods): • HRCommand("set", "G87C952FDX", "SUPERFREEZE_PROFILE", "ON"); • HRCommand("set", "G87C952FDX", "SUPERFREEZE_PROFILE", "OFF");
Sample: savings with refrigerator (2) • Derived XML structure: (according to the D7.3) <?xml version="1.0"?> <Appliance xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ApplianceSpecs> <Type>Refrigerator</Type> <Manufacturer>Gorenje</Manufacturer> <Model>G87C952FDX</Model> </ApplianceSpecs> <COMMAND> <Name>super_freeze</Name> <Type>RW</Type> <Time>22:00</Time> <Value>ON</Value> </COMMAND> <COMMAND> <Name>wait</Name> <Type>RW</Type> <Time></Time> <Value>480</Value> </COMMAND> <COMMAND> <Name>super_freeze</Name> <Type>RW</Type> <Time></Time> <Value>OFF</Value> </COMMAND> </Appliance>