I’m just moving from Domoticz to Home Assistant and using the RFXTX433 for various devices - all seem OK apart from my PT2262 PIRs.
I’ve tried following the guide in the documentation, but can’t seem ti make sense. The PIR creates many devices if the RFXTX is set to allow automatic add.
can anyone advise me on how I could add these PIRs? I’m including a part of the log where I allowed auto add, activated the sensor then switched it off.
2023-02-28 01:34:00.389 DEBUG (Thread-59 (_connect)) [RFXtrx] Recv: 0x09 0x13 0x00 0x00 0x55 0x3b 0x0a 0x01 0x3d 0x70
2023-02-28 01:34:00.395 DEBUG (MainThread) [homeassistant.components.rfxtrx] Receive RFXCOM event: {'packet_type': 19, 'sub_type': 0, 'type_string': 'PT2262', 'id_string': '553b0a', 'data': '09130000553b0a013d70', 'values': {'Command': 'Unknown command (0x553b0a)', 'Rssi numeric': 7}}
2023-02-28 01:34:00.404 DEBUG (MainThread) [homeassistant.components.rfxtrx.sensor] Sensor update (Device ID: 553b0a Class: LightingDevice Sub: 0)
2023-02-28 01:34:00.406 DEBUG (MainThread) [homeassistant.components.rfxtrx.binary_sensor] Binary sensor update (Device ID: 553b0a Class: LightingDevice Sub: 0)
2023-02-28 01:34:08.477 DEBUG (Thread-59 (_connect)) [RFXtrx] Recv: 0x09 0x13 0x00 0x01 0x55 0x3b 0x0a 0x01 0x3d 0x70
2023-02-28 01:34:08.483 DEBUG (MainThread) [homeassistant.components.rfxtrx] Receive RFXCOM event: {'packet_type': 19, 'sub_type': 0, 'type_string': 'PT2262', 'id_string': '553b0a', 'data': '09130001553b0a013d70', 'values': {'Command': 'Unknown command (0x553b0a)', 'Rssi numeric': 7}}
2023-02-28 01:34:08.484 INFO (MainThread) [homeassistant.components.rfxtrx] Found possible device 553b0a for 553b0a with the following configuration:
data_bits=0
command_on=0x553b0a
command_off=0x553b0a
2023-02-28 01:34:08.488 DEBUG (MainThread) [homeassistant.components.rfxtrx.sensor] Sensor update (Device ID: 553b0a Class: LightingDevice Sub: 0)
2023-02-28 01:34:08.494 DEBUG (MainThread) [homeassistant.components.rfxtrx.binary_sensor] Binary sensor update (Device ID: 553b0a Class: LightingDevice Sub: 0)
2023-02-28 01:34:38.652 DEBUG (Thread-59 (_connect)) [RFXtrx] Recv: 0x09 0x13 0x00 0x02 0x55 0x3b 0x0a 0x01 0x3b 0x70
2023-02-28 01:34:38.658 DEBUG (MainThread) [homeassistant.components.rfxtrx] Receive RFXCOM event: {'packet_type': 19, 'sub_type': 0, 'type_string': 'PT2262', 'id_string': '553b0a', 'data': '09130002553b0a013b70', 'values': {'Command': 'Unknown command (0x553b0a)', 'Rssi numeric': 7}}
2023-02-28 01:34:38.659 INFO (MainThread) [homeassistant.components.rfxtrx] Found possible device 553b0a for 553b0a with the following configuration:
data_bits=0
command_on=0x553b0a
command_off=0x553b0a
2023-02-28 01:34:38.666 DEBUG (MainThread) [homeassistant.components.rfxtrx.sensor] Sensor update (Device ID: 553b0a Class: LightingDevice Sub: 0)
2023-02-28 01:34:38.669 DEBUG (MainThread) [homeassistant.components.rfxtrx.binary_sensor] Binary sensor update (Device ID: 553b0a Class: LightingDevice Sub: 0)