add support for barometric pressure

This commit is contained in:
2026-01-29 14:04:18 +11:00
parent 7a0081b2ed
commit 5d07c5d54b
9 changed files with 401 additions and 51 deletions

View File

@@ -1,8 +1,14 @@
mqtt:
broker: "tcp://mosquitto:1883"
client_id: "go-weatherstation-ingestd"
topic: "ecowitt/ws90"
qos: 1
topics:
- name: "ws90"
topic: "ecowitt/ws90"
type: "ws90"
# - name: "baro"
# topic: "sensors/barometer"
# type: "baro"
db:
conn_string: "postgres://postgres:postgres@timescaledb:5432/micrometeo?sslmode=disable"