Hi all,
I am using REST Custom v2 Sensor. This is my json response:
{ "value": { "162.GlobalValue.DigitalOut7": 1700000.0, "162.GlobalValue.Comparator5C": 0.0, "162.GlobalValue.Input19": 1157698.0 }, "time": { "162.GlobalValue.DigitalOut7": 1643791373825000000, "162.GlobalValue.Comparator5C": 1643791373825000000, "162.GlobalValue.Input19": 1643791373825000000 }, "valueType": {} }
The sensor works with all values except $.value["162.GlobalValue.Input19"]".
The sensor says:
Unparseable value in channel 1. The queried field "$.value["162.GlobalValue.Input19"]" is empty.
Rest Sensor V1 has no problems with my json. I know the V2 sensor is beta but I really like its features and want to use it.
Any ideas?
Add comment