Skip to content

Instantly share code, notes, and snippets.

@amlinger
Created February 10, 2018 14:48
Show Gist options
  • Save amlinger/ec682959e4c54a10abe47097e3e982df to your computer and use it in GitHub Desktop.
Save amlinger/ec682959e4c54a10abe47097e3e982df to your computer and use it in GitHub Desktop.
Sample tellstick.conf file. ( /etc/tellstick.conf )
device {
id = 1
name = "Example Light 2"
protocol = "arctech"
model = "selflearning-dimmer:nexa"
parameters {
house = "100010"
unit = "1"
}
}
device {
id = 2
name = "Example Light 2"
protocol = "arctech"
model = "selflearning-switch:nexa"
parameters {
house = "100020"
unit = "1"
}
}
user = "nobody"
group = "plugdev"
deviceNode = "/dev/tellstick"
ignoreControllerConfirmation = "false"
controller {
id = 4
type = 2
serial = "A703AJQB"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment