MQTT used to work fine, but stopped getting data

You can use RSS to subscribe to https://status.thethings.network/

1 Like

Thank. you, I just rebooted my client again but still get no field values. Seems the syntax has changed then?

Edit: just found that fields are disabled for performance reasons… :frowning:

Same problem here. I used to be able to get temperature and humidity readings with (e.g.):
mosquitto_sub -h eu.thethings.network -p 1883 -u '[application name]' -P 'ttn-account-xxxxx' -t '[application name]]/devices/[device]/up/temperature'
Since a couple of days this stopped working. I still get the full message with all the metadata by subbing:
mosquitto_sub -h eu.thethings.network -p 1883 -u '[application name]' -P 'ttn-account-xxxxx' -t '[application name]]/devices/[device]/up'
but I really just care about the payload… do we know when the feature will return or if there is a workaround? It’s difficult in my setup to process the full message.

Check the answer posted here.