Hello, I started with the mqqt protocol and followed Wago’s tutorial on YouTube https://www.youtube.com/watch?v=FhdKcK8o0Ts. I have a working broker from which I can read data: STRING, INT etc., but I’m having trouble reading the array of values, for example:
“values”: [ 3928, 2993],
“raw_data”: [3928],
Can someone tell me if there’s a function for reading and the easiest way to do it? Thanks in advance.