Releases: banban525/echonetlite2mqtt
Releases · banban525/echonetlite2mqtt
v3.3.1
v3.3.0
v3.2.0
v3.1.3
v3.1.2
v3.1.1
v3.1.0
NEW FEATURE
- Changed the ECHONET Lite command response wait time from 1 second to 3 seconds.
- Added ECHONET_COMMAND_TIMEOUT option (--echonetCommandTimeout) to change response wait time.
BUG FIXES
- ECHONETLite2mqtt did not function correctly if another packet arrived while waiting for an ECHONET LITE command.
v3.0.2
v3.0.1
v3.0.0
New function:
- (1) Redesigned ECHONET Lite communication and improved command transmission.
- Commands are now sent reliably if they are sent at the same time.
- Startup is now faster.
- (2) Made ALT_MULTI_NIC_MODE the default
- (3) Recognize unknown devices and unknown properties
- (4) Discover devices from known device IPs
The following options have been added:
- ECHONET_DEVICE_IP_LIST ( --echonetDeviceIpList )
- ECHONET_DISABLE_AUTO_DEVICE_DISCOVERY ( --echonetDisableAutoDeviceDiscovery )
The following options have been added for compatibility:
- ECHONET_LEGACY_MULTI_NIC_MODE ( --echonetLegacyMultiNicMode )
- ECHONET_UNKNOWN_AS_ERROR ( --echonetUnknownAsError )
The following commands have been deprecated
- ECHONET_INTERVAL_TO_GET_PROPERTIES ( --echonetIntervalToGetProperties )
- ECHONET_ALT_MULTI_NIC_MODE ( --echonetAltMultiNicMode )