Skip to content

Latest commit

 

History

History
104 lines (77 loc) · 4.31 KB

File metadata and controls

104 lines (77 loc) · 4.31 KB

Heytech

GitHub Release GitHub Activity License

Project Maintenance BuyMeCoffee

Discord Community Forum

Heytech Home Assistant Integration

hacs_badge

This is a custom integration for Home Assistant that allows you to control your Heytech shutters.


Features

  • 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.

Installation

Step 1: Add the Repository

  1. Ensure that HACS is installed in your Home Assistant setup.
  2. Go to HACSIntegrations.
  3. Click the three dots in the top-right corner and select Custom repositories.
  4. Add this repository URL:
  5. Choose Integration as the category and click Add.

Step 2: Install the Integration

  1. After adding the custom repository, search for "Heytech Home Assistant Integration" in HACS.
  2. Click Install to add the integration to your setup.

Step 3: Restart Home Assistant

  1. Restart Home Assistant to apply the changes.
  • Navigate to SettingsSystemRestart.

Configuration

Add the Integration

  1. After restarting, go to SettingsDevices & ServicesAdd Integration.
  2. Search for Heytech and select it.
  3. 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.

Add and Manage Shutters

  • Once the integration is set up, you can add shutters via the integration settings:
  1. Navigate to SettingsDevices & ServicesHeytech Integration.
  2. 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.

Example Configuration in Home Assistant

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.


Troubleshooting

If you encounter any issues:

  1. Check the Logs in Home Assistant for error messages.
  2. Ensure your Heytech hub is reachable from the network.
  3. Open an issue on the GitHub repository.

Support and Feedback

If you find any bugs or have feature requests, please open an issue in the GitHub Issues section.

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines