Skip to content

Support 'a.b' type of channel name in measurement group

Jose Tiago Macara Coutinho requested to merge rich_name_meas_group into master

After speaking with @matias.guijarro and @sebastien.petitdemange we agree that this should be possible.

Now you should be able to put in config:

name: eh
plugin: bliss
class: Session
setup-file: ./eh.py
config-objects: [wago1, detdio, mondio]
measurement-groups:
  - name: sensors
    class: MeasurementGroup
    counters: [detdio, mondio, wago1.adc1, wago1.adc2]  # notice a.b syntax here

Merge request reports