-
Notifications
You must be signed in to change notification settings - Fork 218
WeatherAgentTopics
Topics used by the WeatherAgent with example output.
['weather/all', '{"temperature": {"windchill_f": "NA", "temp_f": 69.1, "heat_index_f": "NA", "heat_index_string": "NA", "temp_c": 20.6, "feelslike_c": "20.6", "windchill_string": "NA", "feelslike_f": "69.1", "heat_index_c": "NA", "windchill_c": "NA", "feelslike_string": "69.1 F (20.6 C)", "temperature_string": "69.1 F (20.6 C)"}, "cloud_cover": {"visibility_mi": "10.0", "solarradiation": "", "weather": "Clear", "visibility_km": "16.1", "UV": "6"}, "location": {"display_location": {"city": "Richland", "full": "Richland, WA", "elevation": "121.00000000", "state_name": "Washington", "zip": "99352", "country": "US", "longitude": "-119.29721832", "state": "WA", "country_iso3166": "US", "latitude": "46.28490067"}, "local_tz_long": "America/Los_Angeles", "observation_location": {"city": "Richland, Richland", "full": "Richland, Richland, Washington", "elevation": "397 ft", "country": "US", "longitude": "-119.304375", "state": "Washington", "country_iso3166": "US", "latitude": "46.285866"}, "station_id": "KWARICHL21"}, "time": {"local_tz_offset": "-0700", "local_epoch": "1368724778", "observation_time": "Last Updated on May 16, 10:18 AM PDT", "local_tz_short": "PDT", "observation_epoch": "1368724692", "local_time_rfc822": "Thu, 16 May 2013 10:19:38 -0700", "observation_time_rfc822": "Thu, 16 May 2013 10:18:12 -0700"}, "pressure_humidity": {"relative_humidity": "40%", "pressure_mb": "1014", "pressure_trend": "-"}, "precipitation": {"dewpoint_string": "44 F (7 C)", "precip_1hr_in": "0.00", "precip_today_in": "0.00", "precip_today_metric": "0", "precip_today_string": "0.00 in (0 mm)", "dewpoint_f": 44, "dewpoint_c": 7, "precip_1hr_string": "0.00 in ( 0 mm)", "precip_1hr_metric": " 0"}, "wind": {"wind_degrees": 3, "wind_kph": 2.7, "wind_gust_mph": "3.0", "wind_mph": 1.7, "wind_string": "From the North at 1.7 MPH Gusting to 3.0 MPH", "pressure_in": "29.94", "wind_dir": "North", "wind_gust_kph": "4.8"}}']
['weather/temperature/all', '{"windchill_f": "NA", "temp_f": 69.1, "heat_index_f": "NA", "heat_index_string": "NA", "temp_c": 20.6, "feelslike_c": "20.6", "windchill_string": "NA", "feelslike_f": "69.1", "heat_index_c": "NA", "windchill_c": "NA", "feelslike_string": "69.1 F (20.6 C)", "temperature_string": "69.1 F (20.6 C)"}']
['weather/temperature/windchill_f', 'NA']
['weather/temperature/temp_f', '69.1']
['weather/temperature/heat_index_f', 'NA']
['weather/temperature/heat_index_string', 'NA']
['weather/temperature/temp_c', '20.6']
['weather/temperature/feelslike_c', '20.6']
['weather/temperature/windchill_string', 'NA']
['weather/temperature/feelslike_f', '69.1']
['weather/temperature/heat_index_c', 'NA']
['weather/temperature/windchill_c', 'NA']
['weather/temperature/feelslike_string', '69.1 F (20.6 C)']
['weather/temperature/temperature_string', '69.1 F (20.6 C)']
['weather/cloud_cover/all', '{"visibility_mi": "10.0", "solarradiation": "", "weather": "Clear", "visibility_km": "16.1", "UV": "6"}']
['weather/cloud_cover/visibility_mi', '10.0']
['weather/cloud_cover/solarradiation', '']
['weather/cloud_cover/weather', 'Clear']
['weather/cloud_cover/visibility_km', '16.1']
['weather/cloud_cover/UV', '6']
['weather/location/all', '{"display_location": {"city": "Richland", "full": "Richland, WA", "elevation": "121.00000000", "state_name": "Washington", "zip": "99352", "country": "US", "longitude": "-119.29721832", "state": "WA", "country_iso3166": "US", "latitude": "46.28490067"}, "local_tz_long": "America/Los_Angeles", "observation_location": {"city": "Richland, Richland", "full": "Richland, Richland, Washington", "elevation": "397 ft", "country": "US", "longitude": "-119.304375", "state": "Washington", "country_iso3166": "US", "latitude": "46.285866"}, "station_id": "KWARICHL21"}']
['weather/location/display_location/all', '{"city": "Richland", "full": "Richland, WA", "elevation": "121.00000000", "state_name": "Washington", "zip": "99352", "country": "US", "longitude": "-119.29721832", "state": "WA", "country_iso3166": "US", "latitude": "46.28490067"}']
['weather/location/display_location/city', 'Richland']
['weather/location/display_location/full', 'Richland, WA']
['weather/location/display_location/elevation', '121.00000000']
['weather/location/display_location/state_name', 'Washington']
['weather/location/display_location/zip', '99352']
['weather/location/display_location/country', 'US']
['weather/location/display_location/longitude', '-119.29721832']
['weather/location/display_location/state', 'WA']
['weather/location/display_location/country_iso3166', 'US']
['weather/location/display_location/latitude', '46.28490067']
['weather/location/local_tz_long', 'America/Los_Angeles']
['weather/location/observation_location/all', '{"city": "Richland, Richland", "full": "Richland, Richland, Washington", "elevation": "397 ft", "country": "US", "longitude": "-119.304375", "state": "Washington", "country_iso3166": "US", "latitude": "46.285866"}']
['weather/location/observation_location/city', 'Richland, Richland']
['weather/location/observation_location/full', 'Richland, Richland, Washington']
['weather/location/observation_location/elevation', '397 ft']
['weather/location/observation_location/country', 'US']
['weather/location/observation_location/longitude', '-119.304375']
['weather/location/observation_location/state', 'Washington']
['weather/location/observation_location/country_iso3166', 'US']
['weather/location/observation_location/latitude', '46.285866']
['weather/location/station_id', 'KWARICHL21']
['weather/time/all', '{"local_tz_offset": "-0700", "local_epoch": "1368724778", "observation_time": "Last Updated on May 16, 10:18 AM PDT", "local_tz_short": "PDT", "observation_epoch": "1368724692", "local_time_rfc822": "Thu, 16 May 2013 10:19:38 -0700", "observation_time_rfc822": "Thu, 16 May 2013 10:18:12 -0700"}']
['weather/time/local_tz_offset', '-0700']
['weather/time/local_epoch', '1368724778']
['weather/time/observation_time', 'Last Updated on May 16, 10:18 AM PDT']
['weather/time/local_tz_short', 'PDT']
['weather/time/observation_epoch', '1368724692']
['weather/time/local_time_rfc822', 'Thu, 16 May 2013 10:19:38 -0700']
['weather/time/observation_time_rfc822', 'Thu, 16 May 2013 10:18:12 -0700']
['weather/pressure_humidity/all', '{"relative_humidity": "40%", "pressure_mb": "1014", "pressure_trend": "-"}']
['weather/pressure_humidity/relative_humidity', '40%']
['weather/pressure_humidity/pressure_mb', '1014']
['weather/pressure_humidity/pressure_trend', '-']
['weather/precipitation/all', '{"dewpoint_string": "44 F (7 C)", "precip_1hr_in": "0.00", "precip_today_in": "0.00", "precip_today_metric": "0", "precip_today_string": "0.00 in (0 mm)", "dewpoint_f": 44, "dewpoint_c": 7, "precip_1hr_string": "0.00 in ( 0 mm)", "precip_1hr_metric": " 0"}']
['weather/precipitation/dewpoint_string', '44 F (7 C)']
['weather/precipitation/precip_1hr_in', '0.00']
['weather/precipitation/precip_today_in', '0.00']
['weather/precipitation/precip_today_metric', '0']
['weather/precipitation/precip_today_string', '0.00 in (0 mm)']
['weather/precipitation/dewpoint_f', '44']
['weather/precipitation/dewpoint_c', '7']
['weather/precipitation/precip_1hr_string', '0.00 in ( 0 mm)']
['weather/precipitation/precip_1hr_metric', ' 0']
['weather/wind/all', '{"wind_degrees": 3, "wind_kph": 2.7, "wind_gust_mph": "3.0", "wind_mph": 1.7, "wind_string": "From the North at 1.7 MPH Gusting to 3.0 MPH", "pressure_in": "29.94", "wind_dir": "North", "wind_gust_kph": "4.8"}']
['weather/wind/wind_degrees', '3']
['weather/wind/wind_kph', '2.7']
['weather/wind/wind_gust_mph', '3.0']
['weather/wind/wind_mph', '1.7']
['weather/wind/wind_string', 'From the North at 1.7 MPH Gusting to 3.0 MPH']
['weather/wind/pressure_in', '29.94']
['weather/wind/wind_dir', 'North']
['weather/wind/wind_gust_kph', '4.8']
- Platform Agent
- VOLTTRON Central Agent
- Platform Commands
- Platform Configuration
- [Platform Hardening Security Recommendations] (Linux-Platform-Hardening-Recommendations-for-VOLTTRON-users)
- ...
- [Building VOLTTRON] (Building-VOLTTRON)
- Example Agents
- Agent Development
- [Shortcut Scripts] (Scripts)
- [VOLTTRON Conventions] (Conventions)
- [sMAP Test Server] (sMAP-Test-Instance)
- [Design Discussions] (Design Discussions)
- VIP
- VIP - VOLTTRON Interconnect Protocol
- RPC by example
- VIP - Known Identities
- VIP - Authentication
- VIP - Authorization
- Protecting Pub/Sub Topics
- Setup Eclipse for VOLTTRON
- Deployment Walkthrough
- Forward Historian Walkthrough
- [Create New Historian Agent] (Developing-Historian-Agents)
- [Create New Driver Agent] (Develop-Driver-Agent)
- [Developing With Eclipse] (Eclipse)
- Migrations
- [2.x to 3.x Migration](2.x-to 3.x-Migration)
- 1.2 to 2.0 Migration
- [Deployment Recommendations](Recommendations for Deployments)
VOLTTRON Versions and Features
Transactional Network Platform Overview
- Established Topics
- Working with the Actuator Agent
- Logging
- [Multi-Node Communication] (MultiBuildingMessaging)
Information Exchange Standards