Skip to content

Instantly share code, notes, and snippets.

View joni1993's full-sized avatar

Christian Jonak-Möchel joni1993

View GitHub Profile
17:41:09.623 [DEBUG] [ing.zigbee.handler.ZigBeeThingHandler] - 00124B000EE99EED: Node updated - ZigBeeNode [state=ONLINE, IEEE=00124B000EE99EED, NWK=0847, endpoints=[]]
17:41:09.624 [WARN ] [.zsmartsystems.zigbee.ZigBeeExecutors] - Uncaught exception in thread NotificationService-thread-27
java.lang.NullPointerException: null
at org.openhab.binding.zigbee.handler.ZigBeeThingHandler.nodeUpdated(ZigBeeThingHandler.java:862) ~[?:?]
at com.zsmartsystems.zigbee.ZigBeeNetworkManager$14.run(ZigBeeNetworkManager.java:1815) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
at java.lang.Thread.run(Thread.java:829) [?:?]
17:41:09.876 [DEBUG] [nding.zigbee.internal.ZigBeeDataStore] - 00124B000EE99EED: ZigBee saving network state complete.
17:41:20.515 [DEBUG] [gbee.discovery.ZigBeeDiscoveryService] - 00124B000EE99DC7: Discovery: Starting discovery
@joni1993
joni1993 / patch.patch
Last active October 7, 2021 10:32
Fix exception when using dictionary on host
diff --git a/application/controllers/DataController.php b/application/controllers/DataController.php
index ae4bbcf3..588c4604 100644
--- a/application/controllers/DataController.php
+++ b/application/controllers/DataController.php
@@ -6,7 +6,7 @@ use gipfl\Web\Widget\Hint;
use Icinga\Exception\NotFoundError;
use Icinga\Module\Director\Forms\DirectorDatalistEntryForm;
use Icinga\Module\Director\Forms\DirectorDatalistForm;
-use Icinga\Module\Director\Forms\IcingaServiceDictionaryMemberForm;
+use Icinga\Module\Director\Forms\IcingaDictionaryMemberForm;