Open egguy opened 2 years ago
Yes make sence. Pvserial is the key for adding a measurement in influxdb. The SDM630 layout definition does not has a PVSerial in it. I hard coded a device key (with SDM630) in it, but that is not used with influxdb yet.
As temp solution we can create a layout definition with a pvserial key (next to device) in it. I will look for a more permanent solution in the code (in my head it was already there, I do not know anymore why have not implemented it yet).
e.g.
"pvserial" : {"value": "SDM630","type" : "def","incl" : "yes"},
Hi,
There's a crash of grott if influxDB is activated and there's an SDM630, I use the 6.7.7 branch.
The config is as follows:
The problem seems to be coming from the missing pvserial key which is not present in the record file from grottconf.py.
Here is the code: