Skip to content

Commit

Permalink
Update for new dome sensor.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Jan 16, 2025
1 parent bd849c6 commit ddd206f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="list-group rounded-0">
<span class="list-group-item" data-index='["vaisala", "pressure"]' data-generator="envLatestMinMax" data-units=" hPa">Pressure</span>
<span class="list-group-item" data-index='["internal", "temperature"]' data-generator="envLatestMinMax" data-units=" &deg;C">Dome Temperature</span>
<span class="list-group-item" data-index='["internal", "humidity"]' data-generator="envLatestMinMax" data-units=" %RH">Dome Humidity</span>
<span class="list-group-item" data-index='["internal", "relative_humidity"]' data-generator="envLatestMinMax" data-units=" %RH">Dome Humidity</span>
<span class="list-group-item"data-index='["vaisala", "median_wind_speed"]' data-generator="envLatestMinMax" data-units=" km/h">Med. Wind</span>
<span class="list-group-item"data-index='["vaisala", "wind_gust"]' data-generator="envLatestMinMax" data-units=" km/h">Wind Gust</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion update-dashboard-data
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def generate_json(output_path, date):
'wind_gust', 'median_wind_speed', 'temperature', 'relative_humidity', 'dew_point_delta',
'pressure', 'rg11_unsafe'
],
'internal': ['temperature', 'humidity'],
'internal': ['temperature', 'relative_humidity', 'dew_point_delta'],
'cloudwatcher': ['sky_temp'],
'diskspace': ['data_fs_available_bytes'],
'ephem': ['sun_alt', 'moon_alt', 'moon_percent_illumination']
Expand Down

0 comments on commit ddd206f

Please sign in to comment.