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 :
- an image
- a gauge
- a chart
- 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