Atos-Research-and-Innovation / IoTagent-LoRaWAN

FIWARE IoT Agent for LoRaWAN protocol (with CayenneLpp and CBOR data models)
https://fiware-lorawan.readthedocs.io/en/latest/
Other
34 stars 40 forks source link

In the MQTT subscription, the text 'rx' is obsolete for ChirpStack. Changed to /event/up #120

Closed hbrito-gtc closed 2 years ago

hbrito-gtc commented 2 years ago

When using ChirpStack (before loraserverio), in the MQTT subscription, the text 'rx' is obsolete since version 3.11.0 (11/18/2020), has been replaced by '/event/up', which is what ChirpStack is currently publishing. As a consequence, if (splittedMqttTopic.length !== 5) also had to be changed from 5 to 6, since otherwise it gives a 'Bad format for a LoRaServer.io topic'.

Reference: https://www.chirpstack.io/application-server/integrations/mqtt/

chicco785 commented 2 years ago

thx @hbrito-gtc indeed few updates are needed also on the docs side see #136 and pr #101

we will come back to you on how to proceed once we restored the ci workflows