Protocol of Telldus Slim

Moderator: Telldus

Post Reply
macdoughie
Posts: 3
Joined: Fri Mar 17, 2023 9:45 am

Protocol of Telldus Slim

Post by macdoughie »

Hi,
what protocol should be used in tellstick.conf for the telldus slim plug, for some reason I am not able to communicate with them, other devices like nexa dimmers/switches works fine using Arctech

Thanks
M
jacob
Posts: 7
Joined: Fri Mar 17, 2023 9:45 am

Re: Protocol of Telldus Slim

Post by jacob »

Hi,

I got my Telldus plug-in switch slim outdoor (313447) working using:

Code: Select all

device {
  id = 1
  name = "outdoorswtich-1"
  protocol = "arctech"
  model = "selflearning-switch:coco"
  parameters {
    house = "20082"
    unit = "1"
  }
}
Perhaps it is the same for all slim plugs.
Post Reply