-
It's a good day to grab another Echo or Dot ...
Yup! Picked up an Amazon Tap for $79. There have been a few times when I've wanted a mobile bluetooth speaker to play some music from my iPhone.
-
Locative Cloud Removal
Well I liked the local notifications. Does anyone have the updated version and still have the sounds when entering and exiting their fences? They did leave the ON/OFF settings in there for notifications and mine are all ON, but nothing, no sounds and no notifications.
-
Locative Cloud Removal
Locative had a new update in the Apple Store today. Now I no longer get any notifications that it did anything. I assume the cloud removal also removed the sound and visual notifications that I listened for to ensure it worked correctly. Anyone else?
-
Programming Aeotec MultiSensor
Program1 will call it OK. By disabling it you prevent it from triggering when the light level changes by itself.
-
Programming Aeotec MultiSensor
First, you can't use "Control" on a Z-Wave device unless you're running the latest alpha software. You need 2 programs. Program1: if status z sensor is switched on then Run (if) Program2 else set kitchen lights off Program2: if status z sensor < 50 lux then set kitchen lights on You should set Program2 to disabled. Either the Then or Else will be interrupted if anything in the "If" changes, if you have a Wait or Repeat statement in the body of the program.
-
Re: Chunked Data. Is it just me?
The last portal update added support for Chunked Data. Previously, it didn't work at all.
-
Alexa, Thermostats & 5.0.9
Thanks, seems silly to me! How would you indicate an outside sensor/temperature?
-
Re: Chunked Data. Is it just me?
The portal web access tool seems to take forever to display all the devices when using "Chunked Data". I can literally sit and twiddle my thumbs while waiting for the display to come up. Switching back to Default seems to make it much faster, maybe 1 second or so.
-
Alexa, Thermostats & 5.0.9
Benoit, When you ask Alexa for the temperature she prefixes it with "Inside it is ...............". Is that Alexa or part of the Smarthome skill?
-
Alexa, Thermostats & 5.0.9
Awesome. Thanks!
-
Question Re: Occupancy Node Server
Ah! Got it! Thanks.
-
Question Re: Occupancy Node Server
I created a device "iPhone" inside a location "Home". "iPhone" shows True and False as I would expect. This shows that "iPhone" is occupied in "Home" or not. But "Home" is also showing True and False. While this is cosmetic for me with one device, if I had 2 devices and one was True and the other was False, what would "Home" show? Shouldn't "Home" just be blank?
-
Questions Related to ISY Portal, Mobilinc and Echo...
I setup network resources to do this because once in blue moon Locative will decide I've left the area when the phone is just sitting on the table. So I have programs to correct that and fix the mess caused by ISY thinking I've left the area when I'm sitting watching TV.
-
Questions Related to ISY Portal, Mobilinc and Echo...
You can setup network resources to call the same URLs that Locative uses to force a Home and Away situation. That way you can debug your home and away code without leaving the house. This will set your device to TRUE. POST /api/location/ <insert key here> /report/in HTTP/1.1 Host: my.isy.io:443 User-Agent: Mozilla/4.0 Connection: Close Content-Type: application/x-www-form-urlencoded Content-Length: 0 Change the word "in" in the URL to "out" to set your device to FALSE. For you & your wife I would imagine you have one location called Home and two devices, my iPhone & Wife's iPhone. Then you can test both of them to be false for Away or one of them to be true for Home. I don't think you need two users on the portal.
-
Portal Mint 4/14/17
Thanks Benoit. BTW, it works great with Locative.