Skip to content
Marco Sillano edited this page Jan 2, 2024 · 59 revisions

Welcome to the tuyaDAEMON wiki!

"TuyaDAEMON's goal is not to control some Tuya devices but to integrate the entire Tuya ecosystem in node-red, creating a new level of abstraction that includes both Tuya-cloud and all possible extensions: custom devices and logic of extended automation."

tuyaDAEMON is a complete framework for advanced IOT projects.

TuyaDAEMON is very experimental, the CORE_devices flow MUST be modified for every new device. Any effort is made to make it modular, small, fast, easy to modify, and fully documented.

Some tuyaDAEMON presentation pages:

In deep the tuyaDAEMON CORE:

The TRIGGER technique:

new devices

How to add a new smart device to tuyaDAEMON?

  • Step-by-step guide 'add a new device'. Update using core_OPENAPI.
  • tuyaDAEMON toolkit uses a MySQL database to store all information about the devices and creates some useful artifacts.
  • tuyaDAEMON things: An application for managing all things to/from global.alldevices structures of one or more tuyaDAEMON servers (extends toolkit).

How to design a custom device? some case studies can help you:

An open collection of known devices info:

more

Notes on tuyaDAEMON installation and use:

All contributions and criticisms are welcome. Thanks.