-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Valve + Irrigation + Heater with OSRAM Smart Plugs on HUE Bridge #882
Comments
You need to restart Homebridge after creating the resourcelink. If you enable Homebridge debug mode (or start You can specify in Home how the valve should be displayed, similarly to specifying how an outlet should be displayed. You should also get the duration and auto-off for valves. Not sure if Home has an appropriate icon for heater (would be under outlet). |
Thanks a lot for your answer. /////////////////////// //////////// Even in the Apple Home app nothing changed. |
This usually means Homebridge is already running. Best set DEBUG in the Homebridge UI (under Homebridge Settings) and the issue Restart from the UI. |
UUID |
Not sure if I got you right. I ve used the code as following for the Valve "Heizung" 6 is the code id I got via http://192.168.2.106/api/4ykDL4AMvv-1L4C7wjEEXAMPLEEXAMPLEEXAMPLE/lights
Not sure what mean with same resource for outlet and valve. |
That the same light is mentioned in multiple resource links. Check through
Are you still exposing the lights natively through the Hue bridge? |
v0.12.13 handles the same light in different resource links: |
Sorry for that stupid question. How to apply the ph get advise |
It's
Issue
|
That's not looking good. As workaround, could you try adding the EDIT Looking at the code, that's indeed a bug. The base path isn't set to the new API key, after it is created. Will be fixed in next version.
Could you please enable Homebridge DEBUG mode in the Homebridge UI (under Homebridge Settings), and capture and attach the Homebridge log? |
Bug fix: URL base path not updated after creating an API key. See #882.
That's what I thought. v0.12.12 and earlier don't cope with that. v0.12.13 and later simply ignore the |
Under the |
You need to remove them from any |
Ok, deleted them via Shall I add the device via the Hue app or how to proceed? |
Now you’ve deleted the light itself. I said to remove it from the outlet resource link. Anyways, the Hue API should have removed the light from any resource links on deletion, so, yes, re-add the light and re-add it to the |
Hi,
I am a new user of homebdrige. I have several different Items running on OSRAM Smart plugs (which are attached to the HUE Bridge), therefore I want, inf possible to configure those plugs separately to:
I was able to manage the change to Plugs which worked fine with:
http://192.168.2.106/api/4ykDL4AMvv-1L4C7wjEEXAMPLEEXAMPLEEXAMPLE/lights
Next I've used
ph -H 192.168.2.106 -u dfJf7F-IDMEXAMPLEEXAMPLEEXAMPLE post /resourcelinks '{ "name": "homebridge-hue", "description": "valve", "classid": 1, "links": [ "/lights/7" ] }'
Which gives back 5 Digits.
My question is now:
Is there anything further to do which I have not done correctly as nothing changes?
Thanks a lot,
Nicolai
The text was updated successfully, but these errors were encountered: