WP 2.5 Holistic Flexibility

Slides:



Advertisements
Similar presentations
1 A workshop on using R to select a sample for EHES Susie Cooper & Johan Heldal Statistics Norway.
Advertisements

Development and Operation of Active Distribution Networks: Results of CIGRE C6.11 Working Group (Paper 0311) Dr Samuel Jupe (Parsons Brinckerhoff) UK Member.
Java Script Session1 INTRODUCTION.
7 March 2000eLib Collection Description1 People & Resources Identification for Distributed Environments P.R.I.D.E. Andrew Colleran, Quercus.
UPortal: A framework for the Personalization of Library Services John Fereira: Programmer/Analyst Cornell University Mann Library.
ADC Calculations Joshua Kim. I. Objective and Goals II. Current ADC Results III. Current Progress on MatLab Program Outline.
Dr. Chris Musselle – Consultant R Meets Julia Dr Chris Musselle.
Next-Generation IDS: A CEP Use Case in 10 Minutes 3rd Draft – November 8, nd Event Processing Symposium Redwood Shores, California Tim Bass, CISSP.
The Solution Write a spyware detection program that does not use a reference list. Instead, find spyware using tests that look for files that exhibit traits.
CISC474 - JavaScript 03/02/2011. Some Background… Great JavaScript Guides: –
1 Experimental Statistics - week 4 Chapter 8: 1-factor ANOVA models Using SAS.
Python File Handling. In all the programs you have made so far when program is closed all the data is lost, but what if you want to keep the data to use.
Template. Mobile devices used in the exploration.
Standalone Firefly Tools with an embedded Tomcat 7 No additional dependencies besides Java 1.8.
GTRI Proprietary / Limited Distribution. Architecture File System DataLoader API Analytics API Visualization API MongoDB Resource Management Layer Python.
The LC-3 – Chapter 7 COMP 2620 Dr. James Money COMP
Integrated Systems Division Service-Oriented Programming Guy Bieber, Lead Architect Motorola ISD C4I 2000 OOPSLA Jini Pattern Language Workshop Guy Bieber,
JavaScript Syntax, how to use it in a HTML document
Graphical User Interface You will be used to using programs that have a graphical user interface (GUI). So far you have been writing programs that have.
04 March 2014 MassMotion Setting up MassMotion scenarios with Schedules and Timetables 6.1.
Libraries and APIs CMPT 281. Overview Basics of libraries and APIs Rich internet applications Examples – Scriptaculous – JQuery.
Implementation of a Relational Database as an Aid to Automatic Target Recognition Christopher C. Frost Computer Science Mentor: Steven Vanstone.
IPT – Getting Started June Online Resources Project Website Requirements Server Preparation Installation Running IPT Installation Demo Upgrade/Reinstall.
ASP.NET SignalR SoftUni Team Technical Trainers Software University
Difference Image Analysis at OAC Groningen, 1st Dec 2004 AW-OAC team.
Data analytics and mash-up Real time analytics of employment data Team Shadowfax 1/25/2016 CMPE Class Project 0.
What is Firefly (1) A web UI framework for web applications
Exceptions Copyright © Software Carpentry 2010 This work is licensed under the Creative Commons Attribution License See
Rendering Syndicated Library Content in an Institutional Portal: Integrating MyLibrary into uPortal John Fereira: Cornell University Eric Lease Morgan:
Chapter 20 Time Series Analysis and Forecasting. Introduction Any variable that is measured over time in sequential order is called a time series. We.
Bluemix for Domino Developers Niklas Heidloff, heidloff.net.
GUILLOU Frederic. Outline Introduction Motivations The basic recommendation system First phase : semantic similarities Second phase : communities Application.
Task T6.2 Tertiary Buildings infrastructures installations
Task T6.2 Tertiary Buildings infrastructures installations
WP2 - INERTIA Distributed Multi-Agent Based Framework
WP3 INERTIA Local Control and Automation Hub
User Profiling and Ambient UIs
Interfacing the Internet of a Trillion Things
CST 1101 Problem Solving Using Computers
Task 2.5: Holistic Flexibility Models (M10 - M24)
[WP1] T1.2 User and Business Requirements
WP3 INERTIA Local Control and Automation Hub
WP2 INERTIA Distributed Multi-Agent Based Framework
CS3451, Project 1 Teams of 3 (or 2).
Ayana Edmonds Justin Peck Adam Schmidt
CSE3 Computational Thinking
ASP.NET SignalR SoftUni Team C# MVC Frameworks Technical Trainers
Project Management Status
WP2 INERTIA Distributed Multi-Agent Based Framework
WP2 - INERTIA Distributed Multi-Agent Based Framework
Clojure: Why is it interesting?
Cloud Data platform (Cloud Application Development & Deployment)
Communicator : Integration View : Slide 1
WP3 Local Control and Automation Hub,
Spoke CDS PDR Closeout J. G. Weisend II June 10, 2016.
WP6 Pilot Set-up, Model Calibration and Assessment
Getting web pages First we need to get the webpage by issuing a HTTP request. The best option for this is the requests library that comes with Anaconda:
WP5 INERTIA Integration & Lab Testing
WP1 INERTIA Framework Requirements, Specifications and Architecture
Detecting Room Occupancy with Pi Camera
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Accelerate application delivery with a Cloud-native mindset
EXTENSION AND INTEGRATION
MOBILE CONTROLLED LIGHTING Prototype
Building Serverless Enterprise Applications
Around the room Orders of operations.
Lab 4: Introduction to Scripting
Chapter-5 Traffic Engineering.
FaaS на AWS очима дотнетчика
WP3 Case Management Systems
Presentation transcript:

WP 2.5 Holistic Flexibility Progress Report

8:00-8:15 User Holistic Room Room DER DER DER In Room between 8:00 and 8:15 Holistic Groups all Room related DER’s 8:00-8:15 Room Room DER DER DER Not In Use between 8:00 and 8:15 In Use between 8:00 and 8:15 In Use between 8:00 and 8:15

Flexibility calculation example ROOM <id>,start DER <id>:Load@start time, Load@end time,flexibility DER <id>:Load@start time, Load@end time,flexibility DER <id>:Load@start time, Load@end time,flexibility ROOM <id>:Load@start time, Load@end time,flexibility Every profile entry descibes a time frame and a linear consumption/production pattern Profile entries together describe a pattern per DER including shifting allowance (flexibility) Per Room the patterns are aggregated.

Aggregation Example (Peak Shaving) flexibility in start time (= flexibility type) start time start time 2 start time 3 end time start time 4 end time 2

Flexibility Types Start time Amplitude Duration (end time) Any combination of the above Optimization problem : NP-Complete

Eve Java Javascript (Python) vis.js

Lamp Room Door Organizer

Code Eve.js : agent support library App.js : Organizer agent directory agents - contains agent js files

Starting agents // setting eve optionsvar eveOptions = { services: { topics: {}, p2p: {transports: {localTransport: {}, httpRequest: {} } } }, agents: { "doorAgent-124" : {filename: "dataReader.js", options: {communicationPath: "/Users/peet/Development/eve-nodejs-remco/", dataFilename: "doorData.txt", turnOnMessage: "openDoor.txt", turnOffMessage: "closeDoor.txt"}}, "lampAgent-023" : {filename: "dataReader.js", options: {communicationPath: "/Users/peet/Development/eve-nodejs-remco/", dataFilename: "lampData.txt", turnOnMessage: "turnOnLight.txt", turnOffMessage: "turnOffLight.txt"}}, "statusCollector": {filename: "statusCollector.js"}, "historyCollector":{filename: "historyCollector.js"} }}var eve = new Eve(eveOptions);

Work Plan I Representative (learning) agents (rooms & ders) & LinkSmart (integration of KPI & DER) gateway agent (to aggregator) user profiles & user agents occupancy detection

Work Plan II KPI library : Java DER Model Library : Java LinkSmart (External to MAS): RESTful Occupancy Detection (Proxy library in Java) User Profile library : Java

User Profiling & Occupancy The time frame 2014 March June Sep KPI & DER LinkSmart & IAM User Profiling & Occupancy