I am on Home Assistant v0.60 and TellStick and TellStick Duo service v0.4.
Everything works fine.
This is my configuration.
configuration.yaml:
tellstick:
host: core-tellstick
port: [50800, 50801]
signal_repetitions: 3
Tellstick config (in TellStick and TellStick Duo service):
{
"devices": [
{
"id": 1,
"name": "nexa01",
"protocol": "arctech",
"model": "selflearning-switch",
"house": "81",
"unit": "1"
},
{
"id": 2,
"name": "nexa02",
"protocol": "arctech",
"model": "selflearning-switch",
"house": "81",
"unit": "2"
},
{
"id": 3,
"name": "nexa03",
"protocol": "arctech",
"model": "selflearning-switch",
"house": "81",
"unit": "3"
},
{
"id": 4,
"name": "nexa04",
"protocol": "arctech",
"model": "selflearning-switch",
"house": "81",
"unit": "4"
},
{
"id": 5,
"name": "nexa05",
"protocol": "arctech",
"model": "selflearning-switch",
"house": "81",
"unit": "5"
},
{
"id": 6,
"name": "nexa06_outdoor",
"protocol": "arctech",
"model": "selflearning-switch",
"house": "81",
"unit": "6"
},
{
"id": 7,
"name": "nexa07",
"protocol": "arctech",
"model": "selflearning-switch",
"house": "81",
"unit": "7"
},
{
"id": 8,
"name": "nexa08",
"protocol": "arctech",
"model": "selflearning-switch",
"house": "81",
"unit": "8"
},
{
"id": 9,
"name": "nexa09",
"protocol": "arctech",
"model": "selflearning-switch",
"house": "81",
"unit": "9"
}
]
}
I followed the tips I got from @endor (in this thread), and that made everything work