Skip to content

Commit b13251f

Browse files
committed
first Push
1 parent 693696b commit b13251f

File tree

381 files changed

+35843
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+35843
-26
lines changed

.hugo_build.lock

Whitespace-only changes.

config/_default/config.toml

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
baseURL = "https://example.org/"
2+
relativeURL = "true"
3+
languageCode = "en-us"
4+
5+
theme = "arcana"
6+
copyright = "© Untitled. All rights reserved"
7+
8+
defaultContentLanguage = "en"
9+
[languages]
10+
[languages.en]
11+
languageName = "English"
12+
weight = 1
13+
[languages.de]
14+
languageName = "Deutsch"
15+
weight = 2
16+
[languages.es]
17+
languageName = "Spanish"
18+
weight = 3
19+
20+
[taxonomies]
21+
tag = "tags"
22+
23+
[params]
24+
25+
show_post_dates = false
26+
27+
[[params.social]]
28+
title = "Twitter"
29+
icon = "fa-twitter"
30+
url = "#"
31+
[[params.social]]
32+
title = "Facebook"
33+
icon = "fa-facebook-f"
34+
url = "#"
35+
[[params.social]]
36+
title = "GitHub"
37+
icon = "fa-github"
38+
url = "#"
39+
[[params.social]]
40+
title = "LinkedIn"
41+
icon = "fa-linkedin-in"
42+
url = "#"
43+
[[params.social]]
44+
title = "Creative Commons"
45+
icon = "fa-creative-commons"
46+
url = "https://creativecommons.org/"
47+
48+
49+
[params.footer]
50+
backgroundImage = 'images/mainPhoto.jpg'
51+
[[params.footer.links]]
52+
header = "Links to Stuff"
53+
[[params.footer.links.links]]
54+
title = "Mattis et quis rutrum"
55+
url = "#"
56+
[[params.footer.links.links]]
57+
title = "Suspendisse amet varius"
58+
url = "#"
59+
[[params.footer.links.links]]
60+
title = "Sed et dapibus quis"
61+
url = "#"
62+
[[params.footer.links.links]]
63+
title = "Rutrum accumsan dolor"
64+
url = "#"
65+
[[params.footer.links.links]]
66+
title = "Mattis rutrum accumsan"
67+
url = "#"
68+
[[params.footer.links.links]]
69+
title = "Suspendisse varius nibh"
70+
url = "#"
71+
[[params.footer.links.links]]
72+
title = "Sed et dapibus mattis"
73+
url = "#"
74+
75+
[[params.footer.links]]
76+
header = "More Links to Stuff"
77+
[[params.footer.links.links]]
78+
title = "Duis neque nisi dapibus"
79+
url = "#"
80+
[[params.footer.links.links]]
81+
title = "Sed et dapibus quis"
82+
url = "#"
83+
[[params.footer.links.links]]
84+
title = "Rutrum accumsan sed"
85+
url = "#"
86+
[[params.footer.links.links]]
87+
title = "Mattis et sed accumsan"
88+
url = "#"
89+
[[params.footer.links.links]]
90+
title = "Duis neque nisi sed"
91+
url = "#"
92+
[[params.footer.links.links]]
93+
title = "Sed et dapibus quis"
94+
url = "#"
95+
[[params.footer.links.links]]
96+
title = "Rutrum amet varius"
97+
url = "#"
98+
99+
[params.footer.contact_form]
100+
enabled = true
101+
header = "Get In Touch"
102+
action = ""

config/_default/menus.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[main]]
2+
name = "ARCHIVES"
3+
weight = 40
4+
[[main]]
5+
parent = "ARCHIVES"
6+
name = "PUBLICATIONS"
7+
weight = 31
8+
[[main]]
9+
parent = "ARCHIVES"
10+
name = "NEWS AND EVENTS"
11+
weight = 32
12+
[[main]]
13+
parent = "ARCHIVES"
14+
name = "VIDEOS"
15+
weight = 33

content/ABOUT/About.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "ABOUT"
3+
description: "Finally, a flexible, scalable, economical and secure software platform to operate the Internet of Things!"
4+
menu: main
5+
weight: 30
6+
image: images/VOLTTRON-Device-Better2.jpg
7+
image_alt: "Hello!"
8+
9+
sidebar_left: AboutSidebar
10+
11+
---
12+
Inexpensive, small-scale computers—such as the Raspberry Pi—can have VOLTTRON™ installed as a controller.
13+
14+
### About VOLTTRON™
15+
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.
16+
17+
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.
18+
19+
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.

content/_index.de.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Startseite
3+
menu: main
4+
weight: 10
5+
---

content/_index.es.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Inicio
3+
menu: main
4+
weight: 10
5+
---

content/_index.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: HOME
3+
menu: main
4+
weight: 10
5+
6+
7+
---

content/highlights/AddsValue.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Adding Value"
3+
4+
weight: 50
5+
6+
image: images/VOLTTRON-Device-Better2.jpg
7+
image_alt: "Hello!"
8+
9+
sidebar_left: developerSide
10+
11+
---
12+
### Developer Friendly
13+
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.
14+
15+
### VOLTTRON™ value-adding features include:
16+
17+
* Built-in security, which likely will reduce platform maintenance costs over time
18+
* 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
19+
* Affordable application development
20+
* Interoperability, connecting devices, protocols, and other platforms
21+
* 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.

content/highlights/CostEffective.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Cost Effective"
3+
4+
weight: 50
5+
6+
image: images/VOLTTRON-Device-Better2.jpg
7+
image_alt: "Hello!"
8+
9+
sidebar_left: developerSide
10+
11+
---
12+
13+
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.
14+
15+
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.
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Developer Friendly"
3+
4+
weight: 50
5+
6+
image: images/VOLTTRON-Device-Better2.jpg
7+
image_alt: "Hello!"
8+
9+
sidebar_left: developerSide
10+
11+
---
12+
13+
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.
14+
15+
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.
16+
17+
These characteristics allow developers to work with devices, external resources, and each other over a common interface without worrying about underlying details, which enhances application development.

content/highlights/Interoperable.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Interoperable"
3+
4+
weight: 50
5+
6+
image: images/VOLTTRON-Device-Better2.jpg
7+
image_alt: "Hello!"
8+
9+
sidebar_left: interopSide
10+
11+
---
12+
###
13+
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.
14+
15+
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.
16+
17+
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.

content/highlights/OpenSource.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Open Source"
3+
4+
weight: 50
5+
6+
image: images/VOLTTRON-Device-Better2.jpg
7+
image_alt: "Hello!"
8+
9+
sidebar_left: OpensourceSide
10+
---
11+
###
12+
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.
13+
14+
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™.
15+
16+
A separately licensed platform plugin provides additional capabilities to the platform for large-scale, real-world deployments.

content/highlights/Potential.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Boundless Potential"
3+
4+
weight: 50
5+
6+
image: images/VOLTTRON-Device-Better2.jpg
7+
image_alt: "Hello!"
8+
9+
sidebar_left: PotentialSide
10+
---
11+
###
12+
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!
13+
14+
VOLTTRON™ is:
15+
16+
* Secure
17+
* Functional, supporting energy, operational and financial transactions between network entities
18+
* Scalable
19+
* Interoperable
20+
* Sophisticated yet simple—providing a readily useful environment for quick, cost-effective solution development.
21+
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.
22+
23+
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.

content/highlights/Scalable.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Scalable"
3+
4+
weight: 50
5+
6+
image: images/VOLTTRON-Device-Better2.jpg
7+
image_alt: "Hello!"
8+
9+
sidebar_left: ScalableSide
10+
---
11+
###
12+
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.

content/highlights/Secure.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Security"
3+
4+
weight: 50
5+
6+
image: images/VOLTTRON-Device-Better2.jpg
7+
image_alt: "Hello!"
8+
9+
sidebar_left: SecureSide
10+
11+
---
12+
13+
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.
14+
15+
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.

content/posts/BuildingsOperations.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Buildings Operations and Efficiency
3+
image: images/MarketsImages/BuildingImageMarkets2.png
4+
date: "2020-01-06T00:00:00"
5+
sidebar_left: BuildingsOperationsLeft
6+
sidebar_right: BuildingsOperationsRight
7+
summary: VOLTTRON™ capabilities improve control and operation of building devices and systems, leading to enhanced performance and energy efficiency.
8+
9+
---
10+
11+
12+
**It’s a solution to build on!**
13+
14+
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.
15+
16+
With VOLTTRON™, data, devices and decisions connect seamlessly and securely based on user needs and preferences.
17+
18+
19+
**The Case for VOLTTRON™ in Buildings**
20+
21+
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.
22+
23+
**The Answer for Improved Performance and Efficiency**
24+
25+
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.

content/posts/ConnectedHomes.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Connected Homes
3+
image: images/MarketsImages/ConnectHouse.png
4+
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.
5+
date: "2020-01-06T00:00:00"
6+
sidebar_left: ConnectedHome
7+
8+
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.
9+
10+
---
11+
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.
12+
13+
**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.
14+
15+
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.
16+
17+
### Efficiency, Savings, Comfort
18+
19+
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.
20+
21+
With VOLTTRON™, data, devices and decisions connect seamlessly and securely based on user needs and preferences.

content/posts/DataManagement.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Data Management
3+
4+
Description: VOLTTRON™ offers a cost-effective method for gathering, analyzing and managing data from any type of device.
5+
image: images/MarketsImages/DataManImage.png
6+
date: "2020-01-04T00:00:00"
7+
sidebar_left: DMLeft
8+
---
9+
VOLTTRON™, with Modbus and BACnet implementations, enables gathering and dispositioning of data.
10+
11+
12+
**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.
13+
14+
With VOLTTRON™, data, devices and decisions connect seamlessly and securely based on user needs and preferences.
15+
16+
**Rivers of Data**
17+
18+
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.
19+
20+
**A Versatile, Safe Data Tool**
21+
22+
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.

0 commit comments

Comments
 (0)