Page 1 of 1

Could not connect to the Telldus Service

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

Re: Could not connect to the Telldus Service

Posted: Fri Mar 17, 2023 9:45 am
by micke.prag
Starta demonen:

Code: Select all

$ sudo telldusd