- Platform information:
- Hardware: Raspberry Pi 4 - 8GB
- OS: Raspbian GNU/Linux 10 (buster)
- Java Runtime Environment: OpenJDK Runtime Environment Zulu11.48+21-CA (build 11.0.11+9-LTS)
- openHAB version: openHAB 3.1.0 - Release Build
- Issue of the topic: please be detailed explaining your issue
I’ve just completed a new build of openHAB on Raspberry PI OS. Configured GPIO Binding as the only binding. Configured a GPIO Thing with a few GPIO channels and corresponding switches configured as Items. I’ve brought the Items in as points under a location. That’s my config for now. No rules or scripts yet.
I’ve then gone to configure the overview page in Pages, configured it as a grid layout, and 1024x600 width and height, all other grid settings are default.
I then added a clock widget, a label widget and 7 toggle widgets to match the 7 GPIO Binding switch Items, see config code below. I’ve clicked ‘Save’. When I then browse to the OH home screen on the RasPi … ipaddress:8080 … It returns with the standard homescreen:
‘Overview Page Not Configured Yet - Edit the layout page with the ID "overview"
to display important controls here.’
Does anyone have an idea on what the issue maybe? Thanks in advance.
config:
label: Pool Controller
layoutType: fixed
screenWidth: 1024
screenHeight: 600
blocks: []
masonry: null
grid:
- component: oh-grid-item
config:
x: 14
y: 0
h: 2
w: 2
slots:
default:
- component: oh-clock-card
config:
showDate: true
datePos: below
timeFormat: HH:mm:ss
dateFormat: ddd D-MMM
timeFontSize: 20px
- component: oh-grid-item
config:
x: 0
y: 3
h: 2
w: 2
slots:
default:
- component: oh-toggle-card
config:
item: pipgio_PoolFilterPump
title: Filter Pump
- component: oh-grid-item
config:
x: 2
y: 3
h: 2
w: 2
slots:
default:
- component: oh-toggle-card
config:
title: Chlorinator
item: pipgio_Chlorinator
- component: oh-grid-item
config:
x: 4
y: 3
h: 2
w: 2
slots:
default:
- component: oh-toggle-card
config:
title: Spa Heater
item: pipgio_SpaHeater
- component: oh-grid-item
config:
x: 6
y: 3
h: 2
w: 2
slots:
default:
- component: oh-toggle-card
config:
title: Spa Blower
item: pipgio_SpaBlower
- component: oh-grid-item
config:
x: 8
y: 3
h: 2
w: 2
slots:
default:
- component: oh-toggle-card
config:
title: Spa Booster
item: pipgio_SpaBoosterPump
- component: oh-grid-item
config:
x: 12
y: 3
h: 2
w: 2
slots:
default:
- component: oh-toggle-card
config:
title: Pool Lights
item: pipgio_PoolLights
- component: oh-grid-item
config:
x: 14
y: 3
h: 2
w: 2
slots:
default:
- component: oh-toggle-card
config:
title: Spa Lights
item: pipgio_SpaLights
- component: oh-grid-item
config:
x: 0
y: 0
h: 1
w: 5
slots:
default:
- component: oh-label-card
config:
label: Pool Controller
fontWeight: bold