From dd8f60783c162ca5c0b45b4ee244a4b0dbfe6018 Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Tue, 26 May 2026 17:39:37 +1000 Subject: [PATCH] sam-4screen-desktop 2026-5-26:17:39:37 --- .obsidian/workspace.json | 4 +-- 100 inbox/Tuya Local Integration Notes.md | 39 +++++++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 100 inbox/Tuya Local Integration Notes.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index ab8a2e4..929f37c 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -193,6 +193,7 @@ }, "active": "9aa962591bd54417", "lastOpenFiles": [ + "100 inbox/Tuya Local Integration Notes.md", "300 areas/360 Dev-Ops Network Computers/Backup Health Check Commands.md", "templates/tmpl_generic_note.md", "400 resources/450 Recipes/Chilli Sauce Hack.md", @@ -228,7 +229,6 @@ "300 areas/360 Dev-Ops Network Computers/Pi MCP.md", "400 resources/410 Web Pages/Website Design AI.md", "100 inbox/Untitled.md", - "100 inbox/1778493481-VJZL.md", - "300 areas/350 AI/LLM - models to consider.md" + "100 inbox/1778493481-VJZL.md" ] } \ No newline at end of file diff --git a/100 inbox/Tuya Local Integration Notes.md b/100 inbox/Tuya Local Integration Notes.md new file mode 100644 index 0000000..0662796 --- /dev/null +++ b/100 inbox/Tuya Local Integration Notes.md @@ -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