Jimbo.Automates Posted October 3, 2017 Posted October 3, 2017 (edited) I had previously added my node server devices to my google home, but they no longer show up in the selection list? See the attached pic for one that still exists, but I tried to edit it and it doesn't show up and I can not add new ones. Edited October 3, 2017 by Jimbo Quote
bmercier Posted October 3, 2017 Posted October 3, 2017 I had previously added my node server devices to my google home, but they no longer show up in the selection list? See the attached pic for one that still exists, but I tried to edit it and it doesn't show up and I can not add new ones. Can you check the output of http://<isy>/rest/nodes, and see if your device is in the list? It has to have the same address. If so, and it still does not work, please PM me the output and I will investigate. Some devices are filtered from the lookup. Technically, this node should not. Benoit Quote
Jimbo.Automates Posted October 3, 2017 Author Posted October 3, 2017 Benoit, I will check that device but it's working thru Google Assistant so I'm sure it's correct, but the real reason I noticed is that none of my harmony node server nodes are showing up when adding a new device so they must be filtered out? Sent from my Nexus 6P using Tapatalk Quote
bmercier Posted October 3, 2017 Posted October 3, 2017 Benoit, I will check that device but it's working thru Google Assistant so I'm sure it's correct, but the real reason I noticed is that none of my harmony node server nodes are showing up when adding a new device so they must be filtered out? Sent from my Nexus 6P using Tapatalk If it still works with with Google Assistant, it proves that the device still exists. The problem is the lookup. It seems that it would have worked in the past, but now the devices are no longer appearing in the lookup. It may be due to an ISY Portal update, or perhaps a firmware update. I can investigate further with a sample /rest/nodes with devices not appearing. Quote
Jimbo.Automates Posted October 4, 2017 Author Posted October 4, 2017 If it still works with with Google Assistant, it proves that the device still exists. The problem is the lookup. It seems that it would have worked in the past, but now the devices are no longer appearing in the lookup. It may be due to an ISY Portal update, or perhaps a firmware update. I can investigate further with a sample /rest/nodes with devices not appearing. Here is the node I had previously added that no longer shows when I try to edit it: <node flag="0" nodeDefId="HarmonyActivity"> <address>n006_a16937126</address> <name>TiVo</name> <family instance="6">10</family> <parent type="1">n006_masterbedroom</parent> <type>1.1.0.0</type> <enabled>true</enabled> <deviceClass>0</deviceClass> <wattage>0</wattage> <dcPeriod>0</dcPeriod> <startDelay>0</startDelay> <endDelay>0</endDelay> <pnode>n006_masterbedroom</pnode> </node> I am pretty sure I added this with 5.0.10 firmware, but don't remember what date so not sure if it was the latest portal change or a previous one. Quote
bmercier Posted October 4, 2017 Posted October 4, 2017 Here is the node I had previously added that no longer shows when I try to edit it: <node flag="0" nodeDefId="HarmonyActivity"> <address>n006_a16937126</address> <name>TiVo</name> <family instance="6">10</family> <parent type="1">n006_masterbedroom</parent> <type>1.1.0.0</type> <enabled>true</enabled> <deviceClass>0</deviceClass> <wattage>0</wattage> <dcPeriod>0</dcPeriod> <startDelay>0</startDelay> <endDelay>0</endDelay> <pnode>n006_masterbedroom</pnode> </node> I am pretty sure I added this with 5.0.10 firmware, but don't remember what date so not sure if it was the latest portal change or a previous one. I'm not able to reproduce that problem. This node should appear in the lookup. I simulated with the content of that node, and I'm able to lookup. I simulated that spoken, and the UI reacts correctly too. Can you try this: Open your browser console (F12) Open the spoken window. Under the the network tab, you can see a few URLs, one of them will be: https://my.isy.io/api/nodes/lookup?uuid=<youruuid> Look at the response returned. Can you see your TiVo node in there? Based on my testing, it should Based on your screen shot, it should not. Also, please look at the browser console. Are you seeing any error? Thanks, Benoit Quote
Jimbo.Automates Posted October 4, 2017 Author Posted October 4, 2017 (edited) I'm not able to reproduce that problem. This node should appear in the lookup. I simulated with the content of that node, and I'm able to lookup. I simulated that spoken, and the UI reacts correctly too. Can you try this: Open your browser console (F12) Open the spoken window. Under the the network tab, you can see a few URLs, one of them will be: https://my.isy.io/api/nodes/lookup?uuid=<youruuid> Look at the response returned. Can you see your TiVo node in there? Based on my testing, it should Based on your screen shot, it should not. Also, please look at the browser console. Are you seeing any error? Thanks, Benoit Yes, in the nodes/lookup url I see it: {"name":"TiVo","address":"n006_a16937126","category":"std","dimscale":255}, But it doesn't show up in the 'My Device' list, and no errors in the console. Edited October 4, 2017 by Jimbo Quote
bmercier Posted October 4, 2017 Posted October 4, 2017 Yes, in the nodes/lookup url I see it: {"name":"TiVo","address":"n006_a16937126","category":"std","dimscale":255}, But it doesn't show up in the 'My Device' list, and no errors in the console. Ok I found it. I did not realize you were trying to add it for Google Home. I was testing it for Amazon Echo, where it worked. This is now fixed. Benoit Quote
Jimbo.Automates Posted October 4, 2017 Author Posted October 4, 2017 Awesome, It works now. Thank you! Sent from my Nexus 6P using Tapatalk Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.