Help - How to configure this socket

Moderator: Telldus

Post Reply
reddyr
Posts: 2
Joined: Fri Mar 17, 2023 9:45 am

Help - How to configure this socket

Post by reddyr »

I have this socket (see picture)
Image
In windows I can normally control it selecting HQ Code Switch and select the 10 pins code in Telldus Control Center (I set first 6 pins to the top position while rest of them was in bottom position), but I didn't found what to put into config file in linux to make it work. Please can you help me?
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: Help - How to configure this socket

Post by micke.prag »

Try configure them like this:

Code: Select all

device {
  id = 1
  name = "Device 1"
  protocol = "fuhaote"
  model = "codeswitch"
  parameters {
    code = "1111110000"
  }
}
Micke Prag
Software
Telldus Technologies
reddyr
Posts: 2
Joined: Fri Mar 17, 2023 9:45 am

Re: Help - How to configure this socket

Post by reddyr »

Thank you, it solved my problem. :D
Post Reply