[SOLVED] Google Home will only show one item, but I have exposed four?

Hi all!

I have been tinkering with this since the release of the GH plugin/service. At some time, it worked with both of my Philips Hue lights, but I had to edit stuff.

I can verify that myopenhab.org receives updates for the exposed items.

Its two Philips Hue lighs (bulp and strip). I have exposed both of them as Switch and Color. So it seams like that part is working as intended.

When I add OpenHab to the Google Home I only get one items called “Color”. I would like to see what OpenHab exposes to Google Home as this seams off. I have also tried calling “Ok Google, sync my devices”, where it syncs devices for OpenHab.

So I am able to control one of the two lights (the bulp, if that is relevant).

  • Platform information:
    • openHAB version: 2.3.0

.items

Switch switchHueLampe "Hue Stue Lampe" {channel="hue:0210:00178863b161:1:color"}
Color  switchHueLampeColor "Hue Stue Lampe Color" {channel="hue:0210:00178863b161:1:color"}
Dimmer switchHueLampeDimmer "Hue Stue Lampe Brightnes" {channel="hue:0210:00178863b161:1:color"}
Dimmer switchHueLampeTemp "Hue Stue Lampe Temperature" {channel="hue:0210:00178863b161:1:color_temperature"}

Switch switchHueStrip "Hue LED List" {channel="hue:0210:00178863b161:2:color"}
Color switchHueStripColor "Hue LED List Color" {channel="hue:0210:00178863b161:2:color"}
Dimmer switchHueStripDimmer "Hue LED List Brightnes" {channel="hue:0210:00178863b161:2:color"}
Dimmer switchHueStripTemp "Hue LED List Temperature" {channel="hue:0210:00178863b161:2:color_temperature"}

Note: myopenhab.org will show lights edited tomorrow (Think this is because of the timezone I am at, not sure if its relevant).

Cheers,
Olav

You need to add tags. Please search the forum for details. Exposing is not necessary unless you use IFTTT, the tags r what makes it work.

2 Likes

Hot dam! That did the trick! WHY did I not ask before now I wounder. THANK YOU!