homebridge-echonetlite2mqtt-light
v0.1.1
Published
Homebridge plugin for ECHONET Lite / echonetlite2mqtt / AiSEG lights via MQTT
Maintainers
Readme
homebridge-echonetlite2mqtt-light
Homebridge plugin for ECHONET Lite lights 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-lightConfiguration
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.
