I'm trying to embed a Grafana chart in the Node-red dashboard with the help of a template node, unfortunately it will not work.
I'm getting the error "Panel with id not found" in the dashboard.
Strange is that there's no number behind id.
My NR flow:
[{"id":"36f2a1d9.002e0e","type":"ui_template","z":"7f7f3db3.06b064","group":"823680c1.f02838","name":"Untitled Theme 1","order":0,"width":"6","height":"8","format":"<iframe src=\"http://192.168.1.127:3000/d-solo/llRlQpigz/verwarmings-ketel?orgId=1&refresh=1m&from=1565301543037&to=1565387943038&panelId=4\" width=\"450\" height=\"200\" frameborder=\"0\">\n \n</iframe>\n","storeOutMessages":true,"fwdInMessages":true,"templateScope":"local","x":770,"y":300,"wires":[["1e210187.07cca6"]]},{"id":"3b481742.bcbb28","type":"catch","z":"7f7f3db3.06b064","name":"","scope":null,"x":740,"y":360,"wires":[["1e210187.07cca6"]]},{"id":"1e210187.07cca6","type":"debug","z":"7f7f3db3.06b064","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":1000,"y":360,"wires":[]},{"id":"823680c1.f02838","type":"ui_group","z":"","name":"Drukknoptesp","tab":"2cf836c.01dcbca","disp":true,"width":"6"},{"id":"2cf836c.01dcbca","type":"ui_tab","z":"","name":"Home","icon":"home","order":"1"}]
In the iframe link that Grafana created I have changed the & to & to get rid of the named entity expected error.
In the grafana.ini i have changed or edit # enable anonymous access enabled = true
and allow_embedding=true
What could be the problem?
Grafana 6.3.2 Nr 0.19.5