25-10-2017, 18:44:10
Mein Homematic läuft nun zusätzlich auf dem Raspi.
Das Innogy-Binding haut mir im Moment aber das Logfile ziemlich zu. Dieser Fehler ist von Anfang an da, im Moment aber häufiger:
2017-10-25 183:00.279 [ERROR] [ome.core.thing.internal.ThingManager] - Exception occurred while initializing handler of thing 'innogysmarthome:RST:SMARTHOME02:e25473047e6a4881ae7756e7522855fb': java.lang.IllegalArgumentException: Invalid format: "2011-08-31T06:47:19Z" is malformed at "Z"
java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Invalid format: "2011-08-31T06:47:19Z" is malformed at "Z"
at java.util.concurrent.FutureTask.report(FutureTask.java:122)[:1.8.0_131]
at java.util.concurrent.FutureTask.get(FutureTask.java:206)[:1.8.0_131]
at org.eclipse.smarthome.core.common.SafeMethodCaller.callAsynchronous(SafeMethodCaller.java:194)[99:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:83)[99:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:67)[99:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager.doInitializeHandler(ThingManager.java:73[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager.initializeHandler(ThingManager.java:664)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager.access$12(ThingManager.java:639)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager$2.apply(ThingManager.java:681)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager$2.apply(ThingManager.java:1)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.config.core.BundleProcessorVetoManager.applyActionFor(BundleProcessorVetoManager.java:124)[95:org.eclipse.smarthome.config.core:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager.registerAndInitializeHandler(ThingManager.java:1016)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager.access$21(ThingManager.java:1014)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager$8.run(ThingManager.java:62[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)[:1.8.0_131]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_131]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)[:1.8.0_131]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)[:1.8.0_131]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)[:1.8.0_131]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)[:1.8.0_131]
at java.lang.Thread.run(Thread.java:74[:1.8.0_131]
Caused by: java.lang.IllegalArgumentException: Invalid format: "2011-08-31T06:47:19Z" is malformed at "Z"
at org.joda.time.format.DateTimeFormatter.parseDateTime(DateTimeFormatter.java:945)[201:org.openhab.binding.innogysmarthome:2.1.0.201708231956]
at org.openhab.binding.innogysmarthome.internal.client.Util.convertZuluTimeStringToDate(Util.java:25)[201:org.openhab.binding.innogysmarthome:2.1.0.201708231956]
at org.openhab.binding.innogysmarthome.internal.client.entity.ConfigPropertyList.getTimeOfDiscovery(ConfigPropertyList.java:174)[201:org.openhab.binding.innogysmarthome:2.1.0.201708231956]
at org.openhab.binding.innogysmarthome.handler.InnogyDeviceHandler.initializeProperties(InnogyDeviceHandler.java:237)[201:org.openhab.binding.innogysmarthome:2.1.0.201708231956]
at org.openhab.binding.innogysmarthome.handler.InnogyDeviceHandler.initializeThing(InnogyDeviceHandler.java:194)[201:org.openhab.binding.innogysmarthome:2.1.0.201708231956]
at org.openhab.binding.innogysmarthome.handler.InnogyDeviceHandler.initialize(InnogyDeviceHandler.java:170)[201:org.openhab.binding.innogysmarthome:2.1.0.201708231956]
at org.eclipse.smarthome.core.thing.internal.ThingManager$9.call(ThingManager.java:741)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager$9.call(ThingManager.java:1)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:181)[99:org.eclipse.smarthome.core:0.9.0.b5]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_131]
... 3 more
In den letzten Tagen klappt abends die Verbindung schlecht. Alexa quittiert einen Schaltbefehl ohne Fehler und es passiert nichts.
Dafür fahren eine Stunde später schon mal ungeplant Rollläden...... Mit der Innogy-App klappt die Verbindung.
Stefan
Das Innogy-Binding haut mir im Moment aber das Logfile ziemlich zu. Dieser Fehler ist von Anfang an da, im Moment aber häufiger:
2017-10-25 183:00.279 [ERROR] [ome.core.thing.internal.ThingManager] - Exception occurred while initializing handler of thing 'innogysmarthome:RST:SMARTHOME02:e25473047e6a4881ae7756e7522855fb': java.lang.IllegalArgumentException: Invalid format: "2011-08-31T06:47:19Z" is malformed at "Z"
java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Invalid format: "2011-08-31T06:47:19Z" is malformed at "Z"
at java.util.concurrent.FutureTask.report(FutureTask.java:122)[:1.8.0_131]
at java.util.concurrent.FutureTask.get(FutureTask.java:206)[:1.8.0_131]
at org.eclipse.smarthome.core.common.SafeMethodCaller.callAsynchronous(SafeMethodCaller.java:194)[99:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:83)[99:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:67)[99:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager.doInitializeHandler(ThingManager.java:73[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager.initializeHandler(ThingManager.java:664)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager.access$12(ThingManager.java:639)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager$2.apply(ThingManager.java:681)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager$2.apply(ThingManager.java:1)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.config.core.BundleProcessorVetoManager.applyActionFor(BundleProcessorVetoManager.java:124)[95:org.eclipse.smarthome.config.core:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager.registerAndInitializeHandler(ThingManager.java:1016)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager.access$21(ThingManager.java:1014)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager$8.run(ThingManager.java:62[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)[:1.8.0_131]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_131]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)[:1.8.0_131]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)[:1.8.0_131]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)[:1.8.0_131]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)[:1.8.0_131]
at java.lang.Thread.run(Thread.java:74[:1.8.0_131]
Caused by: java.lang.IllegalArgumentException: Invalid format: "2011-08-31T06:47:19Z" is malformed at "Z"
at org.joda.time.format.DateTimeFormatter.parseDateTime(DateTimeFormatter.java:945)[201:org.openhab.binding.innogysmarthome:2.1.0.201708231956]
at org.openhab.binding.innogysmarthome.internal.client.Util.convertZuluTimeStringToDate(Util.java:25)[201:org.openhab.binding.innogysmarthome:2.1.0.201708231956]
at org.openhab.binding.innogysmarthome.internal.client.entity.ConfigPropertyList.getTimeOfDiscovery(ConfigPropertyList.java:174)[201:org.openhab.binding.innogysmarthome:2.1.0.201708231956]
at org.openhab.binding.innogysmarthome.handler.InnogyDeviceHandler.initializeProperties(InnogyDeviceHandler.java:237)[201:org.openhab.binding.innogysmarthome:2.1.0.201708231956]
at org.openhab.binding.innogysmarthome.handler.InnogyDeviceHandler.initializeThing(InnogyDeviceHandler.java:194)[201:org.openhab.binding.innogysmarthome:2.1.0.201708231956]
at org.openhab.binding.innogysmarthome.handler.InnogyDeviceHandler.initialize(InnogyDeviceHandler.java:170)[201:org.openhab.binding.innogysmarthome:2.1.0.201708231956]
at org.eclipse.smarthome.core.thing.internal.ThingManager$9.call(ThingManager.java:741)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager$9.call(ThingManager.java:1)[106:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:181)[99:org.eclipse.smarthome.core:0.9.0.b5]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_131]
... 3 more
In den letzten Tagen klappt abends die Verbindung schlecht. Alexa quittiert einen Schaltbefehl ohne Fehler und es passiert nichts.
Dafür fahren eine Stunde später schon mal ungeplant Rollläden...... Mit der Innogy-App klappt die Verbindung.
Stefan
1x SH-Zentrale1 Innogy, 1x Raspberry Pi3b inkl. Homematic
1x BM außen, 10 x Rollladen, 5x Zw-Stecker, 2x Wandtaster, 5x RST, 1x Raumthermostat, 5x Tür-/Fenstersensor, 4x Rauchmelder, 1x FB, 2x Umbau Universalsensor, 1x Power Control, SMS/Email, Astro-Funktion, WOL
1x SH-Zentrale2 Innogy, 1x Raspberry Pi3b+
3x RST, 1x Tür-/Fenstersensor, 1x Zw-Stecker, 1x Rauchmelder, 3x Lichtschalter, 1x BM, 1xUmbau Universalsensor SMS/Email
Die Intelligenz übernimmt in beiden Fällen openHAB 2. Innogy ist nur noch das notwendige Verbindungsübel
1x BM außen, 10 x Rollladen, 5x Zw-Stecker, 2x Wandtaster, 5x RST, 1x Raumthermostat, 5x Tür-/Fenstersensor, 4x Rauchmelder, 1x FB, 2x Umbau Universalsensor, 1x Power Control, SMS/Email, Astro-Funktion, WOL
1x SH-Zentrale2 Innogy, 1x Raspberry Pi3b+
3x RST, 1x Tür-/Fenstersensor, 1x Zw-Stecker, 1x Rauchmelder, 3x Lichtschalter, 1x BM, 1xUmbau Universalsensor SMS/Email
Die Intelligenz übernimmt in beiden Fällen openHAB 2. Innogy ist nur noch das notwendige Verbindungsübel