Skip to content

Commit f691d6c

Browse files
committed
Add MQTT topic config to Basics Station config.
1 parent 2a1b62b commit f691d6c

File tree

37 files changed

+185
-0
lines changed

37 files changed

+185
-0
lines changed

configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-as923.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ servers=["tcp://mosquitto:1883"]
66
username=""
77
password=""
88

9+
[integration.mqtt]
10+
event_topic_template="as923/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
11+
state_topic_template="as923/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
12+
command_topic_template="as923/gateway/{{ .GatewayID }}/command/#"
13+
914
[backend]
1015
type="basic_station"
1116

configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-as923_2.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ servers=["tcp://mosquitto:1883"]
66
username=""
77
password=""
88

9+
[integration.mqtt]
10+
event_topic_template="as923_2/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
11+
state_topic_template="as923_2/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
12+
command_topic_template="as923_2/gateway/{{ .GatewayID }}/command/#"
13+
914
[backend]
1015
type="basic_station"
1116

configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-as923_3.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ servers=["tcp://mosquitto:1883"]
66
username=""
77
password=""
88

9+
[integration.mqtt]
10+
event_topic_template="as923_3/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
11+
state_topic_template="as923_3/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
12+
command_topic_template="as923_3/gateway/{{ .GatewayID }}/command/#"
13+
914
[backend]
1015
type="basic_station"
1116

configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-as923_4.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ servers=["tcp://mosquitto:1883"]
66
username=""
77
password=""
88

9+
[integration.mqtt]
10+
event_topic_template="as923_4/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
11+
state_topic_template="as923_4/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
12+
command_topic_template="as923_4/gateway/{{ .GatewayID }}/command/#"
13+
914
[backend]
1015
type="basic_station"
1116

configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-au915_0.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ servers=["tcp://mosquitto:1883"]
66
username=""
77
password=""
88

9+
[integration.mqtt]
10+
event_topic_template="au915_0/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
11+
state_topic_template="au915_0/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
12+
command_topic_template="au915_0/gateway/{{ .GatewayID }}/command/#"
13+
914
[backend]
1015
type="basic_station"
1116

configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-au915_1.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ servers=["tcp://mosquitto:1883"]
66
username=""
77
password=""
88

9+
[integration.mqtt]
10+
event_topic_template="au915_1/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
11+
state_topic_template="au915_1/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
12+
command_topic_template="au915_1/gateway/{{ .GatewayID }}/command/#"
13+
914
[backend]
1015
type="basic_station"
1116

configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-au915_2.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ servers=["tcp://mosquitto:1883"]
66
username=""
77
password=""
88

9+
[integration.mqtt]
10+
event_topic_template="au915_2/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
11+
state_topic_template="au915_2/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
12+
command_topic_template="au915_2/gateway/{{ .GatewayID }}/command/#"
13+
914
[backend]
1015
type="basic_station"
1116

configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-au915_3.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ servers=["tcp://mosquitto:1883"]
66
username=""
77
password=""
88

9+
[integration.mqtt]
10+
event_topic_template="au915_3/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
11+
state_topic_template="au915_3/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
12+
command_topic_template="au915_3/gateway/{{ .GatewayID }}/command/#"
13+
914
[backend]
1015
type="basic_station"
1116

configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-au915_4.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ servers=["tcp://mosquitto:1883"]
66
username=""
77
password=""
88

9+
[integration.mqtt]
10+
event_topic_template="au915_4/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
11+
state_topic_template="au915_4/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
12+
command_topic_template="au915_4/gateway/{{ .GatewayID }}/command/#"
13+
914
[backend]
1015
type="basic_station"
1116

configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-au915_5.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ servers=["tcp://mosquitto:1883"]
66
username=""
77
password=""
88

9+
[integration.mqtt]
10+
event_topic_template="au915_5/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
11+
state_topic_template="au915_5/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
12+
command_topic_template="au915_5/gateway/{{ .GatewayID }}/command/#"
13+
914
[backend]
1015
type="basic_station"
1116

0 commit comments

Comments
 (0)