Hi, I want to add a remote control to control a Led Single Color. It’s of type Ligthning4 in RFXmanager. If I press the up button, down button and the onoff buton, I get these logs. How can I control the Led light from HASS? I am using Hassio.
2017-11-23 20:40:55 DEBUG (Thread-2) [homeassistant.components.rfxtrx] Receive RFXCOM event from (Device_id: 9b27e4 Class: LightingDevice Sub: 0, Pkt_id: 0913000f9b27e4015e80)
2017-11-23 20:40:55 DEBUG (Thread-2) [homeassistant.components.rfxtrx] Device_id: 9b27e4 device_update. Command: Unknown command (0x9b27e4)
2017-11-23 20:41:09 DEBUG (Thread-2) [homeassistant.components.rfxtrx] Receive RFXCOM event from (Device_id: 9b27e2 Class: LightingDevice Sub: 0, Pkt_id: 091300109b27e2016080)
2017-11-23 20:41:09 DEBUG (Thread-2) [homeassistant.components.rfxtrx] Device_id: 9b27e2 device_update. Command: Unknown command (0x9b27e2)
2017-11-23 20:41:11 DEBUG (Thread-2) [homeassistant.components.rfxtrx] Receive RFXCOM event from (Device_id: 9b27e1 Class: LightingDevice Sub: 0, Pkt_id: 091300119b27e1016080)
2017-11-23 20:41:11 DEBUG (Thread-2) [homeassistant.components.rfxtrx] Device_id: 9b27e1 device_update. Command: Unknown command (0x9b27e1)
from RFXmanager I get these outputs:
Packettype = Lighting4
subtype = PT2262
Sequence nbr = 9
Code = 9B27E2 decimal:10168290
S1- S24 = 1001 1011 0010 0111 1110 0010
Pulse = 347 usec
Signal level = 8 -56dBm
Packettype = Lighting4
subtype = PT2262
Sequence nbr = 10
Code = 9B27E2 decimal:10168290
S1- S24 = 1001 1011 0010 0111 1110 0010
Pulse = 350 usec
Signal level = 8 -56dBm
Packettype = Lighting4
subtype = PT2262
Sequence nbr = 11
Code = 9B27E4 decimal:10168292
S1- S24 = 1001 1011 0010 0111 1110 0100
Pulse = 347 usec
Signal level = 8 -56dBm