RFX switches stopped working (0.13)

I have several RFX (KaKu) switches which I use to control my Hue bulbs. Until 0.12 all switches worked fine but after upgrading to 0.13(.1) it seems non of the switches switch on/off my Hue bulbs.

The log still shows the switches being pressed:

Recv: 0x0b 0x11 0x00 0x14 0x01 0x18 0xcd 0xea 0x02 0x00 0x00 0x70 INFO:homeassistant.components.rfxtrx:Receive RFXCOM event from <class 'RFXtrx.LightingDevice'> type='AC' id='118cdea:2' => 118cdea2 : 0b1100140118cdea02000070

And didn’t change anything to the config…

[code]light:
platform: rfxtrx
devices:
118cdea2:
name: switch1
packetid: 0b1100010118cdea02000070

automation:

  • alias: Turn off light
    trigger:
    • platform: state
      entity_id: light.switch1
      condition:
      platform: state
      entity_id: light.table
      state: “on”
      action:
      service: light.turn_off
      entity_id: light.table
  • alias: Turn on light
    trigger:
    • platform: state
      entity_id: light.switch1
      condition:
      platform: state
      entity_id: light.table
      state: “off”
      action:
      service: scene.turn_on
      entity_id: scene.table[/code]

As the switches stopped working I decided to roll back to 0.12, which works fine again.

Added this to GIT