Open khgoh99 opened 1 year ago
I have tested it and get a graph even of values that are 3 layers deep.
It looks like the problem are the dots in the key "t.envsensor.param"
As I understand, JSON format do not limit the use of dot in the key. Does this mean that this is consider bug in the code?
Without looking into the code I would at least assume that.
Until then, you probably only have a dirty quick fix by throwing the dots out of the key or send the information additionally without dots.
With the JSON data as below,
When I want to show the graph for attribute "sht4x_temp", the graph will show "NO DATA".