fruggy83 / openocean

27 stars 11 forks source link

Hoppe SecuSignal handle EEP cannot be instantiated #61

Open Senfglasdichtung opened 5 years ago

Senfglasdichtung commented 5 years ago

I'm trying to add an Hoppe SecuSignal window handle to my Pi. The rocker switch which is already installed works fine, but the handle throughs an exception when OH receives a signal from it. OH and the addons were updated 2 days ago.


2019-02-08 20:09:34.115 [TRACE] [ernal.transceiver.EnOceanTransceiver] - >> Received header, data length 7 optional length 7 packet type 1
2019-02-08 20:09:34.121 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050AEDE6 payload F6E0050AEDE62000FFFFFFFF5300 received
2019-02-08 20:09:34.125 [ERROR] [ding.enocean.internal.eep.EEPFactory] - Cannot instantiate EEP F6-10-01: null
2019-02-08 20:09:34.128 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - java.lang.reflect.InvocationTargetException
2019-02-08 20:09:36.938 [TRACE] [ernal.transceiver.EnOceanTransceiver] - Received Sync Byte
2019-02-08 20:09:36.942 [TRACE] [ernal.transceiver.EnOceanTransceiver] - >> Received header, data length 7 optional length 7 packet type 1
2019-02-08 20:09:36.948 [DEBUG] [ernal.transceiver.EnOceanTransceiver] - RADIO_ERP1 with RORG RPS for 050AEDE6 payload F6F0050AEDE62000FFFFFFFF5000 received
2019-02-08 20:09:36.952 [ERROR] [ding.enocean.internal.eep.EEPFactory] - Cannot instantiate EEP F6-10-01: null
2019-02-08 20:09:36.955 [DEBUG] [rnal.handler.EnOceanBaseThingHandler] - java.lang.reflect.InvocationTargetException```
Senfglasdichtung commented 5 years ago

Ok, missed the "The pairing process of an openHAB thing and an EnOcean device has to be triggered within Paper UI." part.