sam-4screen-desktop 2026-5-26:17:39:37
This commit is contained in:
4
.obsidian/workspace.json
vendored
4
.obsidian/workspace.json
vendored
@@ -193,6 +193,7 @@
|
|||||||
},
|
},
|
||||||
"active": "9aa962591bd54417",
|
"active": "9aa962591bd54417",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"100 inbox/Tuya Local Integration Notes.md",
|
||||||
"300 areas/360 Dev-Ops Network Computers/Backup Health Check Commands.md",
|
"300 areas/360 Dev-Ops Network Computers/Backup Health Check Commands.md",
|
||||||
"templates/tmpl_generic_note.md",
|
"templates/tmpl_generic_note.md",
|
||||||
"400 resources/450 Recipes/Chilli Sauce Hack.md",
|
"400 resources/450 Recipes/Chilli Sauce Hack.md",
|
||||||
@@ -228,7 +229,6 @@
|
|||||||
"300 areas/360 Dev-Ops Network Computers/Pi MCP.md",
|
"300 areas/360 Dev-Ops Network Computers/Pi MCP.md",
|
||||||
"400 resources/410 Web Pages/Website Design AI.md",
|
"400 resources/410 Web Pages/Website Design AI.md",
|
||||||
"100 inbox/Untitled.md",
|
"100 inbox/Untitled.md",
|
||||||
"100 inbox/1778493481-VJZL.md",
|
"100 inbox/1778493481-VJZL.md"
|
||||||
"300 areas/350 AI/LLM - models to consider.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
39
100 inbox/Tuya Local Integration Notes.md
Normal file
39
100 inbox/Tuya Local Integration Notes.md
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
---
|
||||||
|
created: 2026-05-26
|
||||||
|
modified: 2026-05-26
|
||||||
|
type: note
|
||||||
|
tags: []
|
||||||
|
aliases: []
|
||||||
|
---
|
||||||
|
# Tuya Local Integration Notes
|
||||||
|
|
||||||
|
## Tuya IoT Portal
|
||||||
|
|
||||||
|
- URL: https://iot.tuya.com/
|
||||||
|
- Navigate to: **Cloud → API Explorer**
|
||||||
|
- Select the correct **Data Center** (Central Europe for EU users)
|
||||||
|
- Use **Device Management → Query Device Details** to get device info
|
||||||
|
|
||||||
|
## Fields Required for Home Assistant (Tuya Local)
|
||||||
|
|
||||||
|
| Field | Source |
|
||||||
|
|-------|--------|
|
||||||
|
| **Device ID** | Tuya portal → Devices list or API Explorer |
|
||||||
|
| **Local Key** | API Explorer → Query Device Details |
|
||||||
|
| **IP Address** | Router's connected device list |
|
||||||
|
| **Protocol Version** | Usually auto-detected; try 3.5, 3.4, or 3.1 |
|
||||||
|
|
||||||
|
## Steps to Add a Device
|
||||||
|
|
||||||
|
1. In HA: Settings → Devices & Services → Tuya Local → Add Device
|
||||||
|
2. Choose **Manually provide device connection information**
|
||||||
|
3. Enter IP, Device ID, Local Key, Protocol
|
||||||
|
4. Select device type (e.g., Simple RGBCW lightbulb for RGB+CCT bulbs)
|
||||||
|
5. Submit
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
- Close Tuya/Smart Life app on phone before adding devices
|
||||||
|
- Genio bulbs may need the Genio app for initial WiFi setup
|
||||||
|
- Some newer bulbs use Protocol 3.5 (auto-detected by Tuya Local)
|
||||||
|
- If port 6668 is closed on the device, it may be cloud-only
|
||||||
Reference in New Issue
Block a user