Search found 6 matches

by rogerj
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Send Raw Command problem
Replies: 12
Views: 23859

Send Raw Command problem

Hi all, I'm trying to send a Turn On signal to a Nexa receiver using the Raw command method. I've created a Python script that generates a (what I believe) correct raw message string (Python snippet below - I've attached the code as attachment for those interested): >>> c = getRawCommand(13786098, 3...
by rogerj
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Nexa Arctech selflearning raw example
Replies: 3
Views: 7138

Re: Nexa Arctech selflearning raw example

Hi, I'm looking for the same thing - please have a look at this post by me: https://www.telldus.com/forum/viewtopic.php?f=11&t=5937 It also contains a Python implementation of a Raw string generator for Nexa Selflearning switches. (The issue is however that I can't get it work, but perhaps it ca...
by rogerj
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Send Extended --raw
Replies: 2
Views: 12706

Re: Send Extended --raw

Hi, I'm trying to do the same thing, please refer to my other post: https://www.telldus.com/forum/viewtopic.php?f=11&t=5937 This post includes an attempt to a Python implementation of a Raw string generator, and I believe the strings it generates are correct. When I send them using either Python...
by rogerj
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: ReadyNAS Duo
Replies: 45
Views: 76596

Re: ReadyNAS Duo

Hej! En aning sen respons - men jag hoppas du läser detta! Till att börja med: Tack för bra kod, en del av det du gjort beter sig likadant som det jag skapat! :) En fråga: Lyckades du använda learn-funktionen för Nexa-brytare? När jag provar att skicka Raw-strängarna (genererat t.ex. med Nexa.learn(...
by rogerj
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Send Raw Command problem
Replies: 12
Views: 23859

Re: Send Raw Command problem

Hi, Now I've made some further tests on the Raw command functionality, but can unfortunately not get it to work. In fact, I've never successfully had any device (in my case ordinary Nexa receivers) react on any command (ON, OFF, LEARN). I can verify that my Raw String generator works as it should (i...
by rogerj
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Send Raw Command problem
Replies: 12
Views: 23859

Re: Send Raw Command problem

Hi, I tried to do the following: 1) I "recorded" the signals received by the Tellstick using the USB interface. This resulted in my receiving the following signal for a single ON button being pressed on the Nexa sender. See output below, I've included the timestamps for reference. As you c...