Logic Machine Forum
integrated with Tuya IOT Products - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: integrated with Tuya IOT Products (/showthread.php?tid=3227)



integrated with Tuya IOT Products - khalil - 16.03.2021

hello 
How could we connect IoT Products which compatible with the Tuya app with OUR LM, SL, HL?
is it possible and How.

regards.


RE: integrated with Tuya IOT Products - JRP - 17.03.2021

Hello.
If Tuya devices are based on ESP8266 or ESP8285, you can install Tasmota firmware (https://tasmota.github.io/docs/) to use mqtt. You also need:
    A mqtt broker, for example mosquitto, running on a PC or a raspberry or similar.
    If you want to use the logic machine itself as a broker, here is an example https://forum.logicmachine.net/showthread.php?tid=2505.
An mqtt client, in this case Logic machine with a Lua script, here is an example of when I asked in the forum how to do it https://forum.logicmachine.net/showthread.php?tid=2649.

I hope you find it useful.
P.S. Be careful that some Tuya devices lately come with realtek wifi and not ESP.


RE: integrated with Tuya IOT Products - khalil - 18.03.2021

(17.03.2021, 10:17)JRP Wrote: Hello.
If Tuya devices are based on ESP8266 or ESP8285, you can install Tasmota firmware (https://tasmota.github.io/docs/) to use mqtt. You also need:
    A mqtt broker, for example mosquitto, running on a PC or a raspberry or similar.
    If you want to use the logic machine itself as a broker, here is an example https://forum.logicmachine.net/showthread.php?tid=2505.
An mqtt client, in this case Logic machine with a Lua script, here is an example of when I asked in the forum how to do it https://forum.logicmachine.net/showthread.php?tid=2649.

I hope you find it useful.
P.S. Be careful that some Tuya devices lately come with realtek wifi and not ESP.

Thank You JRP 
Appreciate your reply.


RE: integrated with Tuya IOT Products - khalil - 21.03.2021

they are support API but I don't know if it's compatible with LM
Could admin verify if it's possible or not to integrate Tuya via API in LM

Please see these links: 
https://github.com/codetheweb/tuyapi
https://developer.tuya.com/en/docs/iot/panel-development/panel-sdk-development/common-sdk-development/common-app-sdk?id=K9m1dldk26u64


RE: integrated with Tuya IOT Products - admin - 21.03.2021

MQTT integration is the easiest solution by far