File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,33 @@ sudo wee_extension --install weewx-zabbix.tgz
39
39
## Add the key to zabbix
40
40
Add a key of type "Zabbix trapper", with the key name weewx_outTemp (formed with the prefix set in the config file + the weewx key name).
41
41
42
+ ## Availables key
43
+ Here is a list of the key pushed on my system, probably configuration dependant.
44
+ ```
45
+ weewx_altimeter
46
+ weewx_heatindex
47
+ weewx_radiation
48
+ weewx_inDewpoint
49
+ weewx_inTemp
50
+ weewx_barometer
51
+ weewx_windchill
52
+ weewx_dewpoint
53
+ weewx_rain
54
+ weewx_humidex
55
+ weewx_pressure
56
+ weewx_rainRate
57
+ weewx_usUnits
58
+ weewx_txBatteryStatus
59
+ weewx_appTemp
60
+ weewx_UV
61
+ weewx_dateTime
62
+ weewx_windDir
63
+ weewx_outTemp
64
+ weewx_windSpeed
65
+ weewx_inHumidity
66
+ weewx_windGust
67
+ weewx_windGustDir
68
+ weewx_cloudbase
69
+ ```
70
+
71
+
You can’t perform that action at this time.
0 commit comments