Everything posted by bmercier
-
Venstar vs Nest with Echo
Then it should be really easy. First, can you confirm how you control you lights with echo? Alexa, turn on ... (You are using the smart home skill) OR Alexa, tell ISY to turn on... (You are using the ISY custom skill) If you are using the smart home skill, great, that's what you need. In ISY Portal, under Amazon Echo, just click Add devices, choose your thermostat, and give it a name. Then, say "Alexa, refresh my devices". And you're done. You can control your thermostat just like any other thermostat controlled by echo. If you are using the custom skill, you should instead use the smart home skill. Benoit
-
Portal Mint 4/14/17
No need to do anything. It's just fixes. Benoit.
-
Alexa, Thermostats & 5.0.9
Thanks Andy. Can you confirm that when you set your thermostat using Alexa, it works correctly? Benoit
-
Alexa, Thermostats & 5.0.9
Could you post the output of: http://<your_isy_ip>/rest/nodes/<your_thermostat_address> Thanks, Benoit
-
Saying "open" rather than "on"
It has nothing to do with the programs. Alexa's ability to understand depends on the spoken name that you assigned them in ISY Portal. Benoit
-
Saying "open" rather than "on"
I would try IFTTT instead. This would allow you to say: Alexa, trigger open shade Alexa, trigger close shade This is one extra word, but a but more natural than turn on/turn off Benoit
-
Saying "open" rather than "on"
Instead of tying spokens directly to your I/O modules, you could use a program in between. Create one program: On the then clause: Turn on the first I/O Module. On the else clause: Turn on the second I/O Module. Add this program to the spoken list. This will allow to turn on and turn off your skylight more naturally. Benoit
-
Door locks and Echo
Hello Tim, As I was saying, we dont have control over that. If Amazon releases such a feature, then we should support it. I have no clue what are Amazon's plans in that regard. For sure, that feature does not exists today. Benoit.
-
Incoming IFTTT issue
Michael, No updates were done on portal, except for the announced update on sunday the 19th. I believe your ISY was offline during that period. I'm sending you a log in a PM. Benoit
-
Incoming IFTTT issue
A 404 means that the request did not match any of the the portal endpoints. So this could be a typo in the URL path, or if using a GET instead of a POST.
-
Door locks and Echo
Hello Tim, This is something we don't have control over. If Alexa ever supports it, then we could implement it. As stus pointed out, you could use a program, and trigger it with something like "Alexa, turn off front door lock", with front door lock being mapped to a program where the else clauses unlocks your door. Benoit.
-
Incoming IFTTT issue
Michael, I tested it, and it worked just fine. I also see plenty of successful requests in the logs. Please make sure to use a POST in your recipe. GET will not work. Benoit
-
Incoming IFTTT issue
The maintenance was on the 19th, in the morning. There were no changes to IFTTT APIs. I will test that and get back to you. Benoit
-
Door locks and Echo
If we see that it still has a use, we will keep it. We would not remove it before doing a usage survey and analyzing the logs for usage. Sent from my iPhone using Tapatalk
-
Alexa not showing all devices in her list of ISY controlled devices
I think I know what is happening. Try a search with the device address instead of the name. If you renamed the ISY device name in the admin console, it will be different than the one shown on ISY Portal. When you add a device in your spoken list, the original ISY device name is used, but it is never refreshed. I believe it is refreshed only when you edit your spoken and save it again (with or without a change). Benoit.
-
Door locks and Echo
If you are running a 5.x firmware, this is a known bug. 5.0.9 will hopefully solve that. This is due to the fact that the REST API in 5.0.x does not properly return the temperature. Benoit.
-
Door locks and Echo
True. But echo has an auto-discover that runs every 1-2 hours. So, most users should see those appear automatically. Sent from my iPad using Tapatalk
-
Door locks and Echo
They are totally independant. The only thing they share is the configuration UI in ISY Portal. They share the same set of spokens,
-
Door locks and Echo
The New ISY smart home skill will support that, starting tomorrow. You will be able to ask: Alexa, is front door locked? Sent from my iPhone using Tapatalk
-
Door locks and Echo
Yes, you can disable the custom skill. In the web app (echo.amazon.com), click "skills" then "your skills" at the top right, select the ISY skill. Click Disable skill.
-
Door locks and Echo
We currently are not planning any change for the custom skill. IMHO, we should just remove it. It still has a few features that the smart home skill has, but they are hard to use, and having both causes confusion Sent from my iPhone using Tapatalk
-
Door locks and Echo
The commands listed there on the wiki are for the ISY Smart Home skill. Some of these commands will only be live this coming Sunday. This includes locks support and some thermostat queries. When you use tell izzy to, you are referring to the ISY custom skill. This already supports locks, and has been so from the beginning. Starting sunday, the ISY custom skill will not be too relevant anymore, as most of the functionnality will now be available through the ISY smart home skill.
-
Is portal down ? Can't login and Alexa not working for automation
LOL
-
Is portal down ? Can't login and Alexa not working for automation
I'm an anti-procrastinator Benoit.
-
Is portal down ? Can't login and Alexa not working for automation
Hi, I found out the issue. It would happen both in Safari and Chrome whenever we are using private/incognito mode. This is now fixed, and will be in production on the next update. Benoit.