Hello.Help needed using RF433 receiver

Hi all,

im very new to HA!
i successfully installing HA on RPI3.
im able to control relay via rrf433.
im getting the code via rfrx.py from my remote RF.
im trying to configure HA to display the rf button pressed by remote (to see it change state in HA),

but i cant find info regarding how to display and control from rf receiver,

i tried to install pilight, but i cannot get it to work.

is there another way ?
how can help please?

  1. sudo pilight-daemon -D

bring this error

[Oct 10 12:57:02:244691] pilight-daemon: ERROR: config setting “config-file” is invalid

  1. config.json file:

“devices”: { },
“gui”: { },
“rules”: { },
“settings”: {
“port”: 5000,
“log-level”: 6,
“pid-file”: “/var/run/pilight.pid”,
“config-file”: “/etc/pilight/config.json”,
“hardware-file”: “/etc/pilight/hardware.json”,
“log-file”: “/var/log/pilight.log”,
“send-repeats”: 10,
“receive-repeats”: 1,
“webserver-enable”: 1,
“webserver-root”: “/usr/local/share/pilight”,
“webserver-port”: 5001,
“webserver-cache”: 1,
“whitelist”: “”,
“update-check”: 1,
“standalone”: 1
},
“hardware”: {
“433gpio”: {
“sender”: 0,
“receiver”: 1
}
},
“registry”: { }
}

    • my HA the log says

2017-10-10 15:51:41 ERROR (Thread-2) [homeassistant.components.pilight] Unable to connect to 127.0.0.1 on port 5000: [Errno 111] Connection refused
2017-10-10 15:51:41 ERROR (MainThread) [homeassistant.setup] Setup failed for pilight: Component failed to initialize.