Hello,
is there a survey of supported weather sensors that can be triggered with a 433mhz reciver?
i have three Bresser 3Ch weather sensors (offered by Lidl in Germany) which I would like to read with my remote control receiver Module (RXB8).
With pilight-receive I get a lot of signals, but I do not know which of these are my sensor signals:
So far I have used rtl_433 in connection with a DVB dongle.
The protocol/data for decoding is also indicated there:
https://github.com/merbanan/rtl_433_tests/tree/master/tests/bresser_3ch
https://github.com/merbanan/rtl_433/blob...sser_3ch.c
or:
http://forum.iobroker.net/viewtopic.php?f=35&t=3831&p=35623#p35623link text
Greetings,
P.
is there a survey of supported weather sensors that can be triggered with a 433mhz reciver?
i have three Bresser 3Ch weather sensors (offered by Lidl in Germany) which I would like to read with my remote control receiver Module (RXB8).
With pilight-receive I get a lot of signals, but I do not know which of these are my sensor signals:
Code:
osmc@RPI2:~$ pilight-receive
{
"message": {
"systemcode": 3,
"unitcode": 24,
"state": "off"
},
"origin": "receiver",
"protocol": "elro_400_switch",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
{
"message": {
"systemcode": 7,
"unitcode": 28,
"state": "closed"
},
"origin": "receiver",
"protocol": "elro_800_contact",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
{
"message": {
"systemcode": 7,
"unitcode": 28,
"state": "off"
},
"origin": "receiver",
"protocol": "elro_800_switch",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
{
"message": {
"id": 0,
"systemcode": 1252,
"unit": 0,
"state": "on"
},
"origin": "receiver",
"protocol": "daycom",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
{
"message": {
"unitcode": 475287,
"state": "opened"
},
"origin": "receiver",
"protocol": "ev1527",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
{
"message": {
"systemcode": 15,
"unitcode": 29,
"state": "on"
},
"origin": "receiver",
"protocol": "pollin",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
{
"message": {
"systemcode": 15,
"unitcode": 29,
"state": "opened"
},
"origin": "receiver",
"protocol": "elro_800_contact",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
{
"message": {
"systemcode": 15,
"unitcode": 29,
"state": "on"
},
"origin": "receiver",
"protocol": "elro_800_switch",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
{
"message": {
"unitcode": 493183,
"state": "opened"
},
"origin": "receiver",
"protocol": "ev1527",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
{
"message": {
"id": 31,
"unit": 4,
"state": "up"
},
"origin": "receiver",
"protocol": "arctech_screen_old",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
{
"message": {
"id": 23,
"unit": 4,
"state": "off"
},
"origin": "receiver",
"protocol": "arctech_switch_old",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
{
"message": {
"id": 9,
"unit": 3,
"state": "off"
},
"origin": "receiver",
"protocol": "arctech_switch_old",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
{
"message": {
"systemcode": 30,
"programcode": 2,
"state": "off"
},
"origin": "receiver",
"protocol": "impuls",
"uuid": "0000-b8-27-eb-497e3e",
"repeats": 1
}
So far I have used rtl_433 in connection with a DVB dongle.
The protocol/data for decoding is also indicated there:
https://github.com/merbanan/rtl_433_tests/tree/master/tests/bresser_3ch
https://github.com/merbanan/rtl_433/blob...sser_3ch.c
or:
http://forum.iobroker.net/viewtopic.php?f=35&t=3831&p=35623#p35623link text
Greetings,
P.