Re: NetworkTimeChanged signal doesn't seems to be working for Quectel

2023-05-05 Thread Toto Titi
Hey Aleksander, They have similar data but not in the same order for example +CTZE URC is ,,, so like this "+32",0,"2018/03/23,06:51:13" but for CTZU it's like this ,, "+32","2018/03/23,06:51:13",0 and for Cinterion the dst is optional Thanks for the advice to get the signal, you are right I

Re: NetworkTimeChanged signal doesn't seems to be working for Quectel

2023-05-03 Thread Aleksander Morgado
Hey Thomas, > I do get the +CTZU notification, but it worked differently for quectel > because it doesn't receive the new time we need to check for +CTZE that's the > URC that we get when we receive notification that the time has been changed. What is the format of the +CTZE URC? is it similar

Re: NetworkTimeChanged signal doesn't seems to be working for Quectel

2023-04-24 Thread Toto Titi
Hey Aleksander, I do get the +CTZU notification, but it worked differently for quectel because it doesn't receive the new time we need to check for +CTZE that's the URC that we get when we receive notification that the time has been changed. For my use case, I would like to update my local time

Re: NetworkTimeChanged signal doesn't seems to be working for Quectel

2023-04-24 Thread Aleksander Morgado
Hey, > > I am trying to get notification from Quectel when there is a time change, I > see that there is a signal NetworkTimeChanged for this but when I looked at > the code, I see that the signal is not being emitted for Quectel modules. > True; we're not emitting those for all modem types.

NetworkTimeChanged signal doesn't seems to be working for Quectel

2023-04-18 Thread Toto Titi
Hello, I am trying to get notification from Quectel when there is a time change, I see that there is a signal NetworkTimeChanged for this but when I looked at the code, I see that the signal is not being emitted for Quectel modules. Best regards,