Everything posted by Xathros
-
Raspberry Pi accepting IR commands and updating my isy994i
Are you sure? Michel indicated that subscribing was easy and data would be pushed once subscribed. I know Mobilinc subscribes and if kept awake will show variable and device status changes as they occur. I don't see why this wouldn't work here as well. All communications would be limited to variable values and device statuses/commands but that should be enough to accomplish his goal I would think. -Xathros
-
Trouble with notify for my iolinc
Anytime! -Xathros
-
Trouble with notify for my iolinc
That will do it. It won't send if either or both of the Body or Subject are left blank. -Xathros
-
Trouble with notify for my iolinc
mrazz- When you open and close your garage door, do you see the status of the IOLinc sensor change in the admon console? Do you see the green LED on the IOLinc light up/go out as expected with door open/close? -Xathros
-
Act upon a Z Wave command
How about this:http://www.fortrezz.com/mimo.html Not exactly an IOlinc - maybe better! -Xathros
-
2 wire Thermostat Question
RichTJ99- How about a second dumb mechanical thermostat that you set to your desired working temp and locate it better than the existing one. Keep the original thermostat set low. Use an IOLinc to switch between the new and old. This gives you to preset setpoints that you can choose between with the ISY as needed. -Xathros EDIT: Hehe. Brian beat me to it!
-
New to programming quick questoin
Excellent. Happy to help. -Xathros
-
New to programming quick questoin
kevman- For "Control is Switched On" to be triggered, the switch itself needs to be operated. Program, mobilinc, linked switch etc all will not trigger that event. If you want to be notified regardless of how the light was turned on then use "Stats Backyard light is On" instead. That will trigger anytime the status of the Backyard Light switch changes. It will evaluate "True"" and run the "Then" when the status changes to On and evaluate "False" and run the "Else" when the status changes to Off. -Xathros
-
New to programming quick questoin
kevman- That notification should send anytime the backyard light switch is turned on manually - "Control Backyard Lights is switched On". If you want to be notified when the lights are turned on by your program or by a linked switch (not the backyard load control switch), then use "Status Backyard Lights is On" instead. If you are not receiving the notification when you manually operate the Light switch, it's possible you have config problems with the email notifications. Have you successfully tested the notification? Please note that custom notifications WILL NOT work if either the Subject or Body fields are left blank. -Xathros
-
New to programming quick questoin
kevman- Just remove the "And status is Off" line. This way, the light will turn on at 11:45 and off at Sunrise the next day. Any changes made via Mobilinc or manual operation in between will remain in effect until the next time trigger (11:45pm or Sunrise) I think that is what you want. Currently the program is triggered and the If Evaluated at 11:45pm, Sunrise and anytime the Status of the switch changes. -Xathros
-
Release 4.0.2 Beta Is Now Available
Yep. Im all up to date with both Apple's updates and Oracle's.
-
Release 4.0.2 Beta Is Now Available
4.0.2 is working for me using Gmail SMTP. -Xathros
-
Web Server
Correct. Pretty sure he was talking about Javascript. Either way, Java apps run in the JVM client side and Javascript runs in the browser client side. Nothing special needed in the webserver for either. -Xathros
-
Web Server
Hi Gary- Java does not require anything special from the server. It is interpreted client side. So yes, it's fine. -Xathros
-
Web Server
Gary- 8.3 means that your HTML file names cannot exceed 8 characters with a 3 character extenstion. Like the old DOS days: filename.ext index.htm - is a usable name index.html - is not mylongfilename.htm - is not my_index.htm - is usable. As for services offered by the ISY, its just a basic web server. No Perl, MySQL, PHP etc. Doesn't sound to me like that is an issue for you at this stage. -Xathros
-
Web Server
Not sure exactly what you are asking for here. There are many programs available for building web pages. None specific for the ISY. The ISY with the network Module installed can function as a basic web server. All you need to do is build your html files and upload them to the web server. What tool you use to build the pages does not matter as long as the files meet the 8.3 naming convention and don't rely on any services not offered by the ISY's server. A Google search for "HTML Editor" or "Web Authoring Tools" will net lots of results. -Xathros
-
Programs Run Randomly
I use this all the time. If switch is On and I turn it On again, then run a program that turns on other lights in the vicinity. Same with Off if already Off. -Xathros
-
Release 4.0.2 Beta Is Now Available
I saw this once right after the upgrade. First launch of the console did this. It's been fine ever since. Only on one Mac at home running OS X 10.7 / Java 1.7.15. 3 other Macs did not have this issue. -Xathros
-
Release 4.0.2 Beta Is Now Available
I think this was already reported over the weekend and UDI is aware. -Xathros
-
"Current State" doesn't appear
FWIW, I am almost always connected via WiFi and NEVER have missing status info. I am on various MAC's. Most commonly my MB Air running OS X 10.8 connected to any one of the following: At Home: Airport Express N Airport Express G Airport Extreme N 5Ghz At work: Airport Extreme N 5 Ghz -> Thru VPN to Home Airport Express N -> Thru VPN to Home Mobile: Verizon MiFi G -> VPN to Home Every once in a while I do connect via 1Ghz wired ethernet and that works fine too. Are all of these status failures happening on Windows? -Xathros
-
3 way control mobilinc
This happens to me when I've added/changed a bunch of stuff in the ISY that Mobilinc is unaware of. Go into Mobilinc Settings / Lighting Controller / Tap to Sync with ISY / Update Only. Then try again. HTH -Xathros
-
Programs Run Randomly
... and how do duplicated control and status messages bouncing between all the dual band devices affect this as well? I know I am seeing duplicate messages with ever increasing frequency as I add more dual band devices, 3 of my 8 motion sensors now report twice each time they sense motion. I know they are only sending once but due to multiple routes back to the PLM likely on opposite phases, the message is received twice. -Xathros
-
Can the ISY look for and read a WOL that is sent to it?
Being that the ISY is an always on device, what would be the purpose in this? If you are just trying to trigger something in the ISY, the /rest interface allows for that by either setting variables, or calling programs. -Xathros
-
Can't Log in to my ISY99i after latest Java update
Excellent! And as always, Happy to help. Yes - sorta. https will do the trick assuming you have either enabled Internet access in the ISY or set up the proper port forwarding in your router but the IP address will need to be your external IP assigned by your ISP. Visit http://www.whatismyip.com to find your external IP address. It should also be available in your routers admin console if you know where to look. I wouldn't remove Java if you want to access the admin console since it is 100% dependent on the Java VM. -Xathros
-
Can't Log in to my ISY99i after latest Java update
Clear your java cache (All 3 check boxes!). Then try http:///admin/admin.jnlp Remember to substiture your ISY's IP address. You will want to save this file somewhere (Desktop or Applications folder) Double click the file you just downloaded. It will download the applet to cache and then you WILL get the "Cannot create shortcut" message. Click OK and the ISY finder and Console should come up. -Xathros