Everything posted by bmercier
-
Major Problem Moving to V3
If you look at your devices under Smart Home/Devices, if there is nothing, this is good. Step 3 is completed. The "Forget all" button will not appear if there are no devices. Just proceed to find and enable the V3 skill. You are almost done. Benoit
-
ISY Portal Maintenance - 01-21-2018
Hello everyone, We will have a small maintenance on Sunday 01-21-2018 at 5:00 AM PDT which will last a few minutes. No downtime is planned. Enhancements: - Amazon Echo V3 usage through the mobile app will work better; The device status will be shown, and there will no longer be "There was a problem". This will work for all device types, except for scenes due to the status which can't be retrieved. With kind regards, Benoit
-
Google home thermostat support
@Ebrune, forget it, I found and fixed the problem. The issue was specific to the Auto mode, when using F. Benoit
-
Google home thermostat support
@EBrune, I investigated further, and the query works as expected. Contrary to what I said above, it's normal that temperatures are passes in celsius at the API level. I contacted Google Home support. Please try this; Open your GH app, click on the upper left icon, and go to More settings/My Day/Weather Set it to Fahrenheit. Please let me know if that helps. Benoit
-
Google home thermostat support
Ok thanks for the feedback. I took another look at the logs, and the setpoints are still passed in celsius. I noticed something strange though - When GH queries the thermostat, the temperatures returned are in the celsius range. There's no reasons for this, unless the thermostat is working in celsius. I'm lacking the time for further investigation as I'm leaving on vacation early tomorrow morning. I will look into this in about a week. Benoit
-
Alternate Spoken appear as additional devices?
It is not, it's like this on purpose. Alexa does not have a concept of device nicknames. Therefore, if we want multiple spokens, then extra alexa devices needs to be created. Benoit
-
Google home thermostat support
At the API level, I confirm that it passes the temperature in Celsius. Then, to get to the bottom of it, I would suggest to unlink and relink. Benoit.
-
Google home thermostat support
Somehow, google is sending setpoints in celsius. Perhaps they changed something and it now uses a preference somewhere? Could you try "Ok google, change temperature to Fahrenheit" Normally, that should only affect things like weather services. The UOM for a thermostat is normally sent when synching (and yours is definitely set to F, I double checked the payload). Benoit
-
No devices discovered using v3
The steps are outlined here: http://wiki.universal-devices.com/index.php?title=ISY_Portal_Amazon_Echo_Integration_V3 Benoit
-
Google home thermostat support
I looked at the logs, and I see the sync with the correct uom set to Fahrenheit. Yet, whenever you make a request, Google sends degrees in celsius (there is no uom, but the values are in the celsius range, like these: 18.88888931274414 to 24.4444446563). I'm sure you did not say those numbers I think there is a bug at google where the uom is not updated. I would suggest to: - Remove the thermostat from ISY Portal - Sync, and make sure the thermostat disappears from the GH device list - Add the thermostat to ISY Portal - Sync again You could also try to unlink and relink, but you will have to redo the room assignments. Benoit
-
Google home thermostat support
Please try this; ask "Ok google, sync my devices", then try again to control your thermostat. I have investigated and here's what I saw; - In ISY Portal, your thermostat is correctly detected as using Fahrenheit (The spoken records states that the thermostat works in F). - Google Home requests are coming in with values in the Celsius range Here's what I think happened: - A long time ago, there was a bug where thermostat added to ISY Portal GH spokens had a UOM incorrectly detected. - When you sync with GH, that UOM is passed to Google - When requests come in, they come in in that UOM. - I believe you removed and re-added your thermostat, which made it detect correctly the UOM as F, but then did not re-sync with GH. This would explain why requests that you speak in F are passed as C. Benoit
-
Dimming lights
FYI, Even if an ISY scene is exposed as a GH light, it can't be dimmed.
-
Google home thermostat support
To diagnose this one, I would need a copy of /rest/nodes/<your thermostat address> Please PM me that, along with your uuid. I may need to look at the logs as well. Thanks, Benoit
-
Only first spoken appears
I don't think it will be possible.
-
Only first spoken appears
This is normal. Google Home devices can have nicknames, so the alternate spokens are the devices nicknames. You can turn on/off devices using their nicknames. Benoit
-
Dimming lights
The dimming problem is fixed. You will have to re-SYNC, as the issue was in the SYNC process. You can push it from ISY Portal, or just ask "Ok google, sync my devices" This is a problem that was introduced in the last update, in relation to color bulb support. Benoit
-
Dimming lights
I believe you uncovered a bug. I'm currently working on a fix. Benoit
-
This item already has a spoken
I think this may happen if you delete Programs on ISY then create new programs. You may end up with new programs reusing the same address as an older program. If you had that old programs in ISY Portal, and had not deleted it there as well, then when you try to add the new program, you end up with a duplicate.
-
This item already has a spoken
This means that the item (the program you are trying to add) is already in the list. Each program have an address. Use the search box to find the existing program using it's address. The program address has 4 characters, and you can see it in the program selector, it is in parenthesis. Benoit
-
Alternate Spoken appear as additional devices?
Yes it is expected, and it was he same in V2.
-
Device Not Responding This Morning
Could it be that you have a device with the same name?
-
Device Not Responding This Morning
I'm not seeing any requests coming in. Not even at the oAuth level. It looks like if the skill is not linked at all. Is it linked? If so, can you unlink and relink it? Benoit
-
Device Not Responding This Morning
If the only problem is the Alexa app saying "There was a problem", this is a known problem which has been submitted to Amazon. Other than that, are you able to control your devices from your echo? Looking at the logs, I see no oAuth problems as we had during the initial few days of the launch. Benoit
-
Alexa Device Type? (ISY Portal)
Good to know, I was not aware of this one. Benoit
-
Device Not Responding This Morning
I see communication errors. It does not seem to be related to the same oAuth issue that was fixed. Can you try again?