This Home Assistant add-on allows you to integrate your Homely devices with Home Assistant through MQTT, without needing to modify your Home Assistant OS installation or create separate Docker containers.
- Automatic discovery and creation of Homely devices in Home Assistant
- Real-time state updates through WebSocket connection
- Persistent device information storage using SQLite
- Easy configuration through the Home Assistant UI
- Supports various Homely devices including:
- Sensors
- Alarms (status only)
- Motion detectors
- Other Zigbee devices supported by the Homely API
- Home Assistant OS installed
- MQTT Add-on installed and configured in Home Assistant
- Valid Homely account credentials
- Homely Hub connected and operational
-
Add this repository to your Home Assistant Add-on Store:
https://github.com/haugeSander/Homely-HA-Addon
-
Install the "Homely-HA-Addon" add-on from the Add-on Store
-
Configure the add-on (see Configuration section below)
-
Start the add-on
Configure the add-on through the Home Assistant UI by setting the following options:
homely:
username: "[email protected]"
password: "your-homely-password"
mqtt:
host: "core-mosquitto" # Use this if using the Mosquitto add-on
port: 1883
username: "mqtt-user"
password: "mqtt-password"
This add-on supports all devices that are accessible through the Homely API. However, please note the following limitations:
- The integration is read-only (you cannot control devices through Home Assistant)
- Some devices may not be available through the API, including:
- Yale Doorman
- Alarm Panel
- Other vendor-specific devices
Devices are automatically discovered and created in Home Assistant using MQTT discovery. Each device will appear with appropriate entities based on its capabilities.
-
Add-on won't start:
- Verify your Homely credentials
- Check MQTT connection details
- Review the add-on logs
-
Devices not appearing:
- Ensure devices are properly paired with your Homely Hub
- Check MQTT topics in Home Assistant
- Verify MQTT discovery is enabled in Home Assistant
To view detailed logs:
- Go to the add-on page in Home Assistant
- Click on the "Log" tab
- Look for any error messages or warnings
This project is open source! Feel free to contribute by:
- Reporting bugs
- Suggesting features
- Submitting pull requests
This add-on is based on the homely-mqtt project, adapted to work as a Home Assistant add-on.
This project is licensed under the MIT License - see the LICENSE file for details.
This is a community project and is not affiliated with Homely or Home Assistant. Use at your own risk.