How would you do it ?

Hello, I would like your expert advice to guide me.
My project is a dashboard for modbus device.

My python object (device) is made of :

  1. an image
  2. a gauge
  3. a chart
  4. a variable that receives a JSON (data for the chart and the gauge)

The JSON will be updated every second.

I wonder about the architecture, if I understood correctly my modbus device can’t write directly in the sqlite database.
So is it possible ? How would you do it?

Thanks

See the other conversations at:

among other conversations here.