Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. ##############################################################################
  2.  
  3. # This section is for uploading data to Internet sites
  4.  
  5. [StdRESTful]
  6.  
  7. [[StationRegistry]]
  8. # To register this weather station with weewx, set this to true
  9. register_this_station = true
  10.  
  11. [[AWEKAS]]
  12. # This section is for configuring posts to AWEKAS.
  13.  
  14. # If you wish to do this, set the option 'enable' to true,
  15. # and specify a username and password.
  16. enable = false
  17. username = replace_me
  18. password = replace_me
  19.  
  20. [[CWOP]]
  21. # This section is for configuring posts to CWOP.
  22.  
  23. # If you wish to do this, set the option 'enable' to true,
  24. # and specify the station ID (e.g., CW1234).
  25. enable = true
  26. station = MyCallSign
  27.  
  28. # If this is an APRS (radio amateur) station, uncomment
  29. # the following and replace with a passcode (e.g., 12345).
  30. passcode = 1234
  31.  
  32. [[PWSweather]]
  33. # This section is for configuring posts to PWSweather.com.
  34.  
  35. # If you wish to do this, set the option 'enable' to true,
  36. # and specify a station and password.
  37. enable = false
  38. station = replace_me
  39. password = replace_me
  40.  
  41. [[WOW]]
  42. # This section is for configuring posts to WOW.
  43.  
  44. # If you wish to do this, set the option 'enable' to true,
  45. # and specify a station and password.
  46. enable = false
  47. station = replace_me
  48. password = replace_me
  49.  
  50. [[Wunderground]]
  51. # This section is for configuring posts to the Weather Underground.
  52.  
  53. # If you wish to do this, set the option 'enable' to true,
  54. # and specify a station (e.g., 'KORHOODR3') and password.
  55. enable = true
  56. station = KKSOLATHXX
  57. password = password
  58.  
  59. # Set the following to True to have weewx use the WU "Rapidfire"
  60. # protocol. Not all hardware can support it. See the User's Guide.
  61. rapidfire = False
  62. [[Twitter]]
  63. oauth_token_secret = token_secret
  64. oauth_token = secret
  65. app_key_secret = secret
  66. app_key = key
  67. format = "{dateTime:%X} Temp: {outTemp:%.1f}F RH: {outHumidity:%.1f}% Baro: {barometer:%.2f} inHg Rain: {rain:%.2f} in Wind: {windSpeed:%.1f} mph Dir:
  68. {windDir:%03.0f} Gust: {windGust:%.1f} mph goo.gl/cxj75E #RPi #weewx"
  69. unit_system = US
  70. post_interval = 3600
  71. ##############################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement