Page 1 of 1

telldus-core och tellstick.conf

Posted: Fri Mar 17, 2023 9:45 am
by gusse02
Hej!
Jag är kanske blind, men jag hittar inte någon beskrivning på hur man konfigurerar enheter i /etc/tellstick.conf.

Posted: Fri Mar 17, 2023 9:45 am
by micke.prag
Eftersom libtelldus-core inte är släppt officiellt till Linux har vi inte heller släppt någon dokumentation. Detta för att konfigurationsfilen kan komma att ändras fram till att vi släpper mjukvaran.
Här är iallafall en exempel-konfiguration du kan ha och titta på:

Code: Select all

deviceNode = "/dev/tellstick"
device {
  id = 2
  name = "Test"
  protocol = "arctech"
  model = 9
  parameters {
    nexa_house = "C"
    nexa_unit = "1"
  }
}
device {
  id = 3
  name = "Klocka"
  protocol = "arctech"
  model = 15
  parameters {
    nexa_house = "B"
    nexa_unit = "1"
  }
}

Posted: Fri Mar 17, 2023 9:45 am
by Jaxån
Hmm borde titta på HAL, uDev och dbus...