I changed the format of each KNX object as shown in the “Breaking Changes” section as per they example below (this is before changes on v0.114)
- platform: knx
name: 'Master Suite Climate'
temperature_address: '3/1/7'
target_temperature_address: '3/4/7'
target_temperature_state_address: '3/3/7' #Setpoint Status Value
operation_mode_address: '3/7/2'
operation_mode_state_address: '3/6/7'
on_off_state_address: '3/2/7'
max_temp: 25.0
min_temp: 5.0
One of the challenges I have is my “binary_sensor”, “sensor” and “switch” files also contain non-knx devices, for example in the binary_sensor there are HIKVision CCTV line crossing sensors.
In 0.116 I indented the !include files under knx and made the required modifications to the entries and the configuration checks as ok, under 0.116, but the Lovelace UI is just a sea of red for all of the knx sensors.
Any ideas on what might be going wrong? I must admit I don’t quite understand how to separate the various sensors where you have, for example a binary_sensor category that includes both knx and non knx sensors.