-
Posts
1118 -
Joined
-
Last visited
Everything posted by dbwarner5
-
@Javi.. I can now as reported earlier, change the advanced status, but it doesn't seem to be recognizing it. See screen shots below. I have a condition that if it Device forecast 1 = rain likely to use an umbrella icon. As you can see it is not using it.
-
This doesn't have to be painful. 1) Before you delete it, go to programs. Find/Replace and select this device to find and replace it (temporarily) with you most obscure device. Dot his to all the instances. 2) Go to device tree and select the current device and take a screen shot of the right portion that says what sense its in as a controller / responder. 3) go to each scene and make note of its setting either screen shots or pen / paper 4) Delete the device. Re- add the device. 5) go to programs and do the same Find / replace but use the obscure device for the find, and the new device as the replace. 6) add to each scene and adjust. this is from memory from a few years ago when I had to do the same to several devices.. There may even be a simpler way if someone else knows? cheers.
-
Mapped values working again! thanks.
-
Also.. will the Plugin still be used / needed or will Hue be native to ISY?
-
@Javi The variables are now filling, but when I try to use Advanced Status configuration, I get an error message. See screen recording below. I have done a sync so everything is up to date. RPReplay_Final1714492386.MP4
-
Same issue here Javi. And it affected favorites already in use. Will have to go and change them all again when fixed.
-
The program you are referencing is a nighttime "cleanup" program to reset everything for the next day, so I used 5 seconds just to be safe as timing is irrelavant at 4am. However in my actual programs I use 1 second and it works fine as you can see below For turning it on, yes there can be a slight delay, but it's not really noticeable. And for turning it OFF, I use Alexa to Mute the music source (Alexa music dot line out to Russound) so that the music stops immediately, and then I take my time to turn off the zones. See second program below I also use a Remote Link to change the volume in the garage.. also works great. See third program. Overall, this is a GREAT NS with eh MCA-88.. have had no problems with it. TURN ON/OFF PROGRAM If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set 'RussoundCtl_1 / Bedroom Sound' Zone On Wait 1 second Set 'RussoundCtl_1 / Kitchen Sound' Zone On Wait 1 second Set 'RussoundCtl_1 / Laundry Room Sound' Zone On Wait 1 second Set 'RussoundCtl_1 / Sunroom Sound' Zone On Else Set 'RussoundCtl_1 / Bedroom Sound' Zone Off Wait 5 seconds Set 'RussoundCtl_1 / Deck Sound' Zone Off Wait 5 seconds Set 'RussoundCtl_1 / Game Room Sound' Zone Off Wait 5 seconds Set 'RussoundCtl_1 / Kitchen Sound' Zone Off Wait 5 seconds Set 'RussoundCtl_1 / Laundry Room Sound' Zone Off Wait 5 seconds Set 'RussoundCtl_1 / Screened Porch Sound' Zone Off Wait 5 seconds Set 'RussoundCtl_1 / Sunroom Sound' Zone Off GARAGE MUSIC TURN ON. If 'RL Gararge- B Up Music On' is switched On Or 'RL Gararge- B Up Music On' is switched Off Then Repeat 2 times Set 'Garage Reciever' On Wait 1 second Repeat 1 times Set 'RussoundCtl_1 / Garage Sound' Zone On Wait 1 second Set 'RussoundCtl_1 / Garage Sound' Source Music A Wait 1 second Set 'RussoundCtl_1 / Garage Sound' Volume 30 dB Set 'Garage Chime' On for 2 seconds Wait 3 seconds $I_Rus_Garage_Volume = 'RussoundCtl_1 / Garage Sound' Volume dB Enable Program 'RL Music Off SD' Disable Program 'RL Music On SD' RL Music Vol up - [ID 02F4][Parent 0389] If 'RL Gararge- C Up Vol Up' is switched Off Or 'RL Gararge- C Up Vol Up' is switched On Then $I_Rus_Garage_Volume = 'RussoundCtl_1 / Garage Sound' Volume dB $I_Rus_Garage_Volume += 3 Set 'RussoundCtl_1 / Garage Sound' Volume '$I_Rus_Garage_Volume Decibel'
-
Try opening up the Tools / Diagnostics / Event Viewer .. then change the level to 3. Device communication events. Takle a look at what is going on.. Its there a switch that is stuck communicating with the ISY? Is there a program that seems to be in. a loop. ? Also, click on programs, Summary and see if you have a program(s) that are running in a loop for some reason. Recently I had a switch go "bad" and was bombarding the isy with signals and causing the isy to ultimately crash.. I air gapped the switch and then let the isy settle down.. it took it about an hour to clear itself up from all the bad messages from the switch.
-
See screen shots.. do you have these options for your Yale locks? Control is accessed differently in the new system vs old.
-
I use a similar approach in certain places but have always used a fast on or off when on or off as the logic. ie: IF x switch is status off and X switch is controlled fast off THEN. Can also be done in the on mode: on then fast on. Your trigger light will change twice: once with the off, and then changed to the scene of the other lights to ON. (or vice versus --> full on, then to the level of the scene) this might eliminate your issue if you were to change your "trigger" a little bit.
-
Could it be coming from the web interface for iAqualink... an old program that is running?
-
If it's a wifi device, then no, not natively. And it doesn't look like anyone has built a Plug in for EVO yet either.
-
@zorax2 Sort of.. If the elk is armed away, then that sets a variable RANDOM =1, which enables the folder that the program above is located in. That program runs the THEN beginning every day at sunset, and then with the AND in the IF, it will stop and run the ELSE at whichever time happens first: 11:47pm or sunset plus 4 hours. We are in northern Michigan so sunset can happen at 5 pm or 1030pm!! The ELSE runs all night long , stopping 7 hours later.. When my elk is disarmed, the RANDOM variable gets set back to 0
-
Further to RPerault, I use variable timers to turn lights on / off all evening as if I was there. Random Inside programs - [ID 0009][Parent 0112] If ( From Sunset To Sunset + 4 hours (same day) ) And ( From Sunset To 11:47:00PM (same day) ) Then Set 'Three Way Lighting / K Area Cans Three Way' On Set 'Three Way Lighting / Laundry Three Way' On Wait 27 minutes (Random) Set 'Three Way Lighting / LL Runway Three Way' On Wait 2 minutes (Random) Set 'Three Way Lighting / Upstairs Hallway Three Way' On Wait 45 minutes (Random) Set 'Three Way Lighting / K Area Cans Three Way' Off Set 'Three Way Lighting / LL Runway Three Way' Off Wait 27 minutes (Random) Set 'FR Fireplace Cans' On 30% Wait 27 minutes (Random) Set 'Three Way Lighting / Mbath Cans EARLY EVENING' On Wait 9 minutes (Random) Set 'Three Way Lighting / Mbed Cans Three Way' On Set 'Three Way Lighting / Laundry Three Way' Off Wait 10 minutes (Random) Set 'Three Way Lighting / Upstairs Hallway Three Way' Off Wait 27 minutes Set 'Three Way Lighting / Mbath Cans EARLY EVENING' Off Set 'Three Way Lighting / Mbed Cans Three Way' Off Wait 16 minutes (Random) Set 'FR Fireplace Cans' Off Else Set 'Main Level Dim' Off Set 'MBed Evening' Off Set 'Three Way Lighting / Upstairs Hallway Three Way' Off Set 'FR Evening' Off Set 'Three Way Lighting / LL Runway Three Way' Off Set 'Three Way Lighting / Mbath Cans EARLY EVENING' Off Set 'Three Way Lighting / Upstairs Hallway Three Way' Off Set 'Main Level Nightlight' On Wait 7 hours and 27 minutes (Random) Set 'Main Level Nightlight' Off Set 'Outs Front Evening' Fast Off Set 'Outs Back Evening' Fast Off Set 'Pole barn spotlights' Fast Off
-
For toggling, I have been using programs where the set up is a Command favorite with the program as the command and the display is the RATGDO status. This way, whenever I touch the favorite it will run the IF of the program.. If I want to customize the action. See screen shots below for PB South Pole Barn South Open / Shut Start LD - [ID 02A4][Parent 0042][Not Enabled] If 'Pole Barn South Door' Door State is Closed Then Run Program 'Pole Barn South Alexa' (Then Path) Else Run Program 'Pole Barn South Alexa' (Else Path) <<Used by UD mobile>> Pole Barn South Alexa - [ID 0314][Parent 0042] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set 'Pole Barn South Door' Open Else Set 'Pole Barn South Door' Close
-
Have you tried do it the other way around? Having the Eisy change a variable that is a "motion sensor" in Alexa that then triggers the bulb to come on or off via two routines? I do this with a garage light and it seems to work pretty well.
-
@NinjaNun Are these are AMAZON bulbs, or Philipps? If amazon, go to the app, find them under devices... are they there? are they showing as "unresponsive"? if so you can probably delete them, and then re-add them to the amazon app. If they are Phillips Hue bulbs, then you need to do the same thing using the Phillips app. If they are in there and working (ie you can control them), then you link between Phillips and your Alexa account needs to be refreshed.. In the Alexa app, disable / delete the Phillips Hue "Skill" and then re-add it, following the directions to link your hue account / hub to the Alexa app. Hope that works for you. And yes, this forum is primarily geared for people using Universal Device's home automation controllers.
-
Just checked my Polisy running 5.8.0 No problems: Time is right, sunrise is right and sunset is right. not sure if it "cleared itself" but all is good on my system
-
this is a key that is often overlooked..Elk can only have one connection to it at a time. "you must have the RP2 software "disconnected" for PG3(s) to connect to it. "
-
I usually put my time constraints first and then use (AND) for the rest of the statement. Theoretically it shouldn't make a difference, but it makes it much easier to read, but maybe it does make a difference that I am not aware of. Example: From 3:00:00AM To 2:00:00PM (same day) and (Alarm / INTERIOR / LIVING ROOM MOTION' is switched Open And ( 'Alarm / DMP' System Alarm State is Armed Stay Or 'Alarm / DMP' System Alarm State is Armed Sleep ) ) See if that triggers as expected.
-
I don't use GH, but I use Alexa.. it's the same in Alexa.. a program in ISY transfers over as a scene in Alexa terms. You run the THEN by turning ON the device and the ELSE by turning off the device. For example below.. "Alexa turn on the Air vent" and the THEN for my program Air Vent Alexa, runs. Notice that the isy category is program, while the Alexa category is scene.