Skip to content

Commit e2932e8

Browse files
committed
Merge branch 'master' of github.com:RandomReaper/weewx-zabbix
2 parents 54f78d0 + ee1b38e commit e2932e8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,33 @@ sudo wee_extension --install weewx-zabbix.tgz
3939
## Add the key to zabbix
4040
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).
4141

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+

0 commit comments

Comments
 (0)