Items not showing in MyopenHAB

Hey Guys

MyopenHAB does not show any Items, https://myopenhab.org/events?source=openhab shows I am online and are able to use Remote URL for controlling openhab. I have read all the posts out there and followed them to the letter, this is an attempt to couple to IFTTT. This is on openHAB 1.8.


I am running Java jdk1.8.0_121

  • 1 /opt/jdk1.8.0_121/bin/java 1 manual mode

myopenhab.persist - as from openHAB Designer

Strategies {
	everyMinute : "0 * * * * ?"
	everyHour : "0 0 * * * ?"
	everyDay  : "0 0 0 * * ?"
	default = everyChange
}
Items {
	* : strategy = everyMinute, everyChange
}

Openhab Log File
2017-03-25 21:08:58.227 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model ‘dgoh.rules’
2017-03-25 21:09:16.375 [INFO ] [.service.AbstractActiveService] - NetworkHealth Refresh Service has been started
2017-03-25 21:09:17.227 [INFO ] [.service.AbstractActiveService] - HTTP Refresh Service has been started
2017-03-25 21:09:21.558 [INFO ] [.service.AbstractActiveService] - Exec Refresh Service has been started
2017-03-25 21:09:22.920 [INFO ] [.p.rrd4j.internal.RRD4jService] - Removing invalid defintion component = null heartbeat = 0 min/max = 0.0/0.0 step = 0 0 archives(s) = [] 0 items(s) = []
2017-03-25 21:09:29.753 [INFO ] [.o.b.wemo.internal.WemoBinding] - Wemo Device with UDN ‘Socket-1_0-221526K11001B1’ discovered
2017-03-25 21:09:30.543 [INFO ] [o.o.i.o.internal.CloudClient ] - Connected to the openHAB Cloud service (UUID = -e9f7-4108--****, local base URL = http://localhost:8080)
2017-03-25 21:09:30.778 [INFO ] [.service.AbstractActiveService] - Wemo Refresh Service has been started
2017-03-26 09:47:09.071 [INFO ] [c.internal.ModelRepositoryImpl] - Refreshing model 'myopenhab.persist’
2017-03-26 09:48:21.246 [INFO ] [c.internal.ModelRepositoryImpl] - Refreshing model 'myopenhab.persist’

Any Suggestions from the openHAB Gurus out there?

That file is no longer used, you need to expose your items:

Hi Sihui

You are the Guru, mark this one as resolved!

Thanks Mate

1 Like

You have to mark the reply from sihui as the solution (…)