-
Notifications
You must be signed in to change notification settings - Fork 385
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
UI Supported Accessory Types #47
Comments
hello again, is the add room button not working, when i click on it and put a new room nothing happend |
@henkied, it's working on all the browsers I test with. https://github.com/oznu/homebridge-config-ui-x#supported-browsers The rooms are only for displaying accessories in the Homebridge Config UI X interface, adding a room here will have no effect on iOS. If a room is empty when the page is left or reloaded it will be deleted. You should be able to drag an accessory into the new room once it's created, do you not get this option at all? |
With Safari 11.03 not possible, chrome and firefox great!! I have made a rooom "test" with chrome! How can ik change this name :) |
Hmm you're right 😕. I'll see if I can fix Safari. Just create a new room and empty out the "test" room. It will be removed when you refresh the page if it's empty. |
Thx @oznu |
@henkied - That issue with safari is fixed in 3.1.2. |
He Oznu, it is really great.. I'm quit happy with this because this is (as far as I know) no other way to do this without an IOS device. Is there a way to rename devices ? Now it is hard to find out what is what ? |
|
Awesome project! I was thinking all the time that it should be possible to control device with non IOS device when running homebridge. I think this is the first plugin doing it. This plugi can help me creating a dashboard on wall without an iPad! |
@Itsmmai - I'd like to add that ability, it will probably come at the same time as a generic status page for each service type. Think the "Details" page in the Home app that shows all that extra info about a service. @iShift - Maybe. I have ordered an IP camera which will allow me to try this out. Stay tuned. @Kepete - I'll see what I can do about blinds, or as HomeKit calls them, "Window Coverings". |
@oznu Above you stated, that it is possible to change the brightness of bulbs. Thanks! |
@maciboy - long-clicking / long-pressing (on mobile) will bring up the additional properties box where you can adjust the brightness. |
Ah, shame on me 😄 |
which parameter in the accessory configuration is responsible for displaying the window with the brightness after slider? I want to set it to not appear in ordinary light bulbs. |
@mientki, only light bulbs that expose the optional brightness characteristic will show the slider. |
I'm talking about the on / off slider. It is not needed for ordinary incandescent bulbs without brightness adjustment. A popup window is also unnecessary. Can a popup window be hidden by a parameter? |
@ONZU, I have sent a file with a Polish translation for you to the e-mail. |
@mientki; from 3.8.7 the light bulb popup will no longer display at all if the bulb does have a brightness option. I've received your polish translation, thank you. |
@oznu I was thinking for cameras that already have a web app an iframe that will load the url May be a quick solution. At least for the camera view accessory some could be control through it. |
@oznu Hello, I was wondering if there is support for gpio-relay to be controlled through this interface? If not is it on the roadmap or could you point me in the right direction to work on this integration? Thanks! |
@splunkme - If those GPIOs are exposed as a HomeKit switch or supported sensor (see list above) then it can be controlled using this interface. @thesquaremedia - interesting idea. I've not had any luck getting any useful information about the cameras from the HomeKit API so far, though I've not dedicated much time to it. |
Hi, |
would be nice... |
This is great! |
What about blynk accessories? |
Can you please add sprinklers? |
@oznu Can you add support for the iOS 12.2 TV on/off switches and inputs? This would be for plugins such as homebridge-samsung-tizen and homebridge-webos-tv. |
Very nice :) |
Hi, I updated the plugin now , but I can’t see my Samsung Tv in accessories tab. |
Is the TV exposed through the homebridge bridge, or did you pair it to HomeKit separately? |
The Samsung TV plugin exposes the accessory separately to the rest of the bridge accessories (like cameras). The current endpoints only work with accessories on the main bridge. https://github.com/tavicu/homebridge-samsung-tizen/wiki/Installation#6-adding-the-tv-to-home-app The LG TV plugin will work. That's not to say the Samsung plugin is doing it wrong; it's just a current limitation on the UI end. When multi-instance accessory control support is implemented this will be resolved. |
In the upcoming release of 4.6.0 the plugin will support accessory control of multiple homebridge instances, this should also discover the Samsung TV plugin and similarly exposed accessories.
I'm looking for a few people to test this out and confirm everything works as it should. You can install the current beta by running this command:
Users of the beta will be able to upgrade to the official release of 4.6.0 from the UI once it's made available. To roll back:
|
Thanks for Your good work, I tested Accessory Control behavior and all working OK. Binary Sensors:
Carbon Monoxide Sensor - Homebridge configuration type: co
Carbon Dioxide Sensor - Homebridge configuration type: co2
Smoke Sensor - Homebridge configuration type: smoke
Filter Maintenance Sensor - Homebridge configuration type: filter
Position Based Actors:
Window - Homebridge configuration type: window
Security System - Homebridge configuration type: security
Thanks |
@oznu |
+1 for HeaterCooler support, or a guide how to implement support! |
I have a Withings scale connected and get results. The device API reports Air quality OK and the Battery Service as Unsupported. Can I do something to improve this ? |
Hi could you add support for Valves ? I can control them from the home app however they don’t work in the web UI. Thanks |
Added support for Fan v2. |
Added support for Air Purifiers |
Hey @oznu I have noticed an issue with the irrigation system accessory. In config-ui-x it always shows as ‘running’, whereas in HomeKit it shows as ‘scheduled’ and appears off (which is correct). |
@oznu
Smoke Sensor - Homebridge configuration type: smoke
|
Added Heater Cooler. |
Hello, would be great to have a tristate Window Covering with the options to open, close and stop opening/closing based on the current state. |
Could accessories be auto organized? Instead of all of them going to the default room could they go to rooms based on the plugin, type (fan, switch, weather). |
Created pull request for Window and Door #945 |
@oznu I was just wondering with this one being closed out if you have finished with the accessory support? The one I had brought up for irrigation two comments ago still has an issue with saying it is ‘running’ when it should state it is ‘scheduled’. |
This issue tracks the types of accessories supported by the Homebridge Config UI X accessory control feature which allows you to view and control your Homebridge accessories in a web browser.
Accessory Types not listed here can still be controlled using your iOS apps.
Currently Supported Accessory Types:
These accessory types can be fully controlled via the Homebridge Config UI X interface:
Partially Supported Accessory Types:
These accessory types can controlled via the Homebridge Config UI X interface, but some controls are still not fully implemented:
Accessory Types Not Yet Implemented:
If it's not listed above, it's not currently supported.
Adding New Accessory Types
Each accessory type is implemented using an Angular Component. If you know Angular + TypeScript then pull requests for new accessory types are more than welcome.
https://github.com/oznu/homebridge-config-ui-x/tree/master/ui/src/app/modules/accessories/types
The text was updated successfully, but these errors were encountered: