Collect data from plc (Saia Pg5) web page

Is it possible to collect and log data from a Saia Pg5 plc web page?

Page source:

Hus9 v0.1 Your browser doesn't support HTML5

welcome @jorgenhtc

discussed this with @grant2. it seems like you might be able to use this approach?

And then using python push the data to influxdb, sqlite or mysql even create a simple rest api with python then visualize

Is that possible? Otherwise you will have to use something like node-red or python beautiful soup to scrape the data out into something grafana can use, but I would not recommend that route, fragile.