Hi,
Thank you very much for your answer.
I apologize, as I feel there are some underlying concepts I’m missing.
Please let me rephrase what you said to check if I understood well: and please feel free to correct me if I misunderstood anything.
- The device changed the way it publishes information. Previous versions of the firmware published to the “…/readings” topic in JSON format. Current (latest) version of the firmware publishes to the “…/readings/raw” topic that is not formated to JSON before publishing, to save resources on the device. And, it is not publishing to the “…/readings” topic anymore.
So the readings I’ll be getting are in the form that is shown in the shell:
{t:2021-11-10T19:51:33Z,10:99,14:102,55:23.40,56:58.55,53:38.62,58:101.59,113:20.00,112:534.00}
and I will get them under the “…/readings/raw” topic in my broker.
Thank you !!
P.S. I was not able to implement mosquitto_sub -h 192.168.0.108 -p 1883 -t device/sck/+/+. For some reason I was not able to determine yet, my broker denies the subscriptions from mosquito_sub; maybe has something to do with a particular Windows configuration.