diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml new file mode 100644 index 0000000..f8df84a --- /dev/null +++ b/.github/workflows/hugo.yml @@ -0,0 +1,75 @@ +# Sample workflow for building and deploying a Hugo site to GitHub Pages +name: Deploy Hugo site to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +# Default to bash +defaults: + run: + shell: bash + +jobs: + # Build job + build: + runs-on: ubuntu-latest + env: + HUGO_VERSION: 0.124.1 + steps: + - name: Install Hugo CLI + run: | + wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \ + && sudo dpkg -i ${{ runner.temp }}/hugo.deb + - name: Install Dart Sass + run: sudo snap install dart-sass + - name: Checkout + uses: actions/checkout@v4 + with: + submodules: recursive + - name: Setup Pages + id: pages + uses: actions/configure-pages@v5 + - name: Install Node.js dependencies + run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" + - name: Build with Hugo + env: + # For maximum backward compatibility with Hugo modules + HUGO_ENVIRONMENT: production + HUGO_ENV: production + run: | + hugo \ + --minify \ + --baseURL "${{ steps.pages.outputs.base_url }}/" + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + path: ./public + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/README.md b/README.md index b7c6376..9357981 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -# eclipse-volttron.github.io \ No newline at end of file +# eclipse-volttron.github.io + +## final stage cleanup +- [ ] clean up tags section in office hours +- [ ] check every single pfp +- [ ] final merge and check \ No newline at end of file diff --git a/assets/sass/custom.scss b/assets/sass/custom.scss index 09224d2..cf78eb3 100644 --- a/assets/sass/custom.scss +++ b/assets/sass/custom.scss @@ -94,3 +94,46 @@ img {vertical-align: middle;} @media only screen and (max-width: 300px) { .text {font-size: 11px} } + + +.figConfigpdf{ + display: inline-table; + max-width: 20%; + margin-right: 50px; + + p { + font-size: medium; + margin-top: -15px; + line-height: 100%; + } + + +} + +.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%; + } + + +} + +.figConfig img { + max-width: 380px; + min-width: 380px; +} + + +.figConfig h4 { + line-height: 100%; +} \ No newline at end of file diff --git a/config/_default/config.toml b/config/_default/config.toml index 06ca5dd..e0b228c 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -43,7 +43,7 @@ defaultContentLanguage = "en" [[params.social]] title = "LinkedIn" icon = "fa-linkedin-in" - url = "#" + url = "https://www.linkedin.com/company/pacific-northwest-national-laboratory" [[params.social]] title = "Creative Commons" icon = "fa-creative-commons" diff --git a/content/ARCHIVES/Publications.md b/content/ARCHIVES/Publications.md index 4a66913..de8e5f9 100644 --- a/content/ARCHIVES/Publications.md +++ b/content/ARCHIVES/Publications.md @@ -3,27 +3,39 @@ title: "PUBLICATIONS" menu: archives weight: 41 ---- - - -{{< figure class="figConfig" title="VOLTTRON™ 10 Modular Updates" src="../../images/publications/ModularUpdates.jpg" link="../../Documents/publications/ModularUpdates.pdf" caption="An overview presentation of updates in VOLTTRON™ 10.0. ">}} -{{< figure class="figConfig" src="../../images/publications/VisualConsequence.jpg" link="../../Documents/publications/VisualConsequence.pdf" title="VOLTTRON™ Visual Consequence Profile" caption="A visual consequence profile for a hypo-crime adversary.">}} -{{< figure class="figConfig" src="../../images/publications/AversaryDossier.jpg" link="../../Documents/publications/AversaryDossier.pdf" title="Adversary Dossier Report" caption="The dossier summarizes abuse case analysis of VOLTTRON within the adversarial context of a cyber-criminal organization.">}} -{{< figure class="figConfig" src="../../images/publications/AversaryDossier.jpg" link="../../Documents/publications/AversaryDossier.pdf" title="Adversary Dossier Report" caption="The dossier summarizes abuse case analysis of VOLTTRON within the adversarial context of a cyber-criminal organization.">}} -{{< figure class="figConfig" src="../../images/publications/AversaryDossier.jpg" link="../../Documents/publications/AversaryDossier.pdf" title="Adversary Dossier Report" caption="The dossier summarizes abuse case analysis of VOLTTRON within the adversarial context of a cyber-criminal organization.">}} -{{< figure class="figConfig" title="VOLTTRON™ 10 Modular Updates" src="../../images/publications/ModularUpdates.jpg" link="../../Documents/publications/ModularUpdates.pdf" caption="An overview presentation of updates in VOLTTRON™ 10.0. ">}} - - +--- +{{< 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...">}} diff --git a/content/tags/1.md b/content/tags/1.md new file mode 100644 index 0000000..08a78aa --- /dev/null +++ b/content/tags/1.md @@ -0,0 +1,36 @@ +--- +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 new file mode 100644 index 0000000..6936280 --- /dev/null +++ b/content/tags/10.md @@ -0,0 +1,42 @@ +--- +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 new file mode 100644 index 0000000..19ea71b --- /dev/null +++ b/content/tags/11.md @@ -0,0 +1,42 @@ +--- +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 new file mode 100644 index 0000000..2f7a935 --- /dev/null +++ b/content/tags/12.md @@ -0,0 +1,42 @@ +--- +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 new file mode 100644 index 0000000..82d0a9e --- /dev/null +++ b/content/tags/13.md @@ -0,0 +1,42 @@ +--- +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 new file mode 100644 index 0000000..8d5557f --- /dev/null +++ b/content/tags/14.md @@ -0,0 +1,29 @@ +--- +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 index a1b8a73..7803aee 100644 --- a/content/tags/2.md +++ b/content/tags/2.md @@ -4,11 +4,31 @@ menu: archives weight: 43 tags: - - Office Hours + - 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 index 7fadb4f..e9a1504 100644 --- a/content/tags/3.md +++ b/content/tags/3.md @@ -4,11 +4,29 @@ menu: archives weight: 44 tags: - - Office Hours + - 1 - 2 - 4 - 5 - 6 - 7 - 8 ---- \ No newline at end of file + - 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 index 59da3f5..30c7242 100644 --- a/content/tags/4.md +++ b/content/tags/4.md @@ -4,11 +4,38 @@ menu: archives weight: 43 tags: - - Office Hours + - 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 index 6843fa2..0b20a9e 100644 --- a/content/tags/5.md +++ b/content/tags/5.md @@ -4,11 +4,39 @@ menu: archives weight: 43 tags: - - Office Hours + - 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 index a30cf26..c7164fc 100644 --- a/content/tags/6.md +++ b/content/tags/6.md @@ -4,11 +4,39 @@ menu: archives weight: 43 tags: - - Office Hours + - 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 index a169f84..3a17992 100644 --- a/content/tags/7.md +++ b/content/tags/7.md @@ -4,11 +4,39 @@ menu: archives weight: 43 tags: - - Office Hours + - 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 index 697e454..138ef8f 100644 --- a/content/tags/8.md +++ b/content/tags/8.md @@ -4,12 +4,38 @@ menu: archives weight: 43 tags: - - Office Hours + - 1 - 2 - 3 - 4 - 5 - 6 - 7 - ---- \ No newline at end of file + - 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 new file mode 100644 index 0000000..d5672a8 --- /dev/null +++ b/content/tags/9.md @@ -0,0 +1,43 @@ +--- +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 4b39b59..0000000 --- a/content/tags/Office Hours.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "OFFICE HOURS" -menu: archives -weight: 42 - -tags: - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 ---- - - - diff --git a/content/tags/office hours.md b/content/tags/office hours.md new file mode 100644 index 0000000..6905202 --- /dev/null +++ b/content/tags/office hours.md @@ -0,0 +1,36 @@ +--- +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/layouts/partials/header.html b/layouts/partials/header.html index 1ce4753..60d1e31 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,10 +1,10 @@ -
VOLTTRON™ is sponsored by the Department of Energy
and Pacific Northwest National Laboratory, 2016.
VOLTTRON™ is sponsored by the Department of Energy
and Pacific Northwest National Laboratory, 2016.
diff --git a/layouts/partials/sidebar/DevelopersLeft.html b/layouts/partials/sidebar/DevelopersLeft.html index 34dae28..3a765ac 100644 --- a/layouts/partials/sidebar/DevelopersLeft.html +++ b/layouts/partials/sidebar/DevelopersLeft.html @@ -3,7 +3,7 @@
Check out the latest Tutorial Videos below, or visit the - + Videos Archive to view previous recordings.
@@ -43,7 +43,7 @@Check out the latest Office Hours below, or visit the - + Office Hours to view previous recordings.
diff --git a/layouts/partials/sidebar/PotentialSide.html b/layouts/partials/sidebar/PotentialSide.html index 2468bb0..efbae94 100644 --- a/layouts/partials/sidebar/PotentialSide.html +++ b/layouts/partials/sidebar/PotentialSide.html @@ -6,7 +6,7 @@