The only way I have found to do this is to manually craft the frames for all the pages and not use the auto generated sub group ones at all.
So you would do the same as you have already done for the ‘Weather’ frame eg create a Text item that links to a sub frame that contains the Baby room temp and the chart/video/image/etc.
Frame {
Text item=FF_Baby1 {
Text item=ACTEMP
Chart item=ACTEMP icon="temperature" label="Baby Room Temp" period=D refresh=10000
}
}
Hi Mike,
can I ask you how you have configured in sitemap camera views?
I have some HIKVISION IP cameras and can’t figure out why Video or Webview are not working. I tried in sitemaps :
Video url="http://192.168.7.153/Streaming/channels/102/httppreview" encoding="mjpeg"
Video url=“http://user:pass@/Streaming/channels/102/httppreview”
so transfering it to your example this might help:
"Frame label=“Kamera” {
Image url=“http://“your-IP”/snapshot.cgi?user=XXXX&pwd=YYYY” label=“IP-Cam 1” refresh=6000"
with XXXX = Username
and YYYY = Password
and “your-IP” = your camera IP
you can check with typing
"http://“your-IP”/snapshot.cgi?user=XXXX&pwd=YYYY"
in your browser if you can see a picture.
As Bjorn says - grabbing a current snapshot is easily done with the configuration code he and I suggest.
To get a live feed into your openhab, you’d need more HTML skill, and use a web plug-in as they do with the HIKVISION browser configuration tools.
I don’t really have the remote internet bandwidth or the skill to get that up and running in openhab I’m afraid. Would be interested to hear how anyone else might tackle it however.
Getting a current snapshot with 5 second or so updates works really well for remote monitoring to be honest.