From ddd206f3773b0e494bf737ca9695bef981c8bfd9 Mon Sep 17 00:00:00 2001
From: Paul Chote
Date: Thu, 16 Jan 2025 14:21:55 +0000
Subject: [PATCH] Update for new dome sensor.
---
dashboard/templates/dashboard.html | 2 +-
update-dashboard-data | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dashboard/templates/dashboard.html b/dashboard/templates/dashboard.html
index 3f56e2c..132ab1d 100644
--- a/dashboard/templates/dashboard.html
+++ b/dashboard/templates/dashboard.html
@@ -17,7 +17,7 @@
Pressure
Dome Temperature
- Dome Humidity
+ Dome Humidity
Med. Wind
Wind Gust
diff --git a/update-dashboard-data b/update-dashboard-data
index 16341b9..561246c 100755
--- a/update-dashboard-data
+++ b/update-dashboard-data
@@ -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']