Hi,
yesterday I update HA to the last version and KNX tunnel stops to work.
I get this error message: Invalid config for [knx]: [tunneling] is an invalid option for [knx]. Check: knx->knx->tunneling.
Any other is facing the same issue?
Thanks in advance.
Here below some details about my installation:
installation: Home Assistant OS
version: core-2022.4.1
SO version: 5.10.103-v8
Supervisor: Home Assistant OS 7.6
Version: supervisor-2022.03.5
i have the same issue but after deleting the tunneling: IP… all the KNX devices show error Messages on Lovelace. Config says no errors. Where does HA get the KNX ip from now?
It looks like this now:
# KNX
knx:
light: !include light.yaml
cover: !include cover.yaml
climate: !include climate.yaml
# Sensors
sensor:
- name: "temp_buro"
type: temperature
state_address: "2/3/3"
sync_state: every 10
- name: "temp_gaestebad"
type: temperature
state_address: "2/3/2"
sync_state: every 10
- name: "temp_wohnzimmer"
type: temperature
state_address: "2/3/6"
sync_state: every 10
- name: "temp_kueche"
type: temperature
state_address: "2/3/5"
sync_state: every 10
You can add the knx Integration, like most other integrations, here:
It gets the information from the config entry, but that isn’t migrated from the now invalid yaml anymore (did you do your last Update in 2021 ?).
PS: it’s ok to use spaces and upper case for the name strings. It will save you from having to manually adjust to have a nice UI (but probably won’t update already existing entities - except your last used Version is really old)
I installed HA in 2021 or 2020 and never updated it because everything worked fine. I dont really know what to do now to get knx working again. I got rid of the errors by deleting the tunneling key. But now as the config is fine, my knx devices are all unavailable on the dashboard and i dont know why.