Jump to content

bmercier

Employees
  • Posts

    171
  • Joined

  • Last visited

Everything posted by bmercier

  1. Z3phyr. Whenever you hear that it can't find a device in your "profile", this is a symptom that Alexa sent your request to the connected home. It was not routed to the skill. Make sure to pronounce the "to" correctly. Alexa, tell izzy to turn on dining room. You can look at the echo to see what she understands. Benoit.
  2. Absolutely, it still uses the lighting API. It's just that they want us to use a new method to publish the connected home adapter. So far, it's been a manual process for them. Each time I wanted to publish in test mode, I had to send an email with a few information. I assume the process will be similar to a skill, in the sense that you need to enter your informations somewhere and then submit for certification. Benoit.
  3. Right. The reason is that Alexa often skips words which are not on the device samples. So in that cases, it only passes "kitchen", and the skill can then make a match with your spoken "kitchen". However, be aware that this is currently being enhanced, and in the next version, light will be recognized. So when this goes live, "kitchen light" will start to work, and the skill will not be able to find that spoken in your list of devices. Benoit.
  4. Ronbo, GPG, The fix is now in production. Thanks, Benoit
  5. Hi Barry, I'm currently using standard jQueryUI buttonset(). Would you have a screen-shot of what you suggest? That would help for inspiration to customize the buttonset. You can PM me. Thanks, Benoit.
  6. No, not alone! Hi Junky, We had news today from the Amazon Echo Sr product manager. Amazon is about to have a new self-publishing method for connected home adapters and want us to go through it. That was supposed to be ready in late december, but the dev team is late. We are told to wait a "couple more days". Benoit.
  7. Hi Ron, When you start typing, it should bring you a dropdown with scenes that match what you type. Or alternatively, if you the field is empty and you click on the arrow, you should see all your scenes in the dropdown. If that's now what is happening, I'm starting to think that it may be a browser specific issue. What browser are you using? Benoit
  8. Hi Michael, Connecte home will use this same table. Now, the spoken field on ISY has no purpose related to portal. It can perhaps be used for other home automation needs, if integrated with something that speaks or can accept spoken requests, or just be ignored. About the "Spoken" not having Add... well, the idea is that there will be Programs as well. It may not be too obvious, but those two buttons form a buttonset. For esthetic & real estate reason, I opted for a button set where you have 3 places to click on to Add devices/scenes/programs. When you see "program" appear there, having "Add" in front of all 3 will look redundant. Benoit.
  9. Hi Rombo, Please click on Add scene. There, you will be able to add scenes to your list. The refresh button does not synchronize with the ISY. It just refreshes the UI with the content on the portal server. Benoit.
  10. Ronbo, They should all be listed, unless you type something in the field, which has the effect of filtering on the list shown. Are you sure you are missing scenes? Any one else seeing this behavior? Benoit
  11. Hi Michael, I was suggesting to delete the devices on portal. That's how you opt out a device from the Echo. You are right, they are not synched with the ISY. It's now totally separate. We could have started with an empty table instead, but we figured it would be best to start with those from the ISY so that the move to production is not disruptive. Benoit.
  12. Hi Michael, The mapping of spoken to devices is now managed on portal. There is an "Amazon Echo" tool that has been added on the ISY page. The skill can only use devices defined there. You can delete those that you don't need. Benoit.
  13. Hello Ronbo, The refresh button only refreshes the table with content hosted on portal. This does not do the same as "refresh device" did. It is now a somewhat a manual process where you decide which devices you want to expose to the skill (and eventually connected home), and of course the corresponding spoken. Currently, programs work the same as before. They work with the name that you have on your ISY. However, you can expect this to change. You will soon see a button added there to allow to define a spoken for programs. Benoit.
  14. Actually, testing shows that custom slots work well when the skill is not too large. It behaves just like a literal, with the added benefit that it helps recognition if what is spoken is close to one of the samples. The problem we are facing are these: 1 - As we add more utterances, alexa starts having difficulty passing values to the custom slot. With only the turnOn turnOff utterances, it works very well. Just about any word spoken and correctly understood as seen on the echo app are passed in the custom slot to the skill. However, if we gradually add more unrelated utterances to the skill, alexa start dropping the last word like; light, lights, lamp, etc.. As we add even more, it stops passing simple words to the skill like "bard", "master, etc... Except for the words in the samples. I made sure that this is not due to words like "light" in the added utterances. I thoroughly tested with different blocks of utterances. 2 - As we add more utterances, we can save the skill (at least it appears as such), but we reach a point where underneath, something looks corrupted. Let's say I add many utterances, I save, everything looks good. It is there. But then, if we delete some of those utterances and save... they still work. I took such a skill, trimmed it to the point where I had only 1 utterance with 1 intent, and the skill still worked as if was never modified. So something is not updated underneath, but that only happens if the skill reach a certain size. Both problems, which may very well be related, have been reported to Amazon. The only possible short-term fix would be to add samples to the device list. That I know works. Benoit.
  15. Hello Xathros, If you are referring to the the Amazon account link in "My profile" - it's is not required to use the Alexa skill. Alexa skill account linking is done when you enable the skill. It prompts you for a portal account, then links the accouts. The reason for the Amazon account link in "My Profile" is for the Connected Home only. The will be useful only when the connected home ISY adapter will become available. I know it can be confusing. Connected home (lighting API) and Alexa skill uses 2 totally different ways to link accounts. Benoit.
  16. You need to go to the admin console, in configuration/portals. There, you need to click a button to give approval. The reason for this is that anyone who knows your uuid could enter it in it's portal account. But authorization has to be given at the admin console before it can actually be used. Benoit.
  17. HAD is now bundled with Portal. When you select "ISY web access", you will get to UDAjax. From there, go to settings change the default UI to HAD. When in HAD, you can also switch back to UDAjax, just like on the firmware version. Benoit.
  18. Absolutely. Good idea for the leds. Benoit.
  19. I was thinking of up to sunday inclusively. However, I'm currently testing, and I'm running into another problem which might change these plans. Testing shows that if I fill in 2 slots, predevice+device or device+postdevice, it works well. But if I only fill one like "kitchen", it is not recognized I need to get back to Amazon with this... Benoit.
  20. We are progressing well. I'm currently working on enhancing the device list before we resubmit to Amazon. Please see this thread to review the device list and provide feedback: http://forum.universal-devices.com/topic/17632-device-list/?p=158852 I figured it would be best to have a separate thread focused on enhancing this list. Benoit.
  21. We are progressing well. The next iteration of the skill should bring a significant improvement in speech recognition. Given that changes to the skill configuration such as the device list requires a recertification, I'm trying to refine this list before resubmitting to Amazon. This time, the device list will consist of 3 components. They are what I call the predevice, device and postdevice. Any combination of those 3 components will be a valid device name. Each components are not mandatory. Any of those components, filled or not, is a valid device name, as long as it's in the right sequence (left bathroom is valid, bathroom left is not). Some valid examples: upper hallway lights left bedroom lamp kitchen sink light front door master So I'm looking for your feedback to enhance these lists. We can't increase them too much, so I'm looking for only real practical items that would be useful to you and subject to be common. predevice upper lower front side rear right left main master first second third postdevice light lights lamp lamps track light track lights neon neons spot spots flood floods fan fanlight accent device door garage door small garage door porch entry yard garage front exterior exterior decor tree landscape garage master kitchen kitchen window kitchen sink kitchen island kitchen desk kitchen area kitchen table kitchenette bar pantry living living room parlour dining dining room computer computer room media media room game room rec room nook guest room office library music room attic box room locker room cinema cinema hall hallway hallway landing basement basement bedroom cellar utility utility room toilet bathroom washroom floor bathroom basement bathroom basement washroom basement toilet deck awning swimming swimming pool pool lanai upstairs desk desk room island island sink downstairs great room family room entrance yard barn patio driveway walkway stairs steps holiday christmas chrismas tree xmas xmas tree breezeway entry foyer laundry laundry room t. v. theater receiver stereo wall sconce wall sconce fireplace den study study room entertainment entertainment room breakfast table breakfast area sprinkler heater chime door chime chime mode air conditioner thermostat floor zone one zone two zone three zone four zone five zone six zone seven zone eight bedroom guest's room guest's bedroom boy's bedroom girls's bedroom kid's bedroom children's bedroom sally's bedroom andrea's bedroom jess's room mary's room erin's room greg's bedroom katie's bedroom mary's bedroom patricia's bedroom linda's bedroom barbara's bedroom elizabeth's bedroom jennifer's bedroom maria's bedroom james's bedroom john's bedroom robert's bedroom michael's bedroom william's bedroom david's bedroom richard's bedroom charles's bedroom joseph's bedroom For now, I left all those named bedrooms as is, hoping that it helps Alexa recognizing this pattern. That was an Amazon recommendation during the first try for certification. I had tried to put 3000 names in there, but this was simply just too big. Please post your suggestions in this thread. Benoit. Edit: Hold on, I'm running into problems with 3 slots. Theoritically that should work, but testing shows that in this scenario, it is necessary to speak at least 2 words. Example: "kitchen lights" would work (2 words in 2 slots) "first kitchen" would work (2 words in 2 slots) "kitchen" only is not recognized. Interestingly, "living room" and other 2-word slots work well. Long story short, I may have to revert to only 2 slots, a device and postdevice. That worked well. I'm in contact with Amazon on this and I will keep you posted.
  22. Yes. I have incorporated all the suggestions from the forum. In the case of the game room, it's only "game room" though, not "gameroom". Benoit.
  23. From all of those variations, those would work well in the next version: Computer Light Computer Room Light Computer Fan Computer Room Fan Computer Room In other words, not motor, not ceiling. Would you consider it sufficient? Benoit.
  24. Hello PurdueGuy, HAD will be added to portal, it's in the roadmap. It is actually planned to be completed before Christmas. It will work just like on the firmware version, with a setting in UDAjax to swith to HAD, and a setting in HAD to switch back to UDAjax. Thanks, Benoit.
×
×
  • Create New...