Skip to content

xZetsubou/hass-localtuya

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

logo

A Home Assistant custom Integration for local handling of Tuya-based devices.

Usage and setup Documentation


Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

๐…๐ž๐š๐ญ๐ฎ๐ซ๐ž๐ฌ

  • Supported Sub-devices - Devices that function through gateways
  • Auto-configure devices - Requires a cloud API setup
  • Automatic insertion - Some fields requires a cloud API setup
  • Devices discovery - Discovers Tuya devices on your network
  • Cloud API - Only to help you on setup devices, can works without it.

๐‘๐ž๐ฉ๐จ๐ซ๐ญ๐ข๐ง๐  ๐š๐ง ๐ข๐ฌ๐ฌ๐ฎ๐ž

๐‚๐ซ๐ž๐๐ข๐ญ๐ฌ

Rospogrigio, original maintainer of LocalTuya. This fork was created when the upstream version was at v5.2.1.

NameLessJedi and mileperhour being the major sources of inspiration, and whose code for switches is substantially unchanged.

TradeFace, for being the only one to provide the correct code for communication with the cover (in particular, the 0x0d command for the status instead of the 0x0a, and related needs such as double reply to be received):

sean6541, for the working (standard) Python Handler for Tuya devices.

jasonacox, for the TinyTuya project from where I big help and refrences to upgrade integration.

uzlonewolf, for maintaining in TinyTuya who improved the tool so much and introduce new features like new protocols etc..

postlund, for the ideas, for coding 95% of the refactoring and boosting the quality of this repo to levels hard to imagine (by me, at least) and teaching me A LOT of how things work in Home Assistant.