I'm using a signalDunio to listen to Kerui magnetic contact sensors which generate the following four codes
OPEN 1110
CLOSE 0111
TAMPER 1011
LOW VOLTAGE 1111
I can read the open/close states easly using
defmod IT_1527x33333 IT 1527x33333 1110 0111
is it possible to obtain the other two states?
Hello,
Can I have some RAWMSG from this sensor and all values?
Thanks
Gesendet von iPhone mit Tapatalk Pro
Sorry I'm still a newbie - how do I get the raw commands?
I figured out a work around by specifying the device as
define IT_1527x33333 IT 1527x33333 1110 0111 1011 1111
this allows the tamper and battery signals to be reported as dimup and dimdwn states.
No problem ;)
On your signalDuino device is a attribute verbose. Push this attribute to verbose 4.
After this chances push save config in FHEM.
Now,
sensor open, close , Open close, tamper, tamper let go, tamper let go, batterie low, batterie high, batterie low
After this action look at FHEM logfile an push all message from start this action here.
Sorry, my English is newbie too :)
Gesendet von iPhone mit Tapatalk Pro
The following log is from a Kerui door sensor that I have on my desk. I haven't figured out an easy way to generate the low battery signal, but the following message log is for the door close, door open and tamper states.
The low voltage message is generated when the 12V battery dips below ~5.5V. I can generate it sometimes using a variable voltage bench power supply but not easily.
This sensor is configured in FHEM as
define IT_1527x31061 IT 1527x31061 1110 0111 1011 1111
Zitat
2019.10.28 18:00:43 4: SIGNALduino433/msg READ: MC;LL=-495;LH=519;SL=-252;SH=249;D=F66A73FDFF6FFF6F;C=252;L=64;R=24;
2019.10.28 18:00:50 4: SIGNALduino433/msg READ: MC;LL=-495;LH=524;SL=-241;SH=254;D=F66A7403FF6FFF6F;C=252;L=64;R=23;
2019.10.28 18:00:56 4: SIGNALduino433/msg READ: MC;LL=-507;LH=477;SL=-254;SH=256;D=F66A73F4FF6FFF6F;C=248;L=64;R=26;
2019.10.28 18:01:02 4: SIGNALduino433/msg READ: MC;LL=-500;LH=527;SL=-247;SH=251;D=F66A73BEFF6FFF6F;C=254;L=64;R=23;
2019.10.28 18:01:08 4: SIGNALduino433/msg READ: MC;LL=-504;LH=522;SL=-249;SH=241;D=F66A75D9FF6FFF6F;C=252;L=64;R=24;
2019.10.28 18:01:15 4: SIGNALduino433/msg READ: MC;LL=-502;LH=495;SL=-266;SH=244;D=F66A73CDFF6FFF6F;C=251;L=64;R=28;
2019.10.28 18:01:21 4: SIGNALduino433/msg READ: MC;LL=-495;LH=521;SL=-250;SH=247;D=F66A73EBFF6FFF6F;C=252;L=64;R=23;
2019.10.28 18:01:27 4: SIGNALduino433/msg READ: MC;LL=-503;LH=508;SL=-247;SH=255;D=F66A75B0FF6FFF6F;C=252;L=64;R=23;
2019.10.28 18:01:32 4: SIGNALduino433/msg READredu: MS;P1=301;P2=-956;P3=946;P4=-315;P5=-9451;D=15121234341212123412121212123434121212123412343434;CP=1;SP=5;R=60;O;m2;4;
2019.10.28 18:01:32 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:32 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i310617 length 24 RSSI = -44
2019.10.28 18:01:32 4: SIGNALduino433 IT: message "i310617" (7)
** Tamper **
2019.10.28 18:01:32 4: SIGNALduino433 IT: msgcode "" (0) bin = 001100010000011000010111
2019.10.28 18:01:32 4: SIGNALduino433/msg READredu: MS;P1=319;P2=-951;P3=939;P4=-319;P5=-9447;D=15121234341212123412121212123434121212123412343434;CP=1;SP=5;R=60;O;m1;4;4;
2019.10.28 18:01:32 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:32 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i310617 length 24 RSSI = -44
2019.10.28 18:01:32 4: SIGNALduino433 Dispatch: i310617, Dropped due to short time or equal msg
2019.10.28 18:01:32 4: SIGNALduino433/msg READredu: MS;P1=321;P2=-943;P3=956;P4=-306;P5=-9445;D=15121234341212123412121212123434121212123412343434;CP=1;SP=5;R=60;O;m0;4;4;
2019.10.28 18:01:32 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:32 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i310617 length 24 RSSI = -44
2019.10.28 18:01:32 4: SIGNALduino433 Dispatch: i310617, Dropped due to short time or equal msg
2019.10.28 18:01:32 4: SIGNALduino433/msg READredu: MS;P1=314;P2=-946;P3=942;P4=-312;P5=-9452;D=15121234341212123412121212123434121212123412343434;CP=1;SP=5;R=60;O;4;4;
2019.10.28 18:01:32 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:32 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i310617 length 24 RSSI = -44
2019.10.28 18:01:32 4: SIGNALduino433 Dispatch: i310617, Dropped due to short time or equal msg
2019.10.28 18:01:32 4: SIGNALduino433/msg READredu: MS;P0=312;P1=-942;P2=948;P3=-314;P4=-9457;D=04010123230101012301010101012323010101012301232323;CP=0;SP=4;R=60;O;m2;
2019.10.28 18:01:32 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:32 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i310617 length 24 RSSI = -44
2019.10.28 18:01:32 4: SIGNALduino433 Dispatch: i310617, Dropped due to short time or equal msg
2019.10.28 18:01:32 4: SIGNALduino433/msg READredu: MS;P0=321;P1=-948;P2=949;P3=-311;P4=-9447;D=04010123230101012301010101012323010101012301232323;CP=0;SP=4;R=60;O;m1;
2019.10.28 18:01:32 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:32 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i310617 length 24 RSSI = -44
2019.10.28 18:01:32 4: SIGNALduino433 Dispatch: i310617, Dropped due to short time or equal msg
2019.10.28 18:01:32 4: SIGNALduino433/msg READredu: MS;P0=325;P1=-940;P2=941;P3=-313;P4=-9443;D=04010123230101012301010101012323010101012301232323;CP=0;SP=4;R=60;O;m0;
2019.10.28 18:01:32 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:32 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i310617 length 24 RSSI = -44
2019.10.28 18:01:32 4: SIGNALduino433 Dispatch: i310617, Dropped due to short time or equal msg
2019.10.28 18:01:32 4: SIGNALduino433/msg READredu: MS;P0=308;P1=-949;P2=950;P3=-307;P4=-9453;D=04010123230101012301010101012323010101012301232323;CP=0;SP=4;R=60;O;
2019.10.28 18:01:32 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:32 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i310617 length 24 RSSI = -44
2019.10.28 18:01:32 4: SIGNALduino433 Dispatch: i310617, Dropped due to short time or equal msg
2019.10.28 18:01:33 4: SIGNALduino433/msg READredu: MS;P0=325;P1=-942;P2=951;P3=-302;P4=-9452;D=04010123230101012301010101012323010101012301232323;CP=0;SP=4;R=60;O;m2;
2019.10.28 18:01:33 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:33 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i310617 length 24 RSSI = -44
2019.10.28 18:01:33 4: SIGNALduino433 Dispatch: i310617, Dropped due to short time or equal msg
2019.10.28 18:01:33 4: SIGNALduino433/msg READredu: MS;P0=320;P1=-942;P2=940;P3=-320;P4=-9447;D=04010123230101012301010101012323010101012301232323;CP=0;SP=4;R=60;O;m1;
2019.10.28 18:01:33 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:33 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i310617 length 24 RSSI = -44
2019.10.28 18:01:33 4: SIGNALduino433 Dispatch: i310617, Dropped due to short time or equal msg
2019.10.28 18:01:33 4: SIGNALduino433/msg READredu: MS;P0=320;P1=-944;P2=942;P3=-320;P4=-9445;D=04010123230101012301010101012323010101012301232323;CP=0;SP=4;R=60;O;m0;
2019.10.28 18:01:33 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:33 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i310617 length 24 RSSI = -44
2019.10.28 18:01:33 4: SIGNALduino433 Dispatch: i310617, Dropped due to short time or equal msg
2019.10.28 18:01:33 4: SIGNALduino433/msg READredu: MS;P0=318;P1=-943;P2=935;P3=-324;P4=-9446;D=04010123230101012301010101012323010101012301232323;CP=0;SP=4;R=60;O;
2019.10.28 18:01:33 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:33 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i310617 length 24 RSSI = -44
2019.10.28 18:01:33 4: SIGNALduino433 Dispatch: i310617, Dropped due to short time or equal msg
2019.10.28 18:01:33 4: SIGNALduino433/msg READredu: MS;P0=319;P1=-948;P2=934;P3=-326;P4=-9440;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=58;O;m2;
2019.10.28 18:01:33 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:33 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -45
2019.10.28 18:01:33 4: SIGNALduino433 IT: message "i31061E" (7)
** Door open **
2019.10.28 18:01:33 4: SIGNALduino433 IT: msgcode "" (0) bin = 001100010000011000011110
2019.10.28 18:01:33 4: SIGNALduino433/msg READredu: MS;P0=319;P1=-945;P2=950;P3=-307;P4=-9443;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=58;O;m1;
2019.10.28 18:01:33 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:33 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -45
2019.10.28 18:01:33 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:33 4: SIGNALduino433/msg READredu: MS;P0=318;P1=-947;P2=951;P3=-307;P4=-9443;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=58;O;m0;
2019.10.28 18:01:33 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:33 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -45
2019.10.28 18:01:33 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:33 4: SIGNALduino433/msg READredu: MS;P0=320;P1=-942;P2=959;P3=-303;P4=-9443;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=58;O;
2019.10.28 18:01:33 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:33 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -45
2019.10.28 18:01:33 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:33 4: SIGNALduino433/msg READredu: MS;P0=322;P1=-944;P2=936;P3=-326;P4=-9443;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=58;O;m2;
2019.10.28 18:01:33 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:33 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -45
2019.10.28 18:01:33 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:33 4: SIGNALduino433/msg READredu: MS;P0=309;P1=-955;P2=948;P3=-312;P4=-9443;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=58;O;m1;
2019.10.28 18:01:33 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:33 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -45
2019.10.28 18:01:33 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:33 4: SIGNALduino433/msg READredu: MS;P0=320;P1=-944;P2=941;P3=-314;P4=-9443;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=58;O;m0;
2019.10.28 18:01:33 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:33 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -45
2019.10.28 18:01:33 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:34 4: SIGNALduino433/msg READredu: MS;P0=319;P1=-940;P2=940;P3=-322;P4=-9445;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=58;O;
2019.10.28 18:01:34 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:34 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -45
2019.10.28 18:01:34 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:34 4: SIGNALduino433/msg READredu: MS;P0=316;P1=-949;P2=935;P3=-326;P4=-9452;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=58;O;m2;
2019.10.28 18:01:34 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:34 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -45
2019.10.28 18:01:34 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:34 4: SIGNALduino433/msg READredu: MS;P0=321;P1=-948;P2=947;P3=-308;P4=-9449;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=58;O;m1;
2019.10.28 18:01:34 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:34 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -45
2019.10.28 18:01:34 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:34 4: SIGNALduino433/msg READredu: MS;P0=318;P1=-943;P2=945;P3=-318;P4=-9442;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=58;O;m0;
2019.10.28 18:01:34 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:34 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -45
2019.10.28 18:01:34 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:34 4: SIGNALduino433/msg READredu: MS;P0=319;P1=-944;P2=950;P3=-308;P4=-9443;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=58;O;
2019.10.28 18:01:34 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:34 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -45
2019.10.28 18:01:34 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:34 4: SIGNALduino433/msg READredu: MS;P0=319;P1=-945;P2=944;P3=-311;P4=-9442;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=60;O;m2;
2019.10.28 18:01:35 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:35 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -44
2019.10.28 18:01:35 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:35 4: SIGNALduino433/msg READredu: MS;P0=314;P1=-953;P2=942;P3=-318;P4=-9443;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=60;O;m1;
2019.10.28 18:01:35 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:35 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -44
2019.10.28 18:01:35 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:35 4: SIGNALduino433/msg READredu: MS;P0=319;P1=-940;P2=953;P3=-305;P4=-9443;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=60;m0;
2019.10.28 18:01:35 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:35 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -44
2019.10.28 18:01:35 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:35 4: SIGNALduino433/msg READredu: MS;P0=319;P1=-940;P2=953;P3=-305;P4=-9443;D=04010123230101012301010101012323010101012323232301;CP=0;SP=4;R=60;
2019.10.28 18:01:35 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:35 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061E length 24 RSSI = -44
2019.10.28 18:01:35 4: SIGNALduino433 Dispatch: i31061E, Dropped due to short time or equal msg
2019.10.28 18:01:37 4: SIGNALduino433/keepalive ok, retry = 0
2019.10.28 18:01:38 4: SIGNALduino433/msg READredu: MS;P1=306;P2=-952;P3=943;P4=-312;P5=-9464;D=15121234341212123412121212123434121212123434123434;CP=1;SP=5;R=59;O;m2;4;4;
2019.10.28 18:01:38 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:38 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -44.5
2019.10.28 18:01:38 4: SIGNALduino433 IT: message "i31061B" (7)
** Tamper **
2019.10.28 18:01:38 4: SIGNALduino433 IT: msgcode "" (0) bin = 001100010000011000011011
2019.10.28 18:01:38 4: SIGNALduino433/msg READredu: MS;P1=309;P2=-949;P3=938;P4=-315;P5=-9467;D=15121234341212123412121212123434121212123434123434;CP=1;SP=5;R=59;O;m1;4;4;
2019.10.28 18:01:38 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:38 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -44.5
2019.10.28 18:01:38 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:38 4: SIGNALduino433/msg READredu: MS;P1=310;P2=-941;P3=949;P4=-311;P5=-9469;D=15121234341212123412121212123434121212123434123434;CP=1;SP=5;R=59;O;m0;4;4;
2019.10.28 18:01:38 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:38 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -44.5
2019.10.28 18:01:38 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:38 4: SIGNALduino433/msg READredu: MS;P1=314;P2=-948;P3=939;P4=-315;P5=-9462;D=15121234341212123412121212123434121212123434123434;CP=1;SP=5;R=59;O;4;4;
2019.10.28 18:01:38 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:38 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -44.5
2019.10.28 18:01:38 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:38 4: SIGNALduino433/msg READredu: MS;P0=315;P1=-950;P2=938;P3=-318;P4=-9449;D=04010123230101012301010101012323010101012323012323;CP=0;SP=4;R=59;O;m2;
2019.10.28 18:01:38 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:38 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -44.5
2019.10.28 18:01:38 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:38 4: SIGNALduino433/msg READredu: MS;P0=306;P1=-955;P2=945;P3=-317;P4=-9458;D=04010123230101012301010101012323010101012323012323;CP=0;SP=4;R=59;O;m1;
2019.10.28 18:01:38 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:38 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -44.5
2019.10.28 18:01:38 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:38 4: SIGNALduino433/msg READredu: MS;P0=325;P1=-936;P2=947;P3=-306;P4=-9451;D=04010123230101012301010101012323010101012323012323;CP=0;SP=4;R=59;O;m0;
2019.10.28 18:01:38 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:38 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -44.5
2019.10.28 18:01:38 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:38 4: SIGNALduino433/msg READredu: MS;P0=325;P1=-924;P2=954;P3=-305;P4=-9447;D=04010123230101012301010101012323010101012323012323;CP=0;SP=4;R=59;O;
2019.10.28 18:01:38 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:38 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -44.5
2019.10.28 18:01:38 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:39 4: SIGNALduino433/msg READredu: MS;P0=323;P1=-940;P2=952;P3=-301;P4=-9445;D=04010123230101012301010101012323010101012323012323;CP=0;SP=4;R=53;O;m2;
2019.10.28 18:01:39 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:39 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -47.5
2019.10.28 18:01:39 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:39 4: SIGNALduino433/msg READredu: MS;P0=323;P1=-941;P2=948;P3=-302;P4=-9447;D=04010123230101012301010101012323010101012323012323;CP=0;SP=4;R=53;O;m1;
2019.10.28 18:01:39 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:39 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -47.5
2019.10.28 18:01:39 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:39 4: SIGNALduino433/msg READredu: MS;P0=308;P1=-949;P2=942;P3=-313;P4=-9453;D=04010123230101012301010101012323010101012323012323;CP=0;SP=4;R=53;O;m0;
2019.10.28 18:01:39 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:39 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -47.5
2019.10.28 18:01:39 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:39 4: SIGNALduino433/msg READredu: MS;P0=307;P1=-953;P2=954;P3=-305;P4=-9460;D=04010123230101012301010101012323010101012323012323;CP=0;SP=4;R=53;O;
2019.10.28 18:01:39 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:39 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -47.5
2019.10.28 18:01:39 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:39 4: SIGNALduino433/msg READredu: MS;P0=325;P1=-943;P2=941;P3=-319;P4=-9449;D=04010123230101012301010101012323010101012323012323;CP=0;SP=4;R=60;O;m2;
2019.10.28 18:01:39 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:39 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -44
2019.10.28 18:01:39 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:39 4: SIGNALduino433/msg READredu: MS;P0=319;P1=-941;P2=945;P3=-317;P4=-9446;D=04010123230101012301010101012323010101012323012323;CP=0;SP=4;R=60;O;m1;
2019.10.28 18:01:39 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:39 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -44
2019.10.28 18:01:39 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:39 4: SIGNALduino433/msg READredu: MS;P0=309;P1=-956;P2=942;P3=-318;P4=-9445;D=04010123230101012301010101012323010101012323012323;CP=0;SP=4;R=60;O;m0;
2019.10.28 18:01:39 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:39 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -44
2019.10.28 18:01:39 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:39 4: SIGNALduino433/msg READredu: MS;P0=317;P1=-940;P2=942;P3=-315;P4=-9452;D=04010123230101012301010101012323010101012323012323;CP=0;SP=4;R=60;O;
2019.10.28 18:01:39 4: SIGNALduino433: Matched MS Protocol id 3 -> chip xx2262
2019.10.28 18:01:39 4: SIGNALduino433: Decoded matched MS Protocol id 3 dmsg i31061B length 24 RSSI = -44
2019.10.28 18:01:39 4: SIGNALduino433 Dispatch: i31061B, Dropped due to short time or equal msg
2019.10.28 18:01:39 4: SIGNALduino433/msg READredu: MU;P0=323;P1=-932;P2=946;P3=-316;P4=-9448;D=0123230101012301010101012323010101012323012323040;CP=0;R=60;
2019.10.28 18:01:39 4: SIGNALduino433: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2019.10.28 18:01:39 4: SIGNALduino433: Decoded matched MU Protocol id 19 dmsg u19#620C36 length 24 dispatch(1/4) RSSI = -44
2019.10.28 18:01:39 4: SIGNALduino_unknown incomming msg: u19#620C36
2019.10.28 18:01:39 4: SIGNALduino_unknown rawData: 620C36
2019.10.28 18:01:39 4: SIGNALduino_unknown Protocol: 19
2019.10.28 18:01:39 4: SIGNALduino_unknown converted to bits: 011000100000110000110110
2019.10.28 18:01:39 4: SIGNALduino_unknown SIGNALduino433 Protocol:19 | To help decode or debug, please add u19! (attr SIGNALduino433 development u19)
2019.10.28 18:01:39 4: Unknown, please report
2019.10.28 18:01:39 4: SIGNALduino_unknown incomming msg: u19#620C36
2019.10.28 18:01:39 4: SIGNALduino_unknown rawData: 620C36
2019.10.28 18:01:39 4: SIGNALduino_unknown Protocol: 19
2019.10.28 18:01:39 4: SIGNALduino_unknown converted to bits: 011000100000110000110110
2019.10.28 18:01:39 4: SIGNALduino_unknown SIGNALduino433 Protocol:19 | To help decode or debug, please add u19! (attr SIGNALduino433 development u19)
2019.10.28 18:01:39 4: Unknown, please report
2019.10.28 18:01:39 3: SIGNALduino433: Unknown code u19#620C36, help me!
2019.10.28 18:01:39 4: SIGNALduino433: Fingerprint for MU Protocol id 34 -> QUIGG | LIBRA matches, trying to demodulate
2019.10.28 18:01:39 4: SIGNALduino433: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2019.10.28 18:01:39 4: SIGNALduino433/msg READ: MC;LL=-489;LH=517;SL=-244;SH=256;D=F66A73E5FF6FFF6F;C=250;L=64;R=23;
Hello,
in the soon coming Version of the 10_IT.pm module, works the attribute userV1setCodes also for receive
https://github.com/Ralf9/10_IT/blob/dev/FHEM/10_IT.pm
Here ist the value of the attribute userV1setCodes
closed:0111 open:1110 tamper:1011 lowVoltage:1111
Excellent!
Thank you.