Home-Assistant: Difference between revisions
Jump to navigation
Jump to search
Line 60: | Line 60: | ||
<pre>tuya-cli wizard</pre> | <pre>tuya-cli wizard</pre> | ||
==== Add new device ==== | |||
Globe: Bulbs model 35804 (from Costco) | Globe: Bulbs model 35804 (from Costco) | ||
Line 83: | Line 83: | ||
Smart Plug 50329 (from Costco) | Smart Plug 50329 (from Costco) | ||
<pre> | <pre> | ||
- host: 192.168.1.240 | - host: 192.168.1.240 | ||
Line 95: | Line 94: | ||
id: 1 | id: 1 | ||
</pre> | </pre> | ||
Led Strip (from Costco) | |||
<pre> | |||
## Smart bulbs | |||
- host: 192.168.1.168 | |||
device_id: aaabbbccc_dummy | |||
local_key: ddddeeefff_dummy | |||
friendly_name: Tuya_Led_1 | |||
protocol_version: "3.3" | |||
entities: | |||
- platform: light | |||
friendly_name: tuya_led_on_off | |||
id: 20 | |||
brightness: "none" | |||
color_temp: "none" | |||
color_mode: 21 | |||
color: 24 | |||
color_temp_min_kelvin: 2000 | |||
color_temp_max_kelvin: 5000 | |||
</pre> | |||
=== Alexa Integration === | === Alexa Integration === |
Revision as of 21:28, 1 January 2024
Home Page / Link
Main Page: [home-assistant.io]
Install with docker
- Get source from Linuxserver and build (docker build)
Linux Server homeassistant
- Install HACS to get community app
HACS Instruction: HACS Prerequisites
- run a script under login directory on home assistant server
- Add HACS as a new integration
- Install localTuya with HACS and configure Tuya device localy
Configuration
Tuya Integration
- Create a could project at iot.tuya.com
- Country
- Choose the country you picked when signing up.
- Tuya IoT Access ID :
- Go to your cloud project on Tuya IoT Platform.
- Find the Access ID under Authorization Key on the Project Overview tab.
- Tuya IoT Access Secret
- Go to your cloud project on Tuya IoT Platform.
- Find the Access Secret under Authorization Key on the Project Overview tab.
- Do not setup API Account
- Click / Select .Do not configure a Cloud API account
- Account
- Tuya Smart or Smart Life app account Password. The password of your app account.
LocalTuya
Install HACS Home Assistant Community Store
- Enable Advanced Mode under the account option
- Execute bellow command inside the container
wget -O - https://get.hacs.xyz | bash -
- Restart docker host (under development)
- Add the new integration Settings, then Devices & Services
- Install codetheweb/tuyapi
- execute the following command to get the list of all device
tuya-cli wizard
Add new device
Globe: Bulbs model 35804 (from Costco)
## Smart bulbs - host: 192.168.1.168 device_id: aaabbbccc_dummy local_key: ddddeeefff_dummy friendly_name: Tuya_Ampoule_1 protocol_version: "3.3" entities: - platform: light friendly_name: tuya_ampoule1_on_off id: 20 color_mode: 21 # Optional, usually 2 or 21, default: "none" brightness: 22 # Optional, usually 3 or 22, default: "none" color_temp: 23 # Optional, usually 4 or 23, default: "none" color_temp_min_kelvin: 2000 color_temp_max_kelvin: 5000 color: 24
Smart Plug 50329 (from Costco)
- host: 192.168.1.240 device_id: bedded_dummy local_key: q1w2e3r4_dummy friendly_name: Tuya_Prise_1 protocol_version: "3.3" entities: - platform: switch friendly_name: tuya_prise1_on_off id: 1
Led Strip (from Costco)
## Smart bulbs - host: 192.168.1.168 device_id: aaabbbccc_dummy local_key: ddddeeefff_dummy friendly_name: Tuya_Led_1 protocol_version: "3.3" entities: - platform: light friendly_name: tuya_led_on_off id: 20 brightness: "none" color_temp: "none" color_mode: 21 color: 24 color_temp_min_kelvin: 2000 color_temp_max_kelvin: 5000
Alexa Integration
- Create a skill
- Run the skill