Hello,
I'm starting with pilight.
I've run pilight-receive and I received my neighboor temperature device as follow :
So I would like to add this as a new device.
In the conf.json I've added :
But I have the following error (in /var/log/pilight.err) when I run pilight service:
[Nov 08 00:18:18:225149] pilight-daemon: ERROR: config device #1 "living", missing protocol
What's wrong ?
Thanks in advance.
I'm starting with pilight.
I've run pilight-receive and I received my neighboor temperature device as follow :
Code:
{
"message": {
"id": 227,
"temperature": 2.61,
"humidity": 93.00,
"battery": 1,
"channel": 1
},
"origin": "receiver",
"protocol": "tfa",
"uuid": "0000-b8-27-eb-c15c94",
"repeats": 4
}
So I would like to add this as a new device.
In the conf.json I've added :
Code:
"devices": {
"living": {
"name": "Living",
"weather": {
"name": "Weather",
"protocol": ["tfa"],
"id": [{
"id": 227,
"channel": 1
}],
"temperature": 189,
"humidity": 410,
"battery": 1
}
}
}
But I have the following error (in /var/log/pilight.err) when I run pilight service:
[Nov 08 00:18:18:225149] pilight-daemon: ERROR: config device #1 "living", missing protocol
What's wrong ?
Thanks in advance.