Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "Show as" for Plugs? #649

Closed
jan666 opened this issue Mar 6, 2020 · 3 comments
Closed

Support "Show as" for Plugs? #649

jan666 opened this issue Mar 6, 2020 · 3 comments
Labels

Comments

@jan666
Copy link

jan666 commented Mar 6, 2020

Hi,

(sorry if this is a duplicate or already supported. #566 and #63 did not really help.)

I'm using deCONZ with a few OSRAM plugs. They're exposed as /lights via the API, so they're shown as "Light" in HomeKit and work as expected. But I dont use them for lights.

I have an old Eve Energy Plug (native HomeKit support via bluetooth). In the HomeApp you can specify how HomeKit should show it (it's called "Anzeigen als" in german). It's possible to select Light, Fan or Outlet.

Is this already possible with homebridge-hue? If not, is it possible to add this?

I already have the "outlet" resourcelink:

{
  "classid": 1,
  "description": "outlet",
  "links": [
    "/lights/3",
    "/lights/4",
    "/lights/5",
    "/lights/11",
    "/lights/14"
  ],
  "name": "homebridge-hue",
  "owner": "...",
  "recycle": false,
  "type": "Link"
}

IMG_5632

IMG_5631

@ebaauw
Copy link
Owner

ebaauw commented Mar 6, 2020

That setting is accessible only to HomeKit apps similar to accessory and service names, rooms, groups, scenes, and automations. It's not exposed over HAP, so there's nothing homebridge-hue can do.

@ebaauw ebaauw added the question label Mar 6, 2020
@jan666
Copy link
Author

jan666 commented Mar 6, 2020

hm, are you sure about this?

I have a homematic plug thats added in fhem. I just added it to homebridge via homebridge-fhem (https://www.npmjs.com/package/homebridge-fhem) and it just works like on the eve:

838-1620-max

there is no native homekit support for homematic or fhem

@jan666
Copy link
Author

jan666 commented Mar 6, 2020

Uh, WTF.

I wanted to test the deCONZ -> FHEM -> homebridge-fhem route. Added my osram plug to fhem via deCONZ REST API, added it to my homebridge-fhem room, restartet homebridge and it worked like I wanted. But now all the deCONZ -> homebridge-hue plugs do it, too. It still works after removing it from homebrige-fhem. How is that even possible? I'm really confused.

796-1620-max

@ebaauw ebaauw closed this as completed Mar 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants