Linux, tellstick.conf and events

Moderator: Telldus

Post Reply
tepaulsen
Posts: 1
Joined: Fri Mar 17, 2023 9:45 am

Linux, tellstick.conf and events

Post by tepaulsen »

Hi, I'm a new user of Tellstick. I'm currently setting up a few tests but get often stuck in the lack of documentation.
Luckily I've stuck to the try and fail process long enough to get som insight to this.

The questions I have are probably simple but I just cant figure it out.

1. I'm not sure if my devices are correctly sat up with the correct

I use Nexa 810 for motion detection, and Nexa lmst-606 for a doormagnet.
Have I done it right with the model part?

Code: Select all

device {
  id = 3
  name = "Motion Detection"
  protocol = "arctech"
  model = "selflearning-switch"
  parameters {
    house = "B"
    unit = "1"
  }
}


device {
  id = 4
  name = "Door Magnet"
  protocol = "arctech"
  model = "bell"
  parameters {
    house = "B"
  }
}
2. I've sat up a dummyscript in every folder under /usr/local/share/telldus/scripts, but none of them react to my motion sensor or door magnet.
Any ideas on what I have done? Is there a way of knowing what telldus core im running? I think it its 2.1.2

Code: Select all

4.0K drwxr-xr-x 2 root root 4.0K Dec 27 20:46 controllerevent
4.0K drwxr-xr-x 2 root root 4.0K Dec 27 20:46 devicechangeevent
4.0K drwxr-xr-x 2 root root 4.0K Dec 27 20:46 deviceevent
4.0K drwxr-xr-x 2 root root 4.0K Dec 27 20:46 rawdeviceevent
4.0K drwxr-xr-x 2 root root 4.0K Dec 27 20:36 sensorevent
tom-erik@server:/usr/local/share/telldus/scripts$ 
Post Reply