From 7e6c9f0c9bf14266598761c654dd31c208a6e62d Mon Sep 17 00:00:00 2001 From: Charlie Martin Date: Mon, 14 May 2018 21:57:59 -0600 Subject: [PATCH] Add decoder entry for Sky. --- sample_config.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/sample_config.json b/sample_config.json index f452531..21bdeef 100644 --- a/sample_config.json +++ b/sample_config.json @@ -56,6 +56,31 @@ "sensor_status": { "chords_var": "statair" } - } + }, + { + "_enabled": true, + "_wxflow_type": "ObsSky", + "_chords_inst_id": "2", + "_match": { + "type": "obs_sky", + "serial_number": "SK-00008875" + }, + "obs":[ + [0, "at"], + [1, "illum"], + [2, "uv"], + [3, "rain"], + [4, "wind_lull"], + [5, "wind_avg"], + [6, "wind_gust"], + [7, "wind_dir"], + [8, "vbat"], + [9, "rep_int"], + [10,"solar"], + [11,"rain_day"], + [12,"precip_typ"], + [13,"wind_int"] + ] + } ] }