Smart Home Automation Forum
Sms relays control - 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-A8S (https://www.kincony.com/forum/forumdisplay.php?fid=24)
+--- Thread: Sms relays control (/showthread.php?tid=7020)



Sms relays control - Michele - 11-06-2024

Good morning, I am programming your KC868-A8S V1.2 board that I purchased for my uses, I can receive SMS and notification calls, but I can't control the relays with SMS and calls. I did the programming through the IFTTT screen and wrote the relative SMS on the network SMS control screen, but it doesn't work. Same thing with the calls. I also tried through the Arduino IDE 2.3.3 sketch with the sms-relay.ino file, but despite loading the required libraries, when I upload and compile it makes an infinite number of errors. For me it is very important to be able to use the SMS commands to control the relays. I attach some screenshots. I await your feedback. Thanks


RE: Sms relays control - admin - 11-06-2024

1. when you using KCS firmware, do you use "+393288729974" mobile phone send SMS to KC868-A8S? because of only can receive manager's phone number's SMS.

2. here is PCF8574 Arduino library we are using.
.zip   PCF8574_library.zip (Size: 23.8 MB / Downloads: 11)


RE: Sms relays control - Michele - 11-07-2024

(11-06-2024, 11:57 PM)Admin Wrote: 1. quando si utilizza il firmware KCS, si utilizza il telefono cellulare "+393288729974" per inviare SMS a KC868-A8S? a causa di solo può ricevere l'SMS del numero di telefono del manager.
2. ecco PCF8574 libreria Arduino che stiamo utilizzando.
Yes I use that number to send and make calls.
Now I tried the sketch again using the library you sent me PCF8574_library and it worked until the end.
Tried again to send sms with command relay1-on but it doesn't work
Now I have to reload the flash 2.2.6? 
Can the card KC868-A8S v.1.2 be programmed with kcs for control sms and calls? I tried, but it only makes calls and sms notifications from the card to the phone
Thanks


RE: Sms relays control - admin - 11-07-2024

can you use another SIM card for a testing? different telecom provider maybe have different SMS protocol.


RE: Sms relays control - Michele - 11-07-2024

I'll try with another SIM.
SMS and call notifications from the card to my phone work
One question, is it ok to program SMS and calls through KCS with IFTTT without using the Arduino sketch?
Thanks


RE: Sms relays control - admin - 11-07-2024

sure, you can config IFTTT for send SMS, make CALL. or receive SMS , receive CALL. without arduino code.


RE: Sms relays control - Michele - 11-08-2024

thanks, I'll keep trying