Currently, hil_meta does not capture the python config. It does not have, for example, the field for channel. This is needed for Grafana to easily refer to which hil_id (s) to show data from.
Do you want channel as a column in hil_meta or a value in the config? Also, how to handling if the same channel number is being used on two different cyclers?
Currently,
hil_meta
does not capture the python config. It does not have, for example, the field for channel. This is needed for Grafana to easily refer to whichhil_id
(s) to show data from.