@MichaelR wrote:
Hi there,
I have the problem that after a restart of the HA the KNX bus is not read out and thus e.g. Values of a binary input or heating actuator are no longer available in HA. If I read the values manually in the ETS, they are displayed again in the HA.Example configuration of a sensor:
# MERTEN 645129 Heizungsaktor REG-K/6x230/0,05A - Gerät 1.1.15 - platform: knx name: 'KNX Stellantrieb Wohnzimmer' state_address: '5/1/1' sync_state: True type: 'percent'
Example configuration of a Binary Sensor:
# MERTEN 644692 Binäreingang REG-K/ 8x230 - Gerät 1.1.14 - platform: knx name: 'KNX Thermostat Wohnzimmer' state_address: '5/5/1' sync_state: true
KNX configuration :
knx: rate_limit: 20 tunneling: host: '192.168.0.35' port: 3671 local_ip: '192.168.0.10' fire_event: true fire_event_filter: ["*/*/*"] state_updater: true
Current HA version: 0.104.3
Does somebody has any idea?
Best wishes
Michael
Posts: 3
Participants: 3