[Solved] RfxTrx433 Ext2 does not recognize devices anymore

Hello everyone,

I updated HA to 0.113. Since then my RfxTrx 433 Ext2 does not recognize my sensors and KaKu (CoCo) devices anymore. Before I had it working for a long time. I removed the ‘dummy’ keyword.

My HA is running on a RPi4 with 4GB with HassOS.

Wil somebody help me to get this working?

Thanks in advance for any help.

Please check the breaking changes for the release

I did, but i did not understand what i must do.

1 Like

same probleme here :unamused:

See this post how your config should look like.

In short, you have to move the devices which are now under light:, switch:, etc to the integration level, so right under rfxtrx:. So, an example.


rfxtrx:
  device: dev/serial/by-id/usb-RFXCOM_RFXtrx433_A51GEFMP-if00-port0
  devices:
    0b11000100be50a20a010f80:
      device_class: light

Thanks Ernst. That helped.