
mikewu99
Members-
Posts
39 -
Joined
-
Last visited
mikewu99's Achievements

New (2/6)
2
Reputation
-
Thanks, I figured it would be something like that. I keep forgetting that ISY programs are really state machines and not sequential programs.
-
Been a while since I've posted, or even touched my ISY - it's just been working. Today I tried a simple program: Reset Waterfall - [ID 0014][Parent 0001] If Time is 2:00:00AM And 'Outside / Pool Waterfall' Status is On Then Set 'Outside / Pool Waterfall 3way' Off Wait 10 seconds Set 'Outside / Pool Waterfall 3way' On Else - No Actions - (To add one, press 'Action') What I am trying to do is every day at 2:00AM I want to check to see if a KPL button is lit. If it is I want to turn off a scene (which will turn off the KPL button) for ten seconds, then turn it back on (which should turn the button back on). What happens is that the scene gets turned off but never turns back on. This happens if I execute a "Run Then". It also happens at 2:00AM (apparently, since the scene is off when I check it in the morning). If I remove the wait command and "Run Then" I see the KPL button turn off then back on again.
-
D'oh. Thanks
-
Long time ISY user here, haven't changed anything on my ISY 994i 1024 IR in a few years (it just works). Wanted to try integrating a new Bond Bridge. I was at version 4.9 something, figured I should upgrade to 5.3.4. Backed up, performed the upgrade, cleared Java cache. Now my User ID and Password do not work. Any ideas?
-
I have a bunch of warm glow BR30s in recessed lights. I just checked using MobiLinc and they definitely turn on at 10% (the finest resolution I can get through MobiLinc) and seem to increase smoothly in brightness as I step up 20%, 30%, etc. I really chose these bulbs because their light gets warmer as they dim. I find the unchanging color temperature of all other dimmable LEDs creepy at low light levels. The superior dimming performance is just a bonus. I bought them in packs of six from Amazon for a little less than $6 per bulb. Also, not all Philips bulbs are warm glow - they will be specifically identified as such. Sent from my iPad using Tapatalk
-
(1) I though an 8 button KPL also has two buttons which control the load (one ON and one OFF). Why are there eight scenes available and not seven? (2) In a 6 button KPL what is the effect of setting the toggle mode of the ON/OFF switch to Non-Toggle On? Does that make only the ON button functional? (3) The scenes I am controlling are all collections of thermostat settings. I would only be turning one of the scenes on, there is really no situation where I would turn a scene off. What happens when you turn off a scene which only contains thermostats?
-
Thanks for the reply. It is not clear from any documentation that the KPL could have 5 scenes in 6-button mode and 8 scenes in 8 button mode - that is just counterintuitive. Unfortunately right now I am remotely programming a KPL at a vacation home, so I am stuck for the time being since switching to 8 button mode required manual intervention...
-
I have a 6 button KPL that I am using as a controller only (no load). I would like each of the six buttons to be used independently as scene controllers. However, when I add the KPL to the ISY I only get five devices(one for the KPL and one for each of buttons A, B, C, and D). Is it possible to use the ON button to control one scene and the OFF button to control another? There would need to be six devices added to the ISY to make this work, not five. I can't find anything in the wiki or in the SH manual. Am I missing something basic here?
-
Still seems to me all you are looking for is a page in the web interface which contains a combination of devices and scenes, preferably only those devices and scenes which you select. You should be able to do this yourself with some hacking of the html code from the default web interface. I made a custom home page which contains a subset of my scenes - basically I took the source html from the "scenes" page (generated by the isy), edited out the parts I didn't want, changed some text, and saved the resulting html to the /USER/WEB directory of the isy. You should be able to do something similar by cutting and pasting from both the "scenes: source and the "devices" source. More elegant solutions are possible using the REST interface, but my html skills are quite limited...
-
I think the OP is discussing the default web interface. With the default interface "Devices" is one sub-window and "Scenes" is a different sub-window. He would like to have his devices and his N-way scenes in the same sub-window. The solution would be for him to modify the web interface to suit his preferences. Of course, I could be completely misunderstanding the OP.
-
Then why does the web interface have the buttons to control them directly???? If I try to control the buttons from a scene, the mutually exclusive feature seems not to work - I have a scene which turns one of the buttons on, but the other button which was previously on does not turn off (at least the web interface show the button still on, the actual KPL is 120 miles away right now)...do I need to add all four buttons as responders to the scene?
-
I am having some difficulty activating buttons on a (6-button) KPL from the web interface (not the administrative console) using the "action buttons" on the "Devices" page . (1) The main on/off works fine. (2) The four secondary buttons do not work - if I hit any of the action buttons (on or off) for any of the secondary buttons I get a dead link ("Internet Explorer cannot display the webpage"). (3) The four secondary buttons are set up as mutually exclusive. (4) I use the main on/off and each of the secondary buttons to trigger programs which change settings on multiple thermostats. The main on/off action buttons trigger the appropriate programs correctly but the secondary action buttons don't. (5) Physically pressing the buttons on the KPL does trigger the programs correctly. I am trying to replicate button presses on the KPL remotely. (6) I am running firmware version 2.7.15. Is this a bug, an unsupported feature, or something I have set up wrong?[/i]
-
From the email I received (presumably for those of us who purchased more than 90 days ago) if you buy a new adapter (for $100) you can send in the old one for an $80 credit (which must be used within 180 days) - essentially a $20 upgrade if you were planning to buy more Smarthome stuff...
-
I have Java 1.6.0_14-b08 installed. The ISY is at a remote location. Normally from home I access via VPN (I have a tunnel between my home network and the remote network via VPN routers) and so have no security warnings. If I go through the internet the sequence is: (1) Direct browser to https://xxx.gotdns.com (2) Get a cert warning, proceed anyway (3) Get the login window (4) Log in, opens HTML interface (5) Hit "Administrative Console" (6) Get another cert warning, proceed anyway (7) Get the second login window ( Get the administrative console with a warning about a security risk with no cert (9) Good to go From work (1) through (5) are the same, but (6) Administrative console window opens, but with blank panels as previously described - no cert warning, no login window
-
Update: I only get the blank console when I access from work. When I access from home (via internet) I get certificate warnings but I can open the console. Possible firewall problem at work?