Many Thanks. I have to investigate further.
To your statement “I believe the advice is to install 2.5, copy your 2.5 config, then upgrade that to 3.”
Not sure if I have got it right: I hope upgrade is the change of the name the org.eclipse.smarthome, right?
So I have edited the filenames in jasonDB and in the files also the class entry, everything that had org.eclipse.smarthome to org.openhab.
Still no of my OH 2.5.6 Things visible in the WebInterface, but the things are in the file “org.openhab.core.thing.Thing” like the one below. If I enter a new Thing (astro:sun) this is visible and appears also in the file. Have the old ones a syntax problem? No clue - blind spot.
I have listed one:
“knx:device:c0f9bee7”: {
“class”: “org.openhab.core.thing.internal.ThingImpl”,
“value”: {
“label”: “Bad_Spiegel”,
“bridgeUID”: {
“segments”: [
“knx”,
“ip”,
“dbf80abc”
]
},
“channels”: [
{
“acceptedItemType”: “Switch”,
“kind”: “STATE”,
“uid”: {
“segments”: [
“knx”,
“device”,
“c0f9bee7”,
“Bad_Spiegel”
]
},
“channelTypeUID”: {
“segments”: [
“knx”,
“switch”
]
},
“label”: “Bad Spiegel”,
“configuration”: {
“properties”: {
“ga”: “1/0/0”
}
},
“properties”: {},
“defaultTags”: []
}
],
“configuration”: {
“properties”: {
“pingInterval”: 600,
“address”: “1.0.17”,
“readInterval”: 0,
“fetch”: true
}
},
“properties”: {
“firmwareversion”: “Unidirectional devices”,
“firmwaretype”: “BCU 1, BCU 2, BIM M113”,
“firmwaresubversion”: “Property based device management”
},
“uid”: {
“segments”: [
“knx”,
“device”,
“c0f9bee7”
]
},
“thingTypeUID”: {
“segments”: [
“knx”,
“device”
]
},
“location”: “O_Eltern”
}
},