Jump to content

Guy Lavoie

Members
  • Posts

    421
  • Joined

  • Last visited

1 Follower

Profile Information

  • Location
    Laval QC Canada
  • Occupation
    Retired

Recent Profile Visitors

1165 profile views

Guy Lavoie's Achievements

Advanced

Advanced (5/6)

131

Reputation

12

Community Answers

  1. Hah, another case for keeping things local!
  2. Thanks. It's igb0 that has the ip configuration, and includes IPv6 information. My Polisy is connected by the wired network port.
  3. I also retried scanning the original bulb's QR code, being that the bulb is now configured on my network. No go. One thing that remains to be determined is if my Polisy is configured and recognizing IPv6. Anything I could look at from a unix command line?
  4. Got a little further...essentially replicated your test. I was reading up a bit more on Matter and discovered that even a 1st generation Google home mini supports Matter. I have had one sitting here for a couple of years, that I bought used for $15 when I was first checking out Alexa and such. I hadn't talked to it in all that time (poor thing!). So I fired up the Google home app and added the bulb, manually entering the pairing code (both that and QR options were available). Success...I can turn the bulb on or off in Google home, and vocally with the home mini speaker. This at least told me that IPv6 was working. Then I looked up how to share the Matter device with external apps, and did the "email the screen shot" thing to have a QR code to scan off my computer screen with the UD Mobile app. As expected, it gives me the 500 error. It really looks like UD is missing a piece somewhere. Just nice to know that we're all on the same page. I'm in no hurry, and the learning experience is certainly beneficial.
  5. Off the top, that looks correct, though I've never personally configured a scene command via the portal. I would imagine that a Alexa category called "scene" would operate like Insteon scenes, responding to on and off commands. Can anyone else concur? Does the scene itself turn on and off ok from the admin console?
  6. Which phone app? I look at the foldout sheet that came with the Cync bulb and it has two sets of instructions, one for setting it up with the Cync phone app (which I haven't tried yet), another set for "Connect directly into your Matter-compatible smart home system". The third page then says that you may set up the bulb for use with the Cync app or Matter, but not both. For the Matter setup, step 1 is to screw in the bulb so it lights up, then step 2 is "open your preferred Matter compatible app on your smartphone", and follow the "Add device" instructions in the app. Once again...how does the bulb get access credentials to my network? Are all Matter compatible apps using BLE to access the bulb? Is UD Mobile (I really don't think so)? From the reading I've been doing on Matter, it is principally a sharing mechanism more than a base protocol. Thus the reason for the use of pairing codes. I get a sense that Matter devices aren't all created equal. To borrow a few terms from Insteon, some are responders and others are controllers. For example, the Hue app allows you to generate a pairing code so that another system like Google Nest can control the bulbs, so the Hue hub would be a responder. But the Hue app can't (at least not yet) control other non-Hue devices. Google Nest hub seems to have both responder and controller capabilities, and can thus act as a router between two systems. Now we come to UDI...the release announcement says: - Matter Initial support for light bulbs and plugin modules: -- WiFi direct. -- WiFi through a Border Router such as Google Nest Hub or Apple HomePod. -- Thread through a Border Router. The first line "-- WiFi direct" seems to imply that it could control a wifi Matter device directly, like my Cync bulb. I think that's what most of us have been thinking, and trying. But this brings me back to my initial interrogation: how can the bulb first get recognized on my network? Seems some kind of setup is needed, similar to how we usually configure standalone network devices (eg: connecting to it as a wifi hotspot and telling it our SSID and password). That's the step that seems to be missing.
  7. Could you post a screen shot of the definition of the master suite device in the portal? Like this:
  8. Take a screen shot of your admin console while displaying the Keypadlinc node for the E button, like below (that example is for my "A" button) and post the image. We want to see the Membership list as shown on the right hand side.
  9. So if I understand you correctly you were able to: 1- Add a Matter device to a nest hub 2- Share the device known by the nest hub to the Alexa echo, using a QR code generated by the nest hub (through a nest app?) 3- Try the same QR code (generated in step 2 above) that was accepted by Alexa echo in UD Mobile, but that failed. 4- You're saying that if you wanted to try scanning a QR code with UD that was generated by the nest app running on android, you'd need two phones, because one would need to scan the QR code off the screen of the other... though you could probably take an android screen shot (usually power + vol down), email it as an image from the gallery to yourself, open the email on a PC, and then scan the code off the PC screen. I did in fact use that trick when I tried to scan the Matter code generated by the Hue app (as a number, converted to a QR code by a web site). The UD app showed the sharing code number correctly, but gave it a 500 error. So in all that, still not a single Matter device successfully added to your eisy... I get a sense that it's just not possible yet. There seems to be a piece missing. Either that or the requirements as listed in the release announcement aren't clearly explained.
  10. Well that would be whatever the actual command you are using would be. I was assuming that you had this set up already and that you had noticed that the door would activate no matter if you asked it to open or close. If you haven't really set anything up yet, I would suggest that you set up the garage door device in the portal to set a variable, to make it single triggering. It would be something like this: Make the Alexa Open command set (let's call it the Door_command_variable) to 1, and the Alexa Close command set it to 2. Now the program logic would go like this: If Door_command_variable = 1 And Tilt sensor variable = "closed" Then Open door Then Door_command_variable = 0 If Door_command_variable = 2 And Tilt sensor variable = "open" Then Close door Then Door_command_variable = 0 Setting the variable back to 0 makes sure that nothing will happen until a new, valid command is issued.
  11. I also tried adding a Matter device with a GE Cync bulb. QR code gives the same "500" error. But as an IP device, how does something like a new bulb fresh out of the box get access to my network? Seems it needs network access first. Is the Matter inclusion app doing some kind of UPNP scan? That aspect of it isn't clear. Another thing is about those QR codes themselves. It's just a sticker on the bulb that easily falls off. If you lose it, I can't see how it could be recovered, unless there is some kind of network scanning app that could look for valid devices. At minimum, we'll need to write down the digits (xxxx-yyy-zzzz) that seem to form every Matter pairing code, so we can at least regenerate the QR code if needed again.
  12. For sure! Local control is our fundamental religion. Anything else like web access is just nice to have on top.
  13. I've created two icons (open and closed garage door) and I've accessed them as URLs on a local PC, which works fine...unless I'm away from home. A remotely accessible URL like yours is certainly better. What I'd really like is to be able to import the icons into UD Mobile, as local files on my phone. Alternately, is there such a thing as a web server app that we can install on a phone (android)? I see several listed, but I'd like to know about any recommended, known safe ones.
  14. This is where AND statements come in. Here is generic logic that you could use to create two programs: If Alexa open door command And Tilt sensor variable = "closed" Then Open door If Alexa close door command And Tilt sensor variable = "open" Then Close door You wouldn't have anything for Else statements.
  15. I have the updated android app. As a test, I tried adding my Hue bridge as a Matter device. I went into the "Smart Home" section of the Hue app to generate the Matter pairing code, which it gives as a numeric string. Then I went to a web site that allows you to generate QR codes from text, then tried scanning the resulting QR code with the UD Mobile app. It gives me an invalid code error for adding Matter devices. Was worth a try...
×
×
  • Create New...