Skip to content

Configuration

Corey Thompson edited this page Jan 2, 2023 · 2 revisions

Controller Configuration

The controller's config file contains settings for the controller hardware connection, vfd hardware and MQTT topic mapping. This file is plain text and any notepad or command line software can edit it easily. After making edits, see "Setting up the Vfdctl controller device" for load instructions.

Controller Ethernet MAC address Setup

In order to use the onboard ethernet module, the application must have the Mac address of the network adapter setup in the config.txt

  • device.controller_mac_address
  • each byte of the Mac address must be input as an integer value

Example of the config.txt, being viewed with VSCode.

Clone this wiki locally