Jump to content

Venicenerd

Members
  • Posts

    74
  • Joined

  • Last visited

Everything posted by Venicenerd

  1. Yeah that’s my issue. Don’t see it there. But also I may not know how to show disabled devices. I may do something wrong.
  2. Hey @maxnorth thanks so much for the quick reply! How exactly would I go about finding it? I go into Settings -> Devices -> Universal Devices -> 44 Devices But the problem is that I do not see the newly added devices in this list. I don't know where to enable it 😕
  3. Hey guys, I set up ISY and HA a long time ago. I have all my Insteon lights available in Home Assistant, so that's great. However, a while ago, I added a new exterior on/off switch. It's showing up in my ISY and working great. I just noticed, though, that this new device is not showing up in Home Assistant. I tried reloading the integration but that didn't work. Is there a step I forgot? After adding a new device to ISY do I need to do something for it to also show up in HA? I thought it would just show up automatically like when I add a new Hue Bulb to my Philips hub. Any insight would be greatly appreciated!
  4. Cool thanks. So I won't be able to use it in my case but for future reference where is this replace device function? I read that I need to move the device in the root folder of the ISY but for the life of me I can't get it moved out of the folder it's in. Is there a trick to it?
  5. I guess I have to related questions: 1) On the ISY 994 how can I replace an Insteon Device with a replacement Insteon Device without having to re-program all the links and connections? Is this even possible? 2) If it is possible can I replace a Dimmer Module with an On/Off module or can you only replace devices if they are 100% the same? Thanks so much!
  6. I created a Home Assistant Scene with 6 Insteon devices. When I execute the scene only a few of the devices turn on. I initially thought that I may be dealing with an Insteon queue overflow congestion problem, however, genius @MrBill posted the following in another thread: So I followed his advice and did a test. OBSERVATION (VIEW SCREEN RECORDING HERE): Every time I execute the scene a different set of devices responds. Sometimes 5, sometimes 4, sometimes only 2. The ISY only shows the same 5, 4, or 2 lights as being turned on. The physical lights always match what is shown in the ISY interface. This leads me to believe that I am dealing with a communication issue between my Home Assistant Instance and the ISY994. At least that's how I understood @MrBill's comment. QUESTIONS: 1) Would you guys agree that this is a HA -> ISY communication issue rather than an Insteon queue overflow issue? 2) If so how can I troubleshoot a communication issue between HA and the ISY? SETUP: ISY994i Firmware v.5.3.4 Home Assistant 2022.11.1 / OS 9.3 on a Raspberry Pi 3B+ Universal Devices ISY994 HA integration This is the test scene I created:
  7. Venicenerd

    Matter

    I am so curious how all of this will play out. Really hoping that ISY will embrace Matter full heartedly. It could be so great!
  8. Venicenerd

    Matter

    Correct. But if Polisy will be a proper Matter hub any devices connected it could be exposed via Matter. Same as Philip's Hue bulbs won't support matter but the Philip's hub will be upgraded to matter so that the bulbs will be exposed to matter via the hub.
  9. Venicenerd

    Matter

    What I would like to know is devices available on the ISY will be able to be used by other Matter Hubs. I'm way more interested bridging my Insteon devices from the ISY to other places than having matter devices show up on my ISY. Will this be possible?
  10. I'm using the ISY 994 and the the Home Assistant integration to bring all of my Insteon devices into Home Assistant. From there I bridge them over to HomeKit so I can control my lights via Siri. I'm struggling getting scenes to work properly. I've tried two ways: I. HOME ASSISTANT/HOMEKIT SCENES I create scenes directly in Home Assistant and HomeKit and place all of the individual Insteon devices inside the scene. Unfortunately, this does not seem to work reliably for me. As soon as there are more than 3-4 Insteon devices in one scene some of them don't fire when I execute the scene. I have heard some people say that this is due to Insteon network congestion. I wanted to see if everyone else here has the same experience or if perhaps there is something wrong with my setup? I'm not trying to create massive scenes. Up to 10 Insteon devices would work for most of my scenes. II. ISY/INSTEON SCENES Here I create a scene on the ISY itself and then bring that scene into Home Assistant as a switch: Then I bridge those switches over to HomeKit. So now when I say "Hey Siri, set Sunset lights" the "HA Scene Sunset Lights" switch in Home Assistant turns on. The ISY then turns off the six lights specified in the scene, and turns on the "Bedroom Deck Door" and "Front Door" at 100% brightness. So far so good! The problem arises when I change just one of the lights manually. If, for example, I turn off the "Kitchen Deck" light (either by switch, inside ISY, HA, or HomeKit) the "HA Scene Sunset Lights" switch inside HASS will remain in the "on" position. Therefore, I won't be able to execute my scene via HomeKit again since both HomeKit and Home Assistant believe the scene is still active. The switch is already "on" so obviously they will not try to turn it on again. This can get really messy as certain lights are part of multiple scenes. So as soon as things become out of sync one can no longer, reliably execute scenes this way. Also if you have two scenes with the same Insteon devices but but each set to different brightness levels this will not work. Is there no way to specify that Home Assistant should only consider the "ISY Scene Switch" as turned on when the scene is in the EXACT state that you have specified on the ISY? If any of the lights are not in the EXACT state (on/off, brightness, etc...) it should be displayed as "off". SUMMARY Obviously I would prefer to just create all of my scenes natively inside Home Assistant and HomeKit itself. Is this truly not possible with ore than 3-4 Insteon devices at a time? If going the ISY scene is the only way I would love to find out if there is a better way to go about this so that Home Assistant only report the scene as "on" when all devices are in the exact state as specified. There must be a better way to deal with this, right? I am open to all thoughts and suggestion. I am sure others must be struggling with this as well?
  11. Thanks guys! I'll give this a try!
  12. I hope you have been able to solve your issue. **HIJACK WARNING - IGNORE IF YOU'RE STILL HAVING ISSUES** Your setup looks exactly like mine so I was wondering if you have had any issues creating your scenes, containing Insteon devices, in Home Assistant itself? When I place more than 3-4 Insteon devices into a Home Assistant scene not all of the Insteon devices respond. I assume the Insteon Network may get overwhelmed? However, when I create an Insteon Scene on the ISY itself and control the entire scene through a Home Assistant Switch the issue becomes that HA will still show the scene/switch as "on" even if not all devices of that scene are turned on. This will stop my automations inside HA from working correctly since they will not turn the scene on again since they believe it's still on. So if I tell Siri "Set the scene arriving home" it will turn on all of the lights and the HA switch for the scene turns on. But then if I turn off just one of the lights in that scene the HA switch will remain as "on". So now when I tell Siri "Set the scene arriving home" it won't turn that light back on since the entire scene still shows as activated in HA. Wondering how you are dealing with this?
  13. Ahh! Ok so I did it wrong and created Integer variables just like you said! Can I just delete the Integer Variables and re-create a State Variable with the same name or do I need to do anything else to fix this? Thanks for the help!
  14. No it’s not that I’m worried I may just not be understanding matter correctly. As far as I understand just because something is a matter device doesn’t have to mean it’s also a matter controller. I understand that they Eisy will be a matter controller but, to me, that doesn’t mean it will also be a matter device. As far as I understand there would need to be some sort of software implementation that would let the Eisy take certain Insteon devices, and advertise them as matter devices. Forget about HomeKit. I’m strictly speaking matter. If you want we can use Alexa or Google as an example. I just want to know if I add Insteon devices to my Eisy, will the Eisy provide me with a matter code that I can use to import said devices into Google Home VIA matter. (I really don’t understand how it would do this without some sort of software implementation that lets you select WHICH Eisy devices you want to be advertised as matter devices. The Eisy would also need to generate some sort of pin code that you can use to add these devices to your Google home via matter)
  15. Apple will fully support matter. Why do you think they won’t? They are part of the consortium that created Matter and they will fully support it later this year when matter is officially launched. https://csa-iot.org/members/
  16. The beauty about a matter bridge would be that you could use it to integrate with HomeKit OR Alexa OR Google OR even Home Assistant. Or all at the same time. It just opens up so many possibilities.
  17. Apple has stated that any matter compatible device will natively be supported by HomeKit. I know apple often do their own thing but when they commit to playing along they usually do. I’m not concerned about Apple pulling a fast one on Matter support. I’m just wondering if UD would be interested to build us a matter bridge to translate Insteon devices to matter.
  18. Well I figure if an Insteon device is in the Eisy there could be some sort of matter bridge that lets you choose which devices to bridge over to matter. Kind of like HomeAssistant has a HomeKit Bridge which lets you choose which devices to bridge over. I know UD was always hesitant to build something specifically for HomeKit due to licensing concerns but that should no longer be the case with matter. I just don’t know if they would consider something like this. I am pretty convinced that apple will be a full partner of the matter protocol. They had a big part in creating it and it will be fully supported with iOS 16 later this fall.
  19. I would like to be able to natively bring over all of my Insteon devices from the Eisy to Homekit/Homeassitant/etc via matter.
  20. Ok I see where my confusion is now. I have interchanged the terms hub and device here. So yes, the Eisy seems to be a hub (it can make use of matter devices such as plugs, bulbs, etc…) so what I’d like to know if if the Eisy itself can present itself as a device. Like the Philips Hue hub will present itself as a device once it supports matter.
  21. Yes but I believe there is a difference between supporting matter devices and being a matter hub itself. Everything I’ve read so far only says that you can use matter devices on the Eisy. I have not seen any confirmation that the Eisy itself can function as a Matter hub (to be imported into HomeKit etc…). That’s what I’m hoping to get official word on. If this has been previously confirmed I’d love to know!
  22. Perfect, thanks! Still hoping to learn more about if the Eisy will also become a Matter Hub itself. I would love to be able to integrate any devices on the Eisy into HomeKit, Alexa, Home Assitant, etc... via matter. That would be the BIG feature for me. It would truly be the hub for everything.
  23. How about the Ethernet PLM? I currently have that connected to the ISY994 via "Port A"
  24. @Dubcould you share a link to the post you are referring? Would love to catch up!
  25. Hi @Michel Kohanim super exiting to see you guys moving forward with Matter support. I have a couple of questions I'd love to learn about: Will the Matter USB stick work with the ISY994 or will it only work with Polisy? Will the new Eisy box still support Insteon Devices? I currently own the ISY994 and use this to control my Insteon setup. If so will it be possible to move the current Insteon setup from ISY994 to Eisy? I assume the Matter board/usb stick are so that we can IMPORT Thread/Matter devices into your boxes, correct? Do you also have support planned so that we can can EXPORT devices? Basically I'd like to know if the ISY/Polisy/Eisy will also become a matter hub so that we could import all of our Insteon/Zwave/Etc devices (from ISY/Polisy/Eisy) into HomeKit, Alexa, Google, etc... Would love to hear your thoughts on this as I am planning a big overhaul of my smart home and want to know how to move forward (especially with my existing Insteon devices)
×
×
  • Create New...