You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ The following table outlines the `weewx.conf` station variables.
32
32
| api_url | Ambient Weather API endpoint. You probably don't need to change this. |
33
33
| api_app_key | API Application Key from your ambientweather.net [website](https://ambientweather.docs.apiary.io/#)|
34
34
| api_key | API Key from your ambientweather.net [website](https://ambientweather.docs.apiary.io/#)|
35
-
| use_meteobridge | Set to `True` if using Meteobridge, `False` is the default or leave commented out |
36
-
| station_mac | Specify a specific station MAC address to return data. If blank or unspecified, then the first station in the list is returned. |
37
35
| hardware | String to identify the hardware used |
38
36
| driver | Don't change this value |
37
+
| aw_debug | Optional: Set to `1` to get verbose output from the Ambient API. The default value is `0`|
38
+
| use_meteobridge | Optional: Set to `True` if using Meteobridge, `False` is the default or leave commented out |
39
+
| station_mac | Optional: Specify a specific station MAC address to return data. If blank or unspecified, then the first station in the list is returned. |
0 commit comments