![]() |
Grafana or similar external display tools - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: Grafana or similar external display tools (/showthread.php?tid=2634) |
Grafana or similar external display tools - Tokatubs - 09.05.2020 Is there somebody that have made export to Grafana or similar sites. That want to share the way or the route on how to make this possible? RE: Grafana or similar external display tools - baggins - 10.05.2020 (09.05.2020, 21:23)Tokatubs Wrote: Is there somebody that have made export to Grafana or similar sites. That want to share the way or the route on how to make this possible? I tagged all objects that I want to make a graph for. Then a scheduled script reads all tagged objects and sends the values to influxdb (which I have running on another machine). Then it is easy to make the graphs in grafana. RE: Grafana or similar external display tools - admin - 10.05.2020 Example script on how to send data to influxdb: https://forum.logicmachine.net/showthread.php?tid=1666 |