I migrated from OH 4.3.8 to 5.0 and a few days later to 5.1.
I have a simple page with a simple list of items. After the upgrade, it does not show the item values anymore. I have no clue why.
The page has some stylesheet tricks, so it would display perfectly on my Android tablet, but even when I disable them, I still see no values.
Any help/hints would be greatly appreciated. Thanks!
yaml:
config:
colNum: 6
fixedType: grid
label: R5 Page
layoutType: fixed
scale: false
screenHeight: 650
screenWidth: 700
stylesheet: |
.list {
}
.card-content {
background-color: rgb(28, 28, 29);
}
.oh-grid-item-content {
/*height: 500px;*/
overflow: visible !important;
}
blocks: []
masonry: []
grid:
- component: oh-grid-item
config:
h: 1
w: 6
x: 0
y: 0
slots:
default:
- component: oh-image-card
config:
item: Renault_5_ETech_Image_URL
- component: oh-grid-item
config:
h: 4
w: 6
x: 0
y: 1
slots:
default:
- component: oh-list-card
config:
mediaList: false
noBorder: true
noShadow: true
simpleList: true
slots:
default:
- component: oh-label-item
config:
item: Renault_5_ETech_Batterieladung
title: Akku
- component: oh-label-item
config:
item: Renault_5_ETech_Estimated_Range
title: Reichweite
- component: oh-label-item
config:
item: Renault_5_ETech_Charging_Status
title: Ladestatus
- component: oh-label-item
config:
item: goe_Power_All
title: Ladung mit
- component: oh-label-item
config:
item: goe_Current_Session_Charged_Energy
title: Geladen
- component: oh-label-item
config:
item: Renault_5_ETech_Charging_Time_Remaining
title: Ladezeit verbleibend
- component: oh-label-item
config:
item: Renault_5_ETech_Odometer
title: Kilometerstand
- component: oh-label-item
config:
actionModal: page:page_595eaf3b67
item: R5_Address
title: Adresse
- component: oh-label-item
config:
item: Renault_5_ETech_Battery_Status_Updated
title: Akku aktualisiert
- component: oh-label-item
config:
item: Renault_5_ETech_Location_Updated
title: Adresse aktualisiert
canvas: []
Edit:
Created a new dedicated list test page. There, the item label and value are visible in design mode, but nothing at all in run mode.
config:
label: List Test Page
layoutType: fixed
fixedType: grid
blocks: []
masonry: []
grid:
- component: oh-grid-item
config:
x: 0
y: 0
h: 6
w: 9
slots:
default:
- component: oh-list-card
config: {}
slots:
default:
- component: oh-label-item
config:
item: Renault_5_ETech_Batterieladung
title: Battery
canvas: []


