homebridge-echonetlite2mqtt-lock
v0.1.2
Published
Homebridge lock accessory for ECHONET Lite / echonetlite2mqtt / AiSEG devices via MQTT
Maintainers
Readme
homebridge-echonetlite2mqtt-lock
Homebridge lock accessories for ECHONET Lite devices via echonetlite2mqtt
Overview
This is a Homebridge plugin for devices exposed through echonetlite2mqtt.
It is intended for environments where ECHONET Lite devices are already available through MQTT topics.
Requirements
- Homebridge 2.x
- Node.js 22 or later
- MQTT broker
- echonetlite2mqtt
Installation
npm install -g homebridge-echonetlite2mqtt-lockConfiguration
Use the Homebridge UI to configure this plugin.
Typical settings include:
- MQTT broker URL
- MQTT base topic
- device ID
- accessory or device display name
- retain / MQTT publish options where supported
Notes
This plugin does not include echonetlite2mqtt itself. Please set up echonetlite2mqtt and confirm that MQTT topics are available before using this plugin.
Troubleshooting
If the accessory does not update:
- Confirm that the MQTT broker is reachable.
- Confirm that echonetlite2mqtt is publishing the expected topics.
- Confirm that the configured device ID matches the MQTT topic.
- Restart Homebridge after changing configuration.
Disclaimer
This project is not affiliated with Apple, Homebridge, Panasonic, or the ECHONET Consortium.
変更履歴
0.1.1
- HomeKit操作時に
operationStatus/setへundefinedが送信される問題を修正しました。 - AiSEG / echonetlite2mqtt が操作直後に古い状態を返す場合に備え、操作中ガードを追加しました。
commandGuardMsで古い状態を無視する時間を調整できます。通常は5000ms です。
