Advice on a use case #132
-
It would be highly appreciated if someone would have the time to provide some advice on parametrization of WeeWX-MQTTSubscribe provided it is applicable to the use case below, which I assume. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Here is a rough guide. It does assume some WeeWX and MQTT knowledge.
So, putting it all together you will end up with something like this
Note, MQTTSubscribeService has some 'date/time quality control' checks. So, we might have to do some configuration of those. We can look into that once you have it up and running. The detail can be found here, https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/Date-Time-processing |
Beta Was this translation helpful? Give feedback.
Here is a rough guide. It does assume some WeeWX and MQTT knowledge.
If you are augmenting an existing driver's data, run MQTTSubscribe as a service. Otherwise, run it as a driver.
It sounds like you have a WeeWX driver pulling data from the FineOffsetUSB interface, so you want to run as a service to add additional observations.
From your comment, your 'type' appears to be individual.
Here is an example configuration for that type, https://raw.githubusercontent.com/wiki/bellrichm/WeeWX-MQTTSubscribe/individual-example.md