Hi, I have successfully got json push data from my Fronius inverter data manager. But I am having issues trying to get the required information formatted as I want to control some tasmota switches.
This is a copy of the json that comes from the inverter, it has "pin 0" to "pin 9", what I want is the set value of each pin so they can all seperatly control different tasmota switches.
{
"pin 0" : {
"direction" : "out",
"function" : "EVU_FEEDBACK",
"set" : false,
"type" : "DIGITAL"
},
"pin 1" : {
"direction" : "out",
"function" : "EMRS_OUTPUT_1",
"set" : false,
"type" : "DIGITAL"
}
}
I would really appreciate some help if possible.