Does anyone know why the three value are not show in the "data_request?id=lu_sdata" output?
It only outputs default values:
{
"name": "MyMulti",
"altid": "12;1",
"id": 346,
"category": 12,
"subcategory": -1,
"room": 0,
"parent": 64
},
While i would expect
{
"name": "MyMulti",
"altid": "12;1",
"id": 346,
"category": 12,
"subcategory": -1,
"room": 0,
"parent": 64,
"Impedance": 0,
"Current": 0,
"Voltage": 4.89
},
I'm looking for a solution quite some time now, but I somehow miss a problem.