Skip to content

rensite/tuya-local-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tuya-local-server

This repo is for experiments with local tuya devices.

Fill config file using your devices details.

export const config = [
	{
		type: "switch6",
		name: "Device Name",
	    ip: "192.168.0.123",
	    id: "456273158765238761",
	    key: "Ku8c43jhdwcwewe",
	},
  ...
]

and run using pm2 start index.js or right in the terminal node index.js

Docs

Uses following lib https://codetheweb.github.io/tuyapi/index.htmlhttps://github.com/codetheweb/tuyapi as the main functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published