Hi all,
Received my 433mhz sender & receiver kit today. Thanks for that :-)
What i've done:
- installed windows version of pilight
- flash a arduino nano with the hex file in the folder of pilight
- edited config.json (attached below)
- started pilight-receive and got "no pilight ssdp connection"
- changed config.json and added "standalone": 1; didn't work
- started pilight-raw and got "[Jan 26 17:56:12:745604] pilight-raw: ERROR: config device #1 "hardware", missing protocol
What am I doing wrong? Can't find input in the web that solves these issues
Regards
Received my 433mhz sender & receiver kit today. Thanks for that :-)
What i've done:
- installed windows version of pilight
- flash a arduino nano with the hex file in the folder of pilight
- edited config.json (attached below)
- started pilight-receive and got "no pilight ssdp connection"
- changed config.json and added "standalone": 1; didn't work
- started pilight-raw and got "[Jan 26 17:56:12:745604] pilight-raw: ERROR: config device #1 "hardware", missing protocol
Code:
config.json
{
"devices": { "hardware": {
"433nano": {
"comport": "COM5"
}}
},
"gui": { },
"rules": { },
"settings": {
"standalone":0, "log-level": 6,
"log-file": "c:/pilight/pilight.log",
"webserver-enable": 1,
"webserver-root": "c:/pilight/web/",
"webserver-http-port": 5001,
"webserver-cache": 1,
"whitelist": ""
},
"hardware": {
"none": { }
},
"registry": { }
}
What am I doing wrong? Can't find input in the web that solves these issues
Regards