Hello all, I'm new in this forum.
Usually I'm able to find a solution searching the web, but this time I haven't been able, and despite all my trials I have to give off.
I open grafana in a new tab (in all the tab layout there is just a ui_template) with a iframe conteining a grafana panel. The problem is that the URL is something like 192.168.1.xx:3000....; when the Red-Node server reboots, the DHCP gives it a new address so grafana is at 192.168.1.YY:3000.. and the iframe doesn't work.
I tried to use localhost:3000.., but a computer that connects from a remote location thinks that localhost is its own machine, and again it doesn't work.
I already managed to have the running IP on a global var named status - status.get("internalIP") but still I don't understand how to use it in the iframe.
What did the others? Everybody use a static IP? Please give me a hint.
Thank in advance