-
Posts
8205 -
Joined
-
Last visited
Everything posted by stusviews
-
Else won't run because If only indicates what to do if the device changes from On to Off. Add Status 'Garage Door Sensor Single' is not On to the If section. That way, if the sensor it turned on, then the If section becomes false and the Else statement runs.
-
I'm using my Amazon Prime account with no difficulties.
-
Devices can be easily dimmed or brightened. "Alexa, dim/brighten the <spoken_name>" or "Alexa, set the <spoken_name> to xx%." But the brightness of scenes cannot be adjusted. So, in rooms that I want the adjustment, I gave different spoken names to each the scene and the device, for example, dining room light (scene) and dining room ceiling (device)
-
Only ISY users have reported such events. But, to date, these phenomena have no definitive cause, only speculation. No one has been able to reliably reproduce this aberrant behavior.
-
I'm in agreement with you. But if it was just the query that caused the garage doors to open, then it would occur every night, but it doesn't. So, I'll say it again (w/o the typo), these phenomena, to date, have no definitive cause.
-
"side door lock" works. None of "front door lock" nor "front door" nor "front lock' worked. Alexa could not find the device with any of the aforementioned names.
-
As I've indicated in #45, I have had the garage doors (both) opening at query time. Nothing else turned on. I've also experienced the ALL ON on several occasions including I/O Lincs, originally several times within a couple of weeks, later less often; now rarely. My current PLM is V2, v9E. Most of the ALL ONs were with a V.1 PLM, There phenomena, to date, have no definitive cause.
-
KeypadLinc On/Off switches do click, dimmers don't. You didn't specify which ones click. You did indicate that you have both.
-
None of my lock show in the Connected Home list, but I added them to the ISY portal, gave them a friendly name and they respond to the ISY skill only. However, they all respond concurrently. They do not respond individually.
-
The vast majority is ISY users have not had any difficulty with the nightly query, just as the vast majority of users have not experienced the ALL ON phenomenon.
-
How did you give the lock a spoken name if it doesn't show in the portal. Using the admin console for a spoken name is no longer valid. Try adding the lock using the Add ability for the portal.
-
Sounds link a defective device. Was the symbol next to is red or green before you deleted it? Did you try a factory reset?
-
Status triggers when there's a change of state. Sending several Off signals will trigger only once. Control triggers each time the signal is sent.
-
The Trane Z-Wave thermostat is for use with a standard 24VAC HVAC system, but radiant floor heating systems run on line voltage, usually 220/240VAC. The Aube Relay allows using a standard thermostat with a line voltage heating system.
-
I've had that happen! In particular, the log showed the I/O Linc being turned on immediately after the nightly query started. It occurred a few days in a row, then once some days later and has not happened since.
-
Did you give the devices spoken names using the portal?
-
Info only: A factory reset for a dual-band SwitchLinc require pulling the air gap for 10 seconds and then pushing it all the way in until the beep stops.
-
I do just that with two garage doors. You would need an input device such as an I/O Linc and a dry contact magnetic switch. The buttons are set to Non-Toggle On. No matter how many times I push the button, it will remain on unless a signal from the I/O Linc turns it off. Closing the garage door provides that signal.
-
Try rebooting the ISY, Configuration > Reboot under the System panel. Wait until the reboot is done (no blinking LEDs).
-
This is my Dine Out program. The program turns off virtually all devices except the room I'm in and the area I'm entering (first two Then statements). I don't need to turn on the scene at all because the Dine Out button is a controller of the scene. A separate scene has only the Dine Out buttons (side door, front door) as responders. The Dine Out buttons scene has no controller. Only a program can turn it on/off. The last statement turns off the buttons LEDs. If Control 'DR / Devices / DR Side Door Light / DR Side Door B Dine Out' is switched On Then Set 'DR / Devices / DR Ceiling Light 50' 50% Set 'DR / Devices / DR Side Door Light' On Wait 1 minute Set 'DR / Devices / DR Ceiling Light 50' Off Wait 6 minutes Set 'DR / Devices / DR Side Door Light' Off Set Scene 'Dine Out Buttons' Off Else - No Actions - (To add one, press 'Action') The Dine Out buttons are set to Non-Toggle On. That way, one tap sends an On signal no matter the last state of the button, on or off. They always lit unless the Done Out Buttons scene turns them off.
-
Set button H to non-Toggle On. Also, you set the level of the LED, not the state of the button. Create a scene with only the button as a member and as a responder and control the scene, not the LED level.
-
Hepl > Purchase Modules
-
See my reply on the other forum.
-
The Echo ISY skill has the ability to run a program. Also, you can give the program a "friendly" name after you add it to Connect Home (Add Program). Turn <program_name> on runs the Then statements and turn <program_name> off runs the Else statements.