RFXcom - switches

Hi
I am new in HA.
I have installed HA ( 2021.10.1), no problem.
I changed configuration.yaml :

rfxtrx:
device: /dev/ttyUSB0
automatic_add: False

binary_sensor:
platform: rfxtrx
automatic_add: true

switch:
platform: rfxtrx
automatic_add: true

light:
platform: rfxtrx
automatic_add: true

My Oregon sensors are comming in.
Not my switches. They are powerwall switches.
When I use rfxmanager is see :

================================================
**8/10/2021 05:34:25:261= Lighting5 command: 0A 14 0F 12 00 01 01 02 01 00 00 **
================================================
Packettype = Lighting5
subtype = IT
Sequence nbr = 18
ID = 0101 decimal:257
Unit = 2
Command = On
Signal level = +10 dBm
------------------------------------------------
8/10/2021 05:34:26:026= 0402011200
Packettype = Receiver/Transmitter Message
subtype = Transmitter Response
Sequence nbr = 18
response = ACK, data correct transmitted
================================================
8/10/2021 05:36:14:047= Lighting5 command: 0A 14 0F 15 00 01 01 02 00 00 00 **
================================================
Packettype = Lighting5
subtype = IT
Sequence nbr = 21
ID = 0101 decimal:257
Unit = 2
Command = Off
Signal level = +10 dBm
** ------------------------------------------------

8/10/2021 05:36:14:866= 0402011500
Packettype = Receiver/Transmitter Message
subtype = Transmitter Response
Sequence nbr = 21
response = ACK, data correct transmitted

How can i get this working?

Thx
‘’’