Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rluvaton/tuya-ir-electra-home-assistant
Control you Electra AC using Tuya IR remote and this HACS integration
https://github.com/rluvaton/tuya-ir-electra-home-assistant
hacs hacs-integration home-assistant ir tuya
Last synced: 19 days ago
JSON representation
Control you Electra AC using Tuya IR remote and this HACS integration
- Host: GitHub
- URL: https://github.com/rluvaton/tuya-ir-electra-home-assistant
- Owner: rluvaton
- Created: 2023-05-25T11:42:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T19:02:35.000Z (over 1 year ago)
- Last Synced: 2024-10-27T00:47:23.699Z (2 months ago)
- Topics: hacs, hacs-integration, home-assistant, ir, tuya
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tuya IR remote for Electra
[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=rluvaton&repository=tuya-ir-electra-home-assistant&category=integration)
## HACS Setup
- Add `https://github.com/rluvaton/tuya-ir-electra-home-assistant` as a Custom Repository
- Install `tuya-ir-electra-home-assistant` from the HACS Integrations tab
- Restart Home Assistant
- add to the `configuration.yaml` file the following configuration:for the `tuya_ir_device_id` and the `tuya_device_local_key` you need to use [`tinytuya`](https://github.com/jasonacox/tinytuya#network-scanner) for those:
- `python3 -m tinytuya wizard`
```yaml
climate:
- platform: tuya_ir_electra_home_assistant
acs:
- name: AC # Your AC name
tuya_ir_device_id: "" # it is recommended to use secrets here
tuya_device_local_key: "" # it is recommended to use secrets here
tuya_device_ip: '192.168.1.2' # You tuya device IP
tuya_device_version: '3.3'
```
- Restart Home Assistant
- Done