telldus-core och tellstick.conf

Moderator: Telldus

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

telldus-core och tellstick.conf

Post by gusse02 »

Hej!
Jag är kanske blind, men jag hittar inte någon beskrivning på hur man konfigurerar enheter i /etc/tellstick.conf.
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Post 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"
  }
}
Micke Prag
Software
Telldus Technologies
Jaxån
Posts: 199
Joined: Fri Mar 17, 2023 9:45 am

Post by Jaxån »

Hmm borde titta på HAL, uDev och dbus...
Post Reply