Really need help here - XKNX Errors from heating actors

Hi guys,

me again :slight_smile: As I have my KNX heating structure running at least that its not getting cold I would ask some of the KNX experts here for help. In my log I have the following error messages:

> 2019-03-10 15:04:15 WARNING (MainThread) [xknx.log] Could not read value of <ClimateMode name="Bad OG Mode" group_address_operation_mode="GroupAddress("3/3/9")" group_address_operation_mode_state="None" group_address_controller_status="None" group_address_controller_status_state="None" group_address_controller_mode="None" group_address_controller_mode_state="None" /> 3/3/9
> 2019-03-10 15:04:16 WARNING (MainThread) [xknx.log] Could not read value of <Climate name="Bad OG" temperature="None/GroupAddress("3/0/9")/<DPTArray value="[0xc,0x15]" />/20.9"  target_temperature="GroupAddress("3/2/9")/None/None/None"  setpoint_shift="None/None/None/None" setpoint_shift_step="0.5" setpoint_shift_max="6" setpoint_shift_min="-6" group_address_on_off="None/None/None/None" /> 3/3/9
> 2019-03-10 15:04:17 WARNING (MainThread) [xknx.log] Could not read value of <ClimateMode name="Schlafzimmer Mode" group_address_operation_mode="GroupAddress("3/3/8")" group_address_operation_mode_state="None" group_address_controller_status="None" group_address_controller_status_state="None" group_address_controller_mode="None" group_address_controller_mode_state="None" /> 3/3/8
> 2019-03-10 15:04:18 WARNING (MainThread) [xknx.log] Could not read value of <Climate name="Schlafzimmer" temperature="None/GroupAddress("3/0/8")/<DPTArray value="[0xc,0x24]" />/21.2"  target_temperature="GroupAddress("3/2/8")/None/None/None"  setpoint_shift="None/None/None/None" setpoint_shift_step="0.5" setpoint_shift_max="6" setpoint_shift_min="-6" group_address_on_off="None/None/None/None" /> 3/3/8
> 2019-03-10 15:04:19 WARNING (MainThread) [xknx.log] Could not read value of <ClimateMode name="Wohnbereich Mode" group_address_operation_mode="GroupAddress("3/3/2")" group_address_operation_mode_state="None" group_address_controller_status="None" group_address_controller_status_state="None" group_address_controller_mode="None" group_address_controller_mode_state="None" /> 3/3/2
> 2019-03-10 15:04:20 WARNING (MainThread) [xknx.log] Could not read value of <Climate name="Wohnbereich" temperature="None/GroupAddress("3/0/2")/<DPTArray value="[0xc,0x65]" />/22.5"  target_temperature="GroupAddress("3/2/2")/None/<DPTArray value="[0xc,0x1a]" />/21.0"  setpoint_shift="None/None/None/None" setpoint_shift_step="0.5" setpoint_shift_max="6" setpoint_shift_min="-6" group_address_on_off="None/None/None/None" /> 3/3/2
> 2019-03-10 15:04:21 WARNING (MainThread) [xknx.log] Could not read value of <ClimateMode name="Kinderzimmer Mode" group_address_operation_mode="GroupAddress("3/3/6")" group_address_operation_mode_state="None" group_address_controller_status="None" group_address_controller_status_state="None" group_address_controller_mode="None" group_address_controller_mode_state="None" /> 3/3/6
> 2019-03-10 15:04:22 WARNING (MainThread) [xknx.log] Could not read value of <Climate name="Kinderzimmer" temperature="None/GroupAddress("3/0/6")/<DPTArray value="[0xc,0x10]" />/20.8"  target_temperature="GroupAddress("3/2/6")/None/None/None"  setpoint_shift="None/None/None/None" setpoint_shift_step="0.5" setpoint_shift_max="6" setpoint_shift_min="-6" group_address_on_off="None/None/None/None" /> 3/3/6
> 2019-03-10 15:04:23 WARNING (MainThread) [xknx.log] Could not read value of <ClimateMode name="BĂĽro Mode" group_address_operation_mode="GroupAddress("3/3/10")" group_address_operation_mode_state="None" group_address_controller_status="None" group_address_controller_status_state="None" group_address_controller_mode="None" group_address_controller_mode_state="None" /> 3/3/10
> 2019-03-10 15:04:25 WARNING (MainThread) [xknx.log] Could not read value of <Climate name="BĂĽro" temperature="None/GroupAddress("3/0/10")/<DPTArray value="[0xc,0x24]" />/21.2"  target_temperature="GroupAddress("3/2/10")/None/None/None"  setpoint_shift="None/None/None/None" setpoint_shift_step="0.5" setpoint_shift_max="6" setpoint_shift_min="-6" group_address_on_off="None/None/None/None" /> 3/3/10

I´m not getting what its trying to tell me. I have no setpoint configured at the moment. Max Temp is 21, reduced temp is 19. I put that into the configuration of “Büro” for testing purposes. I have not configured the Setpoints in ETS. Here is my configuration:

   - platform: knx
     name: Wohnbereich
     temperature_address: '3/0/2'
     target_temperature_address: '3/2/2'
     operation_mode_address: '3/3/2'
     
   - platform: knx
     name: Kinderzimmer
     temperature_address: '3/0/6'
     target_temperature_address: '3/2/6'
     operation_mode_address: '3/3/6'
    
   - platform: knx
     name: BĂĽro
     temperature_address: '3/0/10'
     target_temperature_address: '3/2/10'
     operation_mode_address: '3/3/10'
     min_temp: 19
     max_temp: 21
    
   - platform: knx
     name: Bad OG
     temperature_address: '3/0/9'
     target_temperature_address: '3/2/9'
     operation_mode_address: '3/3/9'
     
   - platform: knx
     name: Schlafzimmer
     temperature_address: '3/0/8'
     target_temperature_address: '3/2/8'
     operation_mode_address: '3/3/8'

Someone who can push me into the right direction?

Thanks a lot,

Flo

No one an idea?

And push :slight_smile:

I´m not giving up :smiley:

Daily Push! Good morning :slight_smile:

Hi,

maybe you can give some infos about the GAs which you configured?
I have almost the same config, with another GA structure. But here its almost fine:

With this config:

- platform: knx
  name: Bad
  min_temp: 17.0
  max_temp: 23.0
  temperature_address: '3/3/1'
  target_temperature_state_address: '3/3/2'
  setpoint_shift_address: '3/3/3'
  operation_mode_address: '3/3/9'

Currently, I cannot set the tempature in HA, but it reads the correct values from the bus, without error logs.

So basically the same format as mine. Maybe it’s why I don’t assigned GA’s to the stepping yet

Why is it that you can’t change the temperature? Is it for purpose?