add support for barometric pressure
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user