[ SOLVED ] openHAB Cloud Connector - empty items

openhab.log

2019-11-04 10:41:30.771 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = xxxx-xxxx-xxxx-xxxx-xxxx, base URL = http://localhost:8080)

events.log
2019-11-04 11:22:43.487 [ome.event.ItemCommandEvent] - Item 'MyItem' received command ON 2019-11-04 11:22:43.495 [nt.ItemStatePredictedEvent] - MyItem predicted to become ON 2019-11-04 11:22:43.504 [vent.ItemStateChangedEvent] - MyItem changed from OFF to ON 2019-11-04 11:22:44.359 [ome.event.ItemCommandEvent] - Item 'MyItem ' received command OFF 2019-11-04 11:22:44.362 [nt.ItemStatePredictedEvent] - MyItem predicted to become OFF

But https://myopenhab.org/items is empty.
I am on OH 2.5.0.M4
What to check?

Are these newly exposed items or ones that you have done a good few months+ ago?

If they are new then the cloud service is currently cosed while people fix it.

see here for more info…

1 Like

They are new. I don’t need to expose them because I’m trying to connect Google Assistante

Ok,can you show us some of your item file and lets see if we can see anything…

I can control my house from dashboard but Items are empty. JSON shows me all items.

My error. This was my items file

Switch KitchenLights <light> (gKitchen) [ "Switchable" ]

The correct way is

Switch KitchenLights "Kitchen Lights" <light> (gKitchen) [ "Switchable" ]

Item labels are not mandatory in openhab, but for the Google Assistant Action they are absolutely necessary!

1 Like