victron_mqtt_exporter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
766 B

# Example metric definition
metrics:
- name: 'battery_soc' # Required(unique, if multiple, only last entry is kept)
help: 'state of charge in percentage' # Required
type: 'gauge' # Required ('gauge', 'counter', 'summary' or 'histogram')
topic: 'N/+/battery/512/Soc'
- name: 'grid_energy_forward'
help: 'imported energy in kWh'
type: 'gauge'
topic: 'N/+/grid/30/Ac/Energy/Forward'
- name: 'grid_energy_reverse'
help: 'exported energy in kWh'
type: 'gauge'
topic: 'N/+/grid/30/Ac/Energy/Reverse'
- name: 'grid_power'
help: 'grid power in Watts'
type: 'gauge'
topic: 'N/+/grid/30/Ac/Power'