Dear all,
i am running pilight 8.1.5 on a RPI 3b+ device toghether with openhab 2.5.10 (openhabian OS).
However after updating openhab pilight did just stop working...
I am not able to turn on and off my 433 mhz power sockets any more.
I really dont understand what the issue is.
The pilight web-gui is still online and working.
Also the status shows no error:
Also switching devices on and off by the web-gui can be received by pilight:
However its not receiving any command from my 433 mhz remote control.
But the remote control is still able to turn on and off my power sockets.
I really dont understand what is happening.
Can someone help?
Attached also my pilight/config.json
i am running pilight 8.1.5 on a RPI 3b+ device toghether with openhab 2.5.10 (openhabian OS).
However after updating openhab pilight did just stop working...
I am not able to turn on and off my 433 mhz power sockets any more.
I really dont understand what the issue is.
The pilight web-gui is still online and working.
Also the status shows no error:
Code:
[10:09:34] openhabian@openhab:~$ sudo service pilight status
● pilight.service - pilight
Loaded: loaded (/etc/systemd/system/pilight.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2020-11-21 06:57:54 CET; 1 day 3h ago
Process: 619 ExecStart=/usr/local/sbin/pilight-daemon (code=exited, status=0/SUCCESS)
Main PID: 689 (pilight-daemon)
Tasks: 14 (limit: 2182)
CGroup: /system.slice/pilight.service
└─689 /usr/local/sbin/pilight-daemon
Nov 21 06:57:51 openhab systemd[1]: Starting pilight...
Nov 21 06:57:54 openhab systemd[1]: Started pilight.
Also switching devices on and off by the web-gui can be received by pilight:
Code:
[20:35:15] openhabian@openhab:~$ pilight-receive
{
"origin": "sender",
"protocol": "arctech_switch",
"message": {
"id": 26741594,
"unit": 2,
"state": "on"
},
"repeat": 1,
"uuid": "0000-b8-27-eb-f9ca8d"
}
{
"origin": "sender",
"protocol": "arctech_switch",
"message": {
"id": 26741594,
"unit": 2,
"state": "off"
},
"repeat": 1,
"uuid": "0000-b8-27-eb-f9ca8d"
}
However its not receiving any command from my 433 mhz remote control.
But the remote control is still able to turn on and off my power sockets.
I really dont understand what is happening.
Can someone help?
Attached also my pilight/config.json
Code:
{
"devices": {
"Switch1": {
"protocol": [ "kaku_switch" ],
"id": [{
"id": 26741594,
"unit": 0
}],
"state": "off"
},
"Switch2": {
"protocol": [ "kaku_switch" ],
"id": [{
"id": 26741594,
"unit": 1
}],
"state": "off"
},
"Switch3": {
"protocol": [ "kaku_switch" ],
"id": [{
"id": 26741594,
"unit": 2
}],
"state": "off"
}
},
"rules": {},
"gui": {
"Switch1": {
"name": "Switch Nr 1",
"group": [ "MeineSwitches" ],
"media": [ "all" ]
},
"Switch2": {
"name": "Switch Nr 2",
"group": [ "MeineSwitches" ],
"media": [ "all" ]
},
"Switch3": {
"name": "Switch Nr 3",
"group": [ "MeineSwitches" ],
"media": [ "all" ]
}
},
"settings": {
"log-level": 6,
"pid-file": "/var/run/pilight.pid",
"log-file": "/var/log/pilight.log",
"standalone": 0,
"webserver-enable": 1,
"webserver-root": "/usr/local/share/pilight/webgui",
"port": 5000,
"webserver-http-port": 5001,
"webserver-https-port": 5002,
"webserver-cache": 1,
"whitelist": "",
"gpio-platform": "raspberrypi3",
"mqtt-enable": 0
},
"hardware": {},
"registry": {
"webserver": {
"ssl": {
"certificate": {
"location": "/etc/pilight/pilight.pem",
"secure": 0
}
}
},
"pilight": {
"version": {
"current": "8.1.5"
}
},
"hardware": {
"RF433": {
"mingaplen": 4420,
"maxgaplen": 72900,
"minrawlen": 26,
"maxrawlen": 400
}
},
"webgui": {
"tabs": 1
}
}
}