09-07-2017, 02:22 PM
Hi,
some time ago, i’ve updated my RaspberryPi and after the update, i’ve got some problems with sending to a Elro 800 Switch.
The Raspberry:
Raspberry 2 running Raspbian Stretch, with pilight 7 (compiled by myself from the git repository / the development-branch) and the following kernel version:
Linux raspberrypi 4.4.50+ #970 Mon Feb 20 19:12:50 GMT 2017 armv6l GNU/Linux
(I’ve downgraded the kernel to 4.4.50 after some comments in this forum).
The Problem itself:
I’m sending like normal via pilight-send and nothing happened:
I’ve checked with pilight-recieve and everything looked fine.
Everything should be working - but the switch doesn’t react.
Just to make source, that there is no problem problem with the 433 MHz sender, i’ve replaced it … still no success. I’ve compiled 433Utils (with wirinpi) and used it with a small sample code to send the on/off commands … and the switch worked.
After the test with 433Utils, it seems that there aren’t any problem with the hardware and hardware / 433gpio setting in /etc/pilight/config.json should be correct - because it’s the same GPIO-port numbers i’ve used for 433Utils.
Did somebody have any idea about this problem?
some time ago, i’ve updated my RaspberryPi and after the update, i’ve got some problems with sending to a Elro 800 Switch.
The Raspberry:
Raspberry 2 running Raspbian Stretch, with pilight 7 (compiled by myself from the git repository / the development-branch) and the following kernel version:
Linux raspberrypi 4.4.50+ #970 Mon Feb 20 19:12:50 GMT 2017 armv6l GNU/Linux
(I’ve downgraded the kernel to 4.4.50 after some comments in this forum).
The Problem itself:
I’m sending like normal via pilight-send and nothing happened:
Code:
root@raspberrypi:~# pilight-send -p elro_800_switch -s 12 -u 1 --off
root@raspberrypi:~#
I’ve checked with pilight-recieve and everything looked fine.
Code:
// After the pilight-send command
root@raspberrypi:~# pilight-receive
{
"origin": "sender",
"protocol": "elro_800_switch",
"message": {
"systemcode": 12,
"unitcode": 1,
"state": "on"
},
"repeat": 1,
"uuid": "0000-00-0f-13-392616"
}
// With my remote:
{
"message": {
"systemcode": 12,
"unitcode": 1,
"state": "off"
},
"origin": "receiver",
"protocol": "elro_800_switch",
"uuid": "0000-00-0f-13-392616",
"repeats": 2
}
Everything should be working - but the switch doesn’t react.
Just to make source, that there is no problem problem with the 433 MHz sender, i’ve replaced it … still no success. I’ve compiled 433Utils (with wirinpi) and used it with a small sample code to send the on/off commands … and the switch worked.
After the test with 433Utils, it seems that there aren’t any problem with the hardware and hardware / 433gpio setting in /etc/pilight/config.json should be correct - because it’s the same GPIO-port numbers i’ve used for 433Utils.
Did somebody have any idea about this problem?
