can't get GUI configured, get always error "...config gui element #1 "xyz", device not configured
this is my config.json for my weather device
Do you have an idea why i do get that error?
[Feb 19 22:40:44:974946] pilight-daemon: ERROR: config gui element #1 "wetter1", device not configured
thanks in advanced for your help.
this is my config.json for my weather device
Code:
.....
"device": {
"wetter1": {
"protocol": [ "alecto_wsd17" ],
"id": [{
"id": 4095
}],
"temperature": 409.5
}
},
"rules": {},
"gui": {
"wetter1": {
"name": "Weather Station",
"group": [ "Outside" ],
"media": [ "all" ]
}
},
.....
[Feb 19 22:40:44:974946] pilight-daemon: ERROR: config gui element #1 "wetter1", device not configured
thanks in advanced for your help.