Discovered that my LightwaveRF Mood switches do not work ‘out of the box’ with 0.113 - previous 0.112.x configuration values (device IDs) does not seem to work as expected.
The main On/Off button seems to be registered in 0.113, but not the 4 Mood switch buttons (unit has 6 buttons in total, previously the On/Off had a different ID to the 4 mood buttons).
Logging this here, for anyone else that has the same issues and wants to chime in, might take me a week or so to work through - as I have to do it when the family are out, otherwise I get moaned at. Running on 0.112 for now, as I have about 10 of these devices as wall switches.
Previous configuration:
0a140000f410de01010070:
name: Living Room Switch
fire_event: true
0a140001f410de10020070:
name: Living Room Mood
fire_event: true
Upgraded to 0.113, configuration was modified inline with the changes for 0.113. With all RFX devices removed and in debug mode, debug button presses for the above Mood Switch below:
2020-07-26 07:48:14 DEBUG (MainThread) [homeassistant.components.rfxtrx.binary_sensor] Binary sensor update (Device ID: f410de:1 Class: LightingDevice Sub: 0)
2020-07-26 07:48:14 DEBUG (Thread-2) [homeassistant.components.rfxtrx] Receive RFXCOM event: {'packet_type': 20, 'sub_type': 0, 'type_string': 'LightwaveRF, Siemens', 'id_string': 'f410de:1', 'data': '0a14000ef410de01000060', 'values': {'Command': 'Off', 'Rssi numeric': 6}}
2020-07-26 07:48:14 DEBUG (MainThread) [homeassistant.components.rfxtrx.binary_sensor] Binary sensor update (Device ID: f410de:1 Class: LightingDevice Sub: 0)
2020-07-26 07:48:17 DEBUG (Thread-2) [homeassistant.components.rfxtrx] Receive RFXCOM event: {'packet_type': 20, 'sub_type': 0, 'type_string': 'LightwaveRF, Siemens', 'id_string': 'f410de:1', 'data': '0a14000ff410de01010070', 'values': {'Command': 'On', 'Rssi numeric': 7}}
2020-07-26 07:48:17 DEBUG (MainThread) [homeassistant.components.rfxtrx.binary_sensor] Binary sensor update (Device ID: f410de:1 Class: LightingDevice Sub: 0)
2020-07-26 07:48:19 DEBUG (Thread-2) [homeassistant.components.rfxtrx] Receive RFXCOM event: {'packet_type': 20, 'sub_type': 0, 'type_string': 'LightwaveRF, Siemens', 'id_string': 'f410de:16', 'data': '0a140010f410de10020060', 'values': {'Command': 'Group off', 'Rssi numeric': 6}}
2020-07-26 07:48:19 DEBUG (MainThread) [homeassistant.components.rfxtrx.binary_sensor] Binary sensor update (Device ID: f410de:16 Class: LightingDevice Sub: 0)
2020-07-26 07:48:21 DEBUG (Thread-2) [homeassistant.components.rfxtrx] Receive RFXCOM event: {'packet_type': 20, 'sub_type': 0, 'type_string': 'LightwaveRF, Siemens', 'id_string': 'f410de:16', 'data': '0a140011f410de10030070', 'values': {'Command': 'Mood1', 'Rssi numeric': 7}}
2020-07-26 07:48:21 DEBUG (MainThread) [homeassistant.components.rfxtrx.binary_sensor] Binary sensor update (Device ID: f410de:16 Class: LightingDevice Sub: 0)
2020-07-26 07:48:22 DEBUG (Thread-2) [homeassistant.components.rfxtrx] Receive RFXCOM event: {'packet_type': 20, 'sub_type': 0, 'type_string': 'LightwaveRF, Siemens', 'id_string': 'f410de:16', 'data': '0a140012f410de10040060', 'values': {'Command': 'Mood2', 'Rssi numeric': 6}}
2020-07-26 07:48:22 DEBUG (MainThread) [homeassistant.components.rfxtrx.binary_sensor] Binary sensor update (Device ID: f410de:16 Class: LightingDevice Sub: 0)
2020-07-26 07:48:23 DEBUG (Thread-2) [homeassistant.components.rfxtrx] Receive RFXCOM event: {'packet_type': 20, 'sub_type': 0, 'type_string': 'LightwaveRF, Siemens', 'id_string': 'f410de:16', 'data': '0a140013f410de10050060', 'values': {'Command': 'Mood3', 'Rssi numeric': 6}}