Home-Assistant: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 41: | Line 41: | ||
[https://us-east-1.console.aws.amazon.com/console Local Tuya] | [https://us-east-1.console.aws.amazon.com/console Local Tuya] | ||
Globe: Bulbs model 35804 (from Costco) | |||
<pre> | |||
## 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 | |||
</pre> | |||
Smart Plug 50329 (from Costco) | |||
<pre> | |||
- 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 | |||
</pre> | |||
=== Alexa Integration === | === Alexa Integration === |
Revision as of 03:43, 3 May 2022
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.
- Account
- Tuya Smart or Smart Life app account Password. The password of your app account.
LocalTuya
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
Alexa Integration
- Create a skill
- Run the skill