Gaijin66
(Gerrit de Boer)
July 23, 2020, 12:31pm
1
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
Gaijin66
(Gerrit de Boer)
July 23, 2020, 2:26pm
3
I did, but i did not understand what i must do.
1 Like
Ernst
(Ernst)
July 23, 2020, 5:39pm
5
See this post how your config should look like.
In your config you are already in the rfxtrx domain. I integrated my rfxtrx devices in old style.
–> an now I read I also have to transform the configuration to new style
So, that shouldn’t work anymore:
rfxtrx:
device: /dev/ttyUSB_RFX
debug: true
dummy: false
light:
- platform: rfxtrx
automatic_add: true
devices:
0913000cc173c0010350:
name: sleeping room
e.g.
Due to documentation you should try something like this:
rfxtrx:
device: /dev/seri…
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
Gaijin66
(Gerrit de Boer)
July 26, 2020, 2:38pm
6
Thanks Ernst. That helped.