You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this NPE NullPointerException when openHAB is starting up. This is with openHAB 4.1.1 Stable.
2024-01-19 13:58:03.220 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception:
java.lang.NullPointerException: Cannot invoke "java.util.concurrent.Future.get()" because the return value of "org.openhab.binding.zigbee.internal.converter.ZigBeeConverterBatteryVoltage.bind(com.zsmartsystems.zigbee.zcl.ZclCluster)" is null
at org.openhab.binding.zigbee.internal.converter.ZigBeeConverterBatteryVoltage.initializeDevice(ZigBeeConverterBatteryVoltage.java:74) ~[?:?]
at org.openhab.binding.zigbee.discovery.ZigBeeDiscoveryService$2.run(ZigBeeDiscoveryService.java:260) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
The text was updated successfully, but these errors were encountered:
Getting this NPE NullPointerException when openHAB is starting up. This is with openHAB 4.1.1 Stable.
The text was updated successfully, but these errors were encountered: