HomeKit Bridge Replacement = Priorities?
HomeKit Bridge Replacement = Priorities?
Yes should be fine - to run this Homebridge indigo plug-in and another homebridge on same PC
I haven’t completed tested it - but have the plug-in itself running 8 separate bridges (which is essentially what a external homebridge instance) would be
Sent from my iPhone using Tapatalk
I haven’t completed tested it - but have the plug-in itself running 8 separate bridges (which is essentially what a external homebridge instance) would be
Sent from my iPhone using Tapatalk
Last edited by GlennNZ on Fri Apr 22, 2022 5:05 am, edited 2 times in total.
- jay (support)
- Site Admin
- Posts: 19232
- Joined: Wed Mar 19, 2008 11:52 am
- Location: Austin, Texas
- Contact:
Re: HomeKit Bridge Replacement = Priorities?
So, wait: Glenn, the python library you are using runs homebridge plugins??? I thought those were written in javascript!
Re: HomeKit Bridge Replacement = Priorities?
No. It doesn’t run homebridge pluginsjay (support) wrote:So, wait: Glenn, the python library you are using runs homebridge plugins??? I thought those were written in javascript!
But I believe the question was can you have another non-indigo homebridge instance running as well -
Which the answer is yes. That separate to indigo instance can run whatever plug-in you wish
Sent from my iPhone using Tapatalk
- jay (support)
- Site Admin
- Posts: 19232
- Joined: Wed Mar 19, 2008 11:52 am
- Location: Austin, Texas
- Contact:
Re: HomeKit Bridge Replacement = Priorities?
Ok - I thought maybe this from your earlier post might have caused some confusion:
In fact, Glenn, would you like me to go ahead and create a subforum for your plugin in your forum? What should I name it? I think it's time that we separate discussion of your plugin from the HomeKit Bridge plugin discussion. A clean start if you will (though I can move this topic over there).
And to further clarify, nobody yet has stepped up to update the HomeKit Bridge plugin to work with python 3 - it would be a very large task.
We are so happy that Glenn has taken this important integration on - I think it's going to be significantly easier to use and more reliable.
Calling what the python 3 library creates "homebridge" isn't really accurate and only leads to confusion. The library creates HomeKit Bridge devices (correct me if I'm wrong here) - which are logically similar to the homebridge software but are not the same. I want to make sure that we keep this clear in everyone's mind because there has been a huge amount of confusion in the past that has caused some ill-will.GlennNZ wrote:No its still homebridge - just not “homebridge” the external running server app that is common and was the basis for the previous plugin. (The one runnning on node.js).7rdr7 wrote:Sounds promising. If not Homebridge, is this plugin moving toward Matter?
This uses a python 3 library to create a homebridge server all by itself.
In fact, Glenn, would you like me to go ahead and create a subforum for your plugin in your forum? What should I name it? I think it's time that we separate discussion of your plugin from the HomeKit Bridge plugin discussion. A clean start if you will (though I can move this topic over there).
And to further clarify, nobody yet has stepped up to update the HomeKit Bridge plugin to work with python 3 - it would be a very large task.
We are so happy that Glenn has taken this important integration on - I think it's going to be significantly easier to use and more reliable.
Re: HomeKit Bridge Replacement = Priorities?
Hi Jay
You are right there are plenty of confusing cross-over terminology, not helped by using the word homebridge and homekit somewhat interchangably I suspect.
Welcome to open a new sub-forum - in usual spot, as per earlier photos/Teaser post - HomeKit Spawn indigoPlugin.
I'll post some overview there when created, but basically the priority of the plugin is to create HomeKit Bridges that allow all your indigo only devices (like Z-wave, Insteon, Action Groups, Virtual Devices etc) to be accessible and controllable from within HomeKit. (Other devices such as eg. Samsung TV, which you also access in Indigo via a plugin - are likely better supported in a separate homebridge running instance with homebridges own plugin.)
Glenn
.
You are right there are plenty of confusing cross-over terminology, not helped by using the word homebridge and homekit somewhat interchangably I suspect.
Welcome to open a new sub-forum - in usual spot, as per earlier photos/Teaser post - HomeKit Spawn indigoPlugin.
I'll post some overview there when created, but basically the priority of the plugin is to create HomeKit Bridges that allow all your indigo only devices (like Z-wave, Insteon, Action Groups, Virtual Devices etc) to be accessible and controllable from within HomeKit. (Other devices such as eg. Samsung TV, which you also access in Indigo via a plugin - are likely better supported in a separate homebridge running instance with homebridges own plugin.)
Glenn
.
-
Londonmark
- Posts: 571
- Joined: Wed Feb 29, 2012 12:57 pm
Re: HomeKit Bridge Replacement = Priorities?
Glenn
This all sounds great. I don’t suppose there is any possibility of getting communication from non-indigo HomeKit devices into Indigo? Eg I have a Landroid lawnmower that works with HomeKit via Homebridge. Would be great to map it back to Indigo. Ditto a ring doorbell.
LM
This all sounds great. I don’t suppose there is any possibility of getting communication from non-indigo HomeKit devices into Indigo? Eg I have a Landroid lawnmower that works with HomeKit via Homebridge. Would be great to map it back to Indigo. Ditto a ring doorbell.
LM
HomeKit Bridge Replacement = Priorities?
This has been asked a few times, and short answer is no - there is no easy path from (have to double think my terminology!) HomeKit back to Indigo. HomeKit doesn't allow bridges to access what is going on in other bridges - only the HomeKit app can access and that is secure/inaccessible.Londonmark wrote:Glenn
This all sounds great. I don’t suppose there is any possibility of getting communication from non-indigo HomeKit devices into Indigo? Eg I have a Landroid lawnmower that works with HomeKit via Homebridge. Would be great to map it back to Indigo. Ditto a ring doorbell.
LM
You could however have a virtual device, action group that through some mechanism (via another indigoplugin, or python script/library/request call) communicates with either of these devices and publishes/spawns that to Homekit via this plugin.
Glenn
Last edited by GlennNZ on Sat Apr 23, 2022 12:50 am, edited 1 time in total.
-
Londonmark
- Posts: 571
- Joined: Wed Feb 29, 2012 12:57 pm
Re: HomeKit Bridge Replacement = Priorities?
Thanks. And yes - have done the virtual device thing a bit but it’s quite clunky.
Re: HomeKit Bridge Replacement = Priorities?
Hi Glenn,
THANK YOU for working on this. I'm currently using the HomeKit Bridge plug-in and while it works fine for the devices I have, one thing that I really wish it would do (and doesn't appear to) is support Security/Alarm systems.
I'm implementing my own Arduino-based security system that monitors door states and report status over to Indigo virtual devices. It would be great to somehow use Python scripting and Indigo to make a HomeKit compatible security system.
I'll be very happy to help test your work. Thanks again.
THANK YOU for working on this. I'm currently using the HomeKit Bridge plug-in and while it works fine for the devices I have, one thing that I really wish it would do (and doesn't appear to) is support Security/Alarm systems.
I'm implementing my own Arduino-based security system that monitors door states and report status over to Indigo virtual devices. It would be great to somehow use Python scripting and Indigo to make a HomeKit compatible security system.
I'll be very happy to help test your work. Thanks again.
- durosity
- Posts: 4810
- Joined: Thu May 10, 2012 3:21 pm
- Location: Newcastle Upon Tyne, Ye Ol' England.
Re: HomeKit Bridge Replacement = Priorities?
I’ve been wondering, would it be feasible to add functionality to combine items like you can in some native HomeKit devices?
Sent from my iPhone using Tapatalk Pro
Sent from my iPhone using Tapatalk Pro
Computer says no.
Re: HomeKit Bridge Replacement = Priorities?
Depends on what you are referring to.
Currently with progress thus far (and very close to Beta just need a name!) can go to HomeKit app select accessories (eg. Light) and go to combine devices within settings for this accessory.
You can then group with a whole lot of other devices (presume they are all lights)
And creates one device
eg.
I have 2 hue bulbs in a standing up lamp (sure there is a technical name for the lamp!)
Grouped together with HomeKit app and on/off, brightness, color all behave the same.
Is that what you mean?
It does seem mainly for Bulbs - on further HomeKit app checking..
Glenn
Currently with progress thus far (and very close to Beta just need a name!) can go to HomeKit app select accessories (eg. Light) and go to combine devices within settings for this accessory.
You can then group with a whole lot of other devices (presume they are all lights)
And creates one device
eg.
I have 2 hue bulbs in a standing up lamp (sure there is a technical name for the lamp!)
Grouped together with HomeKit app and on/off, brightness, color all behave the same.
Is that what you mean?
It does seem mainly for Bulbs - on further HomeKit app checking..
Glenn
- Different Computers
- Posts: 2730
- Joined: Sat Jan 02, 2016 10:07 am
- Location: East Coast
- Contact:
Re: HomeKit Bridge Replacement = Priorities?
IndiKitGlennNZ wrote:just need a name!
HomeGo
TreeHouse
CiderHouse
PommeKit
CrabHouse
Plum
Plummer
Cobbler
I could explain the names, but if I need to, they’re bad names.
Sonoma on a Mac Mini M1 running Airfoil Pro, Bond Home, Camect, Roku Network Remote, Hue Lights, DomoPad, Adapters, Home Assistant Agent, HomeKitLinkSiri, EPS Smart Dimmer, Fantastic Weather, Nanoleaf, LED Simple Effects, Grafana, Yamaha RX Receiver.
HomeKit Bridge Replacement = Priorities?
Front runner names…
Homekit Spawn -- apparently bad association, who would have guessed.....
HomeSpawn -- same
HomeKit Siri indigoPlugin (most descriptive)
HomeSpan
HomeLink
HomeLink Siri
SiriLicious
SiriGo
???
Homekit Spawn -- apparently bad association, who would have guessed.....
HomeSpawn -- same
HomeKit Siri indigoPlugin (most descriptive)
HomeSpan
HomeLink
HomeLink Siri
SiriLicious
SiriGo
???
Re: HomeKit Bridge Replacement = Priorities?
This name doesn't describe the plugin at all, but for some reason, I love it.Different Computers wrote: TreeHouse
I came here to drink milk and kick ass....and I've just finished my milk.
My Plugins and Scripts
My Plugins and Scripts
Re: HomeKit Bridge Replacement = Priorities?
HomeLink might be a bit confusing to some, only because of the commercial product of the same name.GlennNZ wrote:Front runner names…
Homekit Spawn -- apparently bad association, who would have guessed.....
HomeSpawn -- same
HomeKit Siri indigoPlugin (most descriptive)
HomeSpan
HomeLink
HomeLink Siri
SiriLicious
SiriGo
???
What about "HomeKit Link"?
I came here to drink milk and kick ass....and I've just finished my milk.
My Plugins and Scripts
My Plugins and Scripts