![]() |
KC868-A8M reading Ethernet data - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A8M (https://www.kincony.com/forum/forumdisplay.php?fid=48) +--- Thread: KC868-A8M reading Ethernet data (/showthread.php?tid=7563) |
KC868-A8M reading Ethernet data - MWDH - 02-05-2025 Hello Community, I want to use the KC868-A8M to do the following:
Now the question: Am I able to configure all the get requests in the KCS software and use the answers / data in the IFTTT section? This would make it very easy to program logic to the KC868-A8M. Or do I need to program my own code in the Arduino IDE to create get requests and react accordingly? If there is a simple solution, I would be very happy to learn about it, since this will be super helpful in one of my projects. Thank you very much! ![]() Best wishes Max RE: KC868-A8M reading Ethernet data - admin - 02-06-2025 this need you write your own arduino code. RE: KC868-A8M reading Ethernet data - MWDH - 02-06-2025 (02-06-2025, 01:40 AM)admin Wrote: this need you write your own arduino code. Hi, thank you for the answer. What are the custom HTTP get and post requests for in the KCS software? Do you know of any examples that were doing a scenario like I imagine? Is it possible to implement own (Arduino) code into KCS software to have all the great features as well? Best wishes Max RE: KC868-A8M reading Ethernet data - admin - 02-07-2025 KCS firmware let HTTP get or post for "THEN" actions. if can customize define the STRING by customize protocol. if you write your own arduino code, just ALL use by your code, can't work with KCS firmware at the same time. RE: KC868-A8M reading Ethernet data - MWDH - 02-07-2025 (02-07-2025, 01:13 AM)admin Wrote: KCS firmware let HTTP get or post for "THEN" actions. if can customize define the STRING by customize protocol. Thank you very much. Understood. Can I use the HTTP get request "result" also in the IF section of IFTTT? I can only see the symbol in the THEN section. RE: KC868-A8M reading Ethernet data - admin - 02-08-2025 HTTP string only use for "THEN", can't use for "IF" RE: KC868-A8M reading Ethernet data - MWDH - 02-17-2025 (02-08-2025, 01:08 AM)admin Wrote: HTTP string only use for "THEN", can't use for "IF" Thank you, but where is the "result" of the http get request? I set up an IFTTT where a get request (Custom 1 ) is done when an Input goes to low. Where can I soo / monitor the result / answer of the get request? RE: KC868-A8M reading Ethernet data - admin - 02-17-2025 "THEN" just only for send command. not receive message from another side. |