Hi all,
I’m trying to use some Blyss 433MHz with a rfxtrx433E on OpenHab2 on Debian 10.
Under rfxcom here is the message seen when I push the remote button :
Packettype = Lighting6
subtype = Blyss
Sequence nbr = 0
ID = 3A87 decimal:14983
groupcode = E
unitcode = 1
Command = On
Command seqnbr= 1
seqnbr2 = 34
Signal level = 6 -72dBm
So I have created following thing :
Bridge rfxcom:bridge:usb0 [ serialPort="/dev/ttyUSB0" ] {
Thing lighting6 lampeTV [ deviceId="3A87.E.1", subType="BLYSS" ]
}
And the corresponding item :
Switch sw_lampeTV {channel="rfxcom:lighting6:lampeTV:command"}
… and added to my map.
Also the openhab user is member of “dialout” group which is the group of /dev/ttyUSB0
ls -l /dev/ttyUSB*
crw-rw---- 1 root dialout 188, 0 nov. 12 18:13 /dev/ttyUSB0
But when I activate the switch on OH map, nothing happens, the switch goes immediately to OFF, and I have the following logs :
2020-11-12 18:28:03.968 [ome.event.ItemCommandEvent] - Item 'sw_lampeTV' received command ON
2020-11-12 18:28:03.970 [nt.ItemStatePredictedEvent] - sw_lampeTV predicted to become NULL
Any idea ?
Thanks for your help !
gUI