Page 1 of 1

Help - How to configure this socket

Posted: Fri Mar 17, 2023 9:45 am
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?

Re: Help - How to configure this socket

Posted: Fri Mar 17, 2023 9:45 am
by micke.prag
Try configure them like this:

Code: Select all

device {
  id = 1
  name = "Device 1"
  protocol = "fuhaote"
  model = "codeswitch"
  parameters {
    code = "1111110000"
  }
}

Re: Help - How to configure this socket

Posted: Fri Mar 17, 2023 9:45 am
by reddyr
Thank you, it solved my problem. :D