Hello,
I want to read data from JSON http link ( I don’t want to show this link) with this values:
“measurement”:{
“percent”:56,
“cm”:84,
“temperature”:5.9,
“volts”:6.2,
“batt_level”:100,
“rssi”:77,
“nextfull”:“2023-12-29 21:54:39”,
“lastempty”:“2023-12-29 14:57:47”,
“datatime”:“2023-12-29 22:06:14”
I want to read percent value and make Virtual device to show this value.
Someone please help me with correct flow to this task.
Best regards
Hi,
I found many but I don’t found what I am looking for or I don’t understand how it works:(
I know that I need to make flow with logic Get Json and add url. Next Logic Parse but I really need someone to make flow with my example step by step.
Could You help ?
MarcoV
December 30, 2023, 8:58am
4
Just search for tesy boiler topic.
I have create a complete topic with a how to
MarcoV:
tesy boiler
Thx,
I will search.
But maybe You can write what parse commend to use with my case? I am using $.measurement.percent or measurement[“percent”] or measurement[‘percent’] or measurment.percent but nothing works
Hi,
I tried .percent and it works:)
Thx