diff --git a/assets/sass/custom.scss b/assets/sass/custom.scss index cf78eb3..3e76bcd 100644 --- a/assets/sass/custom.scss +++ b/assets/sass/custom.scss @@ -4,8 +4,8 @@ display:block; z-index:999; cursor: pointer; - - -webkit-transition-property: all; + border-bottom-style: none; + -webkit-transition-property9: all; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: ease; } @@ -45,22 +45,26 @@ img {vertical-align: middle;} max-width: 100%; position: relative; margin: auto; - z-index: -1; - - + text-align: center; + img{ + width: 100vw; + height: 30vw; + } + } + + /* Caption text */ .text { - color:white; - font-size: 25px; - padding: 50px 250px; position: absolute; - bottom: 350px; - width: 100%; - text-align:left; - line-height: 50px; + top: 20%; + left: 10%; + right: 10%; + font-size: 1.8vw; + line-height: 2.6vw; + color:white; text-shadow: 2px 2px 0px black; } @@ -95,45 +99,256 @@ img {vertical-align: middle;} .text {font-size: 11px} } - +/*Publications */ .figConfigpdf{ display: inline-table; - max-width: 20%; - margin-right: 50px; - - p { - font-size: medium; - margin-top: -15px; - line-height: 100%; - } - + max-width: 2vw; + margin-right: 3vw; + margin-left:2vw; + h4 { + font-size: 1vw; + font-size: 1vw; + line-height: 1.3vw; + margin-bottom: 0.5vw; + text-align:left; + max-width: 100%; + color:black; + + + } } +.figConfigpdf figcaption{ + position:relative; + p { + font-size: 1vw; + line-height: 1.3vw; + margin-bottom: 3vw; + text-align:left; + max-width: 100%; + color:black; + } -.figConfigpdf h4 { - line-height: 100%; } + .figConfig{ display: inline-table; max-width: 20%; margin-right: 50px; - - p { - font-size: medium; - margin-top: -15px; - line-height: 100%; + p{ + font-size: 1vw; + line-height: 1.3vw; + margin-bottom: 2vw; + text-align:left; + max-width: 100%; + color:black; } - - } .figConfig img { - max-width: 380px; - min-width: 380px; + max-width: 20vw; + min-width: 20vw; } -.figConfig h4 { - line-height: 100%; +/*For sidebar Info*/ +.SidebarFig{ + + + .caption{ + font-size: 0.9vw; + line-height: 1.3vw; + margin-bottom: 2vw; + color:black; + } + + +} + +.SidebarFig h4{ + font-size: 1vw; +} + +.SidebarVideo{ + width:30vw; + height:10vw; + + +} + + + + +#cta { + text-align: center; + padding: 3.5em 0; + + header { + h2 { + display: inline-block; + vertical-align: left; + margin: 0; + } + p{ + color:white; + text-align: right; + margin-top: -8%; + max-width:100%; + font-size: 1.5vw; + } + .button { + + vertical-align: left; + margin-left: 1em; + } + + + } +} +a.imageLink{ + position:relative; + right: 35vw; + top: -1vw; + z-index: 1; + max-width: 12vw; + +} +#nav { + cursor: default; + background-color: black; + @include vendor('background-image', ('linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3))', 'url("images/bg01.png")')); + padding: 0; + + &:after { + content: ''; + display: block; + width: 100%; + height: 0.75em; + background-color: _palette(accent, bg); + background-image: url("images/bg01.png"); + } + + > ul { + margin: 0; + + > li { + position: relative; + display: inline-block; + margin-left: 1em; + + a { + color: _palette(obscure, fg); + text-decoration: none; + border: 0; + display: block; + padding: 1.5em 0.5em 1.35em 0.5em; + } + + &:first-child { + margin-left: 0; + } + + &:hover { + a { + color: _palette(accent, fg); + } + } + + &.current { + font-weight: 600; + + &:before { + @include vendor('transform', 'rotateZ(45deg)'); + width: 0.75em; + height: 0.75em; + content: ''; + display: block; + position: absolute; + bottom: -0.5em; + left: 50%; + margin-left: -0.375em; + background-color: _palette(accent, bg); + background-image: url("images/bg01.png"); + } + + a { + color: _palette(accent, fg); + + } + } + + &.active { + a { + color: white; + background-color: black; + } + + &.current { + &:before { + background-color: black; + opacity: 0; + } + + } + &.opener{ + background-color: black; + } + } + + > ul { + display: none; + background-color: black; + + } + } + } +} + +header { + p { + color: _palette(fg-light); + font-size: 1em; + position: relative; + margin-top: -1.25em; + margin-bottom: 0.25em; + font-style:italic; + } + + &.major { + text-align: center; + margin: 0 0 2em 0; + + h2 { + font-size: 2.25em; + } + + p { + position: relative; + border-top: solid 1px _palette(border); + padding: 1em 0 0 0; + margin: 0; + top: -1em; + font-size: 1.5em; + letter-spacing: -0.025em; + } + } +} + + +.PlaylistFig{ + display: inline-table; + max-width: 30%; + margin-bottom: 3vw; + + + p{ + max-width:100%; + font-size:1vw; + line-height:1.2vw; + } + h4{ + margin-bottom:0.1vw; + } + } \ No newline at end of file diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 598d792..a323256 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -9,6 +9,16 @@ [[main]] parent = "ARCHIVES" - name = "OFFICE HOURS" - url = "/tags/office hours/" + name = "PLAYLISTS" + url = "/tags/playlists/" weight = 64 +[[main]] + parent = "ARCHIVES" + name = "QUOTES" + url = "/archives/quotes/" + weight = 65 +[[main]] + parent = "ARCHIVES" + name = "ACCOMPLISHMENTS" + url = "/archives/accomplishments/" + weight = 66 diff --git a/content/ABOUT/About.md b/content/ABOUT/About.md index 170706d..4659da3 100644 --- a/content/ABOUT/About.md +++ b/content/ABOUT/About.md @@ -7,14 +7,14 @@ image: images/VOLTTRON-Device-Better2.jpg image_alt: "Hello!" sidebar_left: AboutSidebar -sidebar_right: AboutSidebar2 + --- -Inexpensive, small-scale computers—such as the Raspberry Pi—can have VOLTTRON™ installed as a controller. +Inexpensive, small-scale computers—such as the Raspberry Pi—can have Eclipse VOLTTRON installed as a controller. -### About VOLTTRON™ -VOLTTRON™, developed at Pacific Northwest National Laboratory and available as an open-source tool, provides an environment where data and devices connect seamlessly and securely to make decisions based on user needs and preferences. +### About Eclipse VOLTTRON +Eclipse VOLTTRON, developed at Pacific Northwest National Laboratory and available as an open-source tool, provides an environment where data and devices connect seamlessly and securely to make decisions based on user needs and preferences. -Business, research and academic communities agree that VOLTTRON™ is an important and versatile resource for improving building system performance and creating a more flexible and reliable power grid. But the technology’s adaptability has significantly expanded its potential beyond buildings and the grid; users are applying the platform in ways not originally envisioned. +Business, research and academic communities agree that Eclipse VOLTTRON is an important and versatile resource for improving building system performance and creating a more flexible and reliable power grid. But the technology’s adaptability has significantly expanded its potential beyond buildings and the grid; users are applying the platform in ways not originally envisioned. -VOLTTRON™ is open source and publicly available from GitHub, and its ongoing development benefits from a highly collaborative approach. The U.S. Department of Energy views the technology as a central component of buildings-grid integration, and provides funding support. Updates and other advances are carried out by a PNNL research team working in concert with an active nationwide community of users. \ No newline at end of file +Eclipse VOLTTRON is open source and publicly available from GitHub, and its ongoing development benefits from a highly collaborative approach. The U.S. Department of Energy views the technology as a central component of buildings-grid integration, and provides funding support. Updates and other advances are carried out by a PNNL research team working in concert with an active nationwide community of users. \ No newline at end of file diff --git a/content/ARCHIVES/Publications.md b/content/ARCHIVES/Publications.md index de8e5f9..0878e10 100644 --- a/content/ARCHIVES/Publications.md +++ b/content/ARCHIVES/Publications.md @@ -6,36 +6,31 @@ weight: 41 --- -{{< figure class="figConfigpdf" title="VOLTTRON™ 10 Module Updates" src="../../images/publications/ModularUpdates.jpg" link="../../Documents/publications/ModularUpdates.pdf" caption="VOLTTRON™ 10 Modular Updates: An overview presentation of updates in VOLTTRON™ 10.0.">}} -{{< figure class="figConfigpdf" title="VOLTTRON™ Visual Consequence Profile" src="../../images/publications/VisualConsequence.jpg" link="../../Documents/publications/VisualConsequence.pdf" caption="A visual consequence profile for a hypo-crime adversary.">}} -{{< figure class="figConfigpdf" title="Adversary Dossier" src="../../images/publications/AversaryDossier.jpg" link="../../Documents/publications/AversaryDossier.pdf" caption="The dossier summarizes abuse case analysis of VOLTTRON™ within the adversarial context of a cyber-criminal organization.">}} -{{< figure class="figConfigpdf" title="VOLTTRON™ Threat Profile - November 2021" src="../../images/publications/ThreatProfileV8.jpg" link="../../Documents/publications/ThreatProfileV8.pdf" caption="This Threat Profile provides critical information for making threat-based decisions to increase security at a reasonable cost and to reduce risk. Readers can use the Threat Profile to decide...">}} -{{< figure class="figConfigpdf" title="Application of Configuration Management Approaches to Deployment of the VOLTTRON™ Platform" src="../../images/publications/ConfigManagement.jpg" link="../../Documents/publications/ConfigManagement.pdf" caption="This report reviews approaches for the deployment of the VOLTTRON™ building control platform">}} -{{< figure class="figConfigpdf" title="Message Bus Usage Recommendations" src="../../images/publications/MessageBus.png" link="../../Documents/publications/MessageBus.pdf" caption="This document describes ZeroMQ (ZMQ) and RabbitMQ (RMQ) as used in VOLTTRON™ and discusses the most appropriate message bus choice for a specific VOLTTRON™ deployment use case.">}} -{{< figure class="figConfigpdf" title="ACE IoT Threat Profile – June 2020" src="../../images/publications/ACEThreatProfile.jpg" link="../../Documents/publications/ACEThreatProfile.pdf" caption="Provides a foundation for a thorough understanding of possible threats as well as mitigations that have been implemented, or can be implemented. This Threat Profile focuses on open network...">}} -{{< figure class="figConfigpdf" title="VOLTTRON™ Threat Profile - May 2020" src="../../images/publications/ThreatProfileV7.jfif" link="../../Documents/publications/ThreatProfileV7.pdf" caption="Establishes security requirements, justifies security measures, and yields actionable controls for VOLTTRON™ deployments; aids in communicating risk to decision makers, development teams.">}} - -{{< figure class="figConfigpdf" title="Secure Software Central: The VOLTTRON™ Case" src="../../images/publications/SecureCentral.jfif" link="../../Documents/publications/SecureCentral.pdf" caption="This report describes the Secure Software Central (SSC) offerings in general and the specific offerings applied to VOLTTRON™.">}} -{{< figure class="figConfigpdf" title="VOLTTRON™ Community Security Report" src="../../images/publications/CommSR.png" link="../../Documents/publications/CommSR.pdf" caption="This Community Security Report outlines the process for developing a Threat Profile, discusses results of the campus deployment Threat Profile, and describes preliminary Threat Findings for two...">}} -{{< figure class="figConfigpdf" title="VOLTTRON™ Threat Profile - May 2019" src="../../images/publications/ThreatProfile1.jpg" link="../../Documents/publications/ThreatProfile1.pdf" caption="Establishes security requirements, justifies security measures, and yields actionable controls for VOLTTRON™ deployments; aids in communicating risk to decision makers, development teams.">}} -{{< figure class="figConfigpdf" title="Security Features VOLTTRON™ Distributed Sensing and Control Platform" src="../../images/publications/SecurityFeatures.jpg" link="../../Documents/publications/SecurityFeatures.pdf" caption="VOLTTRON™ enables rapid authoring and secure deployment of autonomous software agents for distributed sensing and controls. It is designed to be as secure as possible to meet desired security...">}} - -{{< figure class="figConfigpdf" title="VOLTTRON™ Deployment and Scalability" src="../../images/publications/VOLTTRON_Scalability-update-final_Page_01.jpg" link="../../Documents/publications/VOLTTRON_Scalability-update-final.pdf" caption="Throughout Fiscal Years (FY) 2016 and early 2017, Pacific Northwest National Laboratory (PNNL) and Oak Ridge National Laboratory investigated the effects of scaling on VOLTTRON™ and its components...">}} -{{< figure class="figConfigpdf" title="VOLTTRON™ Documentation" src="../../images/publications/VOLTTRON_Documentation.jfif" link="http://volttron.readthedocs.io/en/develop/index.html" caption="This resource serves as a user guide for the deployment of...">}} -{{< figure class="figConfigpdf" title="VOLTTRON™ Brochure" src="../../images/publications/VOLTTRON_Brochure.jpg" link="../../Documents/VOLTTRON_Brochure_V11_WEB.pdf" caption="VOLTTRON™ is an open source distributed control and sensing software platform. Cost effective, scalable and secure, this technology improves the control of heating, ventilation and air...">}} -{{< figure class="figConfigpdf" title="Transactive Control of Commercial Building HVAC Systems" src="../../images/publications/TCC_HVAC_Systems.jpg" link="../../Documents/publications/TCC_HVAC_Systems.pdf" caption="This document details the development and testing of market-based transactive controls for commercial building heating, ventilation, and air-conditioning systems. These controls are intended to...">}} - -{{< figure class="figConfigpdf" title="Coordination and Control of Flexible Buildings for Renewable Integration" src="../../images/publications/RenewableIntegrations.jpg" link="../../Documents/publications/RenewableIntegration.pdf" caption="Renewable energy resources such as wind and solar power have a high degree of uncertainty. Large-scale integration of these variable generation sources into the grid is a big challenge for power...">}} -{{< figure class="figConfigpdf" title="Intelligent Load Control" src="../../images/publications/IntelligentLoadControl.jpg" link="../../Documents/publications/IntelligentLoadControl.pdf" caption="This report describes how the intelligent load control (ILC) algorithm can be implemented to achieve peak demand reduction while minimizing impacts on occupant comfort. The algorithm was designed...">}} -{{< figure class="figConfigpdf" title="VOLTTRON™ Buildings" src="../../images/publications/EnergyEfficiencyBuild1.png" link="../../Documents/VOLTTRON_buildings_2017.pdf" caption="Descriptions of how VOLTTRON™ can be used to enable improved control of building operations and energy efficiency.">}} -{{< figure class="figConfigpdf" title="VOLTTRON™ Security" src="../../images/publications/SecureEnergyEfficiencyTool.png" link="../../Documents/VOLTTRON_security_2017.pdf" caption="A summary of VOLTTRON™'s cutting-edge security features.">}} - -{{< figure class="figConfigpdf" title="VOLTTRON™ Grid Services" src="../../images/publications/DistributingWithTheGrid.png" link="../../Documents/VOLTTRON_gridservices_2017.pdf" caption="Descriptions of how VOLTTRON™ can be used to improve integration of distributed energy resources and stabilize power grid operations.">}} -{{< figure class="figConfigpdf" title="VOLTTRON™ Tech to Market" src="../../images/publications/TtM_BuildingGuide.png" link="../../Documents/VOLTTRON_Tech_to_Market.pdf" caption="Provides a basic description of VOLTTRON™ capabilities, examines initial deployment activities and provides a best practice technology adoption guide for use by entities serving the small- and...">}} -{{< figure class="figConfigpdf" title="VOLTTRON™ 2016" src="../../images/publications/VOLTTRON_2016.jpg" link="../../Documents/publications/VOLTTRON_2016.pdf" caption="VOLTTRON™ is a flexible, reliable, and scalable platform for distributed control and sensing. VOLTTRON™ serves in four primary roles...">}} -{{< figure class="figConfigpdf" title="VOLTTRON™ Overview" src="../../images/publications/Overview1.png" link="../../Documents/VOLTTRON_Efficient_Grid_2017.pdf" caption="VOLTTRON™, developed at Pacific Northwest National Laboratory, is a distributed control and sensing software platform.">}} - -{{< figure class="figConfigpdf" title="PlatformReq" src="../../images/publications/PlatformReq.jpg" link="../../Documents/publications/PlatformModelAndRequirements.pdf" caption="Given the distributed nature of the power grid—with millions of components operating independently and without context of their environments—centralized control is difficult and cost orohibitive...">}} -{{< figure class="figConfigpdf" title="Transactional Based Building Controls Framwork" src="../../images/publications/TB-BuildingGuide.jpg" link="../../Documents/publications/Transaction_Based_Building.pdf" caption="Buildings consume 40% of the total energy in the U.S. and over 70% of the nation’s total electricity today. Concerted efforts on both federal and state level have contributed to the flattening of...">}} -{{< figure class="figConfigpdf" title="SmartGridPlatform" src="../../images/publications/SmartGridPlatform.jpg" link="../../Documents/publications/VOLTTRON_Platform_Demo.pdf" caption="VOLTTRON™ platform enables the deployment of intelligent sensors and controllers in the smart grid and provides a stable, secure and flexible framework that expands the sensing and control...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON 10 Module Updates" src="../../images/publications/ModularUpdates.jpg" link="../../Documents/publications/ModularUpdates.pdf" caption="Eclipse VOLTTRON 10 Modular Updates: An overview...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Visual Consequence Profile" src="../../images/publications/VisualConsequence.jpg" link="../../Documents/publications/VisualConsequence.pdf" caption="A visual consequence profile for a hypo-crime adversary.">}} +{{< figure class="figConfigpdf" title="Adversary Dossier" src="../../images/publications/AversaryDossier.jpg" link="../../Documents/publications/AversaryDossier.pdf" caption="The dossier summarizes abuse case analysis of Eclipse VOLTTRON...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Threat Profile - November 2021" src="../../images/publications/ThreatProfileV8.jpg" link="../../Documents/publications/ThreatProfileV8.pdf" caption="This Threat Profile provides critical information for making threat-based decisions...">}} +{{< figure class="figConfigpdf" title="Application of Configuration Management" src="../../images/publications/ConfigManagement.jpg" link="../../Documents/publications/ConfigManagement.pdf" caption="This report reviews approaches for the deployment of the Eclipse VOLTTRON...">}} +{{< figure class="figConfigpdf" title="Message Bus Usage Recommendations" src="../../images/publications/MessageBus.png" link="../../Documents/publications/MessageBus.pdf" caption="This document describes ZeroMQ (ZMQ) and RabbitMQ (RMQ) as used in Eclipse VOLTTRON...">}} +{{< figure class="figConfigpdf" title="ACE IoT Threat Profile – June 2020" src="../../images/publications/ACEThreatProfile.jpg" link="../../Documents/publications/ACEThreatProfile.pdf" caption="Provides a foundation for a thorough understanding of possible threats...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Threat Profile - May 2020" src="../../images/publications/ThreatProfileV7.jfif" link="../../Documents/publications/ThreatProfileV7.pdf" caption="Establishes security requirements, justifies security measures, and yields actionable controls...">}} +{{< figure class="figConfigpdf" title="Secure Software Central: The Eclipse VOLTTRON Case" src="../../images/publications/SecureCentral.jfif" link="../../Documents/publications/SecureCentral.pdf" caption="This report describes the Secure Software Central (SSC) offerings...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Community Security Report" src="../../images/publications/CommSR.png" link="../../Documents/publications/CommSR.pdf" caption="This Community Security Report outlines the process for developing a Threat Profile...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Threat Profile - May 2019" src="../../images/publications/ThreatProfile1.jpg" link="../../Documents/publications/ThreatProfile1.pdf" caption="Establishes security requirements, justifies security measures, and yields actionable controls...">}} +{{< figure class="figConfigpdf" title="Security Features Eclipse VOLTTRON Distributed Sensing and Control Platform" src="../../images/publications/SecurityFeatures.jpg" link="../../Documents/publications/SecurityFeatures.pdf" caption="Eclipse VOLTTRON enables rapid authoring and secure deployment of autonomous software agentss...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Deployment and Scalability" src="../../images/publications/VOLTTRON_Scalability-update-final_Page_01.jpg" link="../../Documents/publications/Eclipse VOLTTRON_Scalability-update-final.pdf" caption="Throughout Fiscal Years (FY) 2016 and early 2017, Pacific Northwest National Laboratory (PNNL)...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Documentation" src="../../images/publications/VOLTTRON_Documentation.jfif" link="http://VOLTTRON.readthedocs.io/en/develop/index.html" caption="This resource serves as a user guide for the deployment of...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Brochure" src="../../images/publications/VOLTTRON_Brochure.jpg" link="../../Documents/VOLTTRON_Brochure_V11_WEB.pdf" caption="Eclipse VOLTTRON is an open source distributed control and sensing software platform...">}} +{{< figure class="figConfigpdf" title="Transactive Control of Commercial Building HVAC Systems" src="../../images/publications/TCC_HVAC_Systems.jpg" link="../../Documents/publications/TCC_HVAC_Systems.pdf" caption="This document details the development and testing of market-based...">}} +{{< figure class="figConfigpdf" title="Coordination and Control of Flexible Buildings" src="../../images/publications/RenewableIntegrations.jpg" link="../../Documents/publications/RenewableIntegration.pdf" caption="Renewable energy resources such as wind and solar power have a high degree of uncertainty...">}} +{{< figure class="figConfigpdf" title="Intelligent Load Control" src="../../images/publications/IntelligentLoadControl.jpg" link="../../Documents/publications/IntelligentLoadControl.pdf" caption="This report describes how the intelligent load control (ILC) algorithm can be implemented to achieve peak demand reduction while minimizing impacts on occupant comfort...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Buildings" src="../../images/publications/EnergyEfficiencyBuild1.png" link="../../Documents/VOLTTRON_buildings_2017.pdf" caption="Descriptions of how Eclipse VOLTTRON can be used to enable improved control of building operations and energy efficiency.">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Security" src="../../images/publications/SecureEnergyEfficiencyTool.png" link="../../Documents/VOLTTRON_security_2017.pdf" caption="A summary of Eclipse VOLTTRON's cutting-edge security features.">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Grid Services" src="../../images/publications/DistributingWithTheGrid.png" link="../../Documents/VOLTTRON_gridservices_2017.pdf" caption="Descriptions of how Eclipse VOLTTRON can be used to improve integration of distributed energy resources...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Tech to Market" src="../../images/publications/TtM_BuildingGuide.png" link="../../Documents/VOLTTRON_Tech_to_Market.pdf" caption="Provides a basic description of Eclipse VOLTTRON capabilities...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON 2016" src="../../images/publications/VOLTTRON_2016.jpg" link="../../Documents/publications/VOLTTRON_2016.pdf" caption="Eclipse VOLTTRON is a flexible, reliable, and scalable platform for distributed control and sensing...">}} +{{< figure class="figConfigpdf" title="Eclipse VOLTTRON Overview" src="../../images/publications/Overview1.png" link="../../Documents/VOLTTRON_Efficient_Grid_2017.pdf" caption="Eclipse VOLTTRON, developed at Pacific Northwest National Laboratory, is a distributed control...">}} +{{< figure class="figConfigpdf" title="PlatformReq" src="../../images/publications/PlatformReq.jpg" link="../../Documents/publications/PlatformModelAndRequirements.pdf" caption="Given the distributed nature of the power grid—with millions of components operating independently...">}} +{{< figure class="figConfigpdf" title="Transactional Based Building Controls Framwork" src="../../images/publications/TB-BuildingGuide.jpg" link="../../Documents/publications/Transaction_Based_Building.pdf" caption="Buildings consume 40% of the total energy in the U.S. and over 70% of the nation’s total electricity today...">}} +{{< figure class="figConfigpdf" title="SmartGridPlatform" src="../../images/publications/SmartGridPlatform.jpg" link="../../Documents/publications/VOLTTRON_Platform_Demo.pdf" caption="Eclipse VOLTTRON platform enables the deployment of intelligent sensors...">}} diff --git a/content/ARCHIVES/Quotes.md b/content/ARCHIVES/Quotes.md new file mode 100644 index 0000000..5a9f038 --- /dev/null +++ b/content/ARCHIVES/Quotes.md @@ -0,0 +1,39 @@ +--- +title: "QUOTES" +menu: archives +weight: 43 + + + +--- + +   "ACE IoT Solutions utilizes Eclipse VOLTTRON, a cost-effective open-source platform as a key part of ACE Aerodrome, +a data collection, management, and visualization platform. Utilizing ACE Aerodrome, customers acquire, process, store, and analyze data to meet their +energy efficiency and building operation optimization objectives. ACE IoT’s current customers range from hospitals, office buildings and schools to +multi-family residential buildings, smart greenhouses and even an MLB stadium. PNNL’s FY25 priorities for Eclipse VOLTTRON, including the development of +enhanced tooling for deploying the modularized code base with additional utility signal integration will help streamline deployment and management of ACE Aerodrome +and expand the viable deployment environments to include medium and smaller-sized buildings – a critical +objective on the way to achieving the DoE’s 2050 decarbonization goals." +—  Bill Maguire Co-Founder, ACE IoT Solutions + + +   "ecoLong is an energy technology startup that is committed to building resilient communities by leveraging interconnected and smart devices. + By integrating Eclipse VOLTTRON, a secure, cost-effective open-source platform as a part of ecoLong's energy management and virtual power plant solutions, ecoLong +strives to build best in class enterprise-grade technology solutions to actively monitor, optimally control, and intelligently manage energy assets and create grid-interactive + and efficient communities at scale. The priorities PNNL has set forth for FY25 are + of particular interest to ecoLong, including the development of enhanced deployment tooling for the new modularized code base along with + support for additional utility signals that would unlock grid-interactive efficient buildings. " +—  Nancy Min, Founder, ecoLong LLC + + +   "Since 2021, Volttron has played a significant role within EPRI’s energy storage research. The open source nature of the tool paired with its enthusiastic and +supportive community have allowed EPRI researchers to efficiently and affordably implement this technology within our controls, emerging energy storage technology, and microgrid +research. Although EPRI’s current use cases (energy storage system controls) are not technically within Volttron’s smart building automation scope, the tool has proven more than capable in these contexts " +—  Joe Thompson, Technical Leader, Electric Power Research Institute + + + + + + + diff --git a/content/ARCHIVES/accomplishments.md b/content/ARCHIVES/accomplishments.md new file mode 100644 index 0000000..32a6592 --- /dev/null +++ b/content/ARCHIVES/accomplishments.md @@ -0,0 +1,8 @@ +--- +title: "ACCOMPLISHMENTS" +menu: archives +weight: 41 + + + +--- \ No newline at end of file diff --git a/content/Developers.md b/content/Developers.md index 09642ea..71fd1b7 100644 --- a/content/Developers.md +++ b/content/Developers.md @@ -3,7 +3,7 @@ title: "FOR DEVELOPERS" description: "Welcome to VOLTTRON™" menu: main weight: 40 -image: images/DevelopersImage.jfif +image: images/MarketsImages/DevelopersImage.png image_alt: "Hello!" sidebar_left: DevelopersLeft diff --git a/content/Download.md b/content/Download.md deleted file mode 100644 index 8b17cbf..0000000 --- a/content/Download.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "DOWNLOAD" -description: "Welcome to VOLTTRON™" -menu: main -weight: 50 - -image_alt: "Hello!" ---- -VOLTTRONTM is free and open-source, and available for download from [GitHub](https://github.com/VOLTTRON/volttron). For more information on how to get VOLTTRON, visit Read the Docs. - -Prior to download, view the license statement on GitHub. \ No newline at end of file diff --git a/content/_index.de.md b/content/_index.de.md deleted file mode 100644 index 000ed3c..0000000 --- a/content/_index.de.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Startseite -menu: main -weight: 10 ---- diff --git a/content/_index.es.md b/content/_index.es.md deleted file mode 100644 index a3e3206..0000000 --- a/content/_index.es.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Inicio -menu: main -weight: 10 ---- diff --git a/content/highlights/AddsValue.md b/content/highlights/AddsValue.md index ac99407..93919b9 100644 --- a/content/highlights/AddsValue.md +++ b/content/highlights/AddsValue.md @@ -10,12 +10,12 @@ sidebar_left: developerSide --- ### Developer Friendly -VOLTTRON™, in field tests and actual applications, adds value by reducing implementation, integration and application development costs, which allows users to devote resources to other needs. Value also comes in results. In power grid- and buildings-related deployments, the platform has delivered energy efficiency improvements. +Eclipse VOLTTRON, in field tests and actual applications, adds value by reducing implementation, integration and application development costs, which allows users to devote resources to other needs. Value also comes in results. In power grid- and buildings-related deployments, the platform has delivered energy efficiency improvements. -### VOLTTRON™ value-adding features include: +### Eclipse VOLTTRON value-adding features include: * Built-in security, which likely will reduce platform maintenance costs over time * Quality results at lower costs—It is open source and runs on low-priced commodity boards ($35 or less), greatly enabling low-cost implementation and maintenance * Affordable application development * Interoperability, connecting devices, protocols, and other platforms -* Availability of ongoing engagement and technical assistance provided by the VOLTTRON™ development team—The team holds regular “Office Hours” meetings with users to discuss new features and plans, collaborate and answer questions. \ No newline at end of file +* Availability of ongoing engagement and technical assistance provided by the Eclipse VOLTTRON development team—The team holds regular “Office Hours” meetings with users to discuss new features and plans, collaborate and answer questions. \ No newline at end of file diff --git a/content/highlights/CostEffective.md b/content/highlights/CostEffective.md index 49c13c7..8ae83ad 100644 --- a/content/highlights/CostEffective.md +++ b/content/highlights/CostEffective.md @@ -10,6 +10,6 @@ sidebar_left: developerSide --- -The VOLTTRON™ software is open source and available to users at no cost. It was designed for small computing devices, such as Raspberry Pi and BeagleBone Black, and the platform itself uses minimal resources. This greatly reduces hardware costs for its deployment. +The Eclipse VOLTTRON software is open source and available to users at no cost. It was designed for small computing devices, such as Raspberry Pi and BeagleBone Black, and the platform itself uses minimal resources. This greatly reduces hardware costs for its deployment. -Users have found that other characteristics—such as VOLTTRON™’s security, interoperability between different devices, portability and flexibility, and easy application development—underscore the software’s cost-effectiveness and versatility. Reduced implementation costs and cycle time lead to productive solution development. \ No newline at end of file +Users have found that other characteristics—such as Eclipse VOLTTRON’s security, interoperability between different devices, portability and flexibility, and easy application development—underscore the software’s cost-effectiveness and versatility. Reduced implementation costs and cycle time lead to productive solution development. \ No newline at end of file diff --git a/content/highlights/Interoperable.md b/content/highlights/Interoperable.md index 626b371..1bfe836 100644 --- a/content/highlights/Interoperable.md +++ b/content/highlights/Interoperable.md @@ -10,8 +10,8 @@ sidebar_left: interopSide --- ### -A successful platform must work across vendors and protocols and provide capabilities to simplify these interactions. VOLTTRON™, open and flexible by design, enables applications written by different organizations to easily and securely talk with both each other and devices being controlled. +A successful platform must work across vendors and protocols and provide capabilities to simplify these interactions. Eclipse VOLTTRON, open and flexible by design, enables applications written by different organizations to easily and securely talk with both each other and devices being controlled. -Platform capabilities enable communication with a variety of devices through standard (Modbus, BACnet, etc.) or custom protocols. Also, VOLTTRON™ design eases integration of legacy systems by hiding complexities of device interactions. If the device can be made to interact, it can participate in the platform. +Platform capabilities enable communication with a variety of devices through standard (Modbus, BACnet, etc.) or custom protocols. Also, Eclipse VOLTTRON design eases integration of legacy systems by hiding complexities of device interactions. If the device can be made to interact, it can participate in the platform. -Virginia Tech, in using and testing the platform in its Building Energy Management Open-Source Software (BEMOSS), concluded that VOLTTRON™ is interoperable between devices from different manufacturers, a significant benefit in the field. \ No newline at end of file +Virginia Tech, in using and testing the platform in its Building Energy Management Open-Source Software (BEMOSS), concluded that Eclipse VOLTTRON is interoperable between devices from different manufacturers, a significant benefit in the field. \ No newline at end of file diff --git a/content/highlights/OpenSource.md b/content/highlights/OpenSource.md index cd39c3e..2aa0015 100644 --- a/content/highlights/OpenSource.md +++ b/content/highlights/OpenSource.md @@ -9,8 +9,8 @@ image_alt: "Hello!" sidebar_left: OpensourceSide --- ### -VOLTTRON™ software, platform services, and agents are open source and employ a Berkeley Software Distribution-style license, allowing the free distribution and development of the software. The license supports organizations developing proprietary solutions on top of the open-source code. +Eclipse VOLTTRON software, platform services, and agents are open source and employ a Berkeley Software Distribution-style license, allowing the free distribution and development of the software. The license supports organizations developing proprietary solutions on top of the open-source code. -The platform’s open-source status helps reduce operation, installation, programming and overall integration costs. Further, VOLTTRON™’s active community of users meets on a regular basis to discuss the technology and contribute improvements and solutions, which helps ensure VOLTTRON™’s ongoing usefulness and value. Learn more about this aspect of VOLTTRON™. +The platform’s open-source status helps reduce operation, installation, programming and overall integration costs. Further, Eclipse VOLTTRON’s active community of users meets on a regular basis to discuss the technology and contribute improvements and solutions, which helps ensure Eclipse VOLTTRON’s ongoing usefulness and value. Learn more about this aspect of Eclipse VOLTTRON. A separately licensed platform plugin provides additional capabilities to the platform for large-scale, real-world deployments. \ No newline at end of file diff --git a/content/highlights/Potential.md b/content/highlights/Potential.md index 78b088b..38250f8 100644 --- a/content/highlights/Potential.md +++ b/content/highlights/Potential.md @@ -9,9 +9,9 @@ image_alt: "Hello!" sidebar_left: PotentialSide --- ### -VOLTTRON™ is versatile. Designed initially to improve power grid operations, this technology enables decision-making and solutions for any need that requires collection, management and analysis of data streams. Just use your imagination! +Eclipse VOLTTRON is versatile. Designed initially to improve power grid operations, this technology enables decision-making and solutions for any need that requires collection, management and analysis of data streams. Just use your imagination! -VOLTTRON™ is: +Eclipse VOLTTRON is: * Secure * Functional, supporting energy, operational and financial transactions between network entities @@ -20,4 +20,4 @@ VOLTTRON™ is: * Sophisticated yet simple—providing a readily useful environment for quick, cost-effective solution development. Beyond grid and buildings, potential uses extend to improved interoperability between utility systems and proprietary home energy technologies; cybersecurity applications; data management; product tracking; energy efficiency in non-building disciplines, such as irrigation management; and more. -The VOLTTRON™ platform—and by extension, its users—continues to benefit from the U.S. Department of Energy’s ongoing development funding and support. DOE wants to optimize the platform for buildings-grid integration and transactive energy, but the agency also is supportive of alternate uses—and full realization—of the technology’s potential. \ No newline at end of file +The Eclipse VOLTTRON platform—and by extension, its users—continues to benefit from the U.S. Department of Energy’s ongoing development funding and support. DOE wants to optimize the platform for buildings-grid integration and transactive energy, but the agency also is supportive of alternate uses—and full realization—of the technology’s potential. \ No newline at end of file diff --git a/content/highlights/Scalable.md b/content/highlights/Scalable.md index e8dd694..ea1b936 100644 --- a/content/highlights/Scalable.md +++ b/content/highlights/Scalable.md @@ -9,4 +9,4 @@ image_alt: "Hello!" sidebar_left: ScalableSide --- ### -Users can scale to meet their needs. From horizontal platform-to-platform workloads, or vertical device-to-cloud configurations, VOLTTRON™ provides the necessary scaling flexibility. The technology supports use of small computing boards monitoring several sensors, or it can operate from a server to handle heavy-duty, intensive jobs. \ No newline at end of file +Users can scale to meet their needs. From horizontal platform-to-platform workloads, or vertical device-to-cloud configurations, Eclipse VOLTTRON provides the necessary scaling flexibility. The technology supports use of small computing boards monitoring several sensors, or it can operate from a server to handle heavy-duty, intensive jobs. \ No newline at end of file diff --git a/content/highlights/Secure.md b/content/highlights/Secure.md index fe50a1b..a2affdc 100644 --- a/content/highlights/Secure.md +++ b/content/highlights/Secure.md @@ -10,6 +10,6 @@ sidebar_left: SecureSide --- -From the beginning, VOLTTRON™ developers actively collaborated with cyber security experts and built security into the technology, rather than “bolting it on” later. The commitment has continued, with developers regularly upgrading features in response to emerging requirements and VOLTTRON™ user feedback. +From the beginning, Eclipse VOLTTRON developers actively collaborated with cyber security experts and built security into the technology, rather than “bolting it on” later. The commitment has continued, with developers regularly upgrading features in response to emerging requirements and Eclipse VOLTTRON user feedback. -The platform applies a threat-model approach for determining software threats and vulnerabilities and how to reasonably reduce the attack surface and/or harm from a compromise. Through established mitigation strategies, VOLTTRON™ addresses a range of possible attack avenues and risks. \ No newline at end of file +The platform applies a threat-model approach for determining software threats and vulnerabilities and how to reasonably reduce the attack surface and/or harm from a compromise. Through established mitigation strategies, Eclipse VOLTTRON addresses a range of possible attack avenues and risks. \ No newline at end of file diff --git a/content/highlights/developerfriendly.md b/content/highlights/developerfriendly.md index 3952908..69bbee7 100644 --- a/content/highlights/developerfriendly.md +++ b/content/highlights/developerfriendly.md @@ -10,7 +10,7 @@ sidebar_left: developerSide --- -VOLTTRON™ was created as an overarching integration platform to bring together vendors, users and developers, enable rapid application development and testing, and support modern control strategies. +Eclipse VOLTTRON was created as an overarching integration platform to bring together vendors, users and developers, enable rapid application development and testing, and support modern control strategies. The platform is a cost and time saver. It is flexible, not linking applications to a specific language; interoperable across vendors and applications; and facilitates easy application development and scale-up. diff --git a/content/posts/BuildingsOperations.md b/content/posts/BuildingsOperations.md index ede5551..533bd7b 100644 --- a/content/posts/BuildingsOperations.md +++ b/content/posts/BuildingsOperations.md @@ -1,25 +1,17 @@ --- -title: Buildings Operations and Efficiency +title: Giving Control to SMBs image: images/MarketsImages/BuildingImageMarkets2.png date: "2020-01-06T00:00:00" +description: Eclipse VOLTTRON capabilities improve control and operation of building devices and systems, leading to enhanced performance and energy efficiency. sidebar_left: BuildingsOperationsLeft sidebar_right: BuildingsOperationsRight -summary: VOLTTRON™ capabilities improve control and operation of building devices and systems, leading to enhanced performance and energy efficiency. +summary: Eclipse VOLTTRON capabilities improve control and operation of building devices and systems, leading to enhanced performance and energy efficiency. --- - **It’s a solution to build on!** + Pacific Northwest National Laboratory has been developing a low-cost central control system for SMBs to more effectively manage heating and cooling, hot water, connected lighting, and potentially other building functions. The system will be interoperable, user-centric, and retrofittable. - VOLTTRON™ enables secure, efficient management of a wide range of building-related functions, including heating, ventilation, and air-conditioning (HVAC) systems, electric vehicles, distributed energy resources, or even whole building loads. Building owners, management firms, energy services vendors and others are applying this versatile technology to maximize building performance and energy-efficient operations. +**Impact**: Researchers estimate that not only will SMB owners and managers save money and equipment life, but broad deployment of the control system potentially could deliver source energy reductions between 2,000 and 2,500 trillion Btus yearly with commensurate emissions reductions -With VOLTTRON™, data, devices and decisions connect seamlessly and securely based on user needs and preferences. - -**The Case for VOLTTRON™ in Buildings** - -Homes and buildings use a lot of energy, often inefficiently. The federal government estimates that structures account for approximately 40 percent of the nation’s total primary energy consumption. Many buildings are designed to support efficiency features that reduce energy consumption for heating, lighting, hot water and other functions. However, these features often are not fully deployed. VOLTTRON™ addresses this deficiency and helps make buildings more efficient while ensuring overall functionality and minimizing impacts at the service level. - -**The Answer for Improved Performance and Efficiency** - -The VOLTTRON™ software platform and associated V-agent applications perform monitoring, data collection and analysis in devices and building systems, producing actionable information that streamlines control and implementation of energy- and cost-saving measures. \ No newline at end of file diff --git a/content/posts/ConnectedHomes.md b/content/posts/ConnectedHomes.md index 5e0c5bb..04793e9 100644 --- a/content/posts/ConnectedHomes.md +++ b/content/posts/ConnectedHomes.md @@ -1,21 +1,13 @@ --- -title: Connected Homes +title: Connecting Home Appliances image: images/MarketsImages/ConnectHouse.png -Description: Whether it involves control of thermostats, lighting, hot water or other functions, VOLTTRON™ is a secure solution that can help turn today’s house into tomorrow’s connected home, enabling features that result in improved energy efficiency, cost savings and convenience. +Description: Whether it involves control of thermostats, lighting, hot water or other functions, Eclipse VOLTTRON is a secure solution that can help turn today’s house into tomorrow’s connected home, enabling features that result in improved energy efficiency, cost savings and convenience. date: "2020-01-06T00:00:00" sidebar_left: ConnectedHome -summary: Whether it involves control of thermostats, lighting, hot water or other functions, VOLTTRON™ is a secure solution that can help turn today’s house into tomorrow’s connected home, enabling features that result in improved energy efficiency, cost savings and convenience. +summary: Whether it involves control of thermostats, lighting, hot water or other functions, Eclipse VOLTTRON is a secure solution that can help turn today’s house into tomorrow’s connected home, enabling features that result in improved energy efficiency, cost savings and convenience. --- - Connecting the power system and utilities with the functions that improve home livability, VOLTTRON™ plays a key role in helping to manage wiser, more efficient use of energy resources. - - **Bringing home the savings!** Connected home devices—such as smart appliances and security systems—are projected to grow their market share significantly to reach $490 billion in 2019. However, many smart technologies lack connections to their community and the power grid. +The PNNL technology can enable the heating and cooling units and hot water heaters to manage their electricity use in ways that help the grid coordinate supply and demand, while enabling occupant cost and comfort preferences. -Truly connected smart homes should not only benefit their occupants, they should also benefit the community as a whole by helping strengthen the grid and by building a more resilient and reliable utility network. VOLTTRON™ makes this possible. - -### Efficiency, Savings, Comfort - -As with commercial buildings, residential homes can benefit from VOLTTRON™’s secure capabilities. Whether it involves control of thermostats, lighting, hot water or other functions, VOLTTRON™ enables features that result in improved energy efficiency, cost savings and convenience. And the best part is that utilities don't have to worry about smart devices. VOLTTRON™ does that for them, serving as a single, central point-of-contact for homes. - -With VOLTTRON™, data, devices and decisions connect seamlessly and securely based on user needs and preferences. \ No newline at end of file +**Impact**: The technology could benefit an estimated 120 million homes. Working in concert with utilities and the grid, such smart appliances can quickly and automatically change their electricity demand to help even out grid variations and ultimately reduce the amount of greenhouse gases entering the atmosphere. diff --git a/content/posts/DataManagement.md b/content/posts/DataManagement.md index 0b2feed..c8867ff 100644 --- a/content/posts/DataManagement.md +++ b/content/posts/DataManagement.md @@ -1,22 +1,22 @@ --- title: Data Management -Description: VOLTTRON™ offers a cost-effective method for gathering, analyzing and managing data from any type of device. +Description: Eclipse VOLTTRON offers a cost-effective method for gathering, analyzing and managing data from any type of device. image: images/MarketsImages/DataManImage.png date: "2020-01-04T00:00:00" sidebar_left: DMLeft --- -VOLTTRON™, with Modbus and BACnet implementations, enables gathering and dispositioning of data. +Eclipse VOLTTRON, with Modbus and BACnet implementations, enables gathering and dispositioning of data. -**VOLTTRON™ provides a secure way to examine data, reveal useful information and deliver solutions.** This technology can readily retrieve data from devices and coordinate analysis, offering analytics firms and other potential users unique opportunities to add value. +Eclipse VOLTTRON provides a secure way to examine data, reveal useful information and deliver solutions. This technology can readily retrieve data from devices and coordinate analysis, offering analytics firms and other potential users unique opportunities to add value. -With VOLTTRON™, data, devices and decisions connect seamlessly and securely based on user needs and preferences. +With Eclipse VOLTTRON, data, devices and decisions connect seamlessly and securely based on user needs and preferences. **Rivers of Data** -Devices of all kinds are producing vast amounts of data every minute of the day, but often the data is not effectively mined for information that could lead to improved knowledge, better processes and, perhaps, more profitable outcomes. VOLTTRON™ offers capabilities for any type of device from which there’s a reason to collect and use data, and includes Modbus and BACnet implementations. The open-source, proprietary aspects of VOLTTRON™ help make it cost-effective. +Devices of all kinds are producing vast amounts of data every minute of the day, but often the data is not effectively mined for information that could lead to improved knowledge, better processes and, perhaps, more profitable outcomes. Eclipse VOLTTRON offers capabilities for any type of device from which there’s a reason to collect and use data, and includes Modbus and BACnet implementations. The open-source, proprietary aspects of Eclipse VOLTTRON help make it cost-effective. **A Versatile, Safe Data Tool** -The VOLTTRON™ software platform and associated V-agent applications collect data and either analyze it locally or push to the cloud for storage and subsequent analysis. This technology’s strong security foundation helps ensure that data is protected from external threats. +The Eclipse VOLTTRON software platform and associated V-agent applications collect data and either analyze it locally or push to the cloud for storage and subsequent analysis. This technology’s strong security foundation helps ensure that data is protected from external threats. diff --git a/content/posts/DistEnergyResources.md b/content/posts/DistEnergyResources.md index 0f3c1d0..23637bd 100644 --- a/content/posts/DistEnergyResources.md +++ b/content/posts/DistEnergyResources.md @@ -1,19 +1,19 @@ --- title: Distributed Energy Resources -Description: VOLTTRON™ enables secure coordination of building energy loads and distributed energy resources, such as generation from solar panels or storage from batteries, with the power grid. This coordination offers significant new flexibility to the grid and supports large-scale integration of renewable generation. +Description: Eclipse VOLTTRON enables secure coordination of building energy loads and distributed energy resources, such as generation from solar panels or storage from batteries, with the power grid. This coordination offers significant new flexibility to the grid and supports large-scale integration of renewable generation. image: images/MarketsImages/DistEnergyImage.png date: "2020-01-04T00:00:00" sidebar_left: DERSide --- -**VOLTTRON™ generates powerful outcomes for distributed energy resources (DERs), buildings and the grid!** The technology enables effective, secure coordination of DERs, including wind and solar generation and battery storage, with building energy loads and the power system. This offers significant new flexibility to the grid and supports large-scale DER integration, benefitting everyone from building owners and managers to power system operators, utilities, energy services providers and consumers. +Eclipse VOLTTRON generates powerful outcomes for distributed energy resources (DERs), buildings and the grid! The technology enables effective, secure coordination of DERs, including wind and solar generation and battery storage, with building energy loads and the power system. This offers significant new flexibility to the grid and supports large-scale DER integration, benefitting everyone from building owners and managers to power system operators, utilities, energy services providers and consumers. -With VOLTTRON™, data, devices and decisions connect seamlessly and securely based on user needs and preferences. +With Eclipse VOLTTRON, data, devices and decisions connect seamlessly and securely based on user needs and preferences. -**VOLTTRON™ Overcomes the Obstacles** +**Eclipse VOLTTRON Overcomes the Obstacles** -Consumers like the concept of using clean, green energy, but it’s estimated that only a small portion—about seven percent—of the nation’s power supply comes from wind, solar and other renewable sources. Part of the problem is the intermittent nature of wind and solar, which poses operational challenges for the grid and hinders broader use of renewables. VOLTTRON™—and buildings—are part of the solution. VOLTTRON™ helps coordinate building energy loads and DER output, lending a hand to grid flexibility and reliability. +Consumers like the concept of using clean, green energy, but it’s estimated that only a small portion of the nation’s power supply comes from wind, solar and other renewable sources. Part of the problem is the intermittent nature of wind and solar, which poses operational challenges for the grid and hinders broader use of renewables. Eclipse VOLTTRON—and buildings—are part of the solution. Eclipse VOLTTRON helps coordinate building energy loads and DER output, lending a hand to grid flexibility and reliability. **A Force for Coordination** -The VOLTTRON™ software platform and associated V-agent applications perform monitoring, data collection and analysis in building and DER systems and devices, producing actionable information that controls and streamlines the integration of clean energy and battery power in building and grid operations. \ No newline at end of file +The Eclipse VOLTTRON software platform and associated applications perform monitoring, data collection and analysis in building and DER systems and devices, producing actionable information that controls and streamlines the integration of clean energy and battery power in building and grid operations. \ No newline at end of file diff --git a/content/posts/MarketSolns.md b/content/posts/MarketSolns.md index e88b560..f3d3104 100644 --- a/content/posts/MarketSolns.md +++ b/content/posts/MarketSolns.md @@ -1,24 +1,12 @@ --- -title: Marketplace Solutions +title: Getting Intelligent with the Grid -Description: VOLTTRON™ provides a flexible and secure open-source platform for molding solutions in any field involving devices, data and decisions. -image: images/MarketsImages/marketSlns.jpg +Description: Eclipse VOLTTRON provides a flexible and secure open-source platform for molding solutions in any field involving devices, data and decisions. +image: images/voltdeploy.png date: "2020-01-04T00:00:00" sidebar_left: MarketSlnLeft sidebar_right: MarketSlnRight --- -**Looking for solutions?** VOLTTRON™’s virtually limitless potential offers unique opportunities to identify and create a wide range of marketable products and services. Companies or organizations that develop solutions for the marketplace involving data and devices will find much to like about this technology’s design, security and cost-effectiveness. +ILC was created as part of the PNNL-led Clean Energy and Transactive Campus project, an effort initially funded by the Department of Energy (DOE) and Washington State. ILC offers three primary buildings-grid capabilities: capacity bidding, which incentivizes targeted consumption reductions; transactive energy methods for enabling a rapid negotiation process between buildings and the grid; and peak power load management. -With VOLTTRON™, data, devices and decisions connect seamlessly and securely based on user needs and preferences. - -**Use Your Imagination** - -VOLTTRON™ is versatile. Designed initially for the power grid, the technology’s potential continues to grow and evolve. Examples of existing and potential markets include: - -* Building Operations and Efficiency -* Distributed Energy Resources -* Connected Homes -* Data Management -* Cybersecurity -* Industrial Processes -* Environmental/Climate Monitoring. \ No newline at end of file +**Impact**: The technology’s peak power load management capability has rapidly dropped electricity demand in buildings by 10 to 20 percent, reducing grid stress while maintaining occupant comfort within an acceptable range. ILC has been successfully deployed in multiple buildings at PNNL, at the University of Toledo, in two Washington, D.C. commercial buildings, and will be central to two DOE Connected Communities projects in 2024. diff --git a/content/posts/_index.de.md b/content/posts/_index.de.md deleted file mode 100644 index 6e8ff11..0000000 --- a/content/posts/_index.de.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Posts -menu: main -weight: 20 ---- diff --git a/content/posts/_index.es.md b/content/posts/_index.es.md deleted file mode 100644 index 6e8ff11..0000000 --- a/content/posts/_index.es.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Posts -menu: main -weight: 20 ---- diff --git a/content/posts/_index.md b/content/posts/_index.md index af68a6a..13a89fa 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -2,4 +2,4 @@ title: "MARKET" menu: main weight: 20 ---- +--- \ No newline at end of file diff --git a/content/posts/fifth.de.md b/content/posts/fifth.de.md deleted file mode 100644 index 7b807b0..0000000 --- a/content/posts/fifth.de.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Der fünfte Post -image: images/pic01.jpg -date: "2020-01-05T00:00:00" -tags: - - beispiel - - lorem ipsum ---- -Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet -mattis, sed a rutrum accumsan sed. Suspendisse eu. - -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. diff --git a/content/posts/fifth.es.md b/content/posts/fifth.es.md deleted file mode 100644 index fb083cd..0000000 --- a/content/posts/fifth.es.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: La Quinta Cosa -image: images/pic01.jpg -date: "2020-01-05T00:00:00" -tags: - - ejemplo - - lorem ipsum ---- -Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet -mattis, sed a rutrum accumsan sed. Suspendisse eu. - -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. diff --git a/content/posts/first.de.md b/content/posts/first.de.md deleted file mode 100644 index d17fe69..0000000 --- a/content/posts/first.de.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Der erste Post -image: images/pic01.jpg -date: "2020-01-01T00:00:00" -tags: - - beispiel - - lorem ipsum ---- -Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet -mattis, sed a rutrum accumsan sed. Suspendisse eu. - -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. diff --git a/content/posts/first.es.md b/content/posts/first.es.md deleted file mode 100644 index 6f981ee..0000000 --- a/content/posts/first.es.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: La Primera Cosa -image: images/pic01.jpg -date: "2020-01-01T00:00:00" -tags: - - ejemplo - - lorem ipsum ---- -Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet -mattis, sed a rutrum accumsan sed. Suspendisse eu. - -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. diff --git a/content/posts/fourth.de.md b/content/posts/fourth.de.md deleted file mode 100644 index 42a2fee..0000000 --- a/content/posts/fourth.de.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Der vierte Post -image: images/pic04.jpg -date: "2020-01-04T00:00:00" -tags: - - beispiel - - lorem ipsum ---- -Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet -mattis, sed a rutrum accumsan sed. Suspendisse eu. - -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. diff --git a/content/posts/fourth.es.md b/content/posts/fourth.es.md deleted file mode 100644 index 050a1bb..0000000 --- a/content/posts/fourth.es.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: La Cuarta Cosa -image: images/pic04.jpg -date: "2020-01-04T00:00:00" -tags: - - ejemplo - - lorem ipsum ---- -Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet -mattis, sed a rutrum accumsan sed. Suspendisse eu. - -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. diff --git a/content/posts/second.de.md b/content/posts/second.de.md deleted file mode 100644 index 7e68e73..0000000 --- a/content/posts/second.de.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Der zweite Post -image: images/pic02.jpg -date: "2020-01-02T00:00:00" -tags: - - beispiel - - duis neque ---- -Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet -mattis, sed a rutrum accumsan sed. Suspendisse eu. - -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. diff --git a/content/posts/second.es.md b/content/posts/second.es.md deleted file mode 100644 index 18a9932..0000000 --- a/content/posts/second.es.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: La Segunda Cosa -image: images/pic02.jpg -date: "2020-01-02T00:00:00" -tags: - - ejemplo - - duis neque ---- -Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet -mattis, sed a rutrum accumsan sed. Suspendisse eu. - -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. diff --git a/content/posts/sixth.de.md b/content/posts/sixth.de.md deleted file mode 100644 index a4abc48..0000000 --- a/content/posts/sixth.de.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Der sechste Post -image: images/pic02.jpg -date: "2020-01-06T00:00:00" -tags: - - beispiel - - duis neque ---- -Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet -mattis, sed a rutrum accumsan sed. Suspendisse eu. - -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. diff --git a/content/posts/sixth.es.md b/content/posts/sixth.es.md deleted file mode 100644 index d5584e9..0000000 --- a/content/posts/sixth.es.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: La Sexta Cosa -image: images/pic02.jpg -date: "2020-01-06T00:00:00" -tags: - - ejemplo - - duis neque ---- -Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet -mattis, sed a rutrum accumsan sed. Suspendisse eu. - -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. diff --git a/content/posts/third.de.md b/content/posts/third.de.md deleted file mode 100644 index 441240c..0000000 --- a/content/posts/third.de.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Der dritte Post -image: images/pic03.jpg -date: "2020-01-03T00:00:00" -tags: - - beispiel - - duis neque ---- -Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet -mattis, sed a rutrum accumsan sed. Suspendisse eu. - -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. diff --git a/content/posts/third.es.md b/content/posts/third.es.md deleted file mode 100644 index 759630e..0000000 --- a/content/posts/third.es.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: La Tercera Cosa -image: images/pic03.jpg -date: "2020-01-03T00:00:00" -tags: - - ejemplo - - duis neque ---- -Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet -mattis, sed a rutrum accumsan sed. Suspendisse eu. - -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. diff --git a/content/tags/1.md b/content/tags/1.md deleted file mode 100644 index 08a78aa..0000000 --- a/content/tags/1.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: "1" -menu: archives -weight: 42 - -tags: - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - ---- - -{{< figure class="figConfig" title="Office Hours - January 5, 2024" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan5-24.jpg" link="https://youtu.be/sV7tXz53LVE?list=TLGGAUACxCrhMjoyMTA2MjAyNA" caption="This office hours has a presentation by Ben Bartling of Slipstream talking about BACPypes3’s features and his use of its scripting capabilities. This discussion feeds directly into the driver working...">}} -{{< figure class="figConfig" title="Office Hours - November 10, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Nov10-23.jpg" link="https://youtu.be/DqOuq50AjAI?list=TLGGB5HeUhn2LCwyMTA2MjAyNA" caption="This office hours has a demonstration of the 2030.5 agent as well as a discussion of the upcoming VOLTTRON 9.0 release. This is an update to the “monolithic” version of the platform incorporating...">}} -{{< figure class="figConfig" title="Office Hours - October 27, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct27-23.jpg" link="https://youtu.be/P2-T4iomrkQ?list=TLGGxyx1BwejocUyMTA2MjAyNA" caption="This session saw a demonstration of a Home Assistant driver for sharing data between this home automation system and the VOLTTRON platform. ILC has been configured to utilize this driver as an...">}} - -{{< figure class="figConfig" title="Office Hours - October 13, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct13-23.jpg" link="https://youtu.be/UXKyckwkJo0?list=TLGGH2LXlrWvsRYyMTA2MjAyNA" caption="This open topic session led to a discussion on visualizing devices for a lighting application as well as adding and removing configurations through the VOLTTRON web interface.">}} -{{< figure class="figConfig" title="Office Hours - September 29, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep29-23.jpg" link="https://youtu.be/l7iGyECLVdo?list=TLGGJkKfDlcgBdEyMTA2MjAyNA" caption="This session saw a presentation and discussion of the 2030.5 driver that is ready for testing by the community.">}} -{{< figure class="figConfig" title="Office Hours - September 1, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep01-23.jpg" link="https://youtu.be/c52R6OX_2rQ?list=TLGGV3CnC8CTXz8yMTA2MjAyNA" caption="The new core publish/subscribe by tag service is presented at this session and is discussed in the context of the the overall interoperability effort.">}} - -{{< figure class="figConfig" title="Office Hours - June 28, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun28-23.jpg" link="https://youtu.be/D_R3i3Izv9o?list=TLGGO5JDbQV-VbsyMTA2MjAyNA" caption="An open-topic Office Hours session that covered questions around the Docker image, debugging a user’s driver setup, Linux distros, and more.">}} -{{< figure class="figConfig" title="Office Hours - June 9, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun09-23.jpg" link="https://youtu.be/d2HMYAtJvIs?list=TLGGaN02kwYQ6YoyMTA2MjAyNA" caption="An Office Hours video that followed up on a community request to discuss code spaces and visual studio code integration with Github.">}} -{{< figure class="figConfig" title="Office Hours - May 26, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-May26-23.jpg" link="https://youtu.be/sJ1tzvBjbGE?list=TLGGsKr4i3qtAXwyMTA2MjAyNA" caption="Today’s office hours was an open topic forum where upcoming releases and release process was discussed among other topics.">}} - -{{< figure class="figConfig" title="Office Hours - May 12, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-May12-23.jpg" link="https://youtu.be/qTa-4VBKYPY?list=TLGGzk06PqfzdX0yMTA2MjAyNA" caption="In this office hours session, there is a discussion of the next code drop of the modular codebase. Open topic discussion touches on the current production version (8.2), the github workflow for...">}} - diff --git a/content/tags/10.md b/content/tags/10.md deleted file mode 100644 index 6936280..0000000 --- a/content/tags/10.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "10" -menu: archives -weight: 43 - -tags: - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 11 - - 12 - - 13 - - 14 - - ---- - -{{< figure class="figConfig" title="How-to: Installing FNCS Co-simulator on the VOLTTRON Platform" src="../../images/VideoImages/OfficeHourThumbnails/FNCS-Install-Apr23-19.jpg" link="https://www.youtube.com/embed/1XDBB2kT9ZI?wmode=opaque&loop=1&playlist=1XDBB2kT9ZI&autohide=1&iv_load_policy=3" caption="A guide on installing FNCS Co-simulator on the VOLTTRON Platform.">}} - -{{< figure class="figConfig" title="Office Hour - April 12, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Apr12-19.jpg" link="https://www.youtube.com/embed/aiO8KN-smIQ?wmode=opaque&loop=1&playlist=aiO8KN-smIQ&autohide=1&iv_load_policy=3" caption="A discussion regarding certificate signing request capability in VOLTTRON and what it means for RabbitMQ deployments. The meeting also has a brief update on the WeatherAgent with new features.">}} - -{{< figure class="figConfig" title="Office Hour - March 15, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Mar15-19.jpg" link="https://www.youtube.com/embed/IH_94D7ZFgI?wmode=opaque&loop=1&playlist=IH_94D7ZFgI&autohide=1&iv_load_policy=3" caption="A discussion of how to analyze and visualize the large amounts of data that VOLTTRON users collect from buildings and devices connected to the platform. Also, Andrew Rogers of AceloT presents a new tool.">}} - -{{< figure class="figConfig" title="Office Hour - March 1, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Mar01-19.jpg" link="https://www.youtube.com/embed/OhxY-_6tf9c?wmode=opaque&loop=1&playlist=OhxY-_6tf9c&autohide=1&iv_load_policy=3" caption="A presentation by PNNL researchers who demonstrated their Wholesale Retail Transactive Control application using VOLTTRON in a hardware-in-the-loop system; also, new certificate-signing request updates.">}} - -{{< figure class="figConfig" title="Office Hour - January 25, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan25-19.jpg" link="https://www.youtube.com/embed/66_2Je0-vpA?wmode=opaque&loop=1&playlist=66_2Je0-vpA&autohide=1&iv_load_policy=3" caption="A discussion of how the RabbitMQ certificate process works with the VOLTTRON Central Agent.">}} - -{{< figure class="figConfig" title="Office Hour - December 18, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Dec18-18.jpg" link="https://www.youtube.com/embed/JXDpVZWpkYI?wmode=opaque&loop=1&playlist=JXDpVZWpkYI&autohide=1&iv_load_policy=3" caption="Discussion on impacts of updating the platform from Python2 to Python3; also, info on securing a VOLTTRON deployment, using a campus deployment as an example, with the purpose of explaining the changes and providing guidance.">}} - -{{< figure class="figConfig" title="Office Hour - November 9, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Nov09-18.jpg" link="https://www.youtube.com/embed/5H2WdgUH7f4?wmode=opaque&loop=1&playlist=5H2WdgUH7f4&autohide=1&iv_load_policy=3" caption="An update on the new weather agent and a walkthrough of Pytest use.">}} - -{{< figure class="figConfig" title="Office Hour - October 26, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct26-18.jpg" link="https://www.youtube.com/embed/HDgGO-5w9HQ?wmode=opaque&loop=1&playlist=HDgGO-5w9HQ&autohide=1&iv_load_policy=3" caption="An update and additional details on upgrading the platform to Python 3.">}} - -{{< figure class="figConfig" title="Office Hour - October 12, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct12-18.jpg" link="https://www.youtube.com/embed/ANKHWd913og?wmode=opaque&loop=1&playlist=ANKHWd913og&autohide=1&iv_load_policy=3" caption="Discussions on Obix and other drivers, and the versions of Python 3 to select.">}} - -{{< figure class="figConfig" title="Office Hour - September 28, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep28-18.jpg" link="https://www.youtube.com/embed/u94ibh3ldQo?wmode=opaque&loop=1&playlist=u94ibh3ldQo&autohide=1&iv_load_policy=3" caption="Participants talk about the collection of operational agents that can be used to monitor a VOLTTRON deployment and alert administrators to off-normal conditions.">}} diff --git a/content/tags/11.md b/content/tags/11.md deleted file mode 100644 index 19ea71b..0000000 --- a/content/tags/11.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "11" -menu: archives -weight: 43 - -tags: - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 12 - - 13 - - 14 - - ---- - -{{< figure class="figConfig" title="Office Hour - September 14, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep14-18.jpg" link="https://www.youtube.com/embed/PoBkNeDu3V0?wmode=opaque&loop=1&playlist=PoBkNeDu3V0&autohide=1&iv_load_policy=3" caption="An ad-hoc discussion with community involvement.">}} - -{{< figure class="figConfig" title="Intelligent Load Control (ILC)" src="../../images/VideoImages/OfficeHourThumbnails/Intelligent-Load-Control-Sep07-18.jpg" link="https://www.youtube.com/embed/jUjcVTMaZc4?wmode=opaque&loop=1&playlist=jUjcVTMaZc4&autohide=1&iv_load_policy=3" caption="The ILC technology makes it possible for buildings to manage energy consumption to a desired target, providing improved energy efficiency, renewables integration, and grid services.">}} - -{{< figure class="figConfig" title="Office Hour - August 31, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Aug31-18.jpg" link="https://www.youtube.com/embed/I994iTX1agw?wmode=opaque&loop=1&playlist=I994iTX1agw&autohide=1&iv_load_policy=3" caption="A discussion about the core DevOps agents that are available for managing events in a deployment.">}} - -{{< figure class="figConfig" title="Office Hour - August 3, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Aug03-18.jpg" link="https://www.youtube.com/embed/GKjlfVB3UpQ?wmode=opaque&loop=1&playlist=GKjlfVB3UpQ&autohide=1&iv_load_policy=3" caption="A demonstration of the agent template and discussion regarding the community’s requirements for the WeatherAgent.">}} - -{{< figure class="figConfig" title="Office Hour - June 8, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun08-18.jpg" link="https://www.youtube.com/embed/_KFo_mrOOTc?wmode=opaque&loop=1&playlist=_KFo_mrOOTc&autohide=1&iv_load_policy=3" caption="The basics of getting started with the platform.">}} - -{{< figure class="figConfig" title="Office Hour - May 25, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-May25-18.jpg" link="https://www.youtube.com/embed/Yn1jj_JaGpI?wmode=opaque&loop=1&playlist=Yn1jj_JaGpI&autohide=1&iv_load_policy=3" caption="Discussion about the use of VOLTTRON™ in a Docker container to simplify startup and deployment.">}} - -{{< figure class="figConfig" title="Office Hour - May 11, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-May11-18.jpg" link="https://www.youtube.com/embed/xEDeaeX-aYo?wmode=opaque&loop=1&playlist=xEDeaeX-aYo&autohide=1&iv_load_policy=3" caption="A discussion of the VOLTTRON™ code base to give an overview of code flow and where features are located in the tree.">}} - -{{< figure class="figConfig" title="Office Hour - April 27, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Apr27-18.jpg" link="https://www.youtube.com/embed/2pESVZl4Aso?wmode=opaque&loop=1&playlist=2pESVZl4Aso&autohide=1&iv_load_policy=3" caption="A review of the newly released RabbitMQ test branch. This experimental branch is available for the community to explore the refactored message bus and provide comments and feedback.">}} - -{{< figure class="figConfig" title="Office Hour - April 13, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Apr13-18.jpg" link="https://www.youtube.com/embed/ysvUmSyMyxw?wmode=opaque&loop=1&playlist=ysvUmSyMyxw&autohide=1&iv_load_policy=3" caption="An overview of changes since the 5.0 release. A discussion of datatype issues with the BACnet proxy.">}} - -{{< figure class="figConfig" title="Office Hour - March 30, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Mar30-18.jpg" link="https://www.youtube.com/embed/KoO5w4ec8v8?wmode=opaque&loop=1&playlist=KoO5w4ec8v8&autohide=1&iv_load_policy=3" caption="Discussion of the message bus refactor with a focus on the upgrade path from ZMQ to RabbitMQ based deployments and the strategy for enabling additional messaging options while maintaining compatibility.">}} diff --git a/content/tags/12.md b/content/tags/12.md deleted file mode 100644 index 2f7a935..0000000 --- a/content/tags/12.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "12" -menu: archives -weight: 43 - -tags: - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 13 - - 14 - - ---- - -{{< figure class="figConfig" title="Office Hour - March 2, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Mar02-18.jpg" link="https://www.youtube.com/embed/0Xx8QIVOfqU?wmode=opaque&loop=1&playlist=0Xx8QIVOfqU&autohide=1&iv_load_policy=3" caption="An update on the status of the message bus refactor work and discussion of recent fixes in the platform, including an agent lifecycle issue that affects historian caches.">}} - -{{< figure class="figConfig" title="Office Hour - January 5, 2018" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan05-18.jpg" link="https://www.youtube.com/embed/_XS20H3I8hc?wmode=opaque&loop=1&playlist=_XS20H3I8hc&autohide=1&iv_load_policy=3" caption="An update on the release candidate and a continuing discussion of VOLTTRON™ agent lifecycle and how it can be used. Note: 'Backup' in recording title denotes only the recording format.">}} - -{{< figure class="figConfig" title="Office Hour - December 22, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Dec22-17.jpg" link="https://www.youtube.com/embed/Ykp4ZX64H1w?wmode=opaque&loop=1&playlist=Ykp4ZX64H1w&autohide=1&iv_load_policy=3" caption="A discussion of the VOLTTRON™ agent lifecycle and how it can be used. Note: 'Backup' in recording title denotes only the recording format.">}} - -{{< figure class="figConfig" title="Transactive Energy" src="../../images/VideoImages/OfficeHourThumbnails/Transactive-Energy-Dec01-17.jpg" link="https://www.youtube.com/embed/ECTNZAgyYtM?wmode=opaque&loop=1&playlist=ECTNZAgyYtM&autohide=1&iv_load_policy=3" caption="An overview of Transactive Energy and its application to the power grid, buildings and renewables.">}} - -{{< figure class="figConfig" title="Office Hour - November 10, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Nov10-17.jpg" link="https://www.youtube.com/embed/ePMkyJGbNGs?wmode=opaque&loop=1&playlist=ePMkyJGbNGs&autohide=1&iv_load_policy=3" caption="Kisensum presents their work on an OpenADR agent for VOLTTRON and discussion surrounding the UI for sending events and the fields included.">}} - -{{< figure class="figConfig" title="Office Hour - October 27, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct27-17.jpg" link="https://www.youtube.com/embed/tsKVZx-WkGk?wmode=opaque&loop=1&playlist=tsKVZx-WkGk&autohide=1&iv_load_policy=3" caption="Demonstration of configuration store with discussion of use cases.">}} - -{{< figure class="figConfig" title="Office Hour - October 13, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct13-17.jpg" link="https://www.youtube.com/embed/U0yIHoabmi0?wmode=opaque&loop=1&playlist=U0yIHoabmi0&autohide=1&iv_load_policy=3" caption="Discussion surrounding the recent VOLTTRON 5.0 Release Candidate, its new features, and how to migrate from 4.1. Olga Kuchar presents on DR Power.">}} - -{{< figure class="figConfig" title="Office Hour - September 29, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep29-17.jpg" link="https://www.youtube.com/embed/t007qj3HMvA?wmode=opaque&loop=1&playlist=t007qj3HMvA&autohide=1&iv_load_policy=3" caption="Demonstration of the new multi-platform feature. This feature greatly simplifies publish/subscribe across platforms. An example of using RPC is also discussed.">}} - -{{< figure class="figConfig" title="Office Hour - September 15, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep15-17.jpg" link="https://www.youtube.com/embed/LPIoZiCh-EE?wmode=opaque&loop=1&playlist=LPIoZiCh-EE&autohide=1&iv_load_policy=3" caption="Discussion surrounding the new Multi-platform Pub/Sub mechanism. This new feature will greatly simplify interaction between agents on different VOLTTRON instances.">}} - -{{< figure class="figConfig" title="Office Hour - September 1, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep01-17.jpg" link="https://www.youtube.com/embed/XUmmObtA6bM?wmode=opaque&loop=1&playlist=XUmmObtA6bM&autohide=1&iv_load_policy=3" caption="Discussion surrounding options for sending data from a collection instance to a central VOLTTRON instance for data storage.">}} diff --git a/content/tags/13.md b/content/tags/13.md deleted file mode 100644 index 82d0a9e..0000000 --- a/content/tags/13.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "13" -menu: archives -weight: 43 - -tags: - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 14 - - ---- - -{{< figure class="figConfig" title="Office Hour - July 21, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jul21-17.jpg" link="https://www.youtube.com/embed/4gqzoGu7pEM?wmode=opaque&loop=1&playlist=4gqzoGu7pEM&autohide=1&iv_load_policy=3" caption="Presentation from PNNL researchers about a combined simulation and hardware-in-the-loop demonstration recently conducted as part of the Control of Complex Systems Initiative.">}} - -{{< figure class="figConfig" title="VOLTTRON™ Overview and Cybersecurity" src="../../images/VideoImages/OfficeHourThumbnails/VOLTTRON-Overview-Jul19-17.jpg" link="https://www.youtube.com/embed/oNnItsBlwxs?wmode=opaque&loop=1&playlist=oNnItsBlwxs&autohide=1&iv_load_policy=3" caption="VOLTTRON™ developers Bora Akyol and Jereme Haack provide an overview of VOLTTRON™ and cybersecurity features.">}} - -{{< figure class="figConfig" title="Office Hour - June 23, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun23-17.jpg" link="https://www.youtube.com/embed/6T2zJ_PSHwE?wmode=opaque&loop=1&playlist=6T2zJ_PSHwE&autohide=1&iv_load_policy=3" caption="Examples of how to use the VOLTTRON™ configuration store. Demonstration of alerts and override mechanisms to protect facilities during experiments. NREL presents on Home Energy Management (HEMS).">}} - -{{< figure class="figConfig" title="Office Hour - May 26, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-May26-17.jpg" link="https://www.youtube.com/embed/z59KYyAS738?wmode=opaque&loop=1&playlist=z59KYyAS738&autohide=1&iv_load_policy=3" caption="NREL presents 'VOLT Time,' a method for synchronizing simulations in VOLTTRON™. Kisensum presents a simulation subsystem and library of simulated devices. Discussion of the WeatherAgent and the VEC plugin.">}} - -{{< figure class="figConfig" title="Office Hour - April 28, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Apr28-17.jpg" link="https://www.youtube.com/embed/EQ1Jsjv833c?wmode=opaque&loop=1&playlist=EQ1Jsjv833c&autohide=1&iv_load_policy=3" caption="Discussion of new helper scripts for installing agents and shortening commands. Also covers the basics of VOLTTRON™ - how to get started and setting up drivers.">}} - -{{< figure class="figConfig" title="Office Hour - April 14, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Apr14-17.jpg" link="https://www.youtube.com/embed/R7LTqO_QdSg?wmode=opaque&loop=1&playlist=R7LTqO_QdSg&autohide=1&iv_load_policy=3" caption="Walkthrough of setting up two instances of VOLTTRON™ with a data collector sending data to a VOLTTRON™ Central Instance. Updates to Modbus to allow mixed-Endians devices. Then a walkthrough of the historian framework.">}} - -{{< figure class="figConfig" title="Office Hour - March 31, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Mar31-17.jpg" link="https://www.youtube.com/embed/Hr-4180YNaQ?wmode=opaque&loop=1&playlist=Hr-4180YNaQ&autohide=1&iv_load_policy=3" caption="Presentation on the extension of device configuration UI with reusable templates and ability to capture original point name as metadata. Discussion of working with device configuration UI vs. command line.">}} - -{{< figure class="figConfig" title="Office Hour - March 17, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Mar17-17.jpg" link="https://www.youtube.com/embed/eNs2ttv8l88?wmode=opaque&loop=1&playlist=eNs2ttv8l88&autohide=1&iv_load_policy=3" caption="Kisensum presents their work on a user interface for debugging VOLTTRON™ agent messaging. Conversation around debugging of remote VOLTTRON™ installations, such as in homes.">}} - -{{< figure class="figConfig" title="Office Hour - March 3, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Mar03-17.jpg" link="https://www.youtube.com/embed/-pYCyB8eAw0?wmode=opaque&loop=1&playlist=-pYCyB8eAw0&autohide=1&iv_load_policy=3" caption="Discussion of upcoming release of VOLTTRON™ 4.1. CrateDB Historian demonstration from Intellimation.">}} - -{{< figure class="figConfig" title="Office Hour - January 20, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan20-17.jpg" link="https://www.youtube.com/embed/CxwB8WRKd_U?wmode=opaque&loop=1&playlist=CxwB8WRKd_U&autohide=1&iv_load_policy=3" caption="Updates to bagpipes library underway. University of Maryland (BIRD IP) presentation on enabling VOLTTRON™ at UMD.">}} diff --git a/content/tags/14.md b/content/tags/14.md deleted file mode 100644 index 8d5557f..0000000 --- a/content/tags/14.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "14" -menu: archives -weight: 43 - -tags: - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - ---- - - -{{< figure class="figConfig" title="Office Hour - January 6, 2017" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan06-17.jpg" link="https://youtu.be/Ru2962r3vRw?list=TLGGSMHFgneBQ9UyNDA2MjAyNA" caption="Kisensum presentation on Charge Point Driver. Tagging Service specification review.">}} - -{{< figure class="figConfig" title="Office Hour - December 9, 2016" src="../../images/VideoImages/OfficeHourThumbnails/OH-Dec09-16.jpg" link="https://youtu.be/bnTnnITZ7-w?list=TLGGLpUDNPfBRPEyNDA2MjAyNA" caption="Discussion of upcoming updates. Presentation on Tagging Service specification. Demonstration and discussion on driver configuration user interface.">}} - -{{< figure class="figConfig" title="Office Hour - October 28, 2016" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct28-16.jpg" link="https://youtu.be/ZkrW2X5AXTA?list=TLGGTp553DL-uxYyNDA2MjAyNA" caption="VOLTTRON™ 4.0 full release pushed out. Overview of changes in authentication from VOLTTRON™ 3.5 to VOLTTRON™ 4.0 and new Master Driver configurations. Running VOLTTRON™ in the background.">}} diff --git a/content/tags/2.md b/content/tags/2.md deleted file mode 100644 index 7803aee..0000000 --- a/content/tags/2.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: "2" -menu: archives -weight: 43 - -tags: - - 1 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - ---- -{{< figure class="figConfig" title="Office Hour - April 28, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Apr28-23.jpg" link="https://youtu.be/5caMIDeoieo?list=TLGG_nMYnJ-hh7cyNDA2MjAyNA" caption="This office hours was a live debugging session of the Forwarder Agent showing both how to use this agent and how to debug agents and the platform.">}} -{{< figure class="figConfig" title="Office Hour - April 14, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Apr14-23.jpg" link="https://youtu.be/zzf_5dlYTz8?list=TLGGXdaYy-Ha9a4yNDA2MjAyNA" caption="This office hours had a quick report back from the Drivers Working Group followed by a presentation of the Heat Recovery Fault Detection and Diagnostic Agent being developed at PNNL.">}} -{{< figure class="figConfig" title="Office Hour - February 24, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Feb24-23.jpg" link="https://youtu.be/-_tboDnHEmk?list=TLGGn1Hb1FjGl8kyNDA2MjAyNA" caption="At this office hours there was a review of the development roadmap with the timeline for components being moved to the modular codebase.">}} - -{{< figure class="figConfig" title="Office Hour - February 10, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Feb10-23.jpg" link="https://youtu.be/qCruZVcfaxY?list=TLGGI9Bq595N1IUyNDA2MjAyNA" caption="This is an open topic office hours session covering use cases, development ideas, questions, etc.">}} -{{< figure class="figConfig" title="Office Hour - January 27, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan27-23.jpg" link="https://youtu.be/_7zXUUesUPY?list=TLGGH4shjifkMXQyNDA2MjAyNA" caption="This office hours follows-up on the User Meeting by diving into details on the Message Bus and Auth working group session presentation and discussion.">}} -{{< figure class="figConfig" title="Office Hour - December 2, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Dec02-22.jpg" link="https://youtu.be/QTV6Q8s4uOs?list=TLGGM7PvcthxZXEyNDA2MjAyNA" caption="Discussion of the release candidate of the modular platform and review of the quickstart instructions. Kickoff to begin forming a message bus/auth working group.">}} - -{{< figure class="figConfig" title="Office Hour - October 7, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct07-22.jpg" link="https://youtu.be/eO1KMBDc0J8?list=TLGGS32t1mu67bkyNDA2MjAyNA" caption="At this office hours there was an overview of the newly released version 8.2. Then a presentation of a new DNP3 driver for discussion with the community.">}} -{{< figure class="figConfig" title="Office Hour - September 23, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep23-22.jpg" link="https://youtu.be/ReJvAbJJRH0?list=TLGG6V3uBH7VeeEyNDA2MjAyNA" caption="This office hour presents a mock-up of a tagging user interface to spark discussion and feedback.">}} -{{< figure class="figConfig" title="Office Hour - September 9, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep09-22.jpg" link="https://youtu.be/9e4mMX7i_RY?list=TLGGKFqIVAgJGacyNDA2MjAyNA" caption="A presentation from LBNL about a tagging UI that simplifies setting up connections to devices in their deployment.">}} - -{{< figure class="figConfig" title="Office Hour - August 26, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Aug26-22.jpg" link="https://youtu.be/Hnin7y-2uy8?list=TLGG_5_Dv3gPKYwyNDA2MjAyNA" caption="The community talks about their use cases, deployments across the community, and potential new features/capabilities for the community to develop.">}} diff --git a/content/tags/3.md b/content/tags/3.md deleted file mode 100644 index e9a1504..0000000 --- a/content/tags/3.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "3" -menu: archives -weight: 44 - -tags: - - 1 - - 2 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - ---- - -{{< figure class="figConfig" title="Office Hour - August 12, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Aug12-22.jpg" link="https://youtu.be/pIbhsCJS60U?list=TLGGlP8FXAqWG3wyNDA2MjAyNA" caption="A discussion of the OpenADR service in VOLTTRON and how it can be used to enable agents in the platform to respond to OpenADR signals.">}} -{{< figure class="figConfig" title="Office Hour - July 29, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jul29-22.jpg" link="https://youtu.be/E5afi_be3DM?list=TLGGY-qOaeo4ox4yNDA2MjAyNA" caption="A presentation on the Smart Building Startup application developed by Verdicity and PNNL.">}} -{{< figure class="figConfig" title="Office Hour - June 17, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun17-22.jpg" link="https://youtu.be/v9MScKsFAR0?list=TLGGDC9IQbbeUw8yNDA2MjAyNA" caption="This open topic office hour included discussion around working with drivers in the IoT space as well as utilizing Grafana with the platform.">}} -{{< figure class="figConfig" title="Office Hour - June 3, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun03-22.jpg" link="https://youtu.be/pIbhsCJS60U?list=TLGGlP8FXAqWG3wyNDA2MjAyNA" caption="At this office hour, we presented an overview of the VOLTTRON Central agent and interface. This is a feature that can be used to get an monitor your deployment and provides simple data graphs.">}} -{{< figure class="figConfig" title="Office Hour - May 20, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-May20-22.jpg" link="https://youtu.be/Sjb2XnfNcqk?list=TLGGcoH3SzWumygyNzA2MjAyNA" caption="At this office hour, Robert Lutes demonstrated the Automatic Identification of Retro-commissioning Measures Results Visualization which takes in data from the AFDD (Automatic Fault Detection and...">}} -{{< figure class="figConfig" title="Office Hour - May 6, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-May06-22.jpg" link="https://youtu.be/4cGAfB9kR6I?list=TLGG1Ls_rS5UlYYyNDA2MjAyNA" caption="BACnet was the focus of today’s office hours with discussion around the BACNet driver configuration and updating the underlying BACPypes library. This continues topics from the April 22, 2022 office...">}} -{{< figure class="figConfig" title="Office Hour - April 22, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Apr22-22.jpg" link="https://youtu.be/7_d4WJMbPWo?list=TLGGoy4vHas0k1AyNDA2MjAyNA" caption="At this open topic session, discussion centered around the BACnet driver setup and configuration.">}} -{{< figure class="figConfig" title="Office Hour - March 25, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Mar25-22.jpg" link="https://youtu.be/CcABVFh6Izc?list=TLGGGr-G4iA5YB4yNDA2MjAyNA" caption="At this office hours we engaged with users about a redesign of the tagging service in VOLTTRON to better integrate it with publish/subscribe and other aspects.">}} -{{< figure class="figConfig" title="Office Hour - February 25, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Feb25-22.jpg" link="https://youtu.be/Tzf2TW67wyw?list=TLGGDIPYnap3D3AyNDA2MjAyNA" caption="At this office hours, the Secure Software Central team talked about surveying the community for Abuse Case examples in order to analyze the cybersecurity needs of different deployments.">}} -{{< figure class="figConfig" title="Office Hour - February 11, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Feb11-22.jpg" link="https://youtu.be/Urd7vQ42yGA?list=TLGGjqnhjfMxBGkyNDA2MjAyNA" caption="At this office hours, we had a brief update on the modularization effort detailing a modification to the code structure.">}} diff --git a/content/tags/4.md b/content/tags/4.md deleted file mode 100644 index 30c7242..0000000 --- a/content/tags/4.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: "4" -menu: archives -weight: 43 - -tags: - - 1 - - 2 - - 3 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - ---- - -{{< figure class="figConfig" title="Office Hour - January 28, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan28-22.jpg" link="https://www.youtube.com/embed/jwjFMdNwMGY?wmode=opaque&loop=1&playlist=jwjFMdNwMGY&autohide=1&iv_load_policy=3" caption="We discussed how to create a web agent allowing external tools to interact with the platform as well as how an external tool can interact with the VOLTTRON REST API. Remaining time was for questions.">}} - -{{< figure class="figConfig" title="Office Hour - January 14, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan14-22.jpg" link="https://www.youtube.com/embed/NP3jf1NRfes?wmode=opaque&loop=1&playlist=NP3jf1NRfes&autohide=1&iv_load_policy=3" caption="We had a discussion on a potential new way to create agents using Copier (https://copier.readthedocs.io/en/stable/) which would replace the custom template in vcfg. Remaining time was for questions.">}} - -{{< figure class="figConfig" title="Office Hour - January 7, 2022" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan07-22.jpg" link="https://www.youtube.com/embed/7Ciufb0NMYk?wmode=opaque&loop=1&playlist=7Ciufb0NMYk&autohide=1&iv_load_policy=3" caption="This special office hours session discusses the modulization effort to simplify deployment. Based on the positive feedback we have received thus far, we are planning to proceed with this effort.">}} - -{{< figure class="figConfig" title="Platform Installation" src="../../images/VideoImages/OfficeHourThumbnails/PlatformInstallation-Dec17-21.jpg" link="https://www.youtube.com/embed/UrRQ5LNF2xU?wmode=opaque&loop=1&playlist=UrRQ5LNF2xU&autohide=1&iv_load_policy=3" caption="This tutorial covers getting started with the platform from downloading the code to running a simple instance. If you’re new to VOLTTRON, this is a good place to start.">}} - -{{< figure class="figConfig" title="BACnet Tutorial" src="../../images/VideoImages/OfficeHourThumbnails/BACnetTutorial-Dec17-21.jpg" link="https://www.youtube.com/embed/qQNL2n936AU?wmode=opaque&loop=1&playlist=qQNL2n936AU&autohide=1&iv_load_policy=3" caption="This video tutorial explains how to utilize the BACnet driver in VOLTTRON to communicate with devices for data collection and control.">}} - -{{< figure class="figConfig" title="Office Hour - December 17, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Dec17-21.jpg" link="https://www.youtube.com/embed/CvjhzCSOj3k?wmode=opaque&loop=1&playlist=CvjhzCSOj3k&autohide=1&iv_load_policy=3" caption="Neeraj Nerlekar of re(source) energy presented an exploration of Opentaps (https://github.com/opentaps/volttron-...) for micro-generators to enable faster adoption of renewable energy. Ben Bartling.">}} - -{{< figure class="figConfig" title="Office Hour - December 3, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Dec03-21.jpg" link="https://www.youtube.com/embed/0XYAwkDospA?wmode=opaque&loop=1&playlist=0XYAwkDospA&autohide=1&iv_load_policy=3" caption="We provided an update on the modularization and deployment work with a timeline for an early release for community comment. We also discussed a VOLTTRON 8.2 release tentatively scheduled for February.">}} - -{{< figure class="figConfig" title="Office Hour - October 8, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct08-21.jpg" link="https://www.youtube.com/embed/ZqSn1sUSWXk?wmode=opaque&loop=1&playlist=ZqSn1sUSWXk&autohide=1&iv_load_policy=3" caption="In this office hour, David Raker will give a demonstration of U Toledo’s Grafana interface to the VOLTTRON platform through the Web API and discuss next steps.">}} - -{{< figure class="figConfig" title="Office Hour - September 24, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep24-21.jpg" link="https://www.youtube.com/embed/La6CHZe0OmA?wmode=opaque&loop=1&playlist=La6CHZe0OmA&autohide=1&iv_load_policy=3" caption="This office hours discusses the 8.1.1 release which is the culmination of work updating 8.0 and 8.1 based on feedback from the community : https://github.com/VOLTTRON/volttron/releases/tag/8.1.1.">}} - -{{< figure class="figConfig" title="Office Hour - September 10, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep10-21.jpg" link="https://www.youtube.com/embed/uFeqWPSZiUY?wmode=opaque&loop=1&playlist=uFeqWPSZiUY&autohide=1&iv_load_policy=3" caption="This office hours is a discussion of the dynamic RPC capability. We also review the driver discussion on GitHub: https://github.com/VOLTTRON/volttron/discussions/2767 The feedback in this discussion.">}} diff --git a/content/tags/5.md b/content/tags/5.md deleted file mode 100644 index 0b20a9e..0000000 --- a/content/tags/5.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "5" -menu: archives -weight: 43 - -tags: - - 1 - - 2 - - 3 - - 4 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - ---- - - -{{< figure class="figConfig" title="Office Hour - August 13, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Aug13-21.jpg" link="https://www.youtube.com/embed/VslU8Ljn7mg?wmode=opaque&loop=1&playlist=VslU8Ljn7mg&autohide=1&iv_load_policy=3" caption="This office hour was dedicated to a presentation from Jaime Kolln about SEPA ESI to lead into a discussion of 2030.5, OpenADR, and other options.">}} - -{{< figure class="figConfig" title="VOLTTRON™ Tutorial - Platform Install" src="../../images/VideoImages/OfficeHourThumbnails/VolttronTutorial-Jul27-21.jpg" link="https://www.youtube.com/embed/0zHG1p76GNs?wmode=opaque&loop=1&playlist=0zHG1p76GNs&autohide=1&iv_load_policy=3" caption="This tutorial video provides an overview of getting started with the platform.">}} - -{{< figure class="figConfig" title="Office Hour - July 16, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jul16-21.jpg" link="https://www.youtube.com/embed/Poqcy-uu97Q?wmode=opaque&loop=1&playlist=Poqcy-uu97Q&autohide=1&iv_load_policy=3" caption="This office hours has a discussion of the changes and features of the upcoming 8.1 release. There is also an update on the upcoming Eclipse VOLTTRON User Meeting Jul21 – 22.">}} - -{{< figure class="figConfig" title="Office Hour - June 18, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun18-21.jpg" link="https://www.youtube.com/embed/HTPm2_IYDbc?wmode=opaque&loop=1&playlist=HTPm2_IYDbc&autohide=1&iv_load_policy=3" caption="These office hours discuss Modbus_TK vs. PyModbus to gauge if we can deprecate PyModbus. They also touch on the upcoming User Meeting.">}} - -{{< figure class="figConfig" title="Office Hour - June 4, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun04-21.jpg" link="https://www.youtube.com/embed/lpWJk1i7NyQ?wmode=opaque&loop=1&playlist=lpWJk1i7NyQ&autohide=1&iv_load_policy=3" caption="Robert Lutes presented a new dashboard visualization for the AFDD Agent which allows the user to investigate faults and other off normal readings. There was also a refresher on the Configuration.">}} - -{{< figure class="figConfig" title="Office Hour - May 21, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-May21-21.jpg" link="https://www.youtube.com/embed/SDAJ4y-rJbY?wmode=opaque&loop=1&playlist=SDAJ4y-rJbY&autohide=1&iv_load_policy=3" caption="During these office hours we ran-through the upcoming BACnet tutorial. Participants provided useful comments and feedback for improving the video. Please note, the first few seconds of the recording are missing.">}} - -{{< figure class="figConfig" title="Office Hour - May 7, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-May07-21.jpg" link="https://www.youtube.com/embed/w08FlEQKgXY?wmode=opaque&loop=1&playlist=w08FlEQKgXY&autohide=1&iv_load_policy=3" caption="A discussion around options for data curation during collection. This will kick off a longer discussion in a future edition. There was also a follow up to the community engagement technologies.">}} - -{{< figure class="figConfig" title="Office Hour - April 23, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Apr23-21.jpg" link="https://www.youtube.com/embed/842ZR183UKw?wmode=opaque&loop=1&playlist=842ZR183UKw&autohide=1&iv_load_policy=3" caption="A chance for the community to discuss their development efforts and plans and how to coordinate. The goal is to turn this into a regular feature of the office hours to help identify opportunities for collaboration.">}} - -{{< figure class="figConfig" title="Office Hour - March 26, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Mar26-21.jpg" link="https://www.youtube.com/embed/2Gx3R_nQVRU?wmode=opaque&loop=1&playlist=2Gx3R_nQVRU&autohide=1&iv_load_policy=3" caption="In this office hours we discuss how to deploy VOLTTRON using ansible to provide a centralized and repeatable deployment of the platform and agents using the PNNL campus deployment as an example.">}} - -{{< figure class="figConfig" title="Office Hour - March 12, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Mar12-21.jpg" link="https://www.youtube.com/embed/wi6WE8V2bw4?wmode=opaque&loop=1&playlist=wi6WE8V2bw4&autohide=1&iv_load_policy=3" caption="In this office hours, James presents a VOLTTRON driver tutorial which will become the basis for one of the next tutorial videos. We solicit feedback and questions during the tutorial to help inform the content.">}} diff --git a/content/tags/6.md b/content/tags/6.md deleted file mode 100644 index c7164fc..0000000 --- a/content/tags/6.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "6" -menu: archives -weight: 43 - -tags: - - 1 - - 2 - - 3 - - 4 - - 5 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - ---- - - -{{< figure class="figConfig" title="Office Hour - February 26, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Feb26-21.jpg" link="https://www.youtube.com/embed/QY_bpP9PZw4?wmode=opaque&loop=1&playlist=QY_bpP9PZw4&autohide=1&iv_load_policy=3" caption="This office hours is an open format with no set agenda. We discuss user's research, ask questions, and talk about unique use cases.">}} - -{{< figure class="figConfig" title="Office Hour - February 12, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Feb12-21.jpg" link="https://www.youtube.com/embed/QmZJQ5E4ARM?wmode=opaque&loop=1&playlist=QmZJQ5E4ARM&autohide=1&iv_load_policy=3" caption="At this office hours we cover the upcoming user meeting and security surveys and other short topics. The majority of the time was available for discussion and questions about features, applications.">}} - -{{< figure class="figConfig" title="Office Hour - January 29, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan29-21.jpg" link="https://www.youtube.com/embed/Zan435-3dUI?wmode=opaque&loop=1&playlist=Zan435-3dUI&autohide=1&iv_load_policy=3" caption="At this office hours we discuss the upcoming promotion of VOLTTRON 8 from RC to full release. Then we will hear an overview about the Secure Software Central team and their work providing security.">}} - -{{< figure class="figConfig" title="Office Hour - January 15, 2021" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan15-21.jpg" link="https://www.youtube.com/embed/LSeBggqAZV0?wmode=opaque&loop=1&playlist=LSeBggqAZV0&autohide=1&iv_load_policy=3" caption="In this office hour, we present and review a white paper discussing the platform message bus options: RabbitMQ and ZeroMQ. This presentation highlights the differences, benefits, and possible use.">}} - -{{< figure class="figConfig" title="Office Hour - December 18, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Dec18-20.jpg" link="https://www.youtube.com/embed/4Gj7XGMdLVE?wmode=opaque&loop=1&playlist=4Gj7XGMdLVE&autohide=1&iv_load_policy=3" caption="In this office hour, we discuss the VOLTTRON Docker container being built as part of a demonstration for VOLTTRON central and open up a discussion about Docker in general. We have also been working.">}} - -{{< figure class="figConfig" title="Office Hour - December 4, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Dec04-20.jpg" link="https://www.youtube.com/embed/Inle6FIGcLk?wmode=opaque&loop=1&playlist=Inle6FIGcLk&autohide=1&iv_load_policy=3" caption="This office hour is dedicated to discussing how users store the data collected by the platform drivers and the results of agent analysis. The goal is to share and compare experiences, lessons learned.">}} - -{{< figure class="figConfig" title="Office Hour - November 20, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Nov20-20.jpg" link="https://www.youtube.com/embed/ZerxGK-i_FE?wmode=opaque&loop=1&playlist=ZerxGK-i_FE&autohide=1&iv_load_policy=3" caption="In this office hour, we discuss restructuring the codebase to make it more modular. The goal is to address requests which include simplifying installation, reducing the installed footprint, and.">}} - -{{< figure class="figConfig" title="Office Hour - November 6, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Nov06-20.jpg" link="https://www.youtube.com/embed/K0SJWPA9AnU?wmode=opaque&loop=1&playlist=K0SJWPA9AnU&autohide=1&iv_load_policy=3" caption="In this office hour, we review the new released VOLTTRON 8 Release Candidate 1. The remainder of the time will be open for questions, comments and discussion of research.">}} - -{{< figure class="figConfig" title="VOLTTRON™ Tutorial - Historian Framework" src="../../images/VideoImages/OfficeHourThumbnails/VOLTTRON-Tutorial-Oct28-20.jpg" link="https://www.youtube.com/embed/iGPKmh382YE?wmode=opaque&loop=1&playlist=iGPKmh382YE&autohide=1&iv_load_policy=3" caption="A tutorial for working with the VOLTTRON historian framework.">}} - -{{< figure class="figConfig" title="Office Hour - October 23, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct23-20.jpg" link="https://www.youtube.com/embed/A-riTZu6vgo?wmode=opaque&loop=1&playlist=A-riTZu6vgo&autohide=1&iv_load_policy=3" caption="In this office hour, we will have an update on deploying VOLTTRON on Pi 4s along with some benchmarks for RabbitMQ.">}} diff --git a/content/tags/7.md b/content/tags/7.md deleted file mode 100644 index 3a17992..0000000 --- a/content/tags/7.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "7" -menu: archives -weight: 43 - -tags: - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - ---- - - -{{< figure class="figConfig" title="Office Hour - October 9, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct09-20.jpg" link="https://www.youtube.com/embed/OfUEyXEVVn4?wmode=opaque&loop=1&playlist=OfUEyXEVVn4&autohide=1&iv_load_policy=3" caption="Today’s office hours will be centered on the Secure Software Capability’s work in analyzing VOLTTRON and its deployments.">}} - -{{< figure class="figConfig" title="Office Hour - September 25, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep25-20.jpg" link="https://www.youtube.com/embed/p4fAMPoDUaA?wmode=opaque&loop=1&playlist=p4fAMPoDUaA&autohide=1&iv_load_policy=3" caption="At today’s office hours we will dive into how to interact with BACnet devices in VOLTTRON.">}} - -{{< figure class="figConfig" title="Office Hour - September 11, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep11-20.jpg" link="https://www.youtube.com/embed/w4DYHpAZ2x8?wmode=opaque&loop=1&playlist=w4DYHpAZ2x8&autohide=1&iv_load_policy=3" caption="At this office hours we dive into the agent lifecycle and how to add your code during lifecycle events such as startup, shutdown, etc. We also present a new framework for interacting with simulations.">}} - -{{< figure class="figConfig" title="Office Hour - July 31, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jul31-20.jpg" link="https://www.youtube.com/embed/tFufZROXju0?wmode=opaque&loop=1&playlist=tFufZROXju0&autohide=1&iv_load_policy=3" caption="At today’s office hours we will discuss recent improvements to the test suite using docker to run tests in parallel and allow for more tests without drastically increasing the time to completion.">}} - -{{< figure class="figConfig" title="Office Hour - July 17, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jul17-20.jpg" link="https://www.youtube.com/embed/S51bmmLkAlI?wmode=opaque&loop=1&playlist=S51bmmLkAlI&autohide=1&iv_load_policy=3" caption="This office hours had a presentation by the C3PO team. C3PO offers quantification of flexibility to inform energy efficiency and demand response decisions, for behind-the-meter connected assets.">}} - -{{< figure class="figConfig" title="Office Hour - June 5, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun05-20.jpg" link="https://www.youtube.com/embed/GvbpzerOixw?wmode=opaque&loop=1&playlist=GvbpzerOixw&autohide=1&iv_load_policy=3" caption="A presentation on an agent for interacting with Ambient weather stations.">}} - -{{< figure class="figConfig" title="Office Hour - May 22, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-May22-20.jpg" link="https://www.youtube.com/embed/ug4MoqLwnPA?wmode=opaque&loop=1&playlist=ug4MoqLwnPA&autohide=1&iv_load_policy=3" caption="This open forum session touched on several topics including: Darksky stopping free keys, other weather services, OpenADR agent, Linux Versions, and VOLTTRON documentation.">}} - -{{< figure class="figConfig" title="Office Hour - May 8, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-May08-20.jpg" link="https://www.youtube.com/embed/FwksztUjuVc?wmode=opaque&loop=1&playlist=FwksztUjuVc&autohide=1&iv_load_policy=3" caption="These office hours continued the discussion of PNNL developed applications with a focus on the Transactive Control and Coordination application. The remaining time was open for questions and discussions.">}} - -{{< figure class="figConfig" title="Office Hour - April 24, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Apr24-20.jpg" link="https://www.youtube.com/embed/MjcIRJ3B7Ps?wmode=opaque&loop=1&playlist=MjcIRJ3B7Ps&autohide=1&iv_load_policy=3" caption="An overview of PNNL developed applications for VOLTTRON including Intelligent Load Control and diagnostic agents.">}} - -{{< figure class="figConfig" title="Office Hour - April 10, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Apr10-20.jpg" link="https://www.youtube.com/embed/GONfzvp80yI?wmode=opaque&loop=1&playlist=GONfzvp80yI&autohide=1&iv_load_policy=3" caption="Discussion of the upcoming VOLTTRON 7 release and its differences from version 6. Also includes current mechanisms for community engagement (office hours, this mailing list, slack, etc.).">}} diff --git a/content/tags/8.md b/content/tags/8.md deleted file mode 100644 index 138ef8f..0000000 --- a/content/tags/8.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: "8" -menu: archives -weight: 43 - -tags: - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - ---- - -{{< figure class="figConfig" title="Office Hour - March 27, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Mar27-20.jpg" link="https://www.youtube.com/embed/nIzbLp1pt1s?wmode=opaque&loop=1&playlist=nIzbLp1pt1s&autohide=1&iv_load_policy=3" caption="A presentation on the Ecobee driver for connecting to this smart thermostat and as an example of connecting to external services.">}} - -{{< figure class="figConfig" title="Office Hour - March 13, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Mar13-20.jpg" link="https://www.youtube.com/embed/Tzrh0psFdUk?wmode=opaque&loop=1&playlist=Tzrh0psFdUk&autohide=1&iv_load_policy=3" caption="At today’s office hours PNNL will present a new secure agent user feature. Identified as a high priority mitigation in the Threat Profile analysis, this features allows agents to be run as a separate user.">}} - -{{< figure class="figConfig" title="Office Hour - February 14, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Feb14-20.jpg" link="https://www.youtube.com/embed/dVX10GI6BH8?wmode=opaque&loop=1&playlist=dVX10GI6BH8&autohide=1&iv_load_policy=3" caption="A presentation by Si Chen of the OpenEEMeter: a set of algorithms for doing measurement and verification of energy savings.">}} - -{{< figure class="figConfig" title="Office Hour - January 31, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan31-20.jpg" link="https://www.youtube.com/embed/GMYDF4mLmrY?wmode=opaque&loop=1&playlist=GMYDF4mLmrY&autohide=1&iv_load_policy=3" caption="A discussion of a potential new Berkeley TreeDB historian to gauge interest. Donny Zimmanck of Enphase Energy demonstrated an integration of HomeAssistant, a home automation platform, with VOLTTRON.">}} - -{{< figure class="figConfig" title="Office Hour - January 17, 2020" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan17-20.jpg" link="https://www.youtube.com/embed/n36e7mCk6ic?wmode=opaque&loop=1&playlist=n36e7mCk6ic&autohide=1&iv_load_policy=3" caption="We highlighted the impending release of an Ansible based deployment mechanism that simplifies deploying VOLTTRON and provides “recipes” for certain VOLTTRON instance roles.">}} - -{{< figure class="figConfig" title="Tutorial - The creation of VOLTTRON drivers with a simple example" src="../../images/VideoImages/OfficeHourThumbnails/DriverTutorial-Dec10-19.jpg" link="https://www.youtube.com/embed/bPE_-6nHuSY?wmode=opaque&loop=1&playlist=bPE_-6nHuSY&autohide=1&iv_load_policy=3" caption="In this tutorial we will walk through the creation of VOLTTRON drivers with a simple example.">}} - -{{< figure class="figConfig" title="Office Hour - November 22, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Nov22-19.jpg" link="https://www.youtube.com/embed/-QH9djCgqP8?wmode=opaque&loop=1&playlist=-QH9djCgqP8&autohide=1&iv_load_policy=3" caption="We walked through the VOLTTRON Driver framework with an example driver. Click here for the full driver tutorial.">}} - -{{< figure class="figConfig" title="Office Hour - November 8, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Nov08-19.jpg" link="https://www.youtube.com/embed/MzAKT1pok8E?wmode=opaque&loop=1&playlist=MzAKT1pok8E&autohide=1&iv_load_policy=3" caption="At today’s office hours we discuss the Python3 update to VOLTTRON in the 7.0 release candidate.">}} - -{{< figure class="figConfig" title="Office Hour - October 25, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct25-19.jpg" link="https://www.youtube.com/embed/4y18mPVqQno?wmode=opaque&loop=1&playlist=4y18mPVqQno&autohide=1&iv_load_policy=3" caption="Office hours will provide an overview of the historian framework and a presentation on integrating simulators (including Energy+) with the platform.">}} - -{{< figure class="figConfig" title="Office Hour - October 11, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct11-19.jpg" link="https://www.youtube.com/embed/8ZlWh1z1Evg?wmode=opaque&loop=1&playlist=8ZlWh1z1Evg&autohide=1&iv_load_policy=3" caption="An overview of how VOLTTRON Market Service can be used and applied to use cases.">}} diff --git a/content/tags/9.md b/content/tags/9.md deleted file mode 100644 index d5672a8..0000000 --- a/content/tags/9.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: "9" -menu: archives -weight: 43 - -tags: - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 10 - - 11 - - 12 - - 13 - - 14 - - ---- - - -{{< figure class="figConfig" title="Office Hour - September 27, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep27-19.jpg" link="https://www.youtube.com/embed/2TEi97KGdug?wmode=opaque&loop=1&playlist=2TEi97KGdug&autohide=1&iv_load_policy=3" caption="Today’s office hours will provide an overview of the Volttron platform.">}} - -{{< figure class="figConfig" title="Office Hour - September 13, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep13-19.jpg" link="https://www.youtube.com/embed/vY8WHnPGf6M?wmode=opaque&loop=1&playlist=vY8WHnPGf6M&autohide=1&iv_load_policy=3" caption="PNNL's Vikas Chandan discusses a project to gather benchmark datasets for buildings. The remaining time is dedicated to questions and other research updates.">}} - -{{< figure class="figConfig" title="Office Hour - August 16, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Aug16-19.jpg" link="https://www.youtube.com/embed/hRwMv027Pk4?wmode=opaque&loop=1&playlist=hRwMv027Pk4&autohide=1&iv_load_policy=3" caption="Open topic today with an overview of configuring a Modbus driver.">}} - -{{< figure class="figConfig" title="Office Hour - August 2, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Aug02-19.jpg" link="https://www.youtube.com/embed/35Z6jm2UlL8?wmode=opaque&loop=1&playlist=35Z6jm2UlL8&autohide=1&iv_load_policy=3" caption="An update on the MATLab integration module. We will also discuss the agenda of the in-person User Meeting at the end of August. The remaining time will be open for questions and discussion of various topics.">}} - -{{< figure class="figConfig" title="Office Hour - July 19, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jul19-19.jpg" link="https://www.youtube.com/embed/1aIU2Dkm0R4?wmode=opaque&loop=1&playlist=1aIU2Dkm0R4&autohide=1&iv_load_policy=3" caption="At today’s office hours we will have a demonstration of a non-VOLTTRON client interacting with a VOLTTRON RabbitMQ message bus. This will show how external resources can be integrated with this new feature.">}} - -{{< figure class="figConfig" title="Office Hour - June 21, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun21-19.jpg" link="https://www.youtube.com/embed/A7KFGM6kYS4?wmode=opaque&loop=1&playlist=A7KFGM6kYS4&autohide=1&iv_load_policy=3" caption="A walkthrough of using the CSR capability to setup 3 RabbitMQ based VOLTTRON instances.">}} - -{{< figure class="figConfig" title="Office Hour - June 7, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun07-19.jpg" link="https://www.youtube.com/embed/gPWcVFD65PU?wmode=opaque&loop=1&playlist=gPWcVFD65PU&autohide=1&iv_load_policy=3" caption="PNNL Chief Scientist Srinivas Katipamula discusses a range of applications and use cases developed in VOLTTRON, including Intelligent Load Control. There's also a quick update on the Dark Sky weather service.">}} - -{{< figure class="figConfig" title="Office Hour - May 24, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-May24-19.jpg" link="https://www.youtube.com/embed/5e4JChOAGEo?wmode=opaque&loop=1&playlist=5e4JChOAGEo&autohide=1&iv_load_policy=3" caption="A discussion regarding a new way to integrate MatLab with the VOLTTRON platform using the Standalone Agent. The meeting also includes an update on Python 2-to-3 efforts, and a group discussion on various topics.">}} - -{{< figure class="figConfig" title="Office Hour - May 10, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-May10-19.jpg" link="https://www.youtube.com/embed/H-k8FFH1Gw0?wmode=opaque&loop=1&playlist=H-k8FFH1Gw0&autohide=1&iv_load_policy=3" caption="PNNL cyber security researcher Aditya Ashok presents 'Proactive Adaptive Cybersecurity For Control Systems (PACiFiC) Testbed: Co-simulation Architecture leveraging VOLTTRON & FNCS.'">}} - -{{< figure class="figConfig" title="Office Hour - April 26, 2019" src="../../images/VideoImages/OfficeHourThumbnails/OH-Apr26-19.jpg" link="https://www.youtube.com/embed/5a0v_sn_4Vw?wmode=opaque&loop=1&playlist=5a0v_sn_4Vw&autohide=1&iv_load_policy=3" caption="An in-depth look at the VOLTTRON config store including Q&A.">}} diff --git a/content/tags/office hours.md b/content/tags/office hours.md deleted file mode 100644 index 6905202..0000000 --- a/content/tags/office hours.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: "OFFICE HOURS" -menu: archives -weight: 42 - -tags: - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - ---- - -{{< figure class="figConfig" title="Office Hours - January 5, 2024" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jan5-24.jpg" link="https://youtu.be/sV7tXz53LVE?list=TLGGAUACxCrhMjoyMTA2MjAyNA" caption="This office hours has a presentation by Ben Bartling of Slipstream talking about BACPypes3’s features and his use of its scripting capabilities. This discussion feeds directly into the driver working...">}} -{{< figure class="figConfig" title="Office Hours - November 10, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Nov10-23.jpg" link="https://youtu.be/DqOuq50AjAI?list=TLGGB5HeUhn2LCwyMTA2MjAyNA" caption="This office hours has a demonstration of the 2030.5 agent as well as a discussion of the upcoming VOLTTRON 9.0 release. This is an update to the “monolithic” version of the platform incorporating...">}} -{{< figure class="figConfig" title="Office Hours - October 27, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct27-23.jpg" link="https://youtu.be/P2-T4iomrkQ?list=TLGGxyx1BwejocUyMTA2MjAyNA" caption="This session saw a demonstration of a Home Assistant driver for sharing data between this home automation system and the VOLTTRON platform. ILC has been configured to utilize this driver as an...">}} - -{{< figure class="figConfig" title="Office Hours - October 13, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Oct13-23.jpg" link="https://youtu.be/UXKyckwkJo0?list=TLGGH2LXlrWvsRYyMTA2MjAyNA" caption="This open topic session led to a discussion on visualizing devices for a lighting application as well as adding and removing configurations through the VOLTTRON web interface.">}} -{{< figure class="figConfig" title="Office Hours - September 29, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep29-23.jpg" link="https://youtu.be/l7iGyECLVdo?list=TLGGJkKfDlcgBdEyMTA2MjAyNA" caption="This session saw a presentation and discussion of the 2030.5 driver that is ready for testing by the community.">}} -{{< figure class="figConfig" title="Office Hours - September 1, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Sep01-23.jpg" link="https://youtu.be/c52R6OX_2rQ?list=TLGGV3CnC8CTXz8yMTA2MjAyNA" caption="The new core publish/subscribe by tag service is presented at this session and is discussed in the context of the the overall interoperability effort.">}} - -{{< figure class="figConfig" title="Office Hours - June 28, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun28-23.jpg" link="https://youtu.be/D_R3i3Izv9o?list=TLGGO5JDbQV-VbsyMTA2MjAyNA" caption="An open-topic Office Hours session that covered questions around the Docker image, debugging a user’s driver setup, Linux distros, and more.">}} -{{< figure class="figConfig" title="Office Hours - June 9, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-Jun09-23.jpg" link="https://youtu.be/d2HMYAtJvIs?list=TLGGaN02kwYQ6YoyMTA2MjAyNA" caption="An Office Hours video that followed up on a community request to discuss code spaces and visual studio code integration with Github.">}} -{{< figure class="figConfig" title="Office Hours - May 26, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-May26-23.jpg" link="https://youtu.be/sJ1tzvBjbGE?list=TLGGsKr4i3qtAXwyMTA2MjAyNA" caption="Today’s office hours was an open topic forum where upcoming releases and release process was discussed among other topics.">}} - -{{< figure class="figConfig" title="Office Hours - May 12, 2023" src="../../images/VideoImages/OfficeHourThumbnails/OH-May12-23.jpg" link="https://youtu.be/qTa-4VBKYPY?list=TLGGzk06PqfzdX0yMTA2MjAyNA" caption="In this office hours session, there is a discussion of the next code drop of the modular codebase. Open topic discussion touches on the current production version (8.2), the github workflow for...">}} - diff --git a/content/tags/playlists.md b/content/tags/playlists.md new file mode 100644 index 0000000..e873a3c --- /dev/null +++ b/content/tags/playlists.md @@ -0,0 +1,35 @@ +--- +title: "PLAYLISTS" +menu: archives +weight: 42 + +--- + +
+ +

Video Playlist Title

+

Video Description with multiple lines that stay within the area of the videos

+
+ +
+ +

Video Playlist Title

+

Video Description with multiple lines that stay within the area of the videos more information more information more information more information more information more information

+
+ +
+ +

Video Playlist Title

+

Video Description with multiple lines that stay within the area of the videos

+
+
+ +

Video Playlist Title

+

Video Description with multiple lines that stay within the area of the videos

+
+ + + diff --git a/data/homepage.yml b/data/homepage.yml index b2530c8..e3b977a 100644 --- a/data/homepage.yml +++ b/data/homepage.yml @@ -14,58 +14,58 @@ items: - title: Developer Friendly icon: fa-laptop content: - VOLTTRON™'s creation benefitted from innovative thinking that looked at today's needs from every angle-and + Eclipse VOLTTRON's creation benefitted from innovative thinking that looked at today's needs from every angle-and brought it all together in a versatile solution that's easy to implement and use URL: "highlights/developerfriendly" - title: Cost Effective icon: fa-piggy-bank content: - VOLTTRON™ is open source software, can be hosted on inexpensive computing resources, and enables + Eclipse VOLTTRON is open source software, can be hosted on inexpensive computing resources, and enables rapid delivery of innovations on a range of computing devices URL: "highlights/costeffective" - title: Adds Value icon: fa-gem content: - The VOLTTRON™ platform reduces costs, improves functionality, and provides a secure, stable foundation on + The Eclipse VOLTTRON platform reduces costs, improves functionality, and provides a secure, stable foundation on which to innovate and build low-cost applications URL: "highlights/addsvalue" - title: Secure icon: fa-lock content: > - Underpinned with a robust security foundation, VOLTTRON™ combts today's + Underpinned with a robust security foundation, Eclipse VOLTTRON combts today's cyber vulnerabilities and attacks, providing a safe environment for transacting information and data URL: "highlights/secure" - title: Interoperable icon: fa-quote-right content: > - VOLTTRON™ makes it possible for diverse systems and subsytems, in and out of the energy + Eclipse VOLTTRON makes it possible for diverse systems and subsytems, in and out of the energy sector, to interact and connect, open and flexible by design URL: "highlights/interoperable" - title: Open Source icon: fa-wrench content: > - VOLTTRON™ is publically availible at no cost and benefits from a community of users + Eclipse VOLTTRON is publically availible at no cost and benefits from a community of users that advocate for and advance the software platform's ongoing development URL: "highlights/opensource" - title: Scalable icon: fa-balance-scale content: > - VOLTTRON™ makes it possible for diverse systems and subsystems, in and out of the energy sector, to interact + Eclipse VOLTTRON makes it possible for diverse systems and subsystems, in and out of the energy sector, to interact and connect URL: "highlights/scalable" - title: Boundless Potential icon: fa-lightbulb content: For utilities, building owners, entrepreneurs, integrators and others, - VOLTTRON™ helps solve your challenges + Eclipse VOLTTRON helps solve your challenges URL: "highlights/potential" - type: heading - heading: Explore More VOLTTRON™ below + heading: Explore More Eclipse VOLTTRON below contents: for more information, explore "MARKET" from the menu - type: posts diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 60d1e31..c7b9da3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,7 +1,5 @@ @@ -184,7 +164,7 @@

Secure

Interoperable

-

VOLTTRON™ makes it possible for diverse systems and subsytems, in and out of the energy sector, to interact and connect, open and flexible by design

+

Eclipse VOLTTRON makes it possible for diverse systems and subsytems, in and out of the energy sector, to interact and connect, open and flexible by design

@@ -197,7 +177,7 @@

Interoperable

Open Source

-

VOLTTRON™ is publically availible at no cost and benefits from a community of users that advocate for and advance the software platform’s ongoing development

+

Eclipse VOLTTRON is publically availible at no cost and benefits from a community of users that advocate for and advance the software platform’s ongoing development

@@ -210,7 +190,7 @@

Open Source

Scalable

-

VOLTTRON™ makes it possible for diverse systems and subsystems, in and out of the energy sector, to interact and connect

+

Eclipse VOLTTRON makes it possible for diverse systems and subsystems, in and out of the energy sector, to interact and connect

@@ -223,7 +203,7 @@

Scalable

Boundless Potential

-

For utilities, building owners, entrepreneurs, integrators and others, VOLTTRON™ helps solve your challenges

+

For utilities, building owners, entrepreneurs, integrators and others, Eclipse VOLTTRON helps solve your challenges

@@ -233,93 +213,13 @@

Boundless Potential

-

Explore More VOLTTRON™ below

for more information, explore “MARKET” from the menu

+

Explore More Eclipse VOLTTRON below

for more information, explore “MARKET” from the menu

-
-
-
- -
-

Der sechste Post

- - -

- Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu. -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. - - - - -

- -
-
-
-
-
- -
-

Der fünfte Post

- - -

- Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu. -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. - - - - -

- -
-
-
-
-
-
-
- -
-

Der vierte Post

- - -

- Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu. -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. - - - - -

- -
-
-
-
-
- -
-

Der dritte Post

- - -

- Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu. -Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. - - - - -

- -
-
-
-
@@ -328,17 +228,18 @@

Der dritte Post

- - + + - - + + + -

VOLTTRON™ is sponsored by the Department of Energy
and Pacific Northwest National Laboratory, 2016.

+

Eclipse VOLTTRON is sponsored by the Department of Energy
and Pacific Northwest National Laboratory, 2024.

diff --git a/public/de/index.xml b/public/de/index.xml index 552c828..7f5383f 100644 --- a/public/de/index.xml +++ b/public/de/index.xml @@ -1,55 +1,12 @@ - Startseite on VOLTTRON + VOLTTRON http://localhost:1313/de/ - Recent content in Startseite on VOLTTRON + Recent content on VOLTTRON Hugo de © Untitled. All rights reserved - Mon, 06 Jan 2020 00:00:00 +0000 - - Der sechste Post - http://localhost:1313/de/posts/sixth/ - Mon, 06 Jan 2020 00:00:00 +0000 - http://localhost:1313/de/posts/sixth/ - Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu. Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. - - - Der fünfte Post - http://localhost:1313/de/posts/fifth/ - Sun, 05 Jan 2020 00:00:00 +0000 - http://localhost:1313/de/posts/fifth/ - Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu. Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. - - - Der vierte Post - http://localhost:1313/de/posts/fourth/ - Sat, 04 Jan 2020 00:00:00 +0000 - http://localhost:1313/de/posts/fourth/ - Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu. Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. - - - Der dritte Post - http://localhost:1313/de/posts/third/ - Fri, 03 Jan 2020 00:00:00 +0000 - http://localhost:1313/de/posts/third/ - Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu. Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. - - - Der zweite Post - http://localhost:1313/de/posts/second/ - Thu, 02 Jan 2020 00:00:00 +0000 - http://localhost:1313/de/posts/second/ - Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu. Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. - - - Der erste Post - http://localhost:1313/de/posts/first/ - Wed, 01 Jan 2020 00:00:00 +0000 - http://localhost:1313/de/posts/first/ - Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu. Suspendisse laoreet metus ut metus imperdiet interdum aliquam justo tincidunt. - diff --git a/public/de/posts/fifth/index.html b/public/de/posts/fifth/index.html index d166746..6c02129 100644 --- a/public/de/posts/fifth/index.html +++ b/public/de/posts/fifth/index.html @@ -63,18 +63,18 @@
-