-
Hi there, I have 2 issues, I think maybe 3?
In my weewx.conf:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
Let’s get the units working first…. The error means either the function to convert from km_per_hour to other units cannot be found or the WeeWX field flagpoleWindSpeed’s unit_group cannot be found. |
Beta Was this translation helpful? Give feedback.
-
Check out, http://www.weewx.com/docs/5.1/custom/units/#assigning-a-unit-group
To extensions.py |
Beta Was this translation helpful? Give feedback.
-
The ignoring records is due to some unfortunate (aka dumb) early design decisions. Read this, https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/Date-Time-processing for some information/ideas. |
Beta Was this translation helpful? Give feedback.
-
I only looked at one loop packet, and for that one it looked correct. Here is the incoming data.
You have the topic
Since your WeeW
What ended up in the database? For the |
Beta Was this translation helpful? Give feedback.
I only looked at one loop packet, and for that one it looked correct.
Here is the incoming data.
You have the topic
unit_system = METRICWX
and the units ofwind_avg_m_s
set tokm_per_hour
. So that is converted from2.8
to0.7777777783999998
. (2.8/3.6)