python icon indicating copy to clipboard operation
python copied to clipboard

No way to get messages out via CLI

Open Dorn8010 opened this issue 1 year ago • 1 comments

There is no way to get the last received messages from the device. Since the whole purpose of this device is to send/receive messages, this is a real surprise. It would be important to also get the time of reception (if it was available) and the sequence number of the message. There could be a request for a) last X msgs returning seq nr., time, msg b) msgs after seq nr. X c) msgs after time Y

Kind regards and keep the great work going ! :)

PS: The only way I found is to log the info and debug messages via a terminal connection

Dorn8010 avatar Jun 12 '24 19:06 Dorn8010

I have written a very basic (separate script) which will read the messages. It has not got all the features you are after. But you or I could improve it to include these. I have also submitted this to the examples directory for inclusion in the project.

Happy to have contributions to improve it. I agree the seq and revived time could be good options. Defiantly room for improvement. But once the example script is kind of working, that code could / features could be pulled into the main CLI system.

henri avatar Feb 19 '25 20:02 henri