Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.45 KB

File metadata and controls

27 lines (18 loc) · 1.45 KB

Home Assistant Add-on: Netdata

Python Protocol Gateway reads data via Modbus RTU or other protocols and translates the data for MQTT.

Learn more about Python Protocol Gateway at their official repository.

Installation

Follow these steps to get the add-on installed on your system:

  1. Click here:

    Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.

  2. Scroll down the page to find the new repository, and click in the new add-on named Python Protocol Gateway.

  3. Click in the INSTALL button.

Using

  1. Start the add-on, it will initialize an example configuration file in /config/python-protocol-gateway/config.cfg if the file does not exist already.
  2. Edit the configuration file to match your needs.
  3. You can also add any other files or directories you need to /config/python-protocol-gateway. It will be merged with the add-on's app directory during startup. Examples:
    • /config/python-protocol-gateway/protocols/srne/srne_v1.7.holding_registry_map.custom.csv
    • /config/python-protocol-gateway/protocols/srne/srne_v1.7.holding_registry_map.override.csv
  4. Start the add-on.