Jump to content

apostolakisl

Members
  • Posts

    6951
  • Joined

  • Last visited

Everything posted by apostolakisl

  1. The error about the token only pops up for a second or two, so I truly doubt I would ever catch it on a screen shot. Can you explain how the parent node status is determined? In other words, two phones under the heading "home", what is the status of "home"? Is it a boolean type of thing where they are "or'ed". I'm trying to understand what the purpose of its status is and how it might be used. If indeed it is an "or" situation, then I could use "home true" to simply indicate that home is occupied by at least one device, meaning that theoretically there is someone at home. EDIT: I just ran the log from today and tracked all the in/out events. It does appear to be a boolean "or" situation but I am working on limited number of events.
  2. I added the new udi mobile geofence app to my phone, setup the geofence, and synced my phone with the provided code. First try around everything worked except the most important thing . . .status as in/out kept saying "unknown". I created the nodes on the portal and synced to my phone. The nodes showed up on my ISY (Java) dashboard. But status was listed as "unknown" in the portal and blank on the java dashboard. This is after manually hitting the "update" button on the phone and having the phone report success. I tried manually using the url listed on the portal in my webbrowser and this did set the status on the java dashboard. So the com between the phone and portal appeared to be missing something. Phone showed the geofence but said something to the affect that geofence not setup despite having set the location on the map multiple times. I ended up deleting everything/unlinking phone/uninstalling app and starting from scratch. Still didn't work, the phone now had a blank page under geofences. I then unlinked and then relinked my phone . . . now it showed up, I set my location and the portal received the in/out status correctly. I still have seen an error message pop up on my phone that says "invalid token" or something to that affect. Not sure what that means. Question: The portal creates a geofence node (ie "home") and then another sub node (ie "home/android"). It lists both "home" and "home/android" as "in". I don't understand this. I am assuming that "home" is the location and that I would then put multiple phones under "home". But then why does "home" get a status? What if two devices are under "home" and one is in and one is out?
  3. I got the node created. I guess you are saying that this one node server will then be used for any number of things between ISY and the portal? I'm going to call it quits on the geo-fence for now. . . .waiting for UD to respond to my email requesting the android app. thanks.
  4. Aha. I was assuming I needed to set it up in ISY. I see now that the portal is where that gets triggered. Seems like it would have been a good idea to put that little bit of info in the wiki.
  5. I am trying to set up a geo-fence. I follow the wiki instruction and via the portal website try to create a geo-fence. It gives me an error saying "node server is not configured". I go to ISY to look for a geo-fence node to setup under "node servers", but nothing along those lines is there. It appears I can setup a custom node, but what am I supposed to enter?
  6. I had been reluctant to use ISY portal since I had already set up port forwarding, certificates, ifttt, yadda yadda and didn't feel like embarking on a new project. But, I finally made the plunge into ISY portal and have to say it really works very well. I have set up both my google home and amazon accounts with it. It works very fast. It is not exactly a stream-lined setup process but now that I have the steps figured out it isn't a big deal. Once the basic connections are setup, adding new actions is certainly much easier than using ifttt.
  7. I see the SH keeps moving the discount all over the place on 5 packs. It was $175 when they ran that "private" sale at Christmas which I was able to put on top of that price, then it was $212 over the Memorial Day weekend, today it is down to $187. I think they jacked the price up when they decided to allow the 30% MD sale to apply.
  8. This isn't their best sale ever but it is pretty close. Last time I got switchlincs for $27/ea, this time it is $29. The sale (30%) is actually the best I have ever seen, but at the time of the previous sale, the 5-packs were cheaper to start with.
  9. Hope it works. Please note: if you have any "control" trigger conditions, these will need to be deleted from your two downstream "if' sections. A control condition is only true at the instant it happens, so the ever so slightly delayed "run if" won't still be true. For example, "if light x is switched on" will always be false in one of your secondary (disabled) programs.
  10. Without the program details it is hard to say. However, if you are currently only using the "then" section of each program, then you should be able to use the "else" clause and merge the two programs into a single program. The "then" and "else" clause would contain your outcome priority 1 and priority 2 actions respectively. This would likely require using some well thought out "and's", "or's" , "nots" and "()". Also, it might be easier to disable both programs but otherwise leaving them as is. Then add a third program. The third program contains in its "if" 1) the trigger conditions, and 2) the conditions that differentiate the other two. Populate the "then" section with a "run if" on program 1, and the "else" with a "run if" on program 2.
  11. I understand the need for hysteresis in a thermostat. But that is no excuse for not reporting the change in temp. Reporting the temp change to other devices shouldn't have anything to do with the thermostats internally set hysteresis for turning its own heat/cool on/off. It just isn't the greatest thermostat in the world. The hardware is quite capable, it is just bad firmware. The sad thing is there is no reason that the firmware couldn't be better. It wouldn't be more lines of code or anything.
  12. You should just put a program that endlessly queries the thermostat every 15 minutes. As mentioned, thermostats for whatever reason don't report temp changes unless they are fairly large. I find this to be quite stupid. At the same time, the thermostat endlessly reports humidity chnages that are of no significance at all.
  13. Others have expressed some concern that should ISY reboot (a power failure) during the 5 minutes, then your program 1 will be stuck disabled. Should you choose, you can fix this pretty easily Program 1 If door opens Then Run Else program 2 Program 2 - set this to "run at startup" If - blank Then enable program 1 Else Disable program 1 Send email Wait 5 minutes Enable program 1 Now, on the program summary page, set program 2 to RUN AT STARTUP Run at startup will trigger the if clause at startup. In the case of a blank if clause, then it defaults to running the then clause. So, basically, program 1 will be enabled at startup.
  14. Just realize that this isn't a controlled wait time. The program can keep retriggering with every change in the status of the shed door and theoretically never send an email beyond the first. Unlikely for that to go on forever, but could easily go for a few hours depending on the usage of that door.
  15. You will need two programs to do this. program 1 if door is opened then run then program 2 program 2 if blank then disable program 1 send email wait 5 mintues enable program 1
  16. I made this test stand. It is not a thing of a beauty, but it is very functional. I cut out a ~ rectangle hole in an irregular way so that I could put a switch into the hole and have it "wedge" to stabalize. The hole for the light is also just the perfect size to wedge (lucky that my hole saw set had an exact match). Then I made a series of smaller holes that bring the wires up from bechind. The wires are spaced such that they pretty much run no risk of bumpying into each other and shorting.
  17. V5 does have it. It just isn't where you think. It is built into system variables. 1) Create a variable and call it "month" 2) Write a program that runs every day at midnight 3) In the "then" clause, set month = sytem variable month. New Program - [ID 014A][Parent 0093] If Time is 12:00:00AM Then $Month = [Current Month (Jan=1, Feb=2, etc.)] Else - No Actions - (To add one, press 'Action') Repeat for other system variables. Then in your if clause you can use those variables. ie if $month = 12 and if $day of month = 25 and if time is 7am Then notify everyone by email 'merry christmas'
  18. At least on the heat pump model, there is a reset switch on the inside. The button is only accessible with the unit opened such that you can see the circuit board.
  19. Maybe. I would focus more on putting your PLM on a clean circuit rather than physically close to the panel. It also helps if all of your stuff is dual band. And even if it is all dual band, a very noisy power line seems to "drown-out" the radio com. Not sure how the SH engineers managed that.
  20. Mine update temp but will let it drift a bit before updating, hard to say exactly, but it is regularly off by more than a degree but never by more than 2. The same is true for humidity, but humidity is constantly bouncing around so I get a rediculous number of humidity log entries. I would prefer that it update the temp with even a .5 degree change and not so much with the humidity.
  21. I have seen people say they had 50 feet. I have 2 isy's one has about a 20 foot cat6 cable and works flawlessly. The other is just a regular ~5 ft cat5 patch cable and also, of course, works fine.
  22. Making dry air humid consumes energy. So, dumping warm humid air outside, sucking in cold dry air from outside to replace that air, then heating and humidifying that air is a waste of energy. However, I'm not sure we are talking about enough warm humid air to make a difference you'll notice in your energy bill. I guess it depends on your shower habits.
  23. If you wanted to get fancy you would "zone" your exhaust fan. One zone would be the outside and the other zone would be your air intake plenum. When conditions call for humidity, it would vent into the plenum. When you turn on your bathroom fan, that would trigger your furnace fan as well. That would mix the bathroom air with air from the rest of the house. Now, that is probably way overkill. . . .but you could say you did it. EDIT: Oh and, don't do that for the toilet fan.
  24. Yeah, I am not sure you want to vent out that hard to come by humidity. Seems like it would be better to mix and move that humid air through the whole house. Of course that would need to be monitored to ensure you aren't getting anything crazy out of whack.
  25. Mother nature can do that for sure (in the desert). But, man, it would be one hell of a dehumidifier that could pull humidity down that far (in an environment where it would natuarlly be higher). As an example. Sadly, a few years ago, I had a major pipe break and it flooded my office. They sucked out the water and put maybe 8 gigantic dehumidifiers in a space of about 4000sf. The humidity got below 40, but barely. My electric bill that month was quite special too.
×
×
  • Create New...