Simplified fork of the IntesisHome integration for Home Assistant
This project is a simplified fork of the original IntesisHome integration by @jnimmo. The original version supported various Intesis devices, while this fork focuses exclusively on local HTTP control for selected devices.
This custom version exclusively supports local control via HTTP for selected devices.
- Full climate control (temperature, modes, fan speeds)
- Real-time state updates
- Connectivity monitoring for each device
- Modern UI-based configuration
- No cloud connection required
- No YAML configuration needed
- Focuses only on local HTTP control
- Updates code to resolve deprecated method warnings
- Fixes climate entity feature handling
- Improves async operations handling
- Removes unused device types and related code
- Open HACS in your Home Assistant instance
- Click on the 3 dots in the top right corner
- Select "Custom repositories"
- Add the URL of this repository
- Select "Integration" as the category
- Click "Add"
- Install the integration through HACS
- Restart Home Assistant
- Download the latest release
- Copy the
custom_components/intesishome
folder to yourcustom_components
directory - Restart Home Assistant
- Go to Settings -> Devices & Services
- Click "+ ADD INTEGRATION"
- Search for "IntesisHome Local"
- Follow the configuration steps
Local HTTP Control (intesishome_local):
Device | HTTP - intesishome_local |
---|---|
TO-RC-WIFI-1B | ✅ |
Each device provides:
- Climate entity with full control capabilities
- Binary sensor showing device connectivity status
- Real-time state updates
- Modern UI-based configuration
If you are using the original version of the integration, completely remove it before installing this version. The two versions cannot coexist on the same system.
This integration is based on the excellent work done by @jnimmo on the original IntesisHome Integration.
If you'd like to show appreciation for the original work: (@jnimmo)
For issues specific to this simplified local-only version, please use this repository's issue tracker.
MIT License