How to register a remote for callbacks?

Moderator: Telldus

Post Reply
aarvidsson
Posts: 19
Joined: Fri Mar 17, 2023 9:45 am

How to register a remote for callbacks?

Post by aarvidsson »

I'm going nuts. I'm playing around with the callbacks.py example, and am able to ge the raw output from my various remotes. But how on earth do I bind this raw stuff to a device ID i can use to trigger on...? I take it that the remote has to be defined in tellstick.conf, but what is the proper syntax for this?
Zapper
Posts: 212
Joined: Fri Mar 17, 2023 9:45 am
Location: Där det är kallt

Re: How to register a remote for callbacks?

Post by Zapper »

http://developer.telldus.com/wiki/TellStick_conf

If you can see the raw events from the remotes then you have all the info you need.
Sometimes the raw events show as multiple protocols so you have to figure out what protocol is the real one, but that isn't so hard.
aarvidsson
Posts: 19
Joined: Fri Mar 17, 2023 9:45 am

Re: How to register a remote for callbacks?

Post by aarvidsson »

For some reason I couldn't get it to work. Now it does. Quite weird. Now the callbacks.py example goes into a never ending loop whenever I trigger on one of the callbacks. Lovely.
Post Reply