Skip to content

Advice on a use case #132

Answered by bellrichm
PeterGillbr asked this question in Q&A
Apr 29, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Here is a rough guide. It does assume some WeeWX and MQTT knowledge.

  1. Determine whether to run as a driver or service.
    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.
  2. Determine the payload 'type'; individual, json, keyword.
    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
  3. Determine what data transformation/conversion needs to be done …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@PeterGillbr
Comment options

@bellrichm
Comment options

@earlthesquirrel
Comment options

Answer selected by PeterGillbr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants