-
Notifications
You must be signed in to change notification settings - Fork 218
Recommendations for Deployments
Ensuring the safe operation of devices working with VOLTTRON is essential. This page will discuss recommendations/experiences for doing deployments to meet these needs.
In a previous deployment, VOLTTRON worked with a facilities manager to create virtual points which the platform would control:
- VolttronEnabled
- VolttronHeartbeat
- VoltronOverride
- VolttronCoolingSetPoint
When VOLTTRON is active it sets the VolttronEnabled flag. It also twiddles the VolttronHeartbeat point every minute. While the Enabled flag is set and the Heartbeat is active, the controller will use VOLTTRON specific points instead of base points (VolttronCoolingSetPoint instead of CoolingSetPoint).
If VolttronOveride is set then the controller ignores the VOLTTRON points and reverts to normal operation. Likewise, if the Heartbeat point is not being actively set by the platform or if VolttronEnabled is false, then the controller reverts to normal control.
If VolttronEnabled and (active Heartbeat) and not (VolttronOverride) then use Volttron virtual points
- Platform Agent
- VOLTTRON Central Agent
- Platform Commands
- Platform Configuration
- [Platform Hardening Security Recommendations] (Linux-Platform-Hardening-Recommendations-for-VOLTTRON-users)
- ...
- [Building VOLTTRON] (Building-VOLTTRON)
- Example Agents
- Agent Development
- [Shortcut Scripts] (Scripts)
- [VOLTTRON Conventions] (Conventions)
- [sMAP Test Server] (sMAP-Test-Instance)
- [Design Discussions] (Design Discussions)
- VIP
- VIP - VOLTTRON Interconnect Protocol
- RPC by example
- VIP - Known Identities
- VIP - Authentication
- VIP - Authorization
- Protecting Pub/Sub Topics
- Setup Eclipse for VOLTTRON
- Deployment Walkthrough
- Forward Historian Walkthrough
- [Create New Historian Agent] (Developing-Historian-Agents)
- [Create New Driver Agent] (Develop-Driver-Agent)
- [Developing With Eclipse] (Eclipse)
- Migrations
- [2.x to 3.x Migration](2.x-to 3.x-Migration)
- 1.2 to 2.0 Migration
- [Deployment Recommendations](Recommendations for Deployments)
VOLTTRON Versions and Features
Transactional Network Platform Overview
- Established Topics
- Working with the Actuator Agent
- Logging
- [Multi-Node Communication] (MultiBuildingMessaging)
Information Exchange Standards