Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dahlb/ha_carrier
Carrier Infinity Integration for Home Assistant
https://github.com/dahlb/ha_carrier
carrier-integration home-assistant home-automation homeassistant
Last synced: 15 days ago
JSON representation
Carrier Infinity Integration for Home Assistant
- Host: GitHub
- URL: https://github.com/dahlb/ha_carrier
- Owner: dahlb
- License: mit
- Created: 2023-01-10T02:20:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T19:44:03.000Z (18 days ago)
- Last Synced: 2024-12-16T20:40:16.607Z (18 days ago)
- Topics: carrier-integration, home-assistant, home-automation, homeassistant
- Language: Python
- Homepage:
- Size: 189 KB
- Stars: 51
- Watchers: 8
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![GitHub Release][releases-shield]][releases]
[![GitHub Activity][commits-shield]][commits]
[![License][license-shield]](LICENSE)
[![hacs][hacsbadge]][hacs]![Project Maintenance][maintenance-shield]
[![BuyMeCoffee][buymecoffeebadge]][buymecoffee]A custom integration for Carrier Infinity Thermostats.
This integration utilizes the Carrier Api, if you would prefer a fully local integration for carrier thermostats use [infinitude](https://github.com/MizterB/homeassistant-infinitude)
tested initially on SYSTXCCWIC01-B fw 4.31
## Feature Highlights ##
- thermostat
- adjust fan speed, turn off/on
- humidity
- temperature
- mode
- presets
- manual high/low temperatures
- preset resume will resume the scheduled programming
- sensors
- outdoor temperature
- connectivity## Installation ##
You can install this either manually copying files or using HACS. Configuration can be done on UI, you need to enter your username and password.## Troubleshooting ##
If you receive an error while trying to login, please go through these steps;
1. You can enable logging for this integration specifically and share your logs, so I can have a deep dive investigation. To enable logging, update your `configuration.yaml` like this, we can get more information in Configuration -> Logs page
```
logger:
default: warning
logs:
custom_components.ha_carrier: debug
```***
[ha_carrier]: https://github.com/dahlb/ha_carrier
[commits-shield]: https://img.shields.io/github/commit-activity/y/dahlb/ha_carrier.svg?style=for-the-badge
[commits]: https://github.com/dahlb/ha_carrier/commits/main
[hacs]: https://github.com/hacs/integration
[hacsbadge]: https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=for-the-badge
[forum]: https://community.home-assistant.io/
[license-shield]: https://img.shields.io/github/license/dahlb/ha_carrier.svg?style=for-the-badge
[maintenance-shield]: https://img.shields.io/badge/maintainer-Bren%20Dahl%20%40dahlb-blue.svg?style=for-the-badge
[releases-shield]: https://img.shields.io/github/release/dahlb/ha_carrier.svg?style=for-the-badge
[releases]: https://github.com/dahlb/ha_carrier/releases
[buymecoffee]: https://www.buymeacoffee.com/dahlb
[buymecoffeebadge]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg?style=for-the-badge