Hi All
Please help me out, i spent more then half of the weekend trying to get some sensors into HA
The json is
{
"Body" : {
"Data" : {
"Current_AC_Phase_1" : 5.1689999999999996,
"Current_AC_Phase_2" : 1.54,
"Current_AC_Phase_3" : 1.091,
"Enable" : 1,
"EnergyReactive_VArAC_Sum_Consumed" : 14350,
"EnergyReactive_VArAC_Sum_Produced" : 261980,
"EnergyReal_WAC_Minus_Absolute" : 42,
"EnergyReal_WAC_Plus_Absolute" : 55303,
"EnergyReal_WAC_Sum_Consumed" : 55303,
"EnergyReal_WAC_Sum_Produced" : 42,
"Frequency_Phase_Average" : 49.899999999999999,
"Meter_Location_Current" : 0,
"PowerApparent_S_Phase_1" : 1218.8501999999999,
"PowerApparent_S_Phase_2" : 371.91000000000003,
"PowerApparent_S_Phase_3" : 259.76709999999997,
"PowerApparent_S_Sum" : 1624,
"PowerFactor_Phase_1" : 0.96999999999999997,
"PowerFactor_Phase_2" : 0.67000000000000004,
"PowerFactor_Phase_3" : 0.81000000000000005,
"PowerFactor_Sum" : 0.92000000000000004,
"PowerReactive_Q_Phase_1" : -233.18000000000001,
"PowerReactive_Q_Phase_2" : -243.66,
"PowerReactive_Q_Phase_3" : -135.13999999999999,
"PowerReactive_Q_Sum" : -611.98000000000002,
"PowerReal_P_Phase_1" : 1093.6700000000001,
"PowerReal_P_Phase_2" : 223.46000000000001,
"PowerReal_P_Phase_3" : 188.55000000000001,
"PowerReal_P_Sum" : 1505.6800000000001,
"TimeStamp" : 1604853646,
"Visible" : 1,
"Voltage_AC_PhaseToPhase_12" : 413.39999999999998,
"Voltage_AC_PhaseToPhase_23" : 415.30000000000001,
"Voltage_AC_PhaseToPhase_31" : 410.39999999999998,
"Voltage_AC_Phase_1" : 235.80000000000001,
"Voltage_AC_Phase_2" : 241.5,
"Voltage_AC_Phase_3" : 238.09999999999999
}
},
"Head" : {
"RequestArguments" : {
"DeviceClass" : "Meter",
"DeviceId" : "0",
"Scope" : "Device"
},
"Status" : {
"Code" : 0,
"Reason" : "",
"UserMessage" : ""
},
"Timestamp" : "2020-11-08T18:40:46+02:00"
}
}
I know how to get the info by doing separate api calls, but the amount of calls is way too much, so i am trying to get all the sensors from Body.Data in one API call.
Please help if you can, i am not so new at HA but this i just can not figure it out
Thank you !