Skip to content

Configuring Gateways

Peter Wood edited this page Dec 19, 2020 · 4 revisions

Gateways are the abstraction for interfacing with devices that can be controlled. These may be gateways such as Zigbee, ModBus, HTTP, etc. These are not interfaces that clients should control the controller with. Please see Configuring Interfaces for technologies such as HTTP(S), WS(S) or MQTT.

At current Gateways must be configured by adding a file to the appropriate configuration directory, they can not yet be configured at runtime.

Configuration files must be located in the <config>/gateways directory, see Running for the default location on your operating system, each interface is defined by a JSON file.

The name of the file will be the name of the gateway, and will be exposed by various APIs and interfaces.

Clone this wiki locally