05-29-2022, 07:07 PM
(This post was last modified: 05-29-2022, 07:15 PM by iliaslamprou.)
Hi,
I am sorry, I don't have a tutorial yet.
It is very easy to do it.
I have uploaded your json text to the hiveMQ broker to the topic: virtuino_test
1. Create a new project
2. Add the default Virtuino MQTT connection to the broker HiveMQ
3. Enter the sub topic: virtuino_test
4. Go to the broker variables. Select the variable V0. Select as sub topic the "virtuino_test" topic
5. On the field "Value Json path" enter the follow path
results[0]/name
Insert a "Value display" to read the V0
Then connect andĀ check the results
The results[0] returns the first json item of the results array
The name returns the value of the jsonĀ field name
I am sorry, I don't have a tutorial yet.
It is very easy to do it.
I have uploaded your json text to the hiveMQ broker to the topic: virtuino_test
1. Create a new project
2. Add the default Virtuino MQTT connection to the broker HiveMQ
3. Enter the sub topic: virtuino_test
4. Go to the broker variables. Select the variable V0. Select as sub topic the "virtuino_test" topic
5. On the field "Value Json path" enter the follow path
results[0]/name
Insert a "Value display" to read the V0
Then connect andĀ check the results
The results[0] returns the first json item of the results array
The name returns the value of the jsonĀ field name