OH 3.1.0, EnOcean, Eltako TF61L warnings after teachin

Hi there,

still working on my OH3.1.0 setup, adding switch for switch, some of them already in stock quite a while e.g. Eltako TF61L …

I replaced an EnOcean classic device with one of them, because they are bidirectional. First one I struggle heavily after teach in, very unreliable, debug did show different EnoID on its response … very strange …

Replaced that one quickly for test purposes with another one, got it teached in, does work better, albeit not perfect. Debug messages on, after teachin were proper … but very fast I get those warning messages, means not just in DEBUG level, also on DEFAULT:

2021-08-12 22:57:50.417 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel teachInCMD is linked although the handler was already disposed.

2021-08-12 22:57:50.420 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel contact is linked although the handler was already disposed.

2021-08-12 22:57:50.422 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel rollershutter is linked although the handler was already disposed.

2021-08-12 22:57:50.424 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel lastReceived is linked although the handler was already disposed.

2021-08-12 22:57:50.426 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel generalSwitch is linked although the handler was already disposed.

2021-08-12 22:57:50.427 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel repeatCount is linked although the handler was already disposed.

2021-08-12 22:57:50.429 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel rssi is linked although the handler was already disposed.

2021-08-12 22:57:50.431 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel teachInCMD is linked although the handler was already disposed.

2021-08-12 22:57:50.433 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel contact is linked although the handler was already disposed.

2021-08-12 22:57:50.434 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel rollershutter is linked although the handler was already disposed.

2021-08-12 22:57:50.436 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel lastReceived is linked although the handler was already disposed.

2021-08-12 22:57:50.438 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel generalSwitch is linked although the handler was already disposed.

2021-08-12 22:57:50.439 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel repeatCount is linked although the handler was already disposed.

2021-08-12 22:57:50.441 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseActuatorHandler of thing enocean:centralCommand:gtwy:0514Bxxx tried checking if channel rssi is linked although the handler was already disposed.

Any idea were they point to and howto get rid of them?

Cheers

1 Like

Try to clean your cache via:

sudo systemctl stop openhab.service
openhab-cli clean-cache
sudo systemctl start openhab.service
2 Likes

Hey, thanks for the reply :+1:t2: stumbled also about that cache thing, but looking for other topics …

To make it short that did help here. Since I’m actually playing heavily in my things and items files, I might do that from time to time, till I’m finished with everything.

Maybe wouldn’t have needed to exchange the two Eltako Aktors doing that before, maybe re-teachin the first one …

Looks like, I should have done that cache cleaning after I deleted that EnOcean ClassicDevice out of configuration. That Eltako TF61 I exchanged yesterday, does work properly now, teached it in for test purpose quickly … response did show correct EnoID today …

Nice to hear that it is working now. I also got this error several times setting up my nearly 100 enocean devices :sweat_smile:

1 Like

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.