ECHONETLite2MQTT automatically discovers devices in the same network at startup.
However, automatic detection often misses detection.
Passing the device IP as a command line option ensures that the device can be found.
Specifies a comma-separated list of device IPs to search first. (Default: None)
example:
ECHONETLite2MQTT automatically discovers devices in the same network at startup. However, automatic detection often misses detection. Passing the device IP as a command line option ensures that the device can be found.
Specifies a comma-separated list of device IPs to search first. (Default: None) example:
-e ECHONET_DEVICE_IP_LIST=192.168.0.10,192.168.0.11
--echonetDeviceIpList "192.168.0.10,192.168.0.11"
Also adds an option to disable automatic detection of devices.
Disable automatic device discovery. (default: false) example:
-e ECHONET_DISABLE_AUTO_DEVICE_DISCOVERY=1
--echonetDisableAutoDeviceDiscovery 1