Everything posted by Jimbo.Automates
-
Portal and node server devices no longer available?
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
-
Google home thermostat support
My Trane thermostats report in C but my CT100 report in F? For Google home and assistant.
-
Portal and node server devices no longer available?
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.
-
are a series of statments within a "THEN" clause still "atomic"?
Its used in DBMS a lot, and is important in multithreaded programs. Sent from my Nexus 6P using Tapatalk
-
are a series of statments within a "THEN" clause still "atomic"?
In programming it means all instructions will run without interruption. https://en.wikipedia.org/wiki/Linearizability
-
Hue and ISY in same room
He is saying they are in the same "Google Home Room" so when you ask Home to turn off lights in that room, it turns off the Hue but not ISY lights. Communication issue, not physical location of hubs issue. I have intermittent issues with Google Home where is says an unknown error has occurred, but I don't use rooms since they have to be reconfigured every time you unlink and link. Sent from my Pixel C using Tapatalk
-
Google Home & ZWave Locks
What is synchronize??? ISY/Home does support thermostats or locks yet. https://r.tapatalk.com/shareLink?url=http%3A%2F%2Fforum%2Euniversal-devices%2Ecom%2Findex%2Ephp%3F%2Ftopic%2F21744-It%27s-Alive%21%23entry212017&share_tid=21744&share_fid=23986&share_type=t&share_pid=212017 Hello all, Verbatim from Benoit: ***** Hi Michel, No, Google Home does not yet support thermostats, nor locks. All that they support is regular lighting & switches. ISY Portal extends this to scene...... Sent from my Pixel C using Tapatalk
-
Google Home Assistant upgrade
Looks like there a new version of Assistant that requires relinking some home control devices, but not UDI? http://www.androidpolice.com/2017/09/08/google-preparing-deploy-mandatory-assistant-update-forces-relink-smart-home-devices/ Hopefully these updates will allow adding new spokens without having to relink? And maybe someday being able to define rooms in the portal so they don't disappear when relinking? Sent from my Pixel C using Tapatalk
-
Google home with Fan or Thermostat
Using the portal I control the fanlincs by adding spokens for the low, medium and high scenes, that's the only way I know of. Thermostats are not directly supported thru the portal, Michel has said they are working with Google on it. Sent from my Pixel C using Tapatalk
-
Anyway to push voice alerts/notifications to Home?
It is possible to send announcements to google home to speak, but if you are currently playing music then it will be interrupted and not resumed. That was a deal killer for me so I haven't pursued it further. If someone figures out how to get around that, then I will look into it again. There was a thread discussing this one here a few months ago. http://forum.universal-devices.com/topic/21252-speak-google-speechaudio-to-home-assistant/
-
EE Times article by Michel Kohanim
Nice article! Noticed "Node Metal Model" should be "Node Meta Model"?
-
Garage Door opens at least once a day
I actually had one of mine start opening randomly a few years ago. After a lot of debug it turned out to be an issue with the remote receiver, genie agreed and sent me a replacement board. Sent from my Nexus 6P using Tapatalk
-
Garage Door opens at least once a day
The mimolite works great and is a direct swapin replacement for a iolinc with relay and sensor. Sent from my Nexus 6P using Tapatalk
-
New to Google Home
You don't need both. Agave is way better on Android then Mobilinc and Agave works perfectly with the UDI Portal, which also works very well with Google Home. Sent from my Nexus 6P using Tapatalk
-
Two Homes Portal Question
You use a different email for each. For mine I use the same email with a plus sign to make them look different to the portal, myemail+house1@gmail.com and myemail+house2@gmail.com where myemail is my email name and the house1 and 2 are what I call the 2 locations. Sent from my Nexus 6P using Tapatalk
-
Scene changes in console not working on KP
You need to select the KP button inside the scene and make the changes to the light level for the other responder's. Every controller of a scene can be configured differently. Sent from my Pixel C using Tapatalk
-
Controlling KPL button state
Create another scene with that kpl button as a responder and have your program change that scene. Sent from my Nexus 6P using Tapatalk
-
Adding new Insteon deives
Yes, as mentioned in other posts that's currently the only option due to a limitation with Google, hopefully will be resolved soon. Sent from my Nexus 6P using Tapatalk
-
Multiple questions about portals and android apps
Yes, they can share the portal. Sent from my Nexus 6P using Tapatalk
-
Slow Responses If Home Control Linked
I haven't seen that. My responses for all requests are very fast. Sent from my Pixel C using Tapatalk
-
Control and Status in same "if".
No worries. Ya, I don't know why the faston wo make a difference, and not sure faston even makes sense for an on/off switch. Sent from my Nexus 6P using Tapatalk
-
Control and Status in same "if".
Thanks Larry, but it's not a dimmer, and I figured out the issue which is right above your post.
-
Control and Status in same "if".
I figured out my issue. When I wrote the above about it being a on/off and not a dimmer, I started thinking and modified the programs as below, which add faston/fastoff checks. =================================================================================== StCtTest - [ID 01CC][Parent 0043] Folder Conditions for 'StCtTest' If $s.True is 1 Then Allow the programs in this folder to run. ----------------------------------------------------------------------------------- T 1 - [ID 01CD][Parent 01CC] If 'Outside / BackYard / Back Patio' is switched On And 'Outside / BackYard / Back Patio' Status is Off Then $i.Test = 1 Else - No Actions - (To add one, press 'Action') ----------------------------------------------------------------------------------- T 2 - [ID 01CF][Parent 01CC] If ( 'Outside / BackYard / Back Patio' is switched On And 'Outside / BackYard / Back Patio' Status is On ) Or 'Outside / BackYard / Back Patio' is switched Fast On Then $i.Test = 2 Else - No Actions - (To add one, press 'Action') ----------------------------------------------------------------------------------- T 3 - [ID 01D0][Parent 01CC] If 'Outside / BackYard / Back Patio' is switched Off And 'Outside / BackYard / Back Patio' Status is On Then $i.Test = 3 Else - No Actions - (To add one, press 'Action') ----------------------------------------------------------------------------------- T 4 - [ID 01E1][Parent 01CC] If ( 'Outside / BackYard / Back Patio' is switched Off And 'Outside / BackYard / Back Patio' Status is Off ) Or 'Outside / BackYard / Back Patio' is switched Fast Off Then $i.Test = 4 Else - No Actions - (To add one, press 'Action') Now I can never get state 3 to happen, it always goes to 4, which is what I was originally seeing. I know it doesn't make sense to have faston/fastoff for an on/off switch, but they are programs that I copy and modify for all, and this happened to be the first one I tested it on...
-
Control and Status in same "if".
Just to follow up, I can confirm that this should work. I was re-reading all the comments and was wondering if it wasn't working for me because this switch is an on/off not a dimmer, but I created a simple set of tests and they all work as expected. =================================================================================== StCtTest - [ID 01CC][Parent 0043] Folder Conditions for 'StCtTest' If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Allow the programs in this folder to run. ----------------------------------------------------------------------------------- T 1 - [ID 01CD][Parent 01CC] If 'Outside / BackYard / Back Patio' is switched On And 'Outside / BackYard / Back Patio' Status is Off Then $i.Test = 1 Else - No Actions - (To add one, press 'Action') ----------------------------------------------------------------------------------- T 2 - [ID 01CF][Parent 01CC] If 'Outside / BackYard / Back Patio' is switched On And 'Outside / BackYard / Back Patio' Status is On Then $i.Test = 2 Else - No Actions - (To add one, press 'Action') ----------------------------------------------------------------------------------- T 3 - [ID 01D0][Parent 01CC] If 'Outside / BackYard / Back Patio' is switched Off And 'Outside / BackYard / Back Patio' Status is On Then $i.Test = 3 Else - No Actions - (To add one, press 'Action') ----------------------------------------------------------------------------------- T 4 - [ID 01E1][Parent 01CC] If 'Outside / BackYard / Back Patio' is switched Off And 'Outside / BackYard / Back Patio' Status is Off Then $i.Test = 4 Else - No Actions - (To add one, press 'Action') I ran all of these many times and they all work a expected. So now I need to figure out why they didn't work in my initial setup.
-
Update after installation
You have to unlink and re-link. We are told that it's a Google issue. Hopefully they will resolve soon. In the home app, select Home Control. Select the FAB +, select UDI, and unlink. Sent from my Nexus 6P using Tapatalk