Cover Somfy (RFXCOM) + sensor unavailable after upgrade to 0.113

Hello,

I just deployed the HA 0.113 version and my Somfy cover RTS don’t work anymore.
I think, somethink happenned with the RFXCOM new integration.

Here is my configuration.yaml file:

rfxtrx:
  device: /dev/serial/by-id/usb-RFXCOM_RFXtrx433_A11JILAQ-if00-port0

Then my cover.yaml file:

  - platform: rfxtrx
    automatic_add: false
    signal_repetitions: 1 # Très important avec des volets Somfy
    devices:
      071a00000****B01:
        name: Chambre
      071a000048****01:
        name: Salle de bain

Second point; all my sensor don’t work anymore too.

Here is my sensor.yaml

  - platform: rfxtrx
    automatic_add: false
    devices:
      0a520c00000100a0050279:
        name: Sonde1
        data_type:
         - Humidity
         - Temperature
      0a520c01000300a0570369:
        name: Sonde2
        data_type:
         - Humidity
         - Temperature
      0a520c04000200aa460189:
        name: Sonde3
        data_type:
         - Humidity
         - Temperature

Do I need to change somethink since this update?

I’m in the same situation, i hope someone will give us a clue.

A clue like the listed breaking changes in the release notes:

RFXCOM RFXtrx

Configuration of entity name must now be done inside home assistant
Multiple entities may be generated for a single device
The events signalled from entity id’s are removed in favor of events from an integration level.
The events format has changed.

(@elupus - #37742 #37565) (rfxtrx docs)

and the example configuration changes posted in the forum topic for those notes?

I don’t even use this component and I was aware of the change. Do yourself a favour, before updating read the release notes. Particularly the breaking changes. Then track the release notes topic in the Blog category for each new release for other people’s comments about the same issue you may be having.

The text in configuration.yaml needs to look like this:

rfxtrx:
  device: /dev/serial/by-id/usb-RFXCOM_RFXtrx433_A11JILAQ-if00-port0
  automatic_add: false
    signal_repetitions: 1 # Très important avec des volets Somfy
    devices:
      071a00000****B01:
      071a000048****01:

This way of writing the config has giving me back my cover-entity but I also now have a useless binary_sensor.

You are right, it’s my bad. Yesterday night i checked breaking change and i missed the RFXcom one, than i doublechecked and was there. Thanks.

1 Like