Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Control4 for Home Assistant

A custom integration for Home Assistant that enables control and monitoring of Control4 smart home devices.

Supported Devices

  • Lights - Dimmable and non-dimmable lighting control
  • Locks - Door lock control and status
  • Climate - Thermostats and HVAC control
  • Covers - Blinds, shades, and motorized covers
  • Cameras - Camera snapshot support
  • Fans - Fan speed and control
  • Binary Sensors - Contact sensors, motion sensors, etc.
  • Alarm Panels - Security system control and monitoring
  • Switches - On/off device control

Installation

HACS (Recommended)

  1. Open HACS in Home Assistant
  2. Click the three dots menu in the top right
  3. Select "Custom repositories"
  4. Add https://github.com/anthonyalves92/HA-Control4 as a custom repository
  5. Select "Integration" as the category
  6. Click "Add"
  7. Search for "Control4" in HACS and install it
  8. Restart Home Assistant

Manual Installation

  1. Download the latest release from the releases page
  2. Extract the control4 folder to your custom_components directory
  3. Restart Home Assistant

Your directory structure should look like:

config/
└── custom_components/
    └── control4/
        ├── __init__.py
        ├── manifest.json
        └── ... (other files)

Configuration

This integration is configured via the Home Assistant UI:

  1. Go to Settings > Devices & Services
  2. Click + Add Integration
  3. Search for "Control4"
  4. Enter your Control4 controller details:
    • Controller IP address
    • Username
    • Password
  5. Complete the setup wizard

Requirements

  • Home Assistant 2024.1.0 or newer
  • Control4 controller with local API access
  • pyControl4 library (installed automatically)

Support

If you encounter issues or have feature requests, please open an issue on the GitHub repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages