Could not connect to the Telldus Service

Moderator: Telldus

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

Could not connect to the Telldus Service

Post by vidarl »

Hi

Trying to get both a tellstick and a tellstick duo ( not at the same time though ), but unsuccessfully
System:
Ubuntu 14.4 ( inside vmware player, host system is windows 7 )

Installed the debian/ubuntu package as described in doc, but no way I am getting it to work

Code: Select all

# cat /etc/tellstick.conf
user = "nobody"
group = "plugdev"
ignoreControllerConfirmation = "false"
device {
  id = 1
  name = "ovn1"
  protocol = "arctech"
  model = "selflearning-switch"
  parameters {
    house = "1234"
    unit = "1"
  }
}
I have tried unloading and loading ftdi_sio prior to starting telldusd, but it seems to make no difference...
This is what happens:

Code: Select all

# /usr/bin/tdtool --learn ovn1
Learning device: 1 ovn1 - Could not connect to the Telldus Service
What does this error message mean? If I disconnect the device, I get "TellStick not found", so at least the tellstick is detected...

Only clue I get in logs are:

Code: Select all

usb 2-2.1: usbfs: USBDEVFS_CONTROL failed cmd telldusd rqt 128 rq 6 len 255 ret -110
Any help would be appreciated
vidarl
Posts: 2
Joined: Fri Mar 17, 2023 9:45 am

Re: Could not connect to the Telldus Service

Post by vidarl »

FYI : telldus-core 2.1.2-1 amd64 is the version I have installed
Post Reply