Suggestion: Listen to RF commands

Moderator: Telldus

Post Reply
zyberzero
Posts: 56
Joined: Fri Mar 17, 2023 9:45 am
Location: Göteborg

Suggestion: Listen to RF commands

Post by zyberzero »

Hi,

I have a suggestion to the software for the Tellstick daemon (and the firmware of the TS Duo).

I think it would be nice to "record" commands that's sent over the air. For an example, I use Sartano wireless fire alarms, and I would like to fetch that signal to send me an SMS/mail/something else.
One way to achieve this may be to implement a virtual wireless type, ex. "raw" and the argument would be what's sent.
Ex:

Code: Select all

device {
    id=x
    name="firelarm"
    protocol = "raw"
    parameters {
        string="###################"
   }
}
If that's the case it would be a piece of cake to implement such events in a program. (And also to implement to send RAW commands from libtelldus - like this).

Is it someone else that wants this functionality or am I alone?

Thanks for a really good product!

/Z
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: Suggestion: Listen to RF commands

Post by micke.prag »

You are not alone and we have plans for this. Also to support "Pronto codes" which can be found on the internet.
Micke Prag
Software
Telldus Technologies
Post Reply