lxp-bridge Home Assistant addon
- If you don't have an MQTT broker yet; in Home Assistant go to Settings → Add-ons → Add-on store and install the Mosquitto broker addon.
- Go back to the Add-on store, click ⋮ → Repositories, fill in
https://github.com/unreadablename/hassio-lxp-bridge/
and click Add → Close or click the Add repository button below, click Add → Close (You might need to enter the internal IP address of your Home Assistant instance first). - The repository includes two add-ons:
- lxp-bridge is the stable release that tracks the released versions of lxp-bridge. (recommended for most users)
- lxp-bridge-dev tracks the
dev
branch of lxp-bridge such that you can install the dev version if there are features or fixes in the lxp-bridge dev branch that are not yet released.
- Click on the addon and press Install and wait till the addon is installed.
- Click on Configuration
- Add your inverter (one or multiple) into inverters section. Use default value as guidance
- enabled: true host: 192.169.0.11 port: 8000 serial: 5555555555 datalog: 2222222222 heartbeats: false publish_holdings_on_connect: false
- If you are not using the Mosquitto broker addon fill in your MQTT details (leave empty when using the Mosquitto broker addon).
host: str? port: str? username: str? password: str? publish_individual_input: false
- Add your inverter (one or multiple) into inverters section. Use default value as guidance
- Start the addon by going to Info and click Start
The format is based on Keep a Changelog.
All notable changes to this project will be documented in the CHANGELOG.md file.
Version for releases is based on lxp-bridge format: X.Y.Z
.
Any changes on the addon that do not require a new version of lxp-bridge will use the format: X.Y.Z-A
where X.Y.Z
is fixed on the lxp-bridge release version and A
is related to the addon.
Edge version will not maintain a CHANGELOG and doesn't have a version.