So i sorted out the errors, deleting the introduction part and just call the customize.yaml
once(configuration.yaml
has been the same for a while and worked like this in the past)
When ever i have the sensors in customize.yaml
with a friedly name
they randomly appear on reboot or not. None are discovered even if i physically move them. As soon as i take out the customize.yaml
from configuration.yaml
or just remove the sensors from (with #) customize.yaml
they appear 100 % every time, if i restart them or change the channel they appear immediately once they start to transpond.
Tellstick.conf
looks like this and have been like this for the last months, this is only switches/lights no sensors since they just appear in dev-state
{
"devices": [
{
"id": 1,
"name": "golvlampa_vr",
"protocol": "fuhaote",
"model": "codeswitch",
"code": "1100000100"
},
{
"id": 2,
"name": "fonster_kok",
"protocol": "risingsun",
"model": "selflearning",
"house": "21234",
"unit": "2"
},
{
"id": 3,
"name": "fonster_vrum",
"protocol": "arctech",
"model": "selflearning-dimmer",
"house": "21235",
"unit": "2"
},
{
"id": 4,
"name": "tv_bank",
"protocol": "fuhaote",
"model": "codeswitch",
"code": "1100010000"
},
{
"id": 5,
"name": "fonster_tvattstuga",
"protocol": "fuhaote",
"model": "codeswitch",
"code": "1100001000"
},
{
"id": 6,
"name": "bank_hall",
"protocol": "arctech",
"model": "selflearning-switch",
"house": "21236",
"unit": "2"
},
{
"id": 7,
"name": "fonster_sovrum",
"protocol": "risingsun",
"model": "selflearning",
"house": "21237",
"unit": "2"
}
]
}