KM200: no supported things

  • Platform information:

    • Hardware: AMD G-T44R Processor
    • OS: Linux Mint 19.2 Tina
    • Java Runtime Environment: zulu-8-amd64
    • openHAB version: 2.4.0
  • Issue of the topic:
    I just installed a new KM200. After fixing the problem with authentication, the bridge starts up. But I do not see any thing or item of the Buderus heating system. When I got it right, it should be detected automatically.

  • If logs where generated please post these here using code fences:

2019-11-14 21:41:01.908 [INFO ] [hab.binding.km200.internal.KM200Comm] - initDevice: type unknown for service: /heatingCircuits/hc2/currentOpModeInfo Data: {"id":"/heatingCircuits/hc2/currentOpModeInfo","type":"hcmodelist","writeable":1,"recordable":0,"values":[{"auto":"on","manual":"off","holiday":"off","floordrying":"off"}],"allowedValues":["on","off"]}
2019-11-14 21:41:19.660 [INFO ] [b.binding.km200.internal.KM200Device] - ##################################################################
2019-11-14 21:41:19.662 [INFO ] [b.binding.km200.internal.KM200Device] - List of avalible services
2019-11-14 21:41:19.664 [INFO ] [b.binding.km200.internal.KM200Device] - readable;writeable;recordable;virtual;type;service;value;allowed;min;max
2019-11-14 21:41:19.666 [INFO ] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/dhwCircuits/dhw1/switchPrograms;;;
2019-11-14 21:41:19.668 [INFO ] [b.binding.km200.internal.KM200Device] - 1;0;0;0;refEnum;/recordings/heatingCircuits;;;
2019-11-14 21:41:19.670 [INFO ] [b.binding.km200.internal.KM200Device] - 1;0;1;0;floatValue;/heatSources/nominalDHWPower;0.0;;;
2019-11-14 21:41:19.671 [INFO ] [b.binding.km200.internal.KM200Device] - 1;1;0;1;switchProgram;/heatingCircuits/hc1/switchPrograms/Vormittag/cycle;;;
2019-11-14 21:41:19.673 [INFO ] [b.binding.km200.internal.KM200Device] - 1;1;0;1;switchProgram;/heatingCircuits/hc2/switchPrograms/Morgen/cycle;;;
2019-11-14 21:41:19.675 [INFO ] [b.binding.km200.internal.KM200Device] - 1;4;0;0;yRecording;/recordings/solarCircuits/sc1/solarYield;;;
...
2019-11-14 21:41:20.490 [INFO ] [b.binding.km200.internal.KM200Device] - 1;0;0;1;switchProgram;/heatingCircuits/hc2/switchPrograms/Nachmittag/day;;;
2019-11-14 21:41:20.492 [INFO ] [b.binding.km200.internal.KM200Device] - 1;0;0;1;switchProgram;/heatingCircuits/hc1/switchPrograms/Senioren/night;;;
2019-11-14 21:41:20.498 [INFO ] [b.binding.km200.internal.KM200Device] - ##################################################################
2019-11-14 21:41:20.499 [INFO ] [.binding.km200.internal.KM200Binding] - ... Update of the KM200 Binding configuration completed
2019-11-14 21:41:20.509 [INFO ] [b.core.service.AbstractActiveService] - KM200 Binding has been started

Any ideas what’s going wrong?

KR,
Christof

No ideas?

Maybe I should mention that the bundle is active:
openhab> bundle:list|grep -i km
206 │ Active │ 80 │ 1.13.0 │ openHAB KM200 Binding

I tried manually added an item:
km200.items:
Number budOutdoor “Outdoor temperature [%.1f °C]” {channel=“km200:sensor:temperatures:outdoor_t1”}

This results in:
18:09:36.816 [INFO ] [del.core.internal.ModelRepositoryImpl] - Loading model ‘km200.items’
18:09:36.883 [INFO ] [thome.event.ItemChannelLinkAddedEvent] - Link ‘budOutdoor-km200:sensor:temperatures:outdoor_t1’ has been added.
18:09:38.115 [INFO ] [del.core.internal.ModelRepositoryImpl] - Refreshing model ‘km200.items’

And the item is listed:
openhab> smarthome:items list|grep -i bud
budOutdoor (Type=NumberItem, State=NULL, Label=Outdoor temperature, Category=null)

There is no thing available:
openhab> smarthome:things list|grep -i km

What’s wrong? I configured the binding and in the log is a lot of items. I think I am missing an essential thing. Please help a newcomer!

KR,
Christof

Uh, I’m awfully sorry!

I made a mistake, I activated binding-km1001 - 1.13.0 by accident.
I swothed fo binding-km200 - 2.4.0 and now the items are discovered automatically.

KR,
Christof

Hi there,

just a quick question: do you know if it’s somehow possible to get/read values like “T10 Solekreis ein” and “T11 Solekreis aus”?

  • Binding is working fine
  • Got a WPS-13

KR,
Chris