Stefan Gliessmann <stefan.gliessm...@gmail.com> writes:

> I thought that having the topic's binding set to archive would populate the 
> weewx db accordingly ...

I think you are missing that MQTT is supported in two distinct ways and
that these two methods have nothing to do with each other.

  The mqtt extension
    https://github.com/matthewwall/weewx-mqtt
  takes data from weewx (archive and loop) and publishes it to
  MQTT.  This is used to provide data to be read by skins like
  Belchertown and things like Home Assistant.

  The mqtt-subscribe service/driver
    https://github.com/bellrichm/WeeWX-MQTTSubscribe
  takes data from MQTT and stores it in the database.  This is used to
  add sensors to weewx, from data that appears over MQTT.


You should be able to store coordinates with mqtt-subscribe and then
also publish those so HA/skin/whatever can see them.  But they are in
the db (or as loop packets) in the middle.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/rmiedhmhgtb.fsf%40s1.lexort.com.

Reply via email to