I tried to setup a second MQTT connection from the MQTT plugin to The Things Network (TTN). The first connection is to a local 1.3.4 version Mosquitto implementation.
The connection is established but my device isn't receiving any data at all:
14:32:48info [pimatic-mqtt]: Successfully connected to MQTT Broker TTN
14:32:43info [pimatic-mqtt]: Reconnecting to MQTT Broker TTN
14:32:38info [pimatic-mqtt]: MQTT Broker TTN is offline
14:31:07info [pimatic-mqtt]: Successfully connected to MQTT Broker default
1:
I tried to setup a second MQTT connection from the MQTT plugin to The Things Network (TTN). The first connection is to a local 1.3.4 version Mosquitto implementation.
The connection is established but my device isn't receiving any data at all:
Using device:
Also tried:
No data at all. The local broker still produces data for other devices.
While
produces:
2:
I also upgrades Mosquitto to 1.5.0 version and created a MQTT bridge to TTN, so al the traffic comes to the local broker.
Changes the device to the local broker:
But also no data.
While:
produces:
Who can help me out to debug/solve this issue?