Jump to content

bmercier

Employees
  • Posts

    168
  • Joined

  • Last visited

Everything posted by bmercier

  1. Yes, and I recommended to use another browser, or clear the browser cache.
  2. You need to disable and re-enable the skill. Benoit
  3. Can you try with another browser, or clear the browser cache? This is what helped aweber1nj Benoit
  4. Please try it again. Should be working now. This was NOT due to this morning's update. It's something that Amazon changed recently. I reviewed the API, and by trial and error, I was able to figure out the problem. Technically, I expose the PowerController controller for thermostats, which allows to say Alexa, turn off <thermostat>, which sets the mode to off. When returning the thermostat state, we need to return the power state on/off, which previously was not a requirement. Benoit
  5. I can reproduce the issue in the test environment. Alexa app does not show the device status, Echo show shows the ambient temps and setpoint, and allows to change it. This morning's update did not have changes in the area of thermostat handling. This looks to me as a breaking change in the Alexa app. Do you remember when was the last time you used it on the Alexa app? Benoit
  6. So the password issue is with the Amazon account. You may want to try to reset that password. Benoit
  7. Please PM me your UUID, will check the logs. Benoit
  8. Ok then it's because it's already disabled. You can click on Enable to enable the skill. Benoit
  9. I looked at the logs and found an error that I think is related to your problem. That's the only thermostat query which is failing. You seem to be querying a thermostat that no longer exists in your ISY Portal Echo device list. Could you have 2 thermostats, one you are vocally controlling, but when querying you are using another one (an older insteon device?) If you look the at the web alexa app, the thermostat would be marked as offline. Benoit
  10. Yes. Please unlink the skill and relink. When prompted for your ISY credentials, enter your ISY Portal user and password (the one for the location you want to synchronize with).
  11. This is surprising. Could you retry it? If it still does not work, please PM me your uuid and I will check the logs. Benoit
  12. Please retry. I looked at both of your ISYs, and both need to be re-linked. I see that the discovery worked for one of yours, but still, they need to be relinked. Benoit
  13. Hello everyone, If your echo is no longer responding since this morning, please unlink and relink the skill. Instructions: Go to https://alexa.amazon.com Click Skills Search for "isy v3" Click on "ISY Optimized for Smart Home V3" Click on Disable Click on Enable Enter your Amazon user and password (if asked by Amazon) Enter your ISY Portal user and password (In the ISY Portal Authorization dialog) This is a side effect of this morning's update, which unfortunately affects a portion of our echo users. Thanks, Benoit.
  14. Hello everyone, If your echo is no longer responding since this morning, please unlink and relink the skill. I unfortunately found a bug in a DB conversion program used for the update. Anyone which did NOT have live update enabled will have to unlink and relink. My apologies, Benoit.
  15. Please PM me your uuid
  16. Hello Everyone, Maintenance has completed. Enjoy! Benoit
  17. @nadler & @apnar, the above documentation applies to Alexa Custom Skill. Smart Home skills don't have that capability. We can't retrieve the deviceId in a smart home skill.
  18. This should not have any impact. The preferred ISY is still on the user profile. The only changes are a new field on the user profile, and the GH/Echo integration which now supports multiple ISYs. Benoit.
  19. Multi-ISY Support is coming next sunday:
  20. Hello everyone, We will have a maintenance next Sunday 11-25-2018 at 5:00 AM PDT which will last for up to 1 hour. During this period, ISY portal will be down. New features: Multi-ISY Support for Amazon Echo Multi-ISY Support for Google Home Amazon Echo: The live update button has been removed. It will be enabled automatically if the skill is enabled. Notes: In "My Profile", you will have an option to include your preferred ISY or all ISYs in the account. Duplicate spokens: Make sure your spokens are unique across your ISYs. There is a validation when you save your spokens, but this only checks that it is unique for the current ISY. If using all ISYs in the account, the "Send to Google Home", will send all spokens from all ISYs in account. Not just the spokens in the current ISY dialog. Benoit
  21. Thanks for the suggestion. Unfortunately, there is no echo device ID or anything else that allows to identify from which echo a request has been made. If you see documentation that says otherwise, please let me know. I looked at the actual payload sent by Amazon when making a request such as turn on/off, and there was nothing that would allow to identify from which echo device a request has been made from. Benoit
  22. Sorry I should have been more explicit. You can use programs to control a variable exposed as a motion sensor, which can triggers Alexa Routines which sends announcements. Program1, when the door is open, repeatedly trigger program2 every 5 minutes. Program2, in the then statement, just turn on the state variable to the motion detected value, wait 10 seconds then another value (no motion). In your Alexa routine, send the announcement whenever there is motion. Benoit
  23. No. But you could accomplish this using programs.
  24. Yes, I think that would be a good idea. The "ping" would need to be a valid request. If there are no devices for which we can send a status, then, the only valid request we could send is a sync request. The same as when clicking the "Send spokens to Google Home". Benoit
  25. Alexa does not know state variables. I however knows about motion and contact sensors. Have you configured an Alexa Motion or Contact sensor using the state variable, in ISY Portal? Have you then run a device discovery (Alexa, discover my devices)? Benoit
×
×
  • Create New...