banban525 / echonetlite2mqtt

ECHONET Lite to MQTT bridge.
MIT License
48 stars 7 forks source link

Allow devices to be discovered based on IP #24

Closed banban525 closed 1 year ago

banban525 commented 1 year ago

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:

Also adds an option to disable automatic detection of devices.

Disable automatic device discovery. (default: false) example:

banban525 commented 1 year ago

This feature was implemented in v3.0.0.