banban525 / echonetlite2mqtt

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

Allow devices to be discovered based on IP #24

Closed banban525 closed 9 months ago

banban525 commented 10 months 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 9 months ago

This feature was implemented in v3.0.0.