New openHab2 EnOcean binding

Hello @fruggy83, I encountered the same issue here on a raspberry pi with enoceanpi. The gateway configuration is stuck with message ’ trying to get bridge base id…’ I thus cannot make the enocean binding work. Any insights on how to solve this?

Hi Jibet,

could you please enable the debug log level and post the log here? Did you enabled the advanced options for enoceanpi in openhab-config (10 => 14 (Fix Permissions), 30 => 35 => Options 1 and 3)?

Best regards
Daniel

Hi Daniel,

Thank you very much for your answer. I just waited overnight and the binding now works!? What I did before the night was:

  • I had upgraded/installed the version from the marketplace

  • I had enabled the advanced option for enoceanpi in openhab-config:

    • sudo openhabian-config.
    • Then “System Settings”-> “Serial Ports” -> “disable serial console” + “Add common serial ports to openhab JVM”
  • I launched the openhab console : “openhab-cli console” and then typed: “feature:install openhab-transport-serial”
    (this is the last command I typed before going to sleep, but it didn’t work after 5 minutes).

and it now works, many thanks for your prompt reply!

Jibet

I’m using the binding and a USB300 stick since months without any issue, I tried now to switch to a USB310 stick with an external antenna due to range issues. I removed the initial USB300 thing, switched the USB stick and rebooted. Unfortunatelly the stick does not show up in the inbox.

Is the USB310 stick not supported?

I then switched back to the USB300 stick and the thing appeared directly in the inbox… strange. I read above that somebody is using the USB310 stickt, so I thought it should work.

Thank you

–> https://shop.swiss-domotique.ch/de/enocean-marques/805-enocean-controleur-usb-enocean.html
image

Hey @tailor,

it might be that your dongle does not provide the right information to be identified as an EnOcean gateway. It looks like the one I have, and mine doesn’t get recognised either. Have a look here: https://github.com/fruggy83/openocean/issues/38

You have to add the device (bridge) by hand and provide the right USB port.

1 Like

Ok, the 310 stick works, thanks. I just replaced the stick. The thing was auto created with the 300 stick!

Hi Daniel @fruggy83,

I found a thread in the FHEM forum, where someone was able to control the OPUS BRiDGE Jalousie via FHEM @EEP D2-05-02. For me as a programming noob, this seems not to be trivial at all :wink:

https://forum.fhem.de/index.php?topic=100210.0

With the given information, would it be possible to extract how the corresponding scripting in OpenHab has to look like?

Thank you in advance!

Regards
Sebastian

Hey @Bastyd,

as far as I can see, EEP D2-05-02 should already work. All EEPs from the D2-05 family has the same telegram structure, so you can use the configuration from D2-05-00. Here is a DSL example:

Bridge enocean:bridge:usb300 "EnOcean Bridge" [ path="rfc2217://ser2net:3001" ] {
    Thing rollershutter 11223344 "Rolladen" @ "Wohnzimmer" [ enoceanId="11223344", senderIdOffset=7, sendingEEPId="D2_05_00", receivingEEPId="D2_05_00", broadcastMessages=false, suppressRepeating=false ]
}

Rollershutter c_rollo_wohnzimmer "Rolladen [%d%%]" {channel="enocean:rollershutter:usb300:11223344:rollershutter"}

Let us know if it works :slight_smile:

Cheers
Dominik

Hey @dominikkv :slight_smile:

Thank you very much for your help, I implemented it exactly as you proposed. Result is that I can’t send a command and it does nothing. But when I press the buttons manually, it refreshes the status accordingly as seen in the attachment.

In the log I see something like this:

19:55:43.539 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseSensorHandler of thing enocean:rockerSwitch:A600I0TU:050BF887 trie                d triggering channel rockerswitchA although the handler was already disposed.
19:55:43.541 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler EnOceanBaseSensorHandler of thing enocean:rockerSwitch:A600I0TU:050BF887 trie                d updating channel receivingState although the handler was already disposed.
19:56:09.533 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'c_rollo_wohnzimmer' received command DOWN
19:56:09.540 [INFO ] [arthome.event.ItemStatePredictedEvent] - c_rollo_wohnzimmer predicted to become DOWN
19:56:09.546 [INFO ] [smarthome.event.ItemStateChangedEvent] - c_rollo_wohnzimmer changed from 0 to 100
19:56:14.249 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'c_rollo_wohnzimmer' received command UP
19:56:14.252 [INFO ] [arthome.event.ItemStatePredictedEvent] - c_rollo_wohnzimmer predicted to become UP
19:56:14.262 [INFO ] [smarthome.event.ItemStateChangedEvent] - c_rollo_wohnzimmer changed from 100 to 0

I have the slight feeling that the teach-in resp. pairing process is the problem here. Also attached find the infos from the Opus Config Tool for this actuator.

Thank you very much!!

Ok, first restart OpenHAB, those “handler was already disposed” do not look good. Try to get rid of them. A restart should solve this. Try to send commands to your device again.

Set a more detailed log level in karaf: log:set DEBUG org.openhab.binding.enocean
To reset this use: log:set DEFAULT org.openhab.binding.enocean

Maybe your gateway is not properly taught in. Check if the senderIdOffset is set correctly. How did you teach in your gateway? Try to repeat the teach in:

  • Uncomment the configured thing in your thing DSL
  • In OpenHAB PaperUI, go to Inbox -> “Search for things” -> “EnOcean Binding”
  • While the search indicator is on screen, activate teach in mode on your device (UTE). Sometimes there is a button you have to press / long press, sometimes there is a spot where you have to hold a magnet, look it up in the manual.
  • OpenHAB should recognise a new device. Then you can look up the used sender offset in the logs, or you can add the new found device as a thing, and look up the offset in the thing settings.
  • Delete the thing if you have added it in the previous step.
  • Uncomment the thing in your DSL and set the correct offset.
  • Restart OpenHAB as sometimes, this add-and-delete procedure causes problems.

If it still doesn’t work, please post a debug log for the send and receive parts.

:v: Dominik

Okay, restart helped to get rid of strange messages.

I did everything exactly as proposed. Uncommented everything, restarted again and then automatically identified the gateway via OpenHab Inbox and added it.
After that I set the Opus Bridge actuator in teach-in-mode and searched again via Inbox for new EnOcean things and an EnOcean Rocker Switch automaticall popped up and I added it.

Here is the complete detailed debug log:

12:45:09.453 [INFO ] [smarthome.event.InboxAddedEvent      ] - Discovery Result with UID 'enocean:bridge:A600I0TU' has been added.
12:45:09.452 [INFO ] [ig.discovery.internal.PersistentInbox] - Added new thing 'enocean:bridge:A600I0TU' to inbox.
12:45:23.310 [INFO ] [smarthome.event.InboxRemovedEvent    ] - Discovery Result with UID 'enocean:bridge:A600I0TU' has been removed.
12:45:23.344 [DEBUG] [org.openhab.binding.enocean          ] - ServiceEvent REGISTERED - {org.eclipse.smarthome.config.discovery.DiscoveryService}={service.id=436, service.bundleid=253, service.scope=singleton} - org.openhab.binding.enocean
12:45:23.367 [DEBUG] [org.openhab.binding.enocean          ] - ServiceEvent REGISTERED - {org.eclipse.smarthome.config.core.status.ConfigStatusProvider}={service.id=437, service.bundleid=253, service.scope=singleton} - org.openhab.binding.enocean
12:45:23.380 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'enocean:bridge:A600I0TU' changed from UNINITIALIZED to INITIALIZING
12:45:23.396 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'enocean:bridge:A600I0TU' changed from INITIALIZING to OFFLINE (CONFIGURATION_PENDING): trying to connect to gateway...
12:45:23.414 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'enocean:bridge:A600I0TU' changed from OFFLINE (CONFIGURATION_PENDING): trying to connect to gateway... to OFFLINE (CONFIGURATION_PENDING): opening serial port...
12:45:23.455 [INFO ] [.transceiver.EnOceanSerialTransceiver] - EnOceanSerialTransceiver initialized
12:45:23.461 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'enocean:bridge:A600I0TU' changed from OFFLINE (CONFIGURATION_PENDING): opening serial port... to OFFLINE (CONFIGURATION_PENDING): starting rx thread...
12:45:23.466 [DEBUG] [internal.handler.EnOceanBridgeHandler] - request base id
12:45:23.467 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'enocean:bridge:A600I0TU' changed from OFFLINE (CONFIGURATION_PENDING): starting rx thread... to OFFLINE (CONFIGURATION_PENDING): trying to get bridge base id...
12:45:23.480 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type COMMON_COMMAND with callback
12:45:23.491 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - Sending data, type COMMON_COMMAND, payload 08
12:45:23.505 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type COMMON_COMMAND with callback
12:45:23.519 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00FFD865000A received
12:45:23.524 [DEBUG] [internal.handler.EnOceanBridgeHandler] - received response for base id
12:45:23.571 [INFO ] [smarthome.event.ThingUpdatedEvent    ] - Thing 'enocean:bridge:A600I0TU' has been updated.
12:45:23.597 [INFO ] [smarthome.event.ThingUpdatedEvent    ] - Thing 'enocean:bridge:A600I0TU' has been updated.
12:45:23.600 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'enocean:bridge:A600I0TU' changed from OFFLINE (CONFIGURATION_PENDING): trying to get bridge base id... to ONLINE
12:45:23.753 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - Sending data, type COMMON_COMMAND, payload 03
12:45:23.773 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00020B010002060300050EB0CA454F0103474154455741594354524C0000000000 received
12:45:23.800 [INFO ] [smarthome.event.ThingUpdatedEvent    ] - Thing 'enocean:bridge:A600I0TU' has been updated.
12:45:23.823 [INFO ] [smarthome.event.ThingUpdatedEvent    ] - Thing 'enocean:bridge:A600I0TU' has been updated.
12:45:23.845 [INFO ] [smarthome.event.ThingUpdatedEvent    ] - Thing 'enocean:bridge:A600I0TU' has been updated.
12:45:23.867 [INFO ] [smarthome.event.ThingUpdatedEvent    ] - Thing 'enocean:bridge:A600I0TU' has been updated.
12:45:33.082 [INFO ] [smarthome.event.ThingUpdatedEvent    ] - Thing 'hue:0302:001788add8b8:8' has been updated.
12:45:34.656 [INFO ] [smarthome.event.ThingUpdatedEvent    ] - Thing 'hue:0106:001788add8b8:4' has been updated.
12:45:46.604 [INFO ] [smarthome.event.ItemStateChangedEvent] - SensorIlluminance_HWR_EG changed from 155.95525028269537 to 224.491550756959
12:46:22.065 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F630050BF8873001FFFFFFFF3700 received
12:46:22.094 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F670050BF8873001FFFFFFFF3700 received
12:46:22.190 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for 050BF887 payload D200000004050BF8870001FFFFFFFF3900 received
12:46:31.281 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F620050BF8873001FFFFFFFF3900 received
12:46:31.410 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F660050BF8873001FFFFFFFF3A00 received
12:46:33.710 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F630050BF8873001FFFFFFFF3C00 received
12:46:33.727 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F610050BF8873001FFFFFFFF3C00 received
12:46:46.702 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - Stopping EnOcean discovery scan
12:46:46.711 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - Starting EnOcean discovery and accepting teach in requests
12:47:07.835 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - Stopping EnOcean discovery scan
12:47:07.839 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - Starting EnOcean discovery and accepting teach in requests
12:47:23.840 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - Stopping EnOcean discovery scan
12:47:23.847 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - Starting EnOcean discovery and accepting teach in requests
12:47:29.397 [INFO ] [smarthome.event.ThingUpdatedEvent    ] - Thing 'hue:0302:001788add8b8:2' has been updated.
12:47:33.536 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F630050BF8873001FFFFFFFF4400 received
12:47:33.546 [INFO ] [ternal.transceiver.EnOceanTransceiver] - Received teach in message from 050BF887
12:47:33.549 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - EnOcean Package discovered, RORG RPS, payload F630050BF88730, additional 01FFFFFFFF4400
12:47:33.702 [INFO ] [ig.discovery.internal.PersistentInbox] - Added new thing 'enocean:rockerSwitch:A600I0TU:050BF887' to inbox.
12:47:33.702 [INFO ] [smarthome.event.InboxAddedEvent      ] - Discovery Result with UID 'enocean:rockerSwitch:A600I0TU:050BF887' has been added.
12:47:33.706 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F610050BF8873001FFFFFFFF4300 received
12:47:33.708 [INFO ] [ternal.transceiver.EnOceanTransceiver] - Received teach in message from 050BF887
12:47:33.711 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - EnOcean Package discovered, RORG RPS, payload F610050BF88730, additional 01FFFFFFFF4300
12:47:59.946 [INFO ] [smarthome.event.ThingUpdatedEvent    ] - Thing 'hue:0106:001788add8b8:10' has been updated.
12:48:02.569 [INFO ] [smarthome.event.ThingUpdatedEvent    ] - Thing 'hue:0106:001788add8b8:7' has been updated.
12:48:04.446 [INFO ] [smarthome.event.InboxRemovedEvent    ] - Discovery Result with UID 'enocean:rockerSwitch:A600I0TU:050BF887' has been removed.
12:48:04.474 [DEBUG] [org.openhab.binding.enocean          ] - ServiceEvent REGISTERED - {org.eclipse.smarthome.config.core.status.ConfigStatusProvider}={service.id=447, service.bundleid=253, service.scope=singleton} - org.openhab.binding.enocean
12:48:04.494 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'enocean:rockerSwitch:A600I0TU:050BF887' changed from UNINITIALIZED to INITIALIZING
12:48:04.495 [DEBUG] [ernal.handler.EnOceanBaseThingHandler] - Initializing enocean base thing handler.
12:48:04.497 [DEBUG] [ernal.handler.EnOceanBaseThingHandler] - initializeThing thing enocean:rockerSwitch:A600I0TU:050BF887 bridge status ONLINE
12:48:04.554 [INFO ] [smarthome.event.ThingUpdatedEvent    ] - Thing 'enocean:rockerSwitch:A600I0TU:050BF887' has been updated.
12:48:04.555 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - Listener added: 84670599
12:48:04.562 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'enocean:rockerSwitch:A600I0TU:050BF887' changed from INITIALIZING to ONLINE
12:48:23.848 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - Stopping EnOcean discovery scan
12:48:24.869 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for 050BF887 payload D200000004050BF8870001FFFFFFFF3D00 received
12:48:25.938 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for 050BF887 payload D200000004050BF8870001FFFFFFFF3C00 received

:grinning: Basti

Hello,

since I have updated to 2.5.0M2 the enocean binding stops receiving telegrams after appr. 1-2 hours working properly. The log-file reports at that time:

2019-08-19 19:36:13.641 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception: java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
at java.lang.Long.parseLong(Long.java:601) ~[?:?]
at org.openhab.binding.enocean.internal.transceiver.EnOceanTransceiver.informListeners(EnOceanTransceiver.java:422) ~[?:?]
at org.openhab.binding.enocean.internal.transceiver.EnOceanTransceiver.processMessage(EnOceanTransceiver.java:313) ~[?:?]
at org.openhab.binding.enocean.internal.transceiver.EnOceanTransceiver.receivePackets(EnOceanTransceiver.java:200) ~[?:?]
at org.openhab.binding.enocean.internal.transceiver.EnOceanTransceiver.access$3(EnOceanTransceiver.java:192) ~[?:?]
at org.openhab.binding.enocean.internal.transceiver.EnOceanTransceiver$1.run(EnOceanTransceiver.java:163) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
at java.lang.Thread.run(Thread.java:748) [?:?]

I have tried a lot to get it working again, e.g. re-installing enocean bridge, different seriel port setups, deleting tmp and chache, installing latest system updates and snapshots etc. but without success. Maybe someone can see anything what could went wrong in the part of the log-file.
But sending telegrams via enocean is always working and things are reacting properly, only receiving telegrams is not working.
Thank you for feedback in advance
KDMSch

Hi Klaus @kdmsch,

as far as I know, exception handling in function informListeners was changed a little bit. So whenever an exception occures the receiving thread is aborted now. Could you please enable the debug log and post the last received message before this error? It seems that the received message has no senderId or at least it cannot be parsed.

Best regards
Daniel

Hi Basti @Bastyd,

the discovered thing is just a simple RockerSwitch. So you are just able to receive state changes with this thing, However you cannot control your device within openhab with this thing. Could you please FIRST start the discovery in openhab and set your Opus Bridge AFTERWARDS into teach-in-mode? Whenever you set a device with a D2-EEP into teach-in-mode it normally sends a special UTE teach in message which has to be answered within 800ms.

Best regards
Daniel

Hi Daniel,

following the debug log most probably at that time when the enocean stops receiving telegrams. But I’m not hundred percent sure that this is the right hint. But it is obviously the first time since reboot that this block of logmessages appears. After enocean receiving has stopped this block (beginning with twice “2019-08-22 22:51:32.443 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels” is appering very often.

DEBUG log:
==> /var/log/openhab2/events.log <==
2019-08-22 22:50:29.953 [vent.ItemStateChangedEvent] - OU_WS_Aussentemperatur changed from 15.4 to 15.3
2019-08-22 22:50:58.096 [vent.ItemStateChangedEvent] - Azimut changed from 319.7365098285878 to 320.91874797244526
2019-08-22 22:50:58.104 [vent.ItemStateChangedEvent] - Sonnenhoehe changed from -20.20568759803006 to -20.726404837462493
==> /var/log/openhab2/openhab.log <==
2019-08-22 22:51:32.443 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-22 22:51:32.444 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-22 22:51:32.448 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-22 22:51:32.449 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-22 22:51:32.451 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-22 22:51:32.479 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-22 22:51:32.479 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-22 22:51:32.728 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-22 22:51:33.008 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
2019-08-22 22:51:33.288 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00

Just as an example this morning (appr. 10 h after enocean stopped) following log ihas appeared:

2019-08-23 07:56:26.660 [vent.ItemStateChangedEvent] - OU_WS_Helligkeit changed from 23993.0 to 24034.0

==> /var/log/openhab2/openhab.log <==
2019-08-23 07:56:37.292 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-23 07:56:37.297 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-23 07:56:37.297 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-23 07:56:37.300 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-23 07:56:37.303 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-23 07:56:37.329 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-23 07:56:37.329 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-23 07:56:37.578 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-23 07:56:37.858 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
2019-08-23 07:56:38.138 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00

==> /var/log/openhab2/events.log <==
2019-08-23 07:58:26.494 [vent.ItemStateChangedEvent] - OU_WS_Aussentemperatur changed from 13.9 to 14.1

Hopefully you can discover anything helping to find a solution.
If not I have to switch back to 2.5M1 but the Nodon PIR does not work properly there.

Thank you very much for your support
Klaus

additional information:
When enocean has stopped receiving telegrams, the following block of log messages is repeating every 5 min exactly!:

2019-08-24 15:15:33.643 [DEBUG] [rnal..EnOceanBaseThingHandler] - polling channels
2019-08-24 15:15:33.643 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-24 15:15:33.649 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-24 15:15:33.653 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-24 15:15:33.654 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-24 15:15:33.690 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-24 15:15:33.694 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-24 15:15:33.939 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-24 15:15:34.219 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
2019-08-24 15:15:34.499 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00

When I swith on and of a plug from theBasic UI or iOS-App the following log messages appers:

2019-08-24 15:14:36.270 [ome.event.ItemCommandEvent] - Item 'Plug_01' received command ON
2019-08-24 15:14:36.349 [vent.ItemStateChangedEvent] - Plug_01 changed from OFF to ON

==> /var/log/openhab2/openhab.log <==

2019-08-24 15:14:36.350 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-24 15:14:36.354 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2011E01FF9B468200010509786FFF00

==> /var/log/openhab2/events.log <==

2019-08-24 15:14:37.085 [ome.event.ItemCommandEvent] - Item 'Plug_01' received command OFF
2019-08-24 15:14:37.130 [vent.ItemStateChangedEvent] - Plug_01 changed from ON to OFF

==> /var/log/openhab2/openhab.log <==

2019-08-24 15:14:37.149 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-24 15:14:37.158 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2011E00FF9B468200010509786FFF00

That is also with the latest snapshot 1668 installed.

best regards
Klaus

Hey,

somebody mentioned in my topic to ask in this thread for an answer. Don’t want to duplicate content, so here the Link to my question regarding the enocean binding…
Security Teach in causes Null Pointer in EnOcean binding

Thank you very much.

Hi Klaus @kdmsch,

thanks for the logs. However I need the log entry with the received entry just before the NumberFomatException. @wbr posted an example of such an problematic message, maybe one of your devices is secured too?

Best regards
Daniel

Hey good morning!

Did as you said with the same result. Automatically just finds the rocker switch even though the log shows D2 EEP entrys. Here is the complete log from the moment I start the EnOcean discovery:

08:21:19.949 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - Starting EnOcean discovery and accepting teach in requests
08:21:21.273 [INFO ] [smarthome.event.ItemStateChangedEvent] - SensorIlluminance_HWR_EG changed from 62.60369976726429 to 65.35818751130745
08:21:24.042 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F630050BF8873001FFFFFFFF3D00 received
08:21:24.047 [INFO ] [ternal.transceiver.EnOceanTransceiver] - Received teach in message from 050BF887
08:21:24.050 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - EnOcean Package discovered, RORG RPS, payload F630050BF88730, additional 01FFFFFFFF3D00
08:21:24.064 [INFO ] [smarthome.event.InboxAddedEvent      ] - Discovery Result with UID 'enocean:rockerSwitch:A600I0TU:050BF887' has been added.
08:21:24.063 [INFO ] [ig.discovery.internal.PersistentInbox] - Added new thing 'enocean:rockerSwitch:A600I0TU:050BF887' to inbox.
08:21:24.074 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F670050BF8873001FFFFFFFF3D00 received
08:21:24.077 [INFO ] [ternal.transceiver.EnOceanTransceiver] - Received teach in message from 050BF887
08:21:24.080 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - EnOcean Package discovered, RORG RPS, payload F670050BF88730, additional 01FFFFFFFF3D00
08:21:24.169 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for 050BF887 payload D200000004050BF8870001FFFFFFFF3C00 received
08:21:24.171 [DEBUG] [ernal.handler.EnOceanBaseThingHandler] - ESP Packet payload D200000004050BF88700 for 050BF887 received
08:21:34.421 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F620050BF8873001FFFFFFFF3C00 received
08:21:34.424 [INFO ] [ternal.transceiver.EnOceanTransceiver] - Received teach in message from 050BF887
08:21:34.425 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - EnOcean Package discovered, RORG RPS, payload F620050BF88730, additional 01FFFFFFFF3C00
08:21:34.536 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F660050BF8873001FFFFFFFF3C00 received
08:21:34.539 [INFO ] [ternal.transceiver.EnOceanTransceiver] - Received teach in message from 050BF887
08:21:34.541 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - EnOcean Package discovered, RORG RPS, payload F660050BF88730, additional 01FFFFFFFF3C00
08:21:36.867 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F610050BF8873001FFFFFFFF3700 received
08:21:36.869 [INFO ] [ternal.transceiver.EnOceanTransceiver] - Received teach in message from 050BF887
08:21:36.871 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - EnOcean Package discovered, RORG RPS, payload F610050BF88730, additional 01FFFFFFFF3700
08:21:36.885 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050BF887 payload F630050BF8873001FFFFFFFF3700 received
08:21:36.886 [INFO ] [ternal.transceiver.EnOceanTransceiver] - Received teach in message from 050BF887
08:21:36.889 [INFO ] [scovery.EnOceanDeviceDiscoveryService] - EnOcean Package discovered, RORG RPS, payload F630050BF88730, additional 01FFFFFFFF3700
08:21:58.540 [DEBUG] [ernal.handler.EnOceanBaseThingHandler] - polling channels
08:21:58.551 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
08:21:58.554 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D203FFD8650C0001050BF887FF00
08:21:58.577 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
08:21:58.608 [DEBUG] [ternal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FFD8650C payload D203FFD8650C8102050BF8873600 received

Thank you everyone :slight_smile:

Thank you Daniel,

I have also checked transmission protocol of the enocean devices installen and noone is set to secure transmission. Following a excerpt of the log with all enocean events before stopping receiving messages indicated by the identical blocks starting with “polling Channels”.
I have tried a lot to get it working properly including removing a lot of devices and reinstalling but without success. I assume I will go back to 2.5M1 because this is at least running reliable with most of my devices.

2019-08-31 12:54:26.577 [vent.ItemStateChangedEvent] - BWM_Bewegung changed from OFF to ON
2019-08-31 12:54:26.626 [ome.event.ItemCommandEvent] - Item 'Plug_01' received command OFF
2019-08-31 12:54:26.643 [vent.ItemStateChangedEvent] - Plug_01 changed from ON to OFF
==> /var/log/openhab2/openhab.log <==
2019-08-31 12:54:26.645 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 12:54:26.648 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2011E00FF9B468200010509786FFF00
2019-08-31 12:54:26.659 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 12:54:26.701 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2011E00FF9B468281000509786F5900 received
==> /var/log/openhab2/openhab.log <==
2019-08-31 12:54:43.932 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG _4BS for 0580DC1A payload A59904C0880580DC1A0000FFFFFFFF2D00 received
2019-08-31 12:54:43.935 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - ESP Packet payload A59904C0880580DC1A00 for 0580DC1A received
==> /var/log/openhab2/openhab.log <==
2019-08-31 12:55:26.240 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG _4BS for 0588041F payload A5970440080588041F0000FFFFFFFF3100 received
2019-08-31 12:55:26.244 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - ESP Packet payload A5970440080588041F00 for 0588041F received
==> /var/log/openhab2/events.log <==
2019-08-31 12:55:26.257 [vent.ItemStateChangedEvent] - BWM_Bewegung changed from ON to OFF
2019-08-31 12:55:26.300 [ome.event.ItemCommandEvent] - Item 'Plug_01' received command ON
==> /var/log/openhab2/openhab.log <==
2019-08-31 12:55:26.337 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 12:55:26.344 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2011E01FF9B468200010509786FFF00
==> /var/log/openhab2/events.log <==
2019-08-31 12:55:26.346 [vent.ItemStateChangedEvent] - Plug_01 changed from OFF to ON
==> /var/log/openhab2/openhab.log <==
2019-08-31 12:55:26.360 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 12:55:26.388 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2011E01FF9B468281000509786F5500 received
2019-08-31 12:55:30.095 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG _4BS for 0580DC1A payload A59904C0080580DC1A0000FFFFFFFF2D00 received
2019-08-31 12:55:30.101 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - ESP Packet payload A59904C0080580DC1A00 for 0580DC1A received
==> /var/log/openhab2/openhab.log <==
2019-08-31 12:55:30.913 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG _4BS for 0588041F payload A5970440880588041F0000FFFFFFFF3100 received
2019-08-31 12:55:30.915 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - ESP Packet payload A5970440880588041F00 for 0588041F received
==> /var/log/openhab2/events.log <==
2019-08-31 12:55:30.923 [vent.ItemStateChangedEvent] - BWM_Bewegung changed from OFF to ON
2019-08-31 12:55:30.944 [ome.event.ItemCommandEvent] - Item 'Plug_01' received command OFF
==> /var/log/openhab2/openhab.log <==
2019-08-31 12:55:30.960 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
==> /var/log/openhab2/events.log <==
2019-08-31 12:55:30.960 [vent.ItemStateChangedEvent] - Plug_01 changed from ON to OFF
==> /var/log/openhab2/openhab.log <==
2019-08-31 12:55:30.966 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2011E00FF9B468200010509786FFF00
2019-08-31 12:55:30.977 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 12:55:31.008 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2011E00FF9B468281000509786F5500 received
==> /var/log/openhab2/openhab.log <==
2019-08-31 12:55:45.831 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG _4BS for 0580DC1A payload A59904C0880580DC1A0000FFFFFFFF2D00 received
2019-08-31 12:55:45.835 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - ESP Packet payload A59904C0880580DC1A00 for 0580DC1A received
==> /var/log/openhab2/openhab.log <==
2019-08-31 12:56:30.203 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 12:56:30.208 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 12:56:30.212 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 12:56:30.214 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 12:56:30.221 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 12:56:30.225 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 12:56:30.242 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 12:56:30.246 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 12:56:30.491 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
2019-08-31 12:56:30.501 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 12:56:30.525 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2063EFF9B468281000509786F5800 received
2019-08-31 12:56:30.771 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 12:56:30.782 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 12:56:30.812 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4681 payload D2031EFF9B468181000509786E5800 received
2019-08-31 12:56:31.052 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
2019-08-31 12:56:31.064 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 12:56:31.092 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4681 payload D2063EFF9B468181000509786E5800 received
2019-08-31 12:57:08.847 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG _4BS for 0588041F payload A5970480080588041F0000FFFFFFFF3100 received
2019-08-31 12:57:08.850 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - ESP Packet payload A5970480080588041F00 for 0588041F received
==> /var/log/openhab2/events.log <==
2019-08-31 12:57:08.865 [vent.ItemStateChangedEvent] - BWM_Bewegung changed from ON to OFF
2019-08-31 12:57:08.931 [ome.event.ItemCommandEvent] - Item 'Plug_01' received command ON
2019-08-31 12:57:08.952 [vent.ItemStateChangedEvent] - Plug_01 changed from OFF to ON
==> /var/log/openhab2/openhab.log <==
2019-08-31 12:57:08.964 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 12:57:08.966 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2011E01FF9B468200010509786FFF00
2019-08-31 12:57:08.979 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 12:57:09.007 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG _4BS for 0580DC1A payload A5990500080580DC1A0000FFFFFFFF2D00 received
2019-08-31 12:57:09.009 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - ESP Packet payload A5990500080580DC1A00 for 0580DC1A received
2019-08-31 12:57:09.019 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2011E01FF9B468281000509786F5300 received
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:01:30.245 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:01:30.249 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:01:30.250 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:01:30.251 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:01:30.255 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 13:01:30.267 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:01:30.282 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:01:30.282 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:01:30.292 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4681 payload D2031EFF9B468181000509786E5600 received
2019-08-31 13:01:30.531 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 13:01:30.543 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:01:30.572 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2031EFF9B468281000509786F5600 received
2019-08-31 13:01:30.811 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
2019-08-31 13:01:30.824 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:01:30.849 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2063EFF9B468281000509786F5600 received
2019-08-31 13:01:31.092 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
2019-08-31 13:01:31.104 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:01:31.133 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4681 payload D2063EFF9B468181000509786E5900 received
2019-08-31 13:02:17.887 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG _4BS for 05820B1D payload A56A02B60805820B1D0000FFFFFFFF5500 received
2019-08-31 13:02:17.892 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - ESP Packet payload A56A02B60805820B1D00 for 05820B1D received
==> /var/log/openhab2/events.log <==
2019-08-31 13:02:17.916 [vent.ItemStateChangedEvent] - Temp_Gartenhaus changed from 33.95894428152493 to 34.271749755620725
2019-08-31 13:02:17.932 [vent.ItemStateChangedEvent] - Temp_Gartenhaus_01 changed from 33.95894428152493 to 34.271749755620725
2019-08-31 13:02:17.936 [vent.ItemStateChangedEvent] - Humi_Gartenhaus changed from 42.35294117647059 to 41.568627450980394
2019-08-31 13:02:17.940 [vent.ItemStateChangedEvent] - Humi_Gartenhaus_01 changed from 42.35294117647059 to 41.568627450980394
2019-08-31 13:03:18.506 [vent.ItemStateChangedEvent] - OU_WS_Helligkeit changed from 27779.0 to 27799.0
2019-08-31 13:03:18.661 [vent.ItemStateChangedEvent] - OU_WS_Aussentemperatur changed from 33.1 to 33.0
2019-08-31 13:04:08.419 [vent.ItemStateChangedEvent] - OU_WS_Windgeschwindigkeit changed from 0.0 to 2.52
2019-08-31 13:04:10.415 [vent.ItemStateChangedEvent] - OU_WS_Windgeschwindigkeit changed from 2.52 to 3.6
2019-08-31 13:04:21.425 [vent.ItemStateChangedEvent] - OU_WS_Windgeschwindigkeit changed from 3.6 to 2.52
2019-08-31 13:05:18.503 [vent.ItemStateChangedEvent] - OU_WS_Helligkeit changed from 27799.0 to 27823.0
2019-08-31 13:05:18.550 [vent.ItemStateChangedEvent] - OU_WS_Aussentemperatur changed from 33.0 to 32.8
2019-08-31 13:05:18.660 [vent.ItemStateChangedEvent] - OU_WS_Windgeschwindigkeit changed from 2.52 to 1.44
2019-08-31 13:05:22.425 [vent.ItemStateChangedEvent] - OU_WS_Windgeschwindigkeit changed from 1.44 to 2.52
2019-08-31 13:05:55.880 [vent.ItemStateChangedEvent] - Azimut changed from 174.03200515496195 to 175.92438182591746
2019-08-31 13:05:55.883 [vent.ItemStateChangedEvent] - Sonnenhoehe changed from 49.273568794047414 to 49.343590096270255
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:06:30.286 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:06:30.286 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:06:30.291 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:06:30.295 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 13:06:30.301 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:06:30.307 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:06:30.322 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:06:30.326 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:06:30.571 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
2019-08-31 13:06:30.583 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:06:30.604 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4681 payload D2063EFF9B468181000509786E5600 received
2019-08-31 13:06:30.851 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 13:06:30.867 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:06:30.892 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2031EFF9B468281000509786F5300 received
2019-08-31 13:06:31.132 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
2019-08-31 13:06:31.145 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:06:31.168 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2063EFF9B468281000509786F5900 received
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:11:30.326 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:11:30.328 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:11:30.330 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 13:11:30.331 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:11:30.337 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:11:30.342 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:11:30.362 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:11:30.366 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4681 payload D2031EFF9B468181000509786E5300 received
2019-08-31 13:11:30.362 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:11:30.611 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 13:11:30.623 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:11:30.648 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2031EFF9B468281000509786F5300 received
2019-08-31 13:11:30.892 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
2019-08-31 13:11:30.907 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:11:30.933 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4681 payload D2063EFF9B468181000509786E5500 received
2019-08-31 13:11:31.172 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
2019-08-31 13:11:31.187 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:11:31.209 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2063EFF9B468281000509786F5200 received
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:13:46.248 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG _4BS for 05820A68 payload A5AE023F0805820A680000FFFFFFFF5600 received
2019-08-31 13:13:46.254 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - ESP Packet payload A5AE023F0805820A6800 for 05820A68 received
==> /var/log/openhab2/events.log <==
2019-08-31 13:13:46.272 [vent.ItemStateChangedEvent] - Temp_Irgendwo changed from 24.809384164222877 to 24.965786901270775
2019-08-31 13:13:46.289 [vent.ItemStateChangedEvent] - Status_Irgendwo changed from -83 to -86
2019-08-31 13:13:46.293 [vent.ItemStateChangedEvent] - Humi_Irgendwo changed from 68.62745098039215 to 68.23529411764706
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:16:14.367 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG _1BS for 0517E5DB payload D5080517E5DB0100FFFFFFFF5300 received
2019-08-31 13:16:14.372 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - ESP Packet payload D5080517E5DB01 for 0517E5DB received
==> /var/log/openhab2/events.log <==
2019-08-31 13:16:14.390 [vent.ItemStateChangedEvent] - Stat_GartenhausTuer changed from -89 to -83
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:16:21.264 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG _1BS for 0517F8BC payload D5090517F8BC0000FFFFFFFF5900 received
2019-08-31 13:16:21.267 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - ESP Packet payload D5090517F8BC00 for 0517F8BC received
2019-08-31 13:16:30.364 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:16:30.367 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:16:30.369 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:16:30.372 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:16:30.368 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 13:16:30.384 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:16:30.402 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:16:30.403 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:16:30.415 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4681 payload D2031EFF9B468181000509786E5300 received
2019-08-31 13:16:30.651 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 13:16:30.673 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:16:30.709 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2031EFF9B468281000509786F5600 received
2019-08-31 13:16:30.942 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
2019-08-31 13:16:30.954 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:16:30.983 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4682 payload D2063EFF9B468281000509786F5600 received
2019-08-31 13:16:31.222 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
2019-08-31 13:16:31.235 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RESPONSE with code RET_OK payload 00 received
2019-08-31 13:16:31.259 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG VLD for FF9B4681 payload D2063EFF9B468181000509786E5300 received
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:18:47.572 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG Unknown for payload D0066405820A680000FFFFFFFF5200 received
2019-08-31 13:18:47.576 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception:
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
at java.lang.Long.parseLong(Long.java:601) ~[?:?]
at org.openhab.binding.enocean.internal.transceiver.EnOceanTransceiver.informListeners(EnOceanTransce iver.java:422) ~[?:?]
at org.openhab.binding.enocean.internal.transceiver.EnOceanTransceiver.processMessage(EnOceanTransceiver.java:313) ~[?:?]
at org.openhab.binding.enocean.internal.transceiver.EnOceanTransceiver.receivePackets(EnOceanTransceiver.java:200) ~[?:?]
at org.openhab.binding.enocean.internal.transceiver.EnOceanTransceiver.access$3(EnOceanTransceiver.java:192) ~[?:?]
at org.openhab.binding.enocean.internal.transceiver.EnOceanTransceiver$1.run(EnOceanTransceiver.java:163) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
at java.lang.Thread.run(Thread.java:748) [?:?]
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:21:30.406 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:21:30.411 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:21:30.414 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 13:21:30.418 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:21:30.422 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:21:30.442 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:21:30.446 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:21:30.694 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
2019-08-31 13:21:30.971 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 13:21:31.251 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:26:30.445 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:26:30.448 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:26:30.450 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 13:26:30.450 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:26:30.456 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:26:30.482 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:26:30.482 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:26:30.731 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 13:26:31.011 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
2019-08-31 13:26:31.291 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:31:30.484 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:31:30.488 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:31:30.486 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:31:30.494 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:31:30.497 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 13:31:30.532 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:31:30.534 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:31:30.781 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 13:31:31.061 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:36:30.536 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:36:30.538 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:36:30.540 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:36:30.543 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:36:30.544 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 13:36:30.572 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:36:30.574 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:36:30.821 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
2019-08-31 13:36:31.101 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 13:36:31.381 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:41:30.574 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:41:30.578 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:41:30.577 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:41:30.580 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 13:41:30.580 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:41:30.612 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:41:30.612 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:41:30.862 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 13:41:31.142 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
2019-08-31 13:41:31.422 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:46:30.614 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:46:30.614 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:46:30.617 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:46:30.617 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:46:30.619 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 13:46:30.652 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:46:30.652 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:46:30.902 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 13:46:31.182 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
2019-08-31 13:46:31.462 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:51:30.654 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:51:30.654 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:51:30.657 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:51:30.657 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:51:30.659 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 13:51:30.692 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:51:30.692 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:51:30.941 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 13:51:31.221 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
2019-08-31 13:51:31.501 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
==> /var/log/openhab2/openhab.log <==
2019-08-31 13:56:30.694 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:56:30.694 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 13:56:30.696 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:56:30.697 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:56:30.698 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 13:56:30.722 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:56:30.722 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 13:56:30.971 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 13:56:31.251 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
2019-08-31 13:56:31.531 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
==> /var/log/openhab2/openhab.log <==
2019-08-31 14:01:30.724 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 14:01:30.725 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 14:01:30.726 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 14:01:30.728 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 14:01:30.728 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 14:01:30.771 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 14:01:30.771 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 14:01:31.022 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 14:01:31.302 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
2019-08-31 14:01:31.582 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00
==> /var/log/openhab2/openhab.log <==
2019-08-31 14:06:30.773 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 14:06:30.774 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - polling channels
2019-08-31 14:06:30.776 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 14:06:30.776 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 14:06:30.779 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468200010509786FFF00
2019-08-31 14:06:30.812 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 14:06:30.812 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Enqueue new send request with ESP3 type RADIO_ERP1 without callback
2019-08-31 14:06:31.062 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2031EFF9B468100010509786EFF00
2019-08-31 14:06:31.342 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468100010509786EFF00
2019-08-31 14:06:31.622 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - Sending data, type RADIO_ERP1, payload D2063EFF9B468200010509786FFF00

It would be of great help if you would see anything in the log which could hint for a solution.
Thanks for your great suppuort.

best regards
Klaus