Could not connect to the Telldus Service

Moderator: Telldus

Post Reply
jonsi
Posts: 4
Joined: Fri Mar 17, 2023 9:45 am

Could not connect to the Telldus Service

Post by jonsi »

Hej,

Jag har kompilerat och installerat telldus-core-2.0.103 utan problem på F13. Men när jag kör tdtool får jag problem.

Problemet är följande:

Code: Select all

$ tdtool --list
Error fetching devices: Could not connect to the Telldus Service
$ 
Konfigurationsfilen /etc/tellstick.conf ser ut på följande sett:

Code: Select all

$ more /etc/tellstick.conf 
deviceNode = /dev/ttyUSB0
device {
  id = 1
  name = "Device 1"
  protocol = "arctech"
  model = "codeswitch"
  parameters {
    house = "A"
    unit = "1"
  }
}
device {
  id = 2
  name = "Device 2"
  protocol = "arctech"
  model = "codeswitch"
  parameters {
    house = "A"
    unit = "2"
  }
}
$ 
Vad är det som är fel?
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: Could not connect to the Telldus Service

Post by micke.prag »

Starta demonen:

Code: Select all

$ sudo telldusd
Micke Prag
Software
Telldus Technologies
Post Reply