Smart Home Automation Forum
server16-tuya control - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1)
+--- Forum: News (https://www.kincony.com/forum/forumdisplay.php?fid=5)
+--- Thread: server16-tuya control (/showthread.php?tid=8202)

Pages: 1 2


server16-tuya control - Saif Kitany - 06-19-2025

Hello suppoert team,

i have kincony server 16, and i did all the steps configurations to control it by tuya app,
but when i scan the QR code by the app, it show that the device is offline.



- I added Kincony Tuya Mqtt component to home assistant by HACS
- I copied and pasted the yaml file
- I chaned device Id as the same as i got from kincony
- I chaned device secret as the same as i got from kincony
- I changed the Region


what could i have missed?


RE: server16-tuya control - admin - 06-19-2025

post your setting information.


RE: server16-tuya control - Saif Kitany - 06-19-2025

I can give you remote control on my pc.

My WhatsApp: +972505594173


RE: server16-tuya control - admin - 06-19-2025

our whatsapp number: +86-15381188302


RE: server16-tuya control - admin - 06-21-2025

   
tuya_mqtt:    replace with    kincony_tuya_mqtt


RE: server16-tuya control - Saif Kitany - 06-21-2025

now it works Smile

is there another ways to let input1 control output1, input2 controls output2, input3 controls output3....etc... except using NodeRed?


RE: server16-tuya control - admin - 06-22-2025

you have already using home assistant, you can set AUTOMATIO in home assistant, let input toggle output.


RE: server16-tuya control - Saif Kitany - 06-23-2025

ok. works.

from the other hand, when I try to do it by Tuya app, it doesn't show me the the device "server-16".

for example:

making ascene: IF  "Launch Tap-To-Run"------> THEN "conrtrol single device"

then it shows device list to choose the device i want tocontrol, and i don't the server-16 in the list!!!


RE: server16-tuya control - admin - 06-24-2025

we have updated tuya program code. now you can set again, it should be work fine.


RE: server16-tuya control - Saif Kitany - 06-27-2025

(06-22-2025, 01:11 AM)admin Wrote: you have already using home assistant, you can set AUTOMATIO in home assistant, let input toggle output.
i made an automation : input1 change state then toggle output1.
in this case, when i short input one with ground, then output1 is on.
when i relase the short of input1, then output1 is OFF.

but the thing i want is when just single click input1, then output1 is ON. and when single click again input1, the output1 is OFF.
How can i do that?

i'm trying to find the right feature and i'm not able to find!!!