I included some values from vzlogger which are numeric. Nevertheless, clicking on the value just shows the “coloured bar” instead of nice curvy charts. What am I missing?
Example config
platform: rest
resource: "http://host:8080"
value_template: >
{% for i in value_json.data %}
{% if i.uuid == "32754b70-f5d9-11e5-afa4-xxxxxx" %}
{{ i.tuples[0][1] }}
{% endif %}
{% endfor %}
method: GET
name: Power L1
unit_of:measurement: "Ampere"