This commit is contained in:
2022-10-28 08:34:15 +02:00
parent 4d8224d1cc
commit cb7c2c63fb

View File

@@ -39,7 +39,7 @@ Subscribes to one or more MQTT topics, and lets you configure prometheus metrics
- Create a folder to hold the config (default: `conf/`) - Create a folder to hold the config (default: `conf/`)
- Add metric config(s) in YAML format to the folder. Files are combined and read as a single config. (See `exampleconf/metric_example.yaml` for details) - Add metric config(s) in YAML format to the folder. Files are combined and read as a single config. (See `exampleconf/metric_example.yaml` for details)
- Install dependencies with `pip3 install -r requirements-frozen.txt` - Install dependencies with `pip3 install -r requirements-frozen.txt`
- Run `./mqtt_exporter.py` - Run `./victron_mqtt_exporter.py`
## Python dependencies ## Python dependencies