Hi
We have had rain for the first time in many months, we had about 20mm in about 30 mins...total daily rain is correct, but because of the intensity of the rain I had the station observation rain with rain rate displaying cm values not mm values, i.e 1.9 instead of 19mm and 3.5 instead of 35 mm/h. The daily rain totals correct in mm.
I cannot see where this data is calculated.
My weewx.conf MQTT section only has this
[[MQTT]]
server_url = mqtt:xxxxxxxxxxxxxxxxx
topic = weather
unit_system = METRIC
binding = archive, loop
aggregation = aggregate
The Belchertown section has this ( note I have a couple of special observations for my aircon and FARS temperature enclosure fan speed)
[[Belchertown]]
skin = Belchertown
enable = true
HTML_ROOT = public_html/belchertown
[[[Extras]]]
belchertown_locale = auto
theme = auto
theme_toggle_enabled = 1
site_title = Nev and Gays Home
home_page_header = Weather conditions
mqtt_websockets_enabled = 1
mqtt_websockets_host = xxxxxxxxxxx
mqtt_websockets_port = 9001
mqtt_websockets_topic = weather/loop
mqtt_websockets_ssl = 0
disconnect_live_website_visitor = 900000
logo_image = ""
#footer_copyright_text = ""
forecast_enabled = 1
darksky_secret_key = xxxxxxxxxxxxxxxx
earthquake_enabled = 0
twitter_enabled = 1
station_observations = inTemp, extraTemp1, acroomtempsensor, barometer, outHumidity, rainWithRainRate, farsSpeed
I expect I need to set the observation RainWithRainRate to mm, my question is how.
Thankyou
Nev