Skip to content

riley206/volttron-energyplus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnergyPlus Agent

This is an example agent that demonstrates how to integrate with EnergyPlus simulation, run building model simulations with EnergyPlus, send/receive messages back and forth between VOLTTRON and EnergyPlus simulation. For more information about EnergyPlus, please refer to https://www.energyplus.net/sites/default/files/docs/site_v8.3.0/GettingStarted/GettingStarted/index.html. Technical documentation about the simulation framework can be found at https://volttron.readthedocs.io/en/develop/developing-volttron/integrating-simulations/index.html

EnergyPlus installation

For installing setup in Ubuntu based systems,

  1. Install java JDK package

    sudo apt update
    sudo apt install default-jdk
  2. Download and install EnergyPlus (ver 8.5.0)

    wget https://github.com/NREL/EnergyPlus/releases/download/v8.5.0/EnergyPlus-8.5.0-c87e61b44b-Linux-x86_64.sh
    chmod +x EnergyPlus-8.5.0-c87e61b44b-Linux-x86_64.sh
    sudo ./EnergyPlus-8.5.0-c87e61b44b-Linux-x86_64.sh 
  3. You can verify the installation with.

    energyplus --version
  4. You should see an output with a version number of 8.5.0

    EnergyPlus, Version 8.5.0-c87e61b44b
    

EnergyPlus Agent Configuration

  1. Copy 'bcvtb' and 'eplus' folders, 'eplus' should contain EnergyPlus Input Data File (IDF). IDF file is an ASCII file containing the data describing the building and HVAC system to be simulated.

  2. Install volttron-energyplus package

    pip install volttron-energyplus
    
  3. You can specify the configuration in either json or yaml format. The json config is specified in the link below. Please ensure that paths to IDF, weather and 'bcvtb' directories are correctly specified.

Running EnergyPlus Example agent

  1. Start VOLTTRON

    source env/bin/activate
    volttron -vv -l volttron.log &>/dev/null &
  2. Install and start EnergyPlus simulation example agent. Make sure you have the correct paths for volttron-energyplus and ep_building1.yml

    vctl install volttron-energyplus/ --vip-identity platform.actuator --tag eplus --agent-config volttron-energyplus/ep_building1.yml --start --force
  3. You will see that EnergyPlus simulation starts and sends measurement data to VOLTTRON which is then republished on VOLTTRON message bus

    energyplus output
    2023-10-11 09:55:58,128 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(64) DEBUG: CONFIG PATH: /home/riley/env/volttron_home/agents/platform.actuator/config
    2023-10-11 09:55:58,419 (volttron-lib-energyplus-main-0.1.0 10921) root(143) DEBUG: Creating ZMQ Core platform.actuator
    2023-10-11 09:55:58,419 (volttron-lib-energyplus-main-0.1.0 10921) volttron.client.vip.agent.core(527) DEBUG: address: ipc://@/home/riley/env/volttron_home/run/vip.socket
    2023-10-11 09:55:58,419 (volttron-lib-energyplus-main-0.1.0 10921) volttron.client.vip.agent.core(528) DEBUG: identity: platform.actuator
    2023-10-11 09:55:58,419 (volttron-lib-energyplus-main-0.1.0 10921) volttron.client.vip.agent.core(529) DEBUG: agent_uuid: 7c01b128-039c-4437-85aa-4c2bfb1caa05
    2023-10-11 09:55:58,419 (volttron-lib-energyplus-main-0.1.0 10921) volttron.client.vip.agent.core(530) DEBUG: serverkey: UNrRdNsCRNY0jJU3BQcXAt1oXudXTbAT7zyn-J6n7lA
    2023-10-11 09:55:58,419 (volttron-lib-energyplus-main-0.1.0 10921) volttron.client.vip.agent.core(673) DEBUG: AGENT RUNNING on ZMQ Core platform.actuator
    2023-10-11 09:55:58,419 (volttron-lib-energyplus-main-0.1.0 10921) volttron.client.vip.agent.core(674) DEBUG: keys: server: UNrRdNsCRNY0jJU3BQcXAt1oXudXTbAT7zyn-J6n7lA public: u_6nIlYR4MpyoesTCgYyrEn99QkAblK6ujnfTrsgQnw, secret: aulw8ILoY8-ozYdY8YY31v-mTf1D85bPIoBqpV6lEYo
    2023-10-11 09:55:58,421 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(87) DEBUG: vip_identity: platform.actuator
    2023-10-11 09:55:58,421 (volttron-lib-energyplus-main-0.1.0 10921) volttron.client.vip.zmq_connection(48) DEBUG: ZMQ connection platform.actuator
    2023-10-11 09:55:58,422 (volttron-lib-energyplus-main-0.1.0 10921) volttron.client.vip.zmq_connection(66) DEBUG: connecting to url ipc://@/home/riley/env/volttron_home/run/vip.socket?publickey=u_6nIlYR4MpyoesTCgYyrEn99QkAblK6ujnfTrsgQnw&secretkey=aulw8ILoY8-ozYdY8YY31v-mTf1D85bPIoBqpV6lEYo&serverkey=UNrRdNsCRNY0jJU3BQcXAt1oXudXTbAT7zyn-J6n7lA
    2023-10-11 09:55:58,422 (volttron-lib-energyplus-main-0.1.0 10921) volttron.client.vip.zmq_connection(67) DEBUG: url type is <class 'str'>
    2023-10-11 09:55:58,438 (volttron-lib-energyplus-main-0.1.0 10921) volttron.client.vip.agent.core(619) INFO: Connected to platform: identity: platform.actuator version: 1.0
    2023-10-11 09:55:58,438 (volttron-lib-energyplus-main-0.1.0 10921) volttron.client.vip.agent.core(620) DEBUG: Running onstart methods.
    2023-10-11 09:55:58,440 (volttron-lib-energyplus-main-0.1.0 10921) integrations.energyplus_integration(106) DEBUG: config being used: {'inputs': [{'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-102', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-102', 'topic': 'PNNL/BUILDING1/AHU1/VAV102', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-118', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-118', 'topic': 'PNNL/BUILDING1/AHU1/VAV118', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-119', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-119', 'topic': 'PNNL/BUILDING1/AHU1/VAV119', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-120', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-120', 'topic': 'PNNL/BUILDING1/AHU1/VAV120', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-123A', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-123A', 'topic': 'PNNL/BUILDING1/AHU1/VAV123A', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-123B', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-123B', 'topic': 'PNNL/BUILDING1/AHU1/VAV123B', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-127A', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-127A', 'topic': 'PNNL/BUILDING1/AHU1/VAV127A', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-127B', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-127B', 'topic': 'PNNL/BUILDING1/AHU1/VAV127B', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-129', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-129', 'topic': 'PNNL/BUILDING1/AHU1/VAV129', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-131', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-131', 'topic': 'PNNL/BUILDING1/AHU1/VAV131', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-133', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-133', 'topic': 'PNNL/BUILDING1/AHU1/VAV133', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-136', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-136', 'topic': 'PNNL/BUILDING1/AHU1/VAV136', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-142', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-142', 'topic': 'PNNL/BUILDING1/AHU1/VAV142', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-143', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-143', 'topic': 'PNNL/BUILDING1/AHU1/VAV143', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-150', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-150', 'topic': 'PNNL/BUILDING1/AHU1/VAV150', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-CORRIDOR', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-100', 'topic': 'PNNL/BUILDING1/AHU1/VAV100', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-RESTROOM', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-121', 'topic': 'PNNL/BUILDING1/AHU1/VAV121', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-104', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-104', 'topic': 'PNNL/BUILDING1/AHU3/VAV104', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-105', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-105', 'topic': 'PNNL/BUILDING1/AHU3/VAV105', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-107', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-107', 'topic': 'PNNL/BUILDING1/AHU3/VAV107', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-108', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-108', 'topic': 'PNNL/BUILDING1/AHU3/VAV108', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-112', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-112', 'topic': 'PNNL/BUILDING1/AHU3/VAV112', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-VAV-116', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-116', 'topic': 'PNNL/BUILDING1/AHU3/VAV116', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-AHU-002', 'sim_topic': 'CLGTEMPSETPOINT Zone-AHU-002', 'topic': 'PNNL/BUILDING1/AHU2', 'type': 'schedule'}, {'default': 21.11, 'dynamic_default': 1.0, 'field': 'ZoneCoolingTemperatureSetPoint', 'name': 'CLGTEMPSETPOINT Zone-AHU-004', 'sim_topic': 'CLGTEMPSETPOINT Zone-AHU-004', 'topic': 'PNNL/BUILDING1/AHU4', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-102', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-102', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE102', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-104', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-104', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE104', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-105', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-105', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE105', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-107', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-107', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE107', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-108', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-108', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE108', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-112', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-112', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE112', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-116', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-116', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE116', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-118', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-118', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE118', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-119', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-119', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE119', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-120', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-120', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE120', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-123A', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-123A', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE123A', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-123B', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-123B', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE123B', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-127A', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-127A', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE127A', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-127B', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-127B', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE127B', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-129', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-129', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE129', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-131', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-131', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE131', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-133', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-133', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE133', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-142', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-142', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE142', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-143', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-143', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE143', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-150', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-150', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE150', 'type': 'schedule'}, {'default': 1.0, 'dynamic_default': 1.0, 'field': 'DimmingLevelOutput', 'name': 'BLDG LIGHT SCH Zone-VAV-136', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-136', 'topic': 'PNNL/BUILDING1/LIGHTING/ZONE136', 'type': 'schedule'}], 'outputs': [{'field': 'OutdoorAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'ENVIRONMENT', 'sim_topic': 'ENVIRONMENT Site Outdoor Air Drybulb Temperature1', 'topic': 'devices/PNNL/BUILDING1/AHU1/all', 'type': 'Site Outdoor Air Drybulb Temperature'}, {'field': 'OutdoorAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'ENVIRONMENT', 'sim_topic': 'ENVIRONMENT Site Outdoor Air Drybulb Temperature2', 'topic': 'devices/PNNL/BUILDING1/AHU2/all', 'type': 'Site Outdoor Air Drybulb Temperature'}, {'field': 'OutdoorAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'ENVIRONMENT', 'sim_topic': 'ENVIRONMENT Site Outdoor Air Drybulb Temperature3', 'topic': 'devices/PNNL/BUILDING1/AHU3/all', 'type': 'Site Outdoor Air Drybulb Temperature'}, {'field': 'OutdoorAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'ENVIRONMENT', 'sim_topic': 'ENVIRONMENT Site Outdoor Air Drybulb Temperature4', 'topic': 'devices/PNNL/BUILDING1/AHU4/all', 'type': 'Site Outdoor Air Drybulb Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-102', 'sim_topic': 'Zone-VAV-102 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV102/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-118', 'sim_topic': 'Zone-VAV-118 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV118/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-119', 'sim_topic': 'Zone-VAV-119 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV119/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-120', 'sim_topic': 'Zone-VAV-120 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV120/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-123A', 'sim_topic': 'Zone-VAV-123A Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV123A/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-123B', 'sim_topic': 'Zone-VAV-123B Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV123B/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-127A', 'sim_topic': 'Zone-VAV-127A Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV127A/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-127B', 'sim_topic': 'Zone-VAV-127B Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV127B/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-129', 'sim_topic': 'Zone-VAV-129 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV129/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-131', 'sim_topic': 'Zone-VAV-131 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV131/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-133', 'sim_topic': 'Zone-VAV-133 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV133/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-136', 'sim_topic': 'Zone-VAV-136 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV136/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-142', 'sim_topic': 'Zone-VAV-142 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV142/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-143', 'sim_topic': 'Zone-VAV-143 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV143/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-150', 'sim_topic': 'Zone-VAV-150 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV150/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-CORRIDOR', 'sim_topic': 'Zone-VAV-100 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV100/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-RESTROOM', 'sim_topic': 'Zone-VAV-121 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV121/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-104', 'sim_topic': 'Zone-VAV-104 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV104/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-105', 'sim_topic': 'Zone-VAV-105 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV105/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-107', 'sim_topic': 'Zone-VAV-107 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV107/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-108', 'sim_topic': 'Zone-VAV-108 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV108/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-112', 'sim_topic': 'Zone-VAV-112 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV112/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-116', 'sim_topic': 'Zone-VAV-116 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV116/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-AHU-002', 'sim_topic': 'Zone-AHU-002 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU2/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'ZoneTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-AHU-004', 'sim_topic': 'Zone-AHU-004 Zone Mean Air Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU4/all', 'type': 'Zone Mean Air Temperature'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-Corridor VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-Corridor VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV100/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-102 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-102 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV102/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-104 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-104 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV104/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-105 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-105 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV105/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-107 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-107 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV107/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-108 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-108 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV108/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-112 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-112 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV112/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-116 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-116 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV116/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-118 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-118 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV118/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-119 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-119 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV119/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-120 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-120 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV120/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-123A VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-123A VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV123A/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-123B VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-123B VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV123B/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-127A VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-127A VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV127A/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-127B VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-127B VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV127B/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-129 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-129 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV129/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-131 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-131 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV131/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-133 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-133 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV133/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-136 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-136 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV136/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-142 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-142 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV142/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-143 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-143 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV143/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-150 VAV BOX COMPONENT', 'sim_topic': 'Zone-VAV-150 VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV150/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'TerminalBoxDamperPosition', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'percentage'}, 'name': 'Zone-VAV-Restroom VAV Box Component', 'sim_topic': 'Zone-Restroom VAV BOX COMPONENT Zone Air Terminal VAV Damper Position', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV121/all', 'type': 'Zone Air Terminal VAV Damper Position'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-102 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-102 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV102/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-118 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-118 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV118/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-119 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-119 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV119/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-120 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-120 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV120/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-123A VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-123A VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV123A/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-123B VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-123B VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV123B/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-127A VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-127A VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV127A/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-127B VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-127B VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV127B/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-129 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-129 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV129/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-131 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-131 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV131/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-133 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-133 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV133/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-136 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-136 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV136/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-142 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-142 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV142/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-143 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-143 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV143/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-150 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-150 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV150/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-CORRIDOR VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-100 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV100/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-RESTROOM VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-121 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV121/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-104 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-104 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV104/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-105 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-105 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV105/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-107 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-107 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV107/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-108 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-108 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV108/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-112 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-112 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV112/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-VAV-116 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-116 VAV BOX OUTLET NODE System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV116/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'SupplyAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-AHU-002 Direct Air Inlet Node Name', 'sim_topic': 'Zone-AHU-002 Direct Air Inlet Node Name System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU2/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'Zone-AHU-004 Direct Air Inlet Node Name', 'sim_topic': 'Zone-AHU-004 Direct Air Inlet Node Name System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU4/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-102 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-102 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV102/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-118 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-118 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV118/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-119 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-119 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV119/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-120 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-120 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV120/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-123A VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-123A VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV123A/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-123B VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-123B VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV123B/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-127A VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-127A VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV127A/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-127B VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-127B VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV127B/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-129 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-129 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV129/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-131 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-131 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV131/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-133 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-133 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV133/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-136 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-136 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV136/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-142 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-142 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV142/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-143 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-143 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV143/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-150 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-150 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV150/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-CORRIDOR VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-100 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV100/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-RESTROOM VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-121 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV121/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-104 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-104 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV104/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-105 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-105 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV105/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-107 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-107 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV107/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-108 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-108 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV108/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-112 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-112 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV112/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-VAV-116 VAV BOX OUTLET NODE', 'sim_topic': 'Zone-VAV-116 VAV BOX OUTLET NODE System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV116/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-AHU-002 Direct Air Inlet Node Name', 'sim_topic': 'Zone-AHU-002 Direct Air Inlet Node Name System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU2/all', 'type': 'System Node Temperature'}, {'field': 'ZoneDischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'Zone-AHU-004 Direct Air Inlet Node Name', 'sim_topic': 'Zone-AHU-004 Direct Air Inlet Node Name System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU4/all', 'type': 'System Node Temperature'}, {'field': 'DischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'AHU-001 Supply Equipment Outlet Node', 'sim_topic': 'AHU-001 Supply Equipment Outlet Node System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/all', 'type': 'System Node Temperature'}, {'field': 'SupplyAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'AHU-001 Supply Equipment Outlet Node', 'sim_topic': 'AHU-001 Supply Equipment Outlet Node System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU1/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ReturnAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'AHU-001 Supply Equipment Inlet Node', 'sim_topic': 'AHU-001 Supply Equipment Inlet Node System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/all', 'type': 'System Node Temperature'}, {'field': 'MixedAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'AHU-001 OA CoolCNode', 'sim_topic': 'AHU-001 OA CoolCNode System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU1/all', 'type': 'System Node Temperature'}, {'field': 'DischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'AHU-002 Supply Equipment Outlet Node', 'sim_topic': 'AHU-002 Supply Equipment Outlet Node System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU2/all', 'type': 'System Node Temperature'}, {'field': 'ZoneAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'AHU-002 Supply Equipment Outlet Node', 'sim_topic': 'AHU-002 Supply Equipment Outlet Node System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU2/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ReturnAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'AHU-002 Supply Equipment Inlet Node', 'sim_topic': 'AHU-002 Supply Equipment Inlet Node System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU2/all', 'type': 'System Node Temperature'}, {'field': 'MixedAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'AHU-002 OA CoolCNode', 'sim_topic': 'AHU-002 OA CoolCNode System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU2/all', 'type': 'System Node Temperature'}, {'field': 'DischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'AHU-003 Supply Equipment Outlet Node', 'sim_topic': 'AHU-003 Supply Equipment Outlet Node System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/all', 'type': 'System Node Temperature'}, {'field': 'SupplyAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'AHU-003 Supply Equipment Outlet Node', 'sim_topic': 'AHU-003 Supply Equipment Outlet Node System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU3/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ReturnAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'AHU-003 Supply Equipment Inlet Node', 'sim_topic': 'AHU-003 Supply Equipment Inlet Node System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/all', 'type': 'System Node Temperature'}, {'field': 'MixedAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'AHU-003 OA CoolCNode', 'sim_topic': 'AHU-003 OA CoolCNode System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU3/all', 'type': 'System Node Temperature'}, {'field': 'DischargeAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'AHU-004 Supply Equipment Outlet Node', 'sim_topic': 'AHU-004 Supply Equipment Outlet Node System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU4/all', 'type': 'System Node Temperature'}, {'field': 'SupplyAirFlow', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'cubicMetersPerSecond'}, 'name': 'AHU-004 Supply Equipment Outlet Node', 'sim_topic': 'AHU-004 Supply Equipment Outlet Node System Node Mass Flow Rate', 'topic': 'devices/PNNL/BUILDING1/AHU4/all', 'type': 'System Node Mass Flow Rate'}, {'field': 'ReturnAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'AHU-004 Supply Equipment Inlet Node', 'sim_topic': 'AHU-004 Supply Equipment Inlet Node System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU4/all', 'type': 'System Node Temperature'}, {'field': 'MixedAirTemperature', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'AHU-004 OA CoolCNode', 'sim_topic': 'AHU-004 OA CoolCNode System Node Temperature', 'topic': 'devices/PNNL/BUILDING1/AHU4/all', 'type': 'System Node Temperature'}, {'field': 'SupplyFanStatus', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'Enum'}, 'name': 'HVACOperationSchd', 'sim_topic': 'HVACOperationSchd Schedule Value1', 'topic': 'devices/PNNL/BUILDING1/AHU1/all', 'type': 'Schedule Value'}, {'field': 'SupplyFanStatus', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'Enum'}, 'name': 'HVACOperationSchd', 'sim_topic': 'HVACOperationSchd Schedule Value2', 'topic': 'devices/PNNL/BUILDING1/AHU2/all', 'type': 'Schedule Value'}, {'field': 'SupplyFanStatus', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'Enum'}, 'name': 'HVACOperationSchd', 'sim_topic': 'HVACOperationSchd Schedule Value3', 'topic': 'devices/PNNL/BUILDING1/AHU3/all', 'type': 'Schedule Value'}, {'field': 'SupplyFanStatus', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'Enum'}, 'name': 'HVACOperationSchd', 'sim_topic': 'HVACOperationSchd Schedule Value4', 'topic': 'devices/PNNL/BUILDING1/AHU4/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAVCorridor', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV100/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV102', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV102/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV118', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV118/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV119', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV119/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV120', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV120/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV123A', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV123A/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV123B', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV123B/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV127A', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV127A/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV127B', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV127B/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV129', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV129/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV131', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV131/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV136', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV136/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV133', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV133/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV142', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV142/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV143', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV143/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV150', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV150/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV104', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV104/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV105', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV105/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV107', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV107/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV108', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV108/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV112', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV112/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAV116', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV116/all', 'type': 'Schedule Value'}, {'field': 'OccupancyMode', 'meta': {'type': 'boolean', 'tz': 'US/Pacific', 'units': 'None'}, 'name': 'ALWAYS ON', 'sim_topic': 'ALWAYS ON Schedule Value VAVRESTROOM', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV121/all', 'type': 'Schedule Value'}, {'field': 'SupplyFanPower', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'AHU-001 Fan', 'sim_topic': 'AHU 1 Power', 'topic': 'devices/PNNL/BUILDING1/AHU1/all', 'type': 'Fan Electric Power'}, {'field': 'SupplyFanPower', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'AHU-002 Fan', 'sim_topic': 'AHU 2 Power', 'topic': 'devices/PNNL/BUILDING1/AHU2/all', 'type': 'Fan Electric Power'}, {'field': 'SupplyFanPower', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'AHU-003 Fan', 'sim_topic': 'AHU 3 Power', 'topic': 'devices/PNNL/BUILDING1/AHU3/all', 'type': 'Fan Electric Power'}, {'field': 'SupplyFanPower', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'AHU-004 Fan', 'sim_topic': 'AHU 4 Power', 'topic': 'devices/PNNL/BUILDING1/AHU4/all', 'type': 'Fan Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'DISTRICT COOLING', 'sim_topic': 'DISTRICT COOLING District Cooling Rate', 'topic': 'devices/PNNL/BUILDING1/Chiller/all', 'type': 'District Cooling Rate'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-102 Lights', 'sim_topic': 'Zone-VAV-102 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE102/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-104 Lights', 'sim_topic': 'Zone-VAV-104 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE104/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-105 Lights', 'sim_topic': 'Zone-VAV-105 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE105/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-107 Lights', 'sim_topic': 'Zone-VAV-107 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE107/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-108 Lights', 'sim_topic': 'Zone-VAV-108 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE108/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-112 Lights', 'sim_topic': 'Zone-VAV-112 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE112/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-116 Lights', 'sim_topic': 'Zone-VAV-116 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE116/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-118 Lights', 'sim_topic': 'Zone-VAV-118 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE118/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-119 Lights', 'sim_topic': 'Zone-VAV-119 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE119/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-120 Lights', 'sim_topic': 'Zone-VAV-120 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE120/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-123A Lights', 'sim_topic': 'Zone-VAV-123A Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE123A/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-123B Lights', 'sim_topic': 'Zone-VAV-123B Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE123B/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-127A Lights', 'sim_topic': 'Zone-VAV-127A Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE127A/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-127B Lights', 'sim_topic': 'Zone-VAV-127B Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE127B/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-129 Lights', 'sim_topic': 'Zone-VAV-129 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE129/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-131 Lights', 'sim_topic': 'Zone-VAV-131 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE131/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-133 Lights', 'sim_topic': 'Zone-VAV-133 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE133/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-136 Lights', 'sim_topic': 'Zone-VAV-136 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE136/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-142 Lights', 'sim_topic': 'Zone-VAV-142 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE142/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-143 Lights', 'sim_topic': 'Zone-VAV-143 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE143/all', 'type': 'Lights Electric Power'}, {'field': 'Power', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Zone-VAV-150 Lights', 'sim_topic': 'Zone-VAV-150 Lights Electric Power', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE150/all', 'type': 'Lights Electric Power'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-102', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-102', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE102/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-104', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-104', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE104/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-105', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-105', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE105/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-107', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-107', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE107/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-108', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-108', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE108/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-112', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-112', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE112/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-116', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-116', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE116/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-118', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-118', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE118/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-119', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-119', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE119/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-120', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-120', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE120/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-123A', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-123A', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE123A/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-123B', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-123B', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE123B/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-127A', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-127A', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE127A/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-127B', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-127B', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE127B/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-129', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-129', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE129/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-131', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-131', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE131/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-133', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-133', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE133/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-136', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-136', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE136/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-142', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-142', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE142/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-143', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-143', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE143/all', 'type': 'Schedule Value'}, {'field': 'DimmingLevelOutput', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'fraction'}, 'name': 'BLDG LIGHT SCH Zone-VAV-150', 'sim_topic': 'BLDG LIGHT SCH Zone-VAV-150', 'topic': 'devices/PNNL/BUILDING1/LIGHTING/ZONE150/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-102', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-102', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV102/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-118', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-118', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV118/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-119', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-119', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV119/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-120', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-120', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV120/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-123A', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-123A', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV123A/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-123B', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-123B', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV123B/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-127A', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-127A', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV127A/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-127B', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-127B', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV127B/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-129', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-129', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV129/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-131', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-131', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV131/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-133', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-133', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV133/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-136', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-136', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV136/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-142', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-142', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV142/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-143', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-143', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV143/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-150', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-150', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV150/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-CORRIDOR', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-100', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV100/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-RESTROOM', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-121', 'topic': 'devices/PNNL/BUILDING1/AHU1/VAV121/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-104', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-104', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV104/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-105', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-105', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV105/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-107', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-107', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV107/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-108', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-108', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV108/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-112', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-112', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV112/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-VAV-116', 'sim_topic': 'CLGTEMPSETPOINT Zone-VAV-116', 'topic': 'devices/PNNL/BUILDING1/AHU3/VAV116/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-AHU-002', 'sim_topic': 'CLGTEMPSETPOINT Zone-AHU-002', 'topic': 'devices/PNNL/BUILDING1/AHU2/all', 'type': 'Schedule Value'}, {'field': 'ZoneCoolingTemperatureSetPoint', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'degreesCentigrade'}, 'name': 'CLGTEMPSETPOINT Zone-AHU-004', 'sim_topic': 'CLGTEMPSETPOINT Zone-AHU-004', 'topic': 'devices/PNNL/BUILDING1/AHU4/all', 'type': 'Schedule Value'}, {'name': 'EMS', 'sim_topic': 'currentMonthV', 'type': 'currentMonthV'}, {'name': 'EMS', 'sim_topic': 'currentDayOfMonthV', 'type': 'currentDayOfMonthV'}, {'name': 'EMS', 'sim_topic': 'currentHourV', 'type': 'currentHourV'}, {'name': 'EMS', 'sim_topic': 'currentMinuteV', 'type': 'currentMinuteV'}, {'default': 'BLDG LIGHT SCH Zone-VAV-102', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default1', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-104', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default2', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-105', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default3', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-107', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default4', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-108', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default5', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-112', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default6', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-116', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default7', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-118', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default8', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-119', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default9', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-120', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default10', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-123A', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default11', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-123B', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default12', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-127A', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default13', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-127B', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default14', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-129', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default15', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-131', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default16', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-133', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default17', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-142', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default18', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-143', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default19', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-150', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default20', 'type': 'Schedule Value'}, {'default': 'BLDG LIGHT SCH Zone-VAV-136', 'name': 'BLDG LIGHT SCH bak', 'sim_topic': 'Dynamic_default21', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-102', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault1', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-118', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault2', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-119', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault3', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-120', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault4', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-123A', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault5', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-123B', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault6', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-127A', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault7', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-127B', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault8', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-129', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault9', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-131', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault10', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-133', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault11', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-136', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault12', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-142', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault13', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-143', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault14', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-150', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault15', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-CORRIDOR', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault16', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-RESTROOM', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault17', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-104', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault18', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-105', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault19', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-107', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault20', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-108', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault21', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-112', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault22', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-VAV-116', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault23', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-AHU-002', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault24', 'type': 'Schedule Value'}, {'default': 'CLGTEMPSETPOINT Zone-AHU-004', 'name': 'CLGTEMPSETPOINT', 'sim_topic': 'Dynamic_VAVdefault25', 'type': 'Schedule Value'}, {'field': 'operation', 'name': 'HVACOperationSchd', 'sim_topic': 'operation', 'type': 'Schedule Value'}, {'field': 'WholeBuildingPower', 'meta': {'type': 'float', 'tz': 'US/Pacific', 'units': 'WATTS'}, 'name': 'Whole Building', 'publish_last': True, 'sim_topic': 'Whole Building Power', 'topic': 'devices/PNNL/BUILDING1/METERS/all', 'type': 'Facility Total Electric Demand Power'}], 'properties': {'bcvtb_home': '~/bcvtb/', 'co_sim_timestep': 5, 'cosimulation_sync': True, 'endday': 31, 'endmonth': 8, 'identity': 'platform.actuator', 'model': '~/eplus/building1/BUILDING1.idf', 'real_time_flag': False, 'real_time_periodic': True, 'size': 40960, 'startday': 1, 'startmonth': 8, 'time_scale': 6, 'timestep': 60, 'weather': '~/eplus/building1/USA_WA_Pasco-Tri.Cities.AP.727845_TMY3.epw'}}
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV102
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV118
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV119
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV120
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV123A
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV123B
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV127A
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV127B
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV129
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV131
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV133
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV136
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV142
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV143
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV150
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV100
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU1/VAV121
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU3/VAV104
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU3/VAV105
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU3/VAV107
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU3/VAV108
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU3/VAV112
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU3/VAV116
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU2
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/AHU4
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE102
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE104
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE105
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE107
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE108
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE112
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE116
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE118
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE119
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE120
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE123A
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE123B
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE127A
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE127B
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE129
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE131
    2023-10-11 09:55:58,441 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE133
    2023-10-11 09:55:58,442 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE142
    2023-10-11 09:55:58,442 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE143
    2023-10-11 09:55:58,442 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE150
    2023-10-11 09:55:58,442 (volttron-lib-energyplus-main-0.1.0 10921) energyplus.agent(135) INFO: subscribed to PNNL/BUILDING1/LIGHTING/ZONE136
    2023-10-11 09:55:58,442 (volttron-lib-energyplus-main-0.1.0 10921) integrations.energyplus_integration(418) DEBUG: Bound to 52653 on '127.0.0.1'
    2023-10-11 09:55:58,442 (volttron-lib-energyplus-main-0.1.0 10921) integrations.energyplus_integration(136) DEBUG: Current Model Path: ~/eplus/building1/BUILDING1.idf
    2023-10-11 09:55:58,442 (volttron-lib-energyplus-main-0.1.0 10921) integrations.energyplus_integration(137) DEBUG: Current Weather Path: ~/eplus/building1/USA_WA_Pasco-Tri.Cities.AP.727845_TMY3.epw
    2023-10-11 09:55:58,442 (volttron-lib-energyplus-main-0.1.0 10921) integrations.energyplus_integration(160) DEBUG: Working in '/home/riley/eplus/building1'
    2023-10-11 09:55:58,447 (volttron-lib-energyplus-main-0.1.0 10921) integrations.energyplus_integration(170) DEBUG: Running: cd /home/riley/eplus/building1; export BCVTB_HOME=/home/riley/bcvtb/; energyplus -w /home/riley/eplus/building1/USA_WA_Pasco-Tri.Cities.AP.727845_TMY3.epw -r /home/riley/eplus/building1/BUILDING1.idf
    2023-10-11 09:55:58,528 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['EnergyPlus Starting']
    2023-10-11 09:55:58,529 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['EnergyPlus, Version 8.5.0-c87e61b44b, YMD=2023.10.11 09:55']
    2023-10-11 09:55:58,530 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Processing Data Dictionary']
    2023-10-11 09:55:58,528 (volttron-lib-energyplus-main-0.1.0 10921) integrations.energyplus_integration(437) DEBUG: Starting socket server
    2023-10-11 09:55:58,528 (volttron-lib-energyplus-main-0.1.0 10921) integrations.energyplus_integration(446) DEBUG: server now listening
    2023-10-11 09:55:58,551 (volttron-listener-0.2.0rc0 10865) listener.agent(104) INFO: Peer: pubsub, Sender: platform.actuator:, Bus: , Topic: heartbeat/platform.actuator, Headers: {'TimeStamp': '2023-10-11T16:55:58.530819+00:00', 'min_compatible_version': '3.0', 'max_compatible_version': ''}, Message: 
    'GOOD'
    2023-10-11 09:55:58,660 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Processing Input File']
    2023-10-11 09:56:00,617 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Response Factors']
    2023-10-11 09:56:00,617 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "INT WALL", Construction # 1']
    2023-10-11 09:56:00,617 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES EXT WALL", Construction # 2']
    2023-10-11 09:56:00,618 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES EXT WALL", Construction # 2']
    2023-10-11 09:56:00,619 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,621 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,626 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,628 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,629 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,631 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,637 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,638 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,640 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,646 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,647 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,649 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,651 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,657 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,659 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,660 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,666 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,668 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,669 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,671 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,676 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,678 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,680 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,682 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,687 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,689 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,690 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,696 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,697 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,699 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,700 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,706 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,707 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,709 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,711 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,716 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,717 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,719 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,721 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,726 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,728 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,730 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,731 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,737 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,739 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,740 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,746 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,747 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,749 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,751 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES ROOF", Construction # 3']
    2023-10-11 09:56:00,756 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "NONRES FLOOR", Construction # 4']
    2023-10-11 09:56:00,757 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating CTFs for "INTERIORFURNISHINGS", Construction # 5']
    2023-10-11 09:56:00,758 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Window Optical Properties']
    2023-10-11 09:56:00,759 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Solar Calculations']
    2023-10-11 09:56:00,759 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Allocate Solar Module Arrays']
    2023-10-11 09:56:00,878 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Zone Report Variables']
    2023-10-11 09:56:00,879 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Surface (Shading) Report Variables']
    2023-10-11 09:56:00,888 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Computing Interior Solar Absorption Factors']
    2023-10-11 09:56:00,888 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Determining Shadowing Combinations']
    2023-10-11 09:56:00,930 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Computing Window Shade Absorption Factors']
    2023-10-11 09:56:00,932 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Proceeding with Initializing Solar Calculations']
    2023-10-11 09:56:00,978 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Surfaces']
    2023-10-11 09:56:00,978 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Outdoor environment for Surfaces']
    2023-10-11 09:56:00,979 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Setting up Surface Reporting Variables']
    2023-10-11 09:56:01,018 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Temperature and Flux Histories']
    2023-10-11 09:56:01,019 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Window Shading']
    2023-10-11 09:56:01,019 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Computing Interior Absorption Factors']
    2023-10-11 09:56:01,020 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Computing Interior Diffuse Solar Absorption Factors']
    2023-10-11 09:56:01,020 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Computing Interior Diffuse Solar Exchange through Interzone Windows']
    2023-10-11 09:56:01,026 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Solar Heat Gains']
    2023-10-11 09:56:01,026 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Internal Heat Gains']
    2023-10-11 09:56:01,036 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Interior Solar Distribution']
    2023-10-11 09:56:01,037 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Interior Convection Coefficients']
    2023-10-11 09:56:01,041 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Gathering Information for Predefined Reporting']
    2023-10-11 09:56:01,052 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Completed Initializing Surface Heat Balance']
    2023-10-11 09:56:01,057 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculate Outside Surface Heat Balance']
    2023-10-11 09:56:01,058 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculate Inside Surface Heat Balance']
    2023-10-11 09:56:01,058 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculate Air Heat Balance']
    2023-10-11 09:56:01,060 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing HVAC']
    2023-10-11 09:56:01,241 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:01,556 (volttron-listener-0.2.0rc0 10865) listener.agent(104) INFO: Peer: pubsub, Sender: volttron-listener-0.2.0rc0_1:, Bus: , Topic: heartbeat/volttron-listener-0.2.0rc0_1, Headers: {'TimeStamp': '2023-10-11T16:56:01.550549+00:00', 'min_compatible_version': '3.0', 'max_compatible_version': ''}, Message: 
    'GOOD'
    2023-10-11 09:56:02,056 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:02,732 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:03,448 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:04,138 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:04,809 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:05,442 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:06,092 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:06,556 (volttron-listener-0.2.0rc0 10865) listener.agent(104) INFO: Peer: pubsub, Sender: volttron-listener-0.2.0rc0_1:, Bus: , Topic: heartbeat/volttron-listener-0.2.0rc0_1, Headers: {'TimeStamp': '2023-10-11T16:56:06.550433+00:00', 'min_compatible_version': '3.0', 'max_compatible_version': ''}, Message: 
    'GOOD'
    2023-10-11 09:56:06,750 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:07,519 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:08,187 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:08,818 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:09,470 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Performing Zone Sizing Simulation']
    2023-10-11 09:56:09,470 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['...for Sizing Period: #1 PASCO ANN HTG 99.6% CONDNS DB']
    2023-10-11 09:56:11,552 (volttron-listener-0.2.0rc0 10865) listener.agent(104) INFO: Peer: pubsub, Sender: volttron-listener-0.2.0rc0_1:, Bus: , Topic: heartbeat/volttron-listener-0.2.0rc0_1, Headers: {'TimeStamp': '2023-10-11T16:56:11.550575+00:00', 'min_compatible_version': '3.0', 'max_compatible_version': ''}, Message: 
    'GOOD'
    2023-10-11 09:56:12,516 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:13,259 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:14,006 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:14,730 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:15,507 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:16,388 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up']
    2023-10-11 09:56:16,552 (volttron-listener-0.2.0rc0 10865) listener.agent(104) INFO: Peer: pubsub, Sender: volttron-listener-0.2.0rc0_1:, Bus: , Topic: heartbeat/volttron-listener-0.2.0rc0_1, Headers: {'TimeStamp': '2023-10-11T16:56:16.550196+00:00', 'min_compatible_version': '3.0', 'max_compatible_version': ''}, Message: 
    'GOOD'
    2023-10-11 09:56:17,246 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Performing Zone Sizing Simulation']
    2023-10-11 09:56:17,246 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['...for Sizing Period: #2 PASCO ANN CLG .4% CONDNS DB=>MWB']
    2023-10-11 09:56:17,688 (volttron-listener-0.2.0rc0 10865) listener.agent(104) INFO: Peer: pubsub, Sender: platform.config_store:, Bus: , Topic: heartbeat/platform.config_store, Headers: {'TimeStamp': '2023-10-11T16:56:17.680716+00:00', 'min_compatible_version': '3.0', 'max_compatible_version': ''}, Message: 
    'GOOD'
    2023-10-11 09:56:17,691 (volttron-listener-0.2.0rc0 10865) listener.agent(104) INFO: Peer: pubsub, Sender: platform.auth:, Bus: , Topic: heartbeat/platform.auth, Headers: {'TimeStamp': '2023-10-11T16:56:17.690256+00:00', 'min_compatible_version': '3.0', 'max_compatible_version': ''}, Message: 
    'GOOD'
    2023-10-11 09:56:17,791 (volttron-listener-0.2.0rc0 10865) listener.agent(104) INFO: Peer: pubsub, Sender: platform.control:, Bus: , Topic: heartbeat/platform.control, Headers: {'TimeStamp': '2023-10-11T16:56:17.789354+00:00', 'min_compatible_version': '3.0', 'max_compatible_version': ''}, Message: 
    'GOOD'
    2023-10-11 09:56:17,801 (volttron-listener-0.2.0rc0 10865) listener.agent(104) INFO: Peer: pubsub, Sender: platform.health:, Bus: , Topic: heartbeat/platform.health, Headers: {'TimeStamp': '2023-10-11T16:56:17.799627+00:00', 'min_compatible_version': '3.0', 'max_compatible_version': ''}, Message: 
    'GOOD'
    2023-10-11 09:56:21,199 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating System sizing']
    2023-10-11 09:56:21,201 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['...for Sizing Period: #1 PASCO ANN HTG 99.6% CONDNS DB']
    2023-10-11 09:56:21,207 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Calculating System sizing']
    2023-10-11 09:56:21,207 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['...for Sizing Period: #2 PASCO ANN CLG .4% CONDNS DB=>MWB']
    2023-10-11 09:56:21,466 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing Simulation']
    2023-10-11 09:56:21,557 (volttron-listener-0.2.0rc0 10865) listener.agent(104) INFO: Peer: pubsub, Sender: volttron-listener-0.2.0rc0_1:, Bus: , Topic: heartbeat/volttron-listener-0.2.0rc0_1, Headers: {'TimeStamp': '2023-10-11T16:56:21.550940+00:00', 'min_compatible_version': '3.0', 'max_compatible_version': ''}, Message: 
    'GOOD'
    2023-10-11 09:56:21,561 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Reporting Surfaces']
    2023-10-11 09:56:21,622 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Beginning Primary Simulation']
    2023-10-11 09:56:21,626 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Initializing New Environment Parameters']
    2023-10-11 09:56:21,626 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up {1}']
    2023-10-11 09:56:21,626 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Instantiating Building Controls Virtual Test Bed']
    2023-10-11 09:56:21,627 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['ExternalInterface initializes.']
    2023-10-11 09:56:21,626 (volttron-lib-energyplus-main-0.1.0 10921) integrations.energyplus_integration(448) DEBUG: Connected with 127.0.0.1:59260
    2023-10-11 09:56:22,100 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Number of outputs in ExternalInterface = 269']
    2023-10-11 09:56:22,100 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Number of inputs  in ExternalInterface = 46']
    2023-10-11 09:56:23,420 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up {2}']
    2023-10-11 09:56:24,691 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up {3}']
    2023-10-11 09:56:26,021 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up {4}']
    2023-10-11 09:56:26,551 (volttron-listener-0.2.0rc0 10865) listener.agent(104) INFO: Peer: pubsub, Sender: volttron-listener-0.2.0rc0_1:, Bus: , Topic: heartbeat/volttron-listener-0.2.0rc0_1, Headers: {'TimeStamp': '2023-10-11T16:56:26.550327+00:00', 'min_compatible_version': '3.0', 'max_compatible_version': ''}, Message: 
    'GOOD'
    2023-10-11 09:56:27,437 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up {5}']
    2023-10-11 09:56:28,777 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up {6}']
    2023-10-11 09:56:30,119 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Warming up {7}']
    2023-10-11 09:56:31,529 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['Starting Simulation at 08/01 for TYPICAL SUMMER WEEK']
    2023-10-11 09:56:31,529 (volttron-lib-energyplus-main-0.1.0 10921) <stdout>(0) INFO: ['ExternalInterface starts first data exchange.']
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%