![]() |
|
KC868-A2 SIM7600 with Tuya GPRS not work - 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-A2 (https://www.kincony.com/forum/forumdisplay.php?fid=43) +--- Thread: KC868-A2 SIM7600 with Tuya GPRS not work (/showthread.php?tid=8304) |
RE: KC868-A2 SIM7600 with Tuya GPRS not work - admin - 07-21-2025 we are under testing, will release new firmware to fix it. RE: KC868-A2 SIM7600 with Tuya GPRS not work - alexps70 - 07-22-2025 Мне нужно, чтобы Tuya работала через Ethernet (он кстати не выключается) и при его недоступности переключалась на GPRS как на резервный канал связи. Такое можно реализовать? Либо управление Tuya работает через GPRS, но остальные протоколы (WEB/MQTT/HTTP и т.п.) работают через LAN I need Tuya to work through Ethernet (by the way it does not turn off) and with its inaccessibility switched to GPRS as a reserve communication channel. Can this be realized? Or Tuya management operates through GPRS, but the rest of the protocols (Web/Mqtt/Http, etc.) work through LAN Переведено с Google (Russian → English) RE: KC868-A2 SIM7600 with Tuya GPRS not work - admin - 07-22-2025 you can set tuya use by ethernet or 4G. But only one way, can't auto switch to GPRS when ethernet is disconnected. RE: KC868-A2 SIM7600 with Tuya GPRS not work - alexps70 - 07-22-2025 Усли я активирую опцию GPRS - Tuya не работает, даже если полностью отключить кабель Ethernet - как я понимаю, этот баг будет исправлен. Но я спрашиваю о втором моменте - если активирована опция GPRS для работы Tuya, будет ли работать управление по LAN по другим протоколам? I activate the GPRS option - Tuya does not work, even if you completely turn off the Ethernet cable - as I understand it, this bug will be fixed. But I ask about the second moment - if the GPRS option is activated for Tuya, will there be a LAN control for other protocols? Переведено с Google (Russian → English) RE: KC868-A2 SIM7600 with Tuya GPRS not work - admin - 07-22-2025 yes, you are right, only GRPS with tuya, other protocols work with ethernet. RE: KC868-A2 SIM7600 with Tuya GPRS not work - alexps70 - 07-23-2025 Хорошо, жду, когда работа Tuya через GPRS будет исправлена Okay, I'm waiting for the work of Tuya through GPRS will be fixed Переведено с Google (Russian → English) RE: KC868-A2 SIM7600 with Tuya GPRS not work - panarosa - 08-09-2025 I have followed the documentation available on your website, but some of the links provided are either unavailable or no longer functional. I have tested two different SIM7600E modules, and neither shows any sign of operation: they do not respond to AT commands and do not register on the network. My goal was to integrate the KC868-A2 into a patented project with potential industrial application. I was convinced that your product could simplify my solution, but to date, I have not been able to use it. I kindly request:
Technical Tests Already Performed on KC868-A2 with SIM7600E
Conclusion: The ESP32 works and communicates correctly via USB, but the SIM7600E module does not respond to any AT command, even after testing with two different units, proper power supply, and a suitable LTE antenna. RE: KC868-A2 SIM7600 with Tuya GPRS not work - admin - 08-09-2025 take a photo , how you connect with 4G module, what power supply you are using? RE: KC868-A2 SIM7600 with Tuya GPRS not work - alexps70 - 10-06-2025 (07-21-2025, 09:24 PM)admin Wrote: we are under testing, will release new firmware to fix it. When is a decision expected? RE: KC868-A2 SIM7600 with Tuya GPRS not work - WestfieldGhost - 11-30-2025 Hi everyone, I just wanted to add that I am seeing exactly the same behaviour as alexps70 and apps4check on my KC868-A2 with SIM7600, using the latest KCS V2 firmware. In my case the KC868-A2 is installed completely outside my home network – it is never connected to LAN or Wi-Fi. The board is in a remote location and has LTE-only connectivity, and my goal is to control it from Home Assistant over LTE, without any extra gateway hardware. The SIM7600 LTE module itself works perfectly. When I connect the modem directly to a PC over USB and send AT commands, I can see that:
So the SIM card, the LTE network and the 4G hardware are all working fine. The problem starts when the SIM7600 is used together with the KC868-A2 and the KCS firmware. As soon as I activate the GPRS / 4G option for Tuya, I see the same thing that was described above:
MQTT behaves in the same way: It works when the A2 is connected via LAN / Wi-Fi, but as soon as the board relies on LTE only, the MQTT connection does not work anymore. From what I can see in the web UI, the GSM section only supports SMS and Call Test, and there are no APN or PDP settings and no LTE data status indicators available. This matches very well with the logs and descriptions from alexps70. From all these tests it looks like the SIM7600 does establish a full LTE data session, but the KC868-A2 firmware does not route any Tuya or MQTT traffic over the mobile data interface. In other words: LTE seems to be limited to SMS/Call functions (and maybe Tuya on some boards), but not usable as a general data connection on the A2 right now. For my use case this is critical, because my KC868-A2 will never be in my home LAN. It needs to work exclusively over LTE, and it needs to be controllable from Home Assistant in that mode. So my question to the admin is:
If there is a test firmware that fixes the Tuya over GPRS problem mentioned earlier in this thread, I would be happy to test it as well. Thank you. |