openHAB 5.0 Release Discussion

This topic can be used to discuss problems/experiences/questions on the openHAB 5.0 release as announced in this topic.

6 Likes

Many thanks to everyone involved for the great release!

Everything’s running smoothly :slight_smile:

9 Likes

Many thanks here now to all envolved developers, coders, tester, all…
I was the easiest upgrade since long, I would say. No hassle so far with
my three systems after 12h of usage…

So great job, but still a little missing the WOW in the UI, but this can come than in 6.0.0 :slight_smile:

Have fun today, and thanks again!

2 Likes

What do you miss? The drag & drop features for the model & the sitemap editor as well as the semantic model maintenance tools are nice enhancements, but sure not the biggest changes …

3 Likes

Thanks for the feedback @florian-h05 .

I’m, looking for features for my more than one time usage, e.g. β€œselect all rules”, or select all things, enable, disable.
Or having a feature to export a rule to a file and import it on a other system.
Or having possibiliy to backup only things, or rules, all or only selected once.

Background: I have three 1:1 systems. One has all the rules active. So when making a 1:1 backup from the configuration on my PRO System, and copy the backup to the TEST System, and restore the backup, I have all the time to select 90 rules and disable them by hand. So it would be nice, to have a β€œselect all feature” and by one click disable them.

Or I have implemented a new thing, e.g. a shelly switch, I have to do this three times manual.
So it would cool, to do this only one time, and the backup this thing a restore it on the other machine.

The same for pages. I need to generate a new page on every machine. So export the new β€œicon”
on the homepage UI and restore on the other machine would be cool.

Or the new logfile viewer is very hard to mark some lines and copy and past them in a normal browser. The save to CSV is nice, but then I have to open Excel…

Here it would be also cool to have a feature for logging. So like a watchdog.
Then something happens in the log, e.g. set the tracelevel to debug, and e.g. record all for the next 1min…
When something happens which I cannot start or simulate, I have to sit there watch the logfile viewer and wait until this happens.

So keep three β€œdogs, or cats” under the some control is more work, that only one :slight_smile:
All stuff could be a wishlist for 5.x.x :slight_smile:

Upfront @scheuerer and all, please note the special rules for this thread, same as there:

So please do not discuss personal feature requests and wishes in this thread but issues with or related to the OH 5 release only.

For your (rather edgy) application to copy configs, check out this new feature in OH 5:

1 Like

Noticed there is no reddit posting in r/openhab for the OH5 release :slight_smile:

System:

runtimeInfo:
  version: 5.0.0
  buildString: Release Build
locale: de-DE
systemInfo:
  configFolder: /etc/openhab
  userdataFolder: /var/lib/openhab
  logFolder: /var/log/openhab
  javaVersion: 21.0.8
  javaVendor: Eclipse Adoptium
  javaVendorVersion: Temurin-21.0.8+9
  osName: Linux
  osVersion: 6.12.25+rpt-rpi-2712
  osArchitecture: aarch64
  availableProcessors: 4
  freeMemory: 232758808
  totalMemory: 748683264
  uptime: 157
  startLevel: 100
addons:
  - automation-jsscripting
  - binding-amazonechocontrol
  - binding-astro
  - binding-avmfritz
  - binding-exec
  - binding-homematic
  - binding-http
  - binding-icalendar
  - binding-mail
  - binding-mqtt
  - binding-network
  - binding-ntp
  - binding-openweathermap
  - binding-sonos
  - binding-tr064
  - persistence-mapdb
  - persistence-rrd4j
  - transformation-basicprofiles
  - transformation-exec
  - transformation-jsonpath
  - transformation-map
  - transformation-regex
  - transformation-scale
  - transformation-xpath
  - transformation-xslt
  - ui-basic
clientInfo:
  device:
    ios: false
    android: false
    androidChrome: false
    desktop: true
    iphone: false
    ipod: false
    ipad: false
    edge: false
    ie: false
    firefox: true
    macos: false
    windows: true
    cordova: false
    phonegap: false
    electron: false
    nwjs: false
    webView: false
    webview: false
    standalone: false
    os: windows
    pixelRatio: 0.6666666666666666
    prefersColorScheme: light
  isSecureContext: false
  locationbarVisible: true
  menubarVisible: true
  navigator:
    cookieEnabled: true
    deviceMemory: N/A
    hardwareConcurrency: 4
    language: de-DE
    languages:
      - de-DE
    onLine: true
    platform: Win32
  screen:
    width: 2880
    height: 1620
    colorDepth: 24
  support:
    touch: false
    pointerEvents: true
    observer: true
    passiveListener: true
    gestures: false
    intersectionObserver: true
  themeOptions:
    dark: light
    filled: true
    pageTransitionAnimation: default
    bars: light
    homeNavbar: default
    homeBackground: default
    expandableCardAnimation: default
    blocklyRenderer: null
  userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101
    Firefox/140.0
timestamp: 2025-07-22T15:34:02.261Z

Hardware: RPI 5 /8GB / SSD 120 GB

After installing the new OH5 I was covered with hundreds of messages at start like this:

2025-07-22 17:22:46.931 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:smoke03 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 17:22:46.932 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing http:url:health (thing-type is http:url). Deferring initialization.
2025-07-22 17:22:46.932 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing network:pingdevice:printerWF2760 (thing-type is network:pingdevice). Deferring initialization.
2025-07-22 17:22:46.937 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing ntp:ntp:local (thing-type is ntp:ntp). Deferring initialization.
2025-07-22 17:22:46.941 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing openweathermap:weather-api:bridge (thing-type is openweathermap:weather-api). Deferring initialization.
2025-07-22 17:22:46.952 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing sonos:PLAY1:RINCON_949F3E157B8401400 (thing-type is sonos:PLAY1). Deferring initialization.
2025-07-22 17:22:46.954 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing exec:command:my_user (thing-type is exec:command). Deferring initialization.
2025-07-22 17:22:46.957 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing tr064:fritzbox:7590AX (thing-type is tr064:fritzbox). Deferring initialization.
2025-07-22 17:22:46.962 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:broker:danny (thing-type is mqtt:broker). Deferring initialization.
2025-07-22 17:22:46.974 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing avmfritz:fritzbox:7590 (thing-type is avmfritz:fritzbox). Deferring initialization.
2025-07-22 17:22:46.984 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mail:smtp:tonline-smtp (thing-type is mail:smtp). Deferring initialization.
2025-07-22 17:22:46.991 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing astro:sun:local (thing-type is astro:sun). Deferring initialization.
2025-07-22 17:22:46.992 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing astro:moon:local (thing-type is astro:moon). Deferring initialization.

Cleaning cache, reboot and restart didn’t help.
Does anyone know the reason ? :thinking:

are all bundles installed correctly?
bundle:list command in karaff shell

No Thing Handler error occur when the binding for that Thing is not installed.

Do you have errors near the start of OH complaining about an inability to install bindings? Did this occur today during the DNS troubles and is it still doing it now?

You can open another thread to discuss this, but I think OH 5 provides a whole lot more towards your wish lists than you give it credit for. Almost every one of your wishes are addresses in full or in part already.

We definitely need a volunteer for someone to manage the subreddit.

1 Like

Sure, got it. New theard was created

I cannot find any explanation in the release-notes,.what to do with the backup.zip file from OH4.3.6 for β€œautomatically re-import it during installation process.” for a fresh 64bit openHABian-OH5-SDcard-image for RPi4
BR Andreas

" While installation is ongoing, export (β€œbackup”) your working config using menu option 50 and copy it over to your PC (your openHABian box will provide a Windows share to access it).
See these instructions how to automatically re-import it during installation process."

Hello, thanks to everybody in contributing to openHAB and for the new major release OH5 :clap: :+1:

Actually I prevented the upgrade on my some weeks ago refreshed openhabian installation (arm64) by pinning to OH4.3.6 packages, as it is still running on JDK 17 (by default).

In prior to upgrade to OH5 I would need to add/enable JDK 21 or compatible, as far as I understand. Checking β€˜openhabian-config’ gives me the following output on that:

 OpenJDK 21     Install and activate OpenJDK 21 as Java provider (DO NOT USE WILL BREAK SYSTEM - upcoming default when fixed)

and:

 Temurin 21     Install and activate Temurin 21 as Java provider (upcoming alternative, currently preferred)

So, what approach to get JDK 21 or compatible? OpenJDK 21 ignoring the warning or Temurin 21?

1 Like

Hi to all and thanks for that great release.
I have just updated today from 4.3.6 to 5.0.0 on a LXC container on Proxmox with OpenHABian.
All is working correctly, including the Amazon Echo Control binding, but, I receive thar WARN on log every 5 minutes:

2025-07-22 11:30:36.775 [WARN ] [rol.internal.util.HttpRequestBuilder] - Parsing json failed: false
com.google.gson.JsonParseException: Empty result
	at org.openhab.binding.amazonechocontrol.internal.util.HttpRequestBuilder$Builder.lambda$0(HttpRequestBuilder.java:268) ~[?:?]

I don’t see that before on previous version, and Alexa and Echo Control items are working… Any suggestion? Maybe I have missed something.

Thanks in advance.
Ruben

Do what ti says. Do not use OpenJDK and install Temurin. Eventually you may want to move to OpenJDB but as the message says, it’s currently broken. Don’t use it.

There are known issues with the Amazon Echo Control Binding that did not get fixed before the release. If it still works and all you see is that warning, consider yourself lucky. Many cannot use the binding at all right now. Amazon changed something on their end that breaks the latest binding.

2 Likes

It seems that everything’s ok.
Karaf-Console shows:

openhab> bundle:list
START LEVEL 100 , List Threshold: 50
 ID β”‚ State  β”‚ Lvl β”‚ Version               β”‚ Name
────┼────────┼─────┼───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────
 30 β”‚ Active β”‚  80 β”‚ 2.18.2                β”‚ Jackson-annotations
 31 β”‚ Active β”‚  80 β”‚ 2.18.2                β”‚ Jackson-core
 32 β”‚ Active β”‚  80 β”‚ 2.18.2                β”‚ jackson-databind
 33 β”‚ Active β”‚  80 β”‚ 2.18.2                β”‚ Jackson-dataformat-XML
 34 β”‚ Active β”‚  80 β”‚ 2.18.2                β”‚ Jackson-dataformat-YAML
 35 β”‚ Active β”‚  80 β”‚ 2.18.2                β”‚ Jackson datatype: JSR310
 36 β”‚ Active β”‚  80 β”‚ 6.6.2                 β”‚ Woodstox
 37 β”‚ Active β”‚  80 β”‚ 2.11.0                β”‚ Gson
 38 β”‚ Active β”‚  80 β”‚ 33.3.1.jre            β”‚ Guava: Google Core Libraries for Java
 39 β”‚ Active β”‚  80 β”‚ 1.0.2                 β”‚ Guava InternalFutureFailureAccess and InternalFutures
 40 β”‚ Active β”‚  80 β”‚ 7.0.0                 β”‚ guice
 41 β”‚ Active β”‚  80 β”‚ 5.16.0                β”‚ jna
 43 β”‚ Active β”‚  80 β”‚ 1.5.4                 β”‚ Jollyday Core
 44 β”‚ Active β”‚  80 β”‚ 1.5.4                 β”‚ Jollyday with Jackson
 45 β”‚ Active β”‚  80 β”‚ 4.8.176               β”‚ ClassGraph
 46 β”‚ Active β”‚  80 β”‚ 0.18.0                β”‚ Directory-Watcher
 47 β”‚ Active β”‚  80 β”‚ 2.2.28                β”‚ swagger-annotations
 48 β”‚ Active β”‚  80 β”‚ 2.2.28                β”‚ swagger-core
 49 β”‚ Active β”‚  80 β”‚ 2.2.28                β”‚ swagger-integration
 50 β”‚ Active β”‚  80 β”‚ 2.2.28                β”‚ swagger-jaxrs2
 51 β”‚ Active β”‚  80 β”‚ 2.2.28                β”‚ swagger-models
 52 β”‚ Active β”‚  80 β”‚ 2.1.1                 β”‚ Jakarta Annotations API
 53 β”‚ Active β”‚  80 β”‚ 2.0.1                 β”‚ Jakarta Dependency Injection
 55 β”‚ Active β”‚  80 β”‚ 2.0.2                 β”‚ Jakarta Bean Validation API
 57 β”‚ Active β”‚  80 β”‚ 2.3.3                 β”‚ Jakarta XML Web Services API
 58 β”‚ Active β”‚  80 β”‚ 3.5.12                β”‚ JmDNS
 59 β”‚ Active β”‚  80 β”‚ 2.2.0                 β”‚ Units of Measurement API
 61 β”‚ Active β”‚  80 β”‚ 3.2.0.v201101311130   β”‚ ANTLR Runtime
 62 β”‚ Active β”‚  80 β”‚ 1.0.0.v201105210816   β”‚ Aopalliance Plug-in
 63 β”‚ Active β”‚  80 β”‚ 1.2.2                 β”‚ org.apache.aries.component-dsl.component-dsl
 64 β”‚ Active β”‚  80 β”‚ 1.0.4                 β”‚ Apache Aries JAX-RS Specification API
 65 β”‚ Active β”‚  80 β”‚ 2.0.2                 β”‚ Apache Aries JAX-RS Whiteboard
 67 β”‚ Active β”‚  80 β”‚ 3.17.0                β”‚ Apache Commons Lang
 68 β”‚ Active β”‚  80 β”‚ 3.6.5                 β”‚ Apache CXF Core
 69 β”‚ Active β”‚  80 β”‚ 3.6.5                 β”‚ Apache CXF Runtime JAX-RS Frontend
 70 β”‚ Active β”‚  80 β”‚ 3.6.5                 β”‚ Apache CXF JAX-RS Client
 71 β”‚ Active β”‚  80 β”‚ 3.6.5                 β”‚ Apache CXF JAX-RS Server-Side Events Support
 72 β”‚ Active β”‚  80 β”‚ 3.6.5                 β”‚ Apache CXF Runtime Security functionality
 73 β”‚ Active β”‚  80 β”‚ 3.6.5                 β”‚ Apache CXF Runtime HTTP Transport
 80 β”‚ Active β”‚  80 β”‚ 4.4.7                 β”‚ Apache Karaf :: OSGi Services :: Event
 96 β”‚ Active β”‚  80 β”‚ 2.3.1                 β”‚ XmlSchema Core
 97 β”‚ Active β”‚  80 β”‚ 1.1.2                 β”‚ apiguardian-api
 98 β”‚ Active β”‚  80 β”‚ 0.9.6                 β”‚ jose4j
 99 β”‚ Active β”‚  80 β”‚ 2.24.0.v20220123-0838 β”‚ EMF Common
100 β”‚ Active β”‚  80 β”‚ 2.26.0.v20220123-0838 β”‚ EMF Ecore
101 β”‚ Active β”‚  80 β”‚ 2.14.0.v20190528-0725 β”‚ EMF Change Model
102 β”‚ Active β”‚  80 β”‚ 2.16.0.v20190528-0725 β”‚ EMF XML/XMI Persistence
103 β”‚ Active β”‚  80 β”‚ 3.18.0.v20230523-2142 β”‚ Common Eclipse Runtime
137 β”‚ Active β”‚  80 β”‚ 0.23.1.v20240521-1815 β”‚ org.eclipse.lsp4j
138 β”‚ Active β”‚  80 β”‚ 0.23.1.v20240521-1815 β”‚ org.eclipse.lsp4j.jsonrpc
139 β”‚ Active β”‚  80 β”‚ 2.37.0.v20241119-0857 β”‚ Xtend Runtime Library
140 β”‚ Active β”‚  80 β”‚ 2.37.0.v20241119-0857 β”‚ Xtend Macro Interfaces
141 β”‚ Active β”‚  80 β”‚ 2.37.0.v20241119-0857 β”‚ Xtext
142 β”‚ Active β”‚  80 β”‚ 2.37.0.v20241119-0857 β”‚ Xtext Common Types
143 β”‚ Active β”‚  80 β”‚ 2.37.0.v20241119-0857 β”‚ Xtext IDE Core
144 β”‚ Active β”‚  80 β”‚ 2.37.0.v20241119-0857 β”‚ Xtext Utility
145 β”‚ Active β”‚  80 β”‚ 2.37.0.v20241119-0857 β”‚ Xbase Model
146 β”‚ Active β”‚  80 β”‚ 2.37.0.v20241119-0857 β”‚ Xbase Generic IDE Services
147 β”‚ Active β”‚  80 β”‚ 2.37.0.v20241119-0857 β”‚ Xbase Runtime Library
155 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Core
156 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Add-on XML
157 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Marketplace Add-on Services
158 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Community Marketplace Add-on Service :: Karaf
159 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Audio
160 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: JAAS Authentication
161 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: OAuth2Client
162 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Automation
163 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Automation Media Modules
164 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Automation Script Modules
165 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Automation Script ProviderSupport
166 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Automation Script RuleSupport
167 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Automation REST API
168 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Configuration Core
169 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Configuration Discovery
170 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Add-on Suggestion Service
171 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Process-based Suggested Add-on Finder
172 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Configuration mDNS Discovery
173 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Configuration Dispatcher
174 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Ephemeris
175 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: ID
176 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Console
177 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Console for OSGi runtime Karaf
178 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: HTTP Interface
179 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: HTTP Interface Authentication
181 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Monitor
182 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Network I/O
183 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: REST Interface
184 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Audio REST Interface
185 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Authentication Support for the REST Interface
186 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: REST Interface :: Core
187 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: REST mDNS Announcer
188 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Sitemap REST Interface
189 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: SSE Interface
190 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: REST Interface :: Swagger 1
191 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Transformation REST Interface
192 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: UI REST Interface
193 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Voice REST Interface
194 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: mDNS Service
195 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: WebSocket
196 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Karaf Integration
197 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Core
198 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Items
199 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Item IDE
200 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Items Runtime
201 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Language Server
202 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Persistence
203 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Persistence IDE
204 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Persistence Runtime
205 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Rules
206 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Rule IDE
207 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Rules Runtime
208 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Script
209 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Script IDE
210 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Script Runtime
211 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Sitemap
212 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Sitemap IDE
213 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Sitemap Runtime
214 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Thing
215 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Thing IDE
216 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model Thing Runtime
217 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Model YAML
218 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Persistence
219 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Semantics
220 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: JSON Storage
221 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Thing
222 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Transformation Service
223 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: UI
224 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: UI Icon Support
225 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Voice
226 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB UI :: Bundles :: Main UI
227 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB UI :: Bundles :: Icon Set :: Classic
237 β”‚ Active β”‚  80 β”‚ 1.5.1.202212101352    β”‚ org.osgi:org.osgi.service.component.annotations
238 β”‚ Active β”‚  80 β”‚ 1.0.1.202109301733    β”‚ org.osgi:org.osgi.service.jaxrs
239 β”‚ Active β”‚  80 β”‚ 1.8.0                 β”‚ ThreeTen-Extra
240 β”‚ Active β”‚  80 β”‚ 2.3.0                 β”‚ SnakeYAML
241 β”‚ Active β”‚  80 β”‚ 2.2                   β”‚ SI Units
242 β”‚ Active β”‚  80 β”‚ 2.2.0                 β”‚ SI Quantities
243 β”‚ Active β”‚  80 β”‚ 4.2.2                 β”‚ Stax2 API
244 β”‚ Active β”‚  80 β”‚ 2.2.2                 β”‚ Units of Measurement Reference Implementation
245 β”‚ Active β”‚  80 β”‚ 2.2.0                 β”‚ Units of Measurement Common Library for Java
246 β”‚ Active β”‚  80 β”‚ 1.4.21                β”‚ XStream Core
247 β”‚ Active β”‚  80 β”‚ 2.27                  β”‚ Dagger
248 β”‚ Active β”‚  80 β”‚ 1.3.5                 β”‚ hivemq-mqtt-client
249 β”‚ Active β”‚  80 β”‚ 5.16.0                β”‚ jna-platform
250 β”‚ Active β”‚  80 β”‚ 1.6.2                 β”‚ JavaMail API
251 β”‚ Active β”‚  80 β”‚ 4.1.118.Final         β”‚ Netty/Buffer
252 β”‚ Active β”‚  80 β”‚ 4.1.118.Final         β”‚ Netty/Codec
253 β”‚ Active β”‚  80 β”‚ 4.1.118.Final         β”‚ Netty/Codec/HTTP
254 β”‚ Active β”‚  80 β”‚ 4.1.118.Final         β”‚ Netty/Codec/Socks
255 β”‚ Active β”‚  80 β”‚ 4.1.118.Final         β”‚ Netty/Common
256 β”‚ Active β”‚  80 β”‚ 4.1.118.Final         β”‚ Netty/Handler
257 β”‚ Active β”‚  80 β”‚ 4.1.118.Final         β”‚ Netty/Handler/Proxy
258 β”‚ Active β”‚  80 β”‚ 4.1.118.Final         β”‚ Netty/Resolver
259 β”‚ Active β”‚  80 β”‚ 2.0.70.Final          β”‚ Netty/TomcatNative [OpenSSL - Classes]
260 β”‚ Active β”‚  80 β”‚ 4.1.118.Final         β”‚ Netty/Transport
261 β”‚ Active β”‚  80 β”‚ 4.1.118.Final         β”‚ Netty/Transport/Classes/Epoll
262 β”‚ Active β”‚  80 β”‚ 4.1.118.Final         β”‚ Netty/Transport/Native/Unix/Common
263 β”‚ Active β”‚  80 β”‚ 2.2.21                β”‚ rxjava
264 β”‚ Active β”‚  80 β”‚ 1.0.5                 β”‚ Jakarta Dependency Injection
265 β”‚ Active β”‚  80 β”‚ 5.2.1.OH1             β”‚ nrjavaserial
266 β”‚ Active β”‚  80 β”‚ 3.11.1                β”‚ Apache Commons Net
267 β”‚ Active β”‚  80 β”‚ 2.3.0                 β”‚ Apache Velocity - Engine
268 β”‚ Active β”‚  78 β”‚ 24.2.1                β”‚ GraalVM :: JS :: Language
269 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: JS :: Script Engine
270 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: LLVM :: API
271 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: Polyglot :: Polyglot
272 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: Python :: Embedding
273 β”‚ Active β”‚  78 β”‚ 24.2.1                β”‚ GraalVM :: Python :: Language
274 β”‚ Active β”‚  78 β”‚ 24.2.1                β”‚ GraalVM :: Python :: Resources
275 β”‚ Active β”‚  78 β”‚ 24.2.1                β”‚ GraalVM :: Regex :: TRegex
276 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: SDK :: Collections
277 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: SDK :: Native Image
278 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: SDK :: Word
279 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: Truffle :: ICU4J
280 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: Truffle :: JSON
281 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: Truffle :: XZ
282 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: Tools :: Profiler
283 β”‚ Active β”‚  79 β”‚ 24.2.1                β”‚ GraalVM :: Truffle :: API
284 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: Truffle :: Compiler
285 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: Truffle :: NFI
286 β”‚ Active β”‚  80 β”‚ 24.2.1                β”‚ GraalVM :: Truffle :: Runtime
287 β”‚ Active β”‚  80 β”‚ 2.1.2                 β”‚ Java Concurrency Tools Core Library
288 β”‚ Active β”‚  80 β”‚ 3.0.3                 β”‚ jUPnP Core Library
289 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Automation :: JavaScript Scripting
290 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Amazon Echo Control Binding
291 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Astro Binding
292 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: AVM FRITZ! Binding
293 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Exec Binding
294 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Homematic Binding
295 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: HTTP Binding
296 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: iCalendar Binding
297 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Mail Binding
298 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: MQTT Broker Binding
299 β”‚ Active β”‚  81 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: MQTT Awtrix 3
300 β”‚ Active β”‚  81 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: MQTT EspMilightHub
301 β”‚ Active β”‚  81 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: MQTT FPP
302 β”‚ Active β”‚  81 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: MQTT Things and Channels
303 β”‚ Active β”‚  82 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: MQTT HomeAssistant Convention
304 β”‚ Active β”‚  82 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: MQTT Homie Convention
305 β”‚ Active β”‚  82 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: MQTT Ruuvi Gateway
306 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Network Binding
307 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: NTP Binding
308 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: OpenWeatherMap Binding
309 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Sonos Binding
310 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: TR-064 Binding
311 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: IP-based Suggested Add-on Finder
312 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: mDNS Suggested Add-on Finder
313 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: SDDP Suggested Add-on Finder
314 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: uPnP Suggested Add-on Finder
315 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: USB Suggested Add-on Finder
316 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Configuration SDDP Discovery
317 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Configuration UPnP Discovery
318 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Configuration USB-Serial Discovery
319 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Configuration USB-Serial Discovery for Linux using sysfs
320 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Configuration USB-Serial Discovery using ser2net mDNS sc
321 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Configuration USB-Serial Discovery for Windows
322 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Configuration Serial
323 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: MQTT Transport
324 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Serial Transport
325 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Serial Transport for RXTX
326 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: Serial Transport for RFC2217
327 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Core :: Bundles :: UPnP Transport
328 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Persistence Service :: MapDB
329 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Persistence Service :: RRD4j
330 β”‚ Active β”‚  75 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: Basic Profiles
331 β”‚ Active β”‚  75 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: Exec
332 β”‚ Active β”‚  75 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: JSonPath
333 β”‚ Active β”‚  75 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: Map
334 β”‚ Active β”‚  75 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: RegEx
335 β”‚ Active β”‚  75 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: Scale
336 β”‚ Active β”‚  75 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: XPath
337 β”‚ Active β”‚  75 β”‚ 5.0.0                 β”‚ openHAB Add-ons :: Bundles :: Transformation Service :: Xslt
338 β”‚ Active β”‚  80 β”‚ 5.0.0                 β”‚ openHAB UI :: Bundles :: Basic UI
339 β”‚ Active β”‚  80 β”‚ 1.0.4                 β”‚ reactive-streams-jvm
openhab>

At the first start I got errors near start like:

2025-07-22 16:16:24.081 [INFO ] [org.openhab.core.Activator          ] - Starting openHAB 5.0.0 (Release Build)
2025-07-22 16:16:24.308 [INFO ] [core.karaf.internal.FeatureInstaller] - Some .kar files are not installed yet. Delaying add-on installation by 15s.
2025-07-22 16:16:24.348 [WARN ] [ity.CommunityMarketplaceAddonService] - Unable to retrieve marketplace add-ons: community.openhab.org
2025-07-22 16:16:24.878 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Time zone set to 'Europe/Berlin'.
2025-07-22 16:16:24.882 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Location set to ''.
2025-07-22 16:16:24.883 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to 'de_DE'.
2025-07-22 16:16:24.884 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Measurement system set to 'SI'.
2025-07-22 16:16:28.342 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'castle.sitemap'
2025-07-22 16:16:28.725 [INFO ] [.core.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2025-07-22 16:16:28.760 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_Sonoff_s20.things'
2025-07-22 16:16:28.838 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'http_flightdelay.things'
2025-07-22 16:16:28.869 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_ESP32.things'
2025-07-22 16:16:28.939 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_plugs.things'
2025-07-22 16:16:29.172 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_switches.things'
2025-07-22 16:16:29.243 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_smoke.things'
............

.. as add-ons are not correct from market-place and in karaf-console.

But after some restarts, with β€œclean-cache” those errors were gone, but the hint with β€œDeferring initialization” still occurs.

2025-07-22 23:30:36.634 [INFO ] [org.openhab.core.Activator          ] - Starting openHAB 5.0.0 (Release Build)
2025-07-22 23:30:37.068 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Time zone set to 'Europe/Berlin'.
2025-07-22 23:30:37.074 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Location set to ''.
2025-07-22 23:30:37.075 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to 'de_DE'.
2025-07-22 23:30:37.076 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Measurement system set to 'SI'.
2025-07-22 23:30:41.085 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_airquality.items'
2025-07-22 23:30:41.369 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_others.items'
2025-07-22 23:30:41.415 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_bulbs.items'
2025-07-22 23:30:41.464 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_motion.items'
2025-07-22 23:30:41.539 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'owm_oncall.items'
2025-07-22 23:30:41.764 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_Sonoff_s20.items'
2025-07-22 23:30:41.798 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_valve.items'
2025-07-22 23:30:41.824 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'phone.items'
2025-07-22 23:30:41.850 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_waterleak.items'
2025-07-22 23:30:41.950 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'castle.items'
2025-07-22 23:30:42.048 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'avm_tr064.items'
2025-07-22 23:30:42.085 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'http_flightdelay.items'
2025-07-22 23:30:42.099 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'aktien.items'
2025-07-22 23:30:42.122 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'network.items'
2025-07-22 23:30:42.137 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'astro.items'
2025-07-22 23:30:42.194 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ical.items'
2025-07-22 23:30:42.241 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_smoke.items'
2025-07-22 23:30:42.274 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_temp.items'
2025-07-22 23:30:42.482 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_ESP32.items'
2025-07-22 23:30:42.552 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'avm_fritz.items'
2025-07-22 23:30:42.734 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'sonos.items'
2025-07-22 23:30:42.843 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_Sonoff.items'
2025-07-22 23:30:42.881 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test.items'
2025-07-22 23:30:42.924 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ntp.items'
2025-07-22 23:30:42.935 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_plugs.items'
2025-07-22 23:30:43.055 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_ESP.items'
2025-07-22 23:30:43.115 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_sensor.items'
2025-07-22 23:30:43.233 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_switches.items'
2025-07-22 23:30:43.282 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'homematic.items'
2025-07-22 23:30:43.550 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_plugs.items'
2025-07-22 23:30:44.343 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'castle.sitemap'
2025-07-22 23:30:44.805 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_others.things'
2025-07-22 23:30:44.850 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_smoke.things'
2025-07-22 23:30:44.867 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'http.things'
2025-07-22 23:30:44.875 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'network.things'
2025-07-22 23:30:44.884 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_plugs.things'
2025-07-22 23:30:44.915 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ntp.things'
2025-07-22 23:30:44.924 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'http_tasmotarelease.things'
2025-07-22 23:30:44.933 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'owm.things'
2025-07-22 23:30:44.944 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_Sonoff.things'
2025-07-22 23:30:44.960 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_motion.things'
2025-07-22 23:30:44.981 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_valve.things'
2025-07-22 23:30:44.991 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'sonos.things'
2025-07-22 23:30:45.000 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'cpu_tempPI.things'
2025-07-22 23:30:45.009 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_airquality.things'
2025-07-22 23:30:45.019 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'avm_tr064.things'
2025-07-22 23:30:45.027 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_waterleak.things'
2025-07-22 23:30:45.053 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_bridge.things'
2025-07-22 23:30:45.061 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_temp.things'
2025-07-22 23:30:45.087 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'avm_fritz.things'
2025-07-22 23:30:45.095 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_switches.things'
2025-07-22 23:30:45.110 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_ESP32.things'
2025-07-22 23:30:45.125 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_bulbs.things'
2025-07-22 23:30:45.135 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mail.things'
2025-07-22 23:30:45.143 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'http_flightdelay.things'
2025-07-22 23:30:45.151 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_plugs.things'
2025-07-22 23:30:45.185 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'astro.things'
2025-07-22 23:30:45.194 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'http_aktien.things'
2025-07-22 23:30:45.205 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_sensor.things'
2025-07-22 23:30:45.224 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_Sonoff_s20.things'
2025-07-22 23:30:45.236 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ical.things'
2025-07-22 23:30:45.251 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_ESP.things'
2025-07-22 23:30:48.651 [INFO ] [.core.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2025-07-22 23:30:48.847 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'tp_sp_e2_01.rules'
2025-07-22 23:30:50.592 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_gosund02.rules'
2025-07-22 23:30:50.991 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test25_datum_testen.rules'
2025-07-22 23:30:52.127 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'alexa.rules'
2025-07-22 23:30:52.423 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'homematic.rules'
2025-07-22 23:30:53.854 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mail_lowbatt.rules'
2025-07-22 23:30:53.964 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test25_windowopen.rules'
2025-07-22 23:30:54.356 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'ntp.rules'
2025-07-22 23:30:54.549 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_nous02.rules'
2025-07-22 23:30:54.723 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_gosund06.rules'
2025-07-22 23:30:54.882 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'tasmota_changeFields.rules'
2025-07-22 23:30:55.103 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_z2m_na1z_05.rules'
2025-07-22 23:30:55.448 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_z2m_tp_sp_e2_02.rules'
2025-07-22 23:30:55.712 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_garagedoor.rules'
2025-07-22 23:30:56.098 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test_channel_triggers.rules'
2025-07-22 23:30:56.167 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'tasmota_firmware_info.rules'
2025-07-22 23:30:56.458 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test25_parse.rules'
2025-07-22 23:30:56.801 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee_motion.rules'
2025-07-22 23:30:56.920 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'Alarm.rules'
2025-07-22 23:30:57.148 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_gosund05.rules'
2025-07-22 23:30:57.446 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test_persistence.rules'
2025-07-22 23:30:58.461 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test25_replace.rules'
2025-07-22 23:30:58.728 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test_weihnachtzeit.rules'
2025-07-22 23:30:59.184 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test_split_string.rules'
2025-07-22 23:30:59.260 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'astro.rules'
2025-07-22 23:30:59.618 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'tasmota_glwt_logging.rules'
2025-07-22 23:30:59.723 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_nous01.rules'
2025-07-22 23:30:59.911 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'avm_callMonitor.rules'
2025-07-22 23:31:00.148 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt_test.rules'
2025-07-22 23:31:00.229 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee_switch.rules'
2025-07-22 23:31:00.893 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'dunstabzug.rules'
2025-07-22 23:31:01.221 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_z2m_na1z_04.rules'
2025-07-22 23:31:01.523 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'tasmota_http.rules'
2025-07-22 23:31:01.625 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test_datumsvergleiche.rules'
2025-07-22 23:31:02.070 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test_zaehler.rules'
2025-07-22 23:31:02.240 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_gosund08.rules'
2025-07-22 23:31:02.452 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test_timediff.rules'
2025-07-22 23:31:02.847 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'zigbee2mqtt_hobby_light.rules'
2025-07-22 23:31:02.978 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test_itemTimeTrigger.rules'
2025-07-22 23:31:03.073 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test_Zaehlerststand.rules'
2025-07-22 23:31:03.593 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'test_zaehler_heizung.rules'
2025-07-22 23:31:04.075 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'garbage.rules'
2025-07-22 23:31:05.018 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_gosund01.rules'
2025-07-22 23:31:05.202 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_z2m_tp_sp_e2_01.rules'
2025-07-22 23:31:05.479 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'sonos_cross.rules'
2025-07-22 23:31:05.634 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'fridge-alarm.rules'
2025-07-22 23:31:05.720 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_hichi.rules'
2025-07-22 23:31:06.019 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'tasmota_maintenance.rules'
2025-07-22 23:31:06.174 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_gosund04.rules'
2025-07-22 23:31:06.360 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'persistence_gosund07.rules'
2025-07-22 23:31:13.765 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:liftoff (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.766 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:rpi4bgb2 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.766 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:rpi3bplus (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.767 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:RPI2 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.767 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:RPI3b (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.768 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:raspi58 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.768 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:rpi4bgb4 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.769 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:presence (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.770 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:smoke01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.770 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:smoke02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.771 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:smoke03 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.772 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing http:url:health (thing-type is http:url). Deferring initialization.
2025-07-22 23:31:13.772 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing network:pingdevice:printerWF2760 (thing-type is network:pingdevice). Deferring initialization.
2025-07-22 23:31:13.773 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:tpspe201 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.774 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:tpspe202 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.774 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:na1z01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.775 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:na1z02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.775 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:na1z03 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.776 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:na1z04 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.777 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:na1z05 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.777 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing ntp:ntp:local (thing-type is ntp:ntp). Deferring initialization.
2025-07-22 23:31:13.778 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing ntp:ntp:newyork (thing-type is ntp:ntp). Deferring initialization.
2025-07-22 23:31:13.778 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing ntp:ntp:gmt (thing-type is ntp:ntp). Deferring initialization.
2025-07-22 23:31:13.779 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing ntp:ntp:utc (thing-type is ntp:ntp). Deferring initialization.
2025-07-22 23:31:13.780 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing http:url:tasmotaRelease (thing-type is http:url). Deferring initialization.
2025-07-22 23:31:13.782 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing openweathermap:weather-api:bridge (thing-type is openweathermap:weather-api). Deferring initialization.
2025-07-22 23:31:13.783 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing openweathermap:weather-and-forecast:bridge:local (thing-type is openweathermap:weather-and-forecast). Deferring initialization.
2025-07-22 23:31:13.784 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing openweathermap:uvindex:bridge:local (thing-type is openweathermap:uvindex). Deferring initialization.
2025-07-22 23:31:13.785 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing openweathermap:onecall:bridge:local (thing-type is openweathermap:onecall). Deferring initialization.
2025-07-22 23:31:13.786 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing openweathermap:air-pollution:bridge:local (thing-type is openweathermap:air-pollution). Deferring initialization.
2025-07-22 23:31:13.786 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:pow02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.787 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:TH1601 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.788 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0301 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.789 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0302 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.790 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0303 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.791 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0304 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.792 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0305 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.793 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:trv0601 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.793 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing sonos:PLAY1:RINCON_949F3E157B8401400 (thing-type is sonos:PLAY1). Deferring initialization.
2025-07-22 23:31:13.794 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing sonos:PLAY1:RINCON_5CAAFDC29C0201400 (thing-type is sonos:PLAY1). Deferring initialization.
2025-07-22 23:31:13.795 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing sonos:PLAY3:RINCON_5CAAFD54DF8801400 (thing-type is sonos:PLAY3). Deferring initialization.
2025-07-22 23:31:13.795 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing exec:command:my_user (thing-type is exec:command). Deferring initialization.
2025-07-22 23:31:13.796 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing exec:command:cpu_temp (thing-type is exec:command). Deferring initialization.
2025-07-22 23:31:13.797 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing exec:command:cpu_temp_command (thing-type is exec:command). Deferring initialization.
2025-07-22 23:31:13.797 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:airqual01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.798 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:airqual02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.799 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing tr064:fritzbox:7590AX (thing-type is tr064:fritzbox). Deferring initialization.
2025-07-22 23:31:13.799 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing tr064:subdeviceLan:7590AX:LAN (thing-type is tr064:subdeviceLan). Deferring initialization.
2025-07-22 23:31:13.800 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing tr064:subdeviceLan:7590AX:LAN1 (thing-type is tr064:subdeviceLan). Deferring initialization.
2025-07-22 23:31:13.800 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing tr064:subdeviceLan:7590AX:LAN2 (thing-type is tr064:subdeviceLan). Deferring initialization.
2025-07-22 23:31:13.801 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:aqaraleak01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.801 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb05p01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.801 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:ts020701 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.802 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:ts020702 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.802 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:ts020703 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.803 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:ts020704 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.803 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:ts020705 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.803 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:ts020706 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.804 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:ts020707 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.804 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:ts020708 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.805 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:ts020709 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.805 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:broker:danny (thing-type is mqtt:broker). Deferring initialization.
2025-07-22 23:31:13.806 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0201 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.806 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.806 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.807 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d03 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.807 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d04 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.808 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d05 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.808 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d06 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.809 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d07 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.809 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d08 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.809 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d09 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.810 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d10 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.810 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d11 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.811 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d12 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.811 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d13 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.811 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d14 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.812 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d15 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.812 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d16 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.812 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d17 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.813 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02d18 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.813 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02p01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.813 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02p02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.814 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb02p03 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.814 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:aqarathermo01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.814 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:aqarathermo02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.815 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:ts020101 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.815 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing avmfritz:fritzbox:7590 (thing-type is avmfritz:fritzbox). Deferring initialization.
2025-07-22 23:31:13.816 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing avmfritz:FRITZ_DECT_210:7590:116570136076 (thing-type is avmfritz:FRITZ_DECT_210). Deferring initialization.
2025-07-22 23:31:13.816 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing avmfritz:FRITZ_DECT_200:7590:087610467933 (thing-type is avmfritz:FRITZ_DECT_200). Deferring initialization.
2025-07-22 23:31:13.817 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing avmfritz:FRITZ_DECT_210:7590:116570075282 (thing-type is avmfritz:FRITZ_DECT_210). Deferring initialization.
2025-07-22 23:31:13.817 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing avmfritz:FRITZ_DECT_200:7590:087610494097 (thing-type is avmfritz:FRITZ_DECT_200). Deferring initialization.
2025-07-22 23:31:13.818 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing avmfritz:Comet_DECT:7590:119601003400 (thing-type is avmfritz:Comet_DECT). Deferring initialization.
2025-07-22 23:31:13.818 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing avmfritz:FRITZ_DECT_301:7590:099950152273 (thing-type is avmfritz:FRITZ_DECT_301). Deferring initialization.
2025-07-22 23:31:13.819 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing avmfritz:FRITZ_DECT_301:7590:099950311625 (thing-type is avmfritz:FRITZ_DECT_301). Deferring initialization.
2025-07-22 23:31:13.819 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing avmfritz:Comet_DECT:7590:117950357048 (thing-type is avmfritz:Comet_DECT). Deferring initialization.
2025-07-22 23:31:13.820 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing avmfritz:FRITZ_DECT_301:7590:099950133789 (thing-type is avmfritz:FRITZ_DECT_301). Deferring initialization.
2025-07-22 23:31:13.820 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing avmfritz:FRITZ_DECT_302:7590:139790333770 (thing-type is avmfritz:FRITZ_DECT_302). Deferring initialization.
2025-07-22 23:31:13.820 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0101 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.821 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0102 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.821 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb01p01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.822 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb01p02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.822 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb01p03 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.822 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:shsc0701 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.823 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:zbminil201 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.823 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:esp3201 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.824 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:espv3_01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.824 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:espv3_02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.824 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:espv3_03 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.825 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:smame01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.825 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:ledlampe01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.825 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:e2709w01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.826 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:e2709w02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.826 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:e2709w03 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.826 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mail:smtp:tonline-smtp (thing-type is mail:smtp). Deferring initialization.
2025-07-22 23:31:13.827 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mail:smtp:gmail_smtp (thing-type is mail:smtp). Deferring initialization.
2025-07-22 23:31:13.827 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mail:smtp:netcom_49 (thing-type is mail:smtp). Deferring initialization.
2025-07-22 23:31:13.827 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing http:url:dussel (thing-type is http:url). Deferring initialization.
2025-07-22 23:31:13.828 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing http:url:stuttgart (thing-type is http:url). Deferring initialization.
2025-07-22 23:31:13.828 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:sp11101 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.829 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:sp11102 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.829 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:sp11104 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.829 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:sp11105 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.830 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:sp11106 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.830 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:sp11107 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.831 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:sp11108 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.831 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:nous01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.832 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:nous02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.832 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:nous03 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.832 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:nous04 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.833 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:nous05 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.833 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:nous06 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.833 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:nousa4t01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.834 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:nousa4t02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.834 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing astro:sun:local (thing-type is astro:sun). Deferring initialization.
2025-07-22 23:31:13.835 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing astro:moon:local (thing-type is astro:moon). Deferring initialization.
2025-07-22 23:31:13.835 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing astro:sun:localmet (thing-type is astro:sun). Deferring initialization.
2025-07-22 23:31:13.836 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing http:url:NL0015436031 (thing-type is http:url). Deferring initialization.
2025-07-22 23:31:13.836 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing http:url:kurs1 (thing-type is http:url). Deferring initialization.
2025-07-22 23:31:13.837 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0401 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.837 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0402 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.838 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0403 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.838 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0404 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.838 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0405 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.839 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0406 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.839 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0407 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.840 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0408 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.840 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0409 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.841 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:snzb0410 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.841 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:s2002 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.842 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:s2004 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.842 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:s2007 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.842 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:s2008 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.843 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:calendar:abfallkalender (thing-type is icalendar:calendar). Deferring initialization.
2025-07-22 23:31:13.843 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:waste (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.844 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:bio (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.844 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:yellow (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.846 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:paper (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.846 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:garden (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.847 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:problem (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.847 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:problemPlace (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.848 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:wastepaper (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.848 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:xmastree (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.848 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:greenwaste (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.849 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:calendar:birthday (thing-type is icalendar:calendar). Deferring initialization.
2025-07-22 23:31:13.849 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:birth1 (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.849 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:calendar:gderat (thing-type is icalendar:calendar). Deferring initialization.
2025-07-22 23:31:13.850 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:rat1 (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.850 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:calendar:sonstige (thing-type is icalendar:calendar). Deferring initialization.
2025-07-22 23:31:13.850 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:sonstige1 (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.851 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:calendar:sonstigex (thing-type is icalendar:calendar). Deferring initialization.
2025-07-22 23:31:13.851 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing icalendar:eventfilter:sonstige2 (thing-type is icalendar:eventfilter). Deferring initialization.
2025-07-22 23:31:13.852 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:espmini01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.852 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:espmini02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.852 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:espmini03 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.853 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:espmini04 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.853 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:esp01s_01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.853 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:esp01s_02 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.853 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:esp01s_03 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:13.854 [INFO ] [.thing.internal.GenericThingProvider] - No ThingHandlerFactory found for thing mqtt:topic:danny:esplolin01 (thing-type is mqtt:topic). Deferring initialization.
2025-07-22 23:31:17.850 [INFO ] [o.internal.handler.AstroThingHandler] - Scheduled Positional job astro:sun:local every 300 seconds
2025-07-22 23:31:17.862 [WARN ] [ty.util.ssl.SslContextFactory.config] - Trusting all certificates configured for Client@58786730[provider=null,keyStore=null,trustStore=null]
2025-07-22 23:31:17.866 [WARN ] [ty.util.ssl.SslContextFactory.config] - No Client EndPointIdentificationAlgorithm configured for Client@58786730[provider=null,keyStore=null,trustStore=null]
2025-07-22 23:31:17.979 [INFO ] [o.internal.handler.AstroThingHandler] - Scheduled Positional job astro:moon:local every 300 seconds
2025-07-22 23:31:17.985 [INFO ] [nding.http.internal.HttpThingHandler] - Using the secure client for thing 'http:url:health'.
2025-07-22 23:31:18.032 [INFO ] [nding.http.internal.HttpThingHandler] - Using the secure client for thing 'http:url:tasmotaRelease'.
2025-07-22 23:31:18.075 [INFO ] [nding.http.internal.HttpThingHandler] - Using the secure client for thing 'http:url:dussel'.
2025-07-22 23:31:18.108 [INFO ] [nding.http.internal.HttpThingHandler] - Using the secure client for thing 'http:url:stuttgart'.
2025-07-22 23:31:18.147 [INFO ] [nding.http.internal.HttpThingHandler] - Using the secure client for thing 'http:url:NL0015436031'.
2025-07-22 23:31:18.183 [INFO ] [nding.http.internal.HttpThingHandler] - Using the secure client for thing 'http:url:kurs1'.
2025-07-22 23:31:18.296 [INFO ] [ternal.dhcp.DHCPPacketListenerServer] - DHCP request packet listener online
2025-07-22 23:31:18.368 [WARN ] [ty.util.ssl.SslContextFactory.config] - Trusting all certificates configured for Client@5b46777d[provider=null,keyStore=null,trustStore=null]
2025-07-22 23:31:18.369 [WARN ] [ty.util.ssl.SslContextFactory.config] - No Client EndPointIdentificationAlgorithm configured for Client@5b46777d[provider=null,keyStore=null,trustStore=null]
2025-07-22 23:31:19.574 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openweathermap:weather-and-forecast:bridge:local' to inbox.
2025-07-22 23:31:19.602 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openweathermap:air-pollution:bridge:local' to inbox.
2025-07-22 23:31:19.798 [INFO ] [.transport.mqtt.MqttBrokerConnection] - Starting MQTT broker connection to 'localhost' with clientid OH4_danny
2025-07-22 23:31:19.944 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openweathermap:onecall:bridge:local' to inbox.
2025-07-22 23:31:42.426 [INFO ] [e.automation.internal.RuleEngineImpl] - Rule engine started.
2025-07-22 23:33:43.943 [INFO ] [org.openhab.core.model.script.Garage] - LΓΌftung (- 90 -) 

..and sorry for my silly question. What do you mean with DNS troubles ? :thinking:

That means it cannot install the add-ons. How long are you waiting after a clearing of the cache?

Firstly, thanks to all those involved in bringing out this release. I am looking forwards to getting into trying/leveraging the new features - One specifically is the Semantic tagging enhancements, along with editing enhancements (drag & drop). From a first glimpse, I think these may be enough to β€˜encourage’ me to finally start setting up a proper semantic model for my site (which I have been avoiding for ages, as I struggled to both get my head around it, and motivated enough to spend time creating it. Perhaps both parts are easier now? :slight_smile: )

I have had a few glitches during the upgrade process (TLDR Version: Running OK now), but many have been common experiences for me across previous releases, my thoughts/findings are as follows:

  • Starting OpenHAB for the first time takes forever (10+ Min), and consumes significant resources (CPU/Mem), and many errors/exceptions are thrown along the way. It’s a quite powerful server it runs on, with a ton of memory (and plenty allocated to the OpenHAB process), but as with previous releases a combination of the following seemed to work:
    • Patient & more patience - Just wait for the tasks to complete/dependencies resolve etc.
    • Eventually when the CPU level drops for the OH java process, (and the log stops filling with errors etc), I stopped OH, and ran a clear-cache via the CLI
    • Restart OpenHAB
    • Then the bindings/things which didn’t work & come online, jumped into action, and seemed OK after then.

I did see some interesting things in the upgrade log, which I will look at closer later:

[openHAB] Running JSON Database upgrade tool (${OPENHAB_RUNTIME}/bin/upgradetool.jar).
[main] ERROR org.openhab.core.storage.json.internal.JsonStorage - Couldn't deserialize value 'org.openhab.core.storage.json.internal.StorageEntry@255b53dc'. Root cause is: org.openhab.core.tools.internal.Upgrader$UpgradeRecord
[main] INFO org.openhab.core.tools.UpgradeTool - Executing itemCopyUnitToMetadata: Copy item unit from state description to metadata
[main] INFO org.openhab.core.tools.internal.ItemUnitToMetadataUpgrader - Copying item unit from state description to metadata in database '/var/lib/openhab/jsondb/org.openhab.core.items.Item.json'
[main] WARN org.openhab.core.tools.internal.ItemUnitToMetadataUpgrader - EmonCMS_House_Phase_3_Vrms: Could not determine if channel 'mqtt:topic:fnlctlmqtt:emoncms:housePhase3Vrms' sets a state description. Check if you need to set unit metadata.
[main] WARN org.openhab.core.tools.internal.ItemUnitToMetadataUpgrader - OneCallAPIweatherandforecast_ForecastHours10_Precipprobability: Could not determine if channel 'openweathermap:onecall:bridge:local:forecastHours10#precip-probability' sets a state description. Check if you need to set unit metadata.
[main] WARN org.openhab.core.tools.internal.ItemUnitToMetadataUpgrader - WeatherStation_WindGust: Could not determine if channel 'ipobserver:weatherstation:fnlweather:windGust' sets a state description. Check if you need to set unit metadata.
[main] WARN org.openhab.core.tools.internal.ItemUnitToMetadataUpgrader - accuracyGM: Could not determine if channel 'gpstracker:tracker:GM:gpsAccuracy' sets a state description. Check if you need to set unit metadata.
[main] WARN org.openhab.core.tools.internal.ItemUnitToMetadataUpgrader - OneCallAPIweatherandforecast_ForecastHours08_Apparenttemperature: Could not determine if channel 'openweathermap:onecall:bridge:local:forecastHours08#apparent-temperature' sets a state description. Check if you need to set unit metadata.
[main] WARN org.openhab.core.tools.internal.ItemUnitToMetadataUpgrader - greenhouseTemp: Could not determine if channel 'modbus:data:greensenseHolding:greenHa1:number' sets a state description. Check if you need to set unit metadata.
Exception in thread "main" java.lang.NoClassDefFoundError: tech/units/indriya/AbstractSystemOfUnits
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1027)
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:862)
at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:760)
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:681)
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1027)
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:862)
at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:760)
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:681)
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
at org.openhab.core.types.util.UnitUtils.<clinit>(UnitUtils.java:63)
at org.openhab.core.tools.internal.ItemUnitToMetadataUpgrader.lambda$0(ItemUnitToMetadataUpgrader.java:161)
at java.base/java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4709)
at org.openhab.core.tools.internal.ItemUnitToMetadataUpgrader.execute(ItemUnitToMetadataUpgrader.java:104)
at org.openhab.core.tools.UpgradeTool.lambda$2(UpgradeTool.java:134)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at org.openhab.core.tools.UpgradeTool.main(UpgradeTool.java:122)
Caused by: java.lang.ClassNotFoundException: tech.units.indriya.AbstractSystemOfUnits
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
... 25 more

[openHAB] WARNING: internal database upgrade tool failed.
[openHAB] please check the openHAB website (www.openhab.org) for upgrade requirements.

What I find surprising is not the error itself, but the inconsistency of it, as an example I have looked at the item OneCallAPIweatherandforecast_ForecastHours10_Precipprobability and it seems to have the exact same Item setup, channel setup and all the other items for hours 1-12, which didn’t get an error during the upgrade.

My only other suspicions I have were that:

  • I had both JDK17 & 21 installed (And I checked the default version was picking up 21 before the upgrade), but perhaps I missed some kind of environment variable which pushed it back to 17… Have removed any doubt by uninstalling JDK17, so no chance of that now !!
  • I am also running ZuluJDK 21, not the Temurin as mentioned in an earlier comment. Unfortunately I have slightly check-mated myself on that one - Running Ubuntu 25.04 server, for which Termarin does not have a JDK APT repository/release file as yet. May be a straightforward workaround to get it installed, and will figure that later, but I am unsure of what the issue was with running under Zulu/OPenJDK

So in summary, a few glitches along the way, but OpenHAB seems to be running happily now, other than the above 3 or 4 items which seemed to fail during the upgrade. And yes, the same Alexa issues everyone else has, but that has nothing to do with the OpenHAB upgrade.

Again, these are mostly observations about the upgrade experience, but if anyone has run into similar issues with the DB upgrade not converting a few random items, I’d be keen to know how you solved the issue - Might save me some digging !!

1 Like

But isn’t it OK if you wait few minutes ?

This error will be fixed by Fix upgradetool dependencies, regression of #4855 by holgerfriedrich Β· Pull Request #4924 Β· openhab/openhab-core Β· GitHub

3 Likes