This is a custom integration for Home Assistant that allows you to control your Heytech shutters.
- Control Heytech shutters directly from Home Assistant.
- Add and manage shutters dynamically through the Home Assistant interface.
- Seamless integration with Home Assistant's
Cover
platform.
- Ensure that HACS is installed in your Home Assistant setup.
- Go to HACS → Integrations.
- Click the three dots in the top-right corner and select Custom repositories.
- Add this repository URL:
- Choose Integration as the category and click Add.
- After adding the custom repository, search for "Heytech Home Assistant Integration" in HACS.
- Click Install to add the integration to your setup.
- Restart Home Assistant to apply the changes.
- Navigate to Settings → System → Restart.
- After restarting, go to Settings → Devices & Services → Add Integration.
- Search for Heytech and select it.
- Enter the following details:
- Host/IP: The IP address or hostname of your Heytech hub.
- Port: The port number (default:
1002
). - Pin (optional): Your Heytech device PIN, if applicable.
- Once the integration is set up, you can add shutters via the integration settings:
- Navigate to Settings → Devices & Services → Heytech Integration.
- Select Options to add or manage shutters:
- Add Shutter: Provide a name and channel numbers (comma-separated) for each shutter.
- Remove Shutter: Remove shutters no longer in use.
No manual YAML configuration is required, but the integration adds entities automatically, such as:
cover.living_room_shutter
cover.bedroom_shutter
You can control these shutters via Home Assistant UI, automations, or scripts.
If you encounter any issues:
- Check the Logs in Home Assistant for error messages.
- Ensure your Heytech hub is reachable from the network.
- Open an issue on the GitHub repository.
If you find any bugs or have feature requests, please open an issue in the GitHub Issues section.
If you want to contribute to this please read the Contribution guidelines