Have a Kerui D026 window sensor and RFXtrxe hub
Have followed the component setup at https://www.home-assistant.io/components/binary_sensor.rfxtrx/
X10 and lighting4 enabled
I see the code in the logs per setup above, however on HA restart, the codes keep changing
Extract from log after restart
2018-09-06 22:30:49 WARNING (MainThread) [homeassistant.components.switch] Setup of platform hadockermon is taking over 10 seconds.
2018-09-06 22:31:06 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-09-06 22:31:22 INFO (Thread-3) [homeassistant.components.binary_sensor.rfxtrx] Added binary sensor 09130005b941ee013260 (Device ID: b941ee Class: LightingDevice Sub: 0)
2018-09-06 22:31:24 INFO (Thread-3) [homeassistant.components.rfxtrx] rfxtrx: found possible device b941e7 for b941ee with the following configuration:
data_bits=4
command_on=0xe
command_off=0x72018-09-06 22:31:24 INFO (Thread-3) [homeassistant.components.binary_sensor.rfxtrx] Added binary sensor 09130006b941e7013760 (Device ID: b941e7 Class: LightingDevice Sub: 0)
Extract from configuration.yaml before restart
#RfxTrx
rfxtrx:
device: /dev/ttyUSB0
debug:binary_sensor:
platform: rfxtrx
automatic_add: true0913004bb941ee013960:
name: gate_contact1
device_class: opening
data_bits: 4
command_on: 0xe
command_off: 0x7
Any tips on how to successfully add these sensors?