Problem getting JSON data from MQTT Meshtastic Server

Hi everybody!

I have a problem when I suscribe to get the info of my device when I try to get JSON data. I do the same thing with my own Mosquitto server with no problem but when I try to use mqtt.meshtastic.org only I can reach protobuf data.

I mean, If I suscribe to: msh/2/json/LongFast/!MY_DEVICE I don’t get any data but if I suscribe to msh/2/c/LongFast/!MY_DEVICE I see every event. I am sure that JSON is enable on MQTT config with no encryption.

Any idea why JSON data is not working on mqtt.meshtastic.orf server?

Thanks a lot.