This is a custom component for integrating Wibutler devices into Home Assistant. It enables communication with your Wibutler hub and provides support for various devices such as sensors, switches, climate devices, and more.
- ✅ WebSocket-based real-time updates
- ✅ Supports binary sensors, switches, climate controls, covers, and more
- ✅ Full integration with Home Assistant's entity model
- Go to HACS → Integrations.
- Click the three dots in the top-right corner and select Custom repositories.
- Add this repository URL:
and select Integration as the category.
https://github.com/patrickweh/ha-wibutler - Click Add and wait for HACS to find the repository.
- After installation, restart Home Assistant.
- Download the latest release from the repository.
- Extract the files and place them in:
/config/custom_components/wibutler/ - Restart Home Assistant.
- In Home Assistant, go to Settings → Devices & Services.
- Click Add Integration and search for Wibutler.
- Enter your Wibutler hub’s IP address and authentication details.
- Standard ports for wibutler2 are 8081 for HTTPS or 8091 for HTTP
- Click Submit.
| Entity Type | Description |
|---|---|
binary_sensor |
Button states (e.g., pressed/released) |
switch |
Relay switches for lights, power, etc. |
climate |
Heating and cooling controls |
sensor |
Temperature, humidity, energy sensors |
cover |
Shutters, blinds, and similar |
light |
Dimming Actuator or dimmable light |
- This integration uses WebSocket connections to ensure near real-time updates.
- Some devices may require additional configuration on your Wibutler hub before they appear in Home Assistant.
If you encounter issues:
- Check Home Assistant logs for errors.
- Restart Home Assistant after installation.
- Ensure your Wibutler hub is reachable over the network.
This project is licensed under the MIT License.
This is a community project and not officially affiliated with Wibutler GmbH.
