Everything posted by Moshe Mehlman
-
Sonos One (built in Alexa) Discovering trouble
All - Issue resolved. Steve from UDI worked with me yesterday. Ultimately my Amazon ID was not linking. Reset SONOS One to factory default and started over with correct Amazon account. Thanks to all for your help.
-
Sonos One (built in Alexa) Discovering trouble
In the Administrative Console - True In the portal - True, Under the header "Room" it is blank..
-
Sonos One (built in Alexa) Discovering trouble
So I have disabled the Sonos skill and ISY v3 skill. Re-enabled both skills and still can not discover the SwitchLink.
-
Sonos One (built in Alexa) Discovering trouble
I did get the message that I can close the page after I logged into the UDI portal. I need to check that the device is in the correct location in the UDI portal. I don't remember seeing this.
-
Sonos One (built in Alexa) Discovering trouble
ScottAvery - I don't recall seeing a forget option using alexa.amazon.com I will check again. I also need to make sure pop-up blocker is off. I am using UDI's portal my.isy.io. I will try again let you know what I find. Can someone send me a screen shot of the forget option.
-
Sonos One (built in Alexa) Discovering trouble
I do not see an option to forget devices. What do you mean by this. What I did is disabled the v2 skill and then enabled the v3 skill. I do not see any way of forgetting the devices.
-
Sonos One (built in Alexa) Discovering trouble
I disabled v2 and enabled v3. I am still unable to discover the SwitchLink.
-
Sonos One (built in Alexa) Discovering trouble
I added the SwitchLink to the portal. The spoken name is master bedroom. I can control the switch from the ISY. What do you mean by forget and discover in the Alexa app?
-
Sonos One (built in Alexa) Discovering trouble
stusviews - The Sonos One is new to me. I have not been able to add any Insteon devices to the Alexa app and I am on ISY skill v.2. I figure I would start slow and then add more once I get the hang of things.
-
Sonos One (built in Alexa) Discovering trouble
stusviews - Thanks for replying. I have both the SONOS and ISY Optimized for Smart Home V2 skill enabled. I am trying to discover the switch.
-
Sonos One (built in Alexa) Discovering trouble
I am having an issue where I am unable to discover devices using a Sonos One. I have added one device in the ISY portal and linked "ISY Optimized for Smart Home V2" with Alexa. I have also tried V3 but I am still unable to discover the one device in the portal. Alexa Device: Sonos One Device added: SwitchLink - 2477D Spoken: master bedroom Skill: ISY Optimized for Smart Home V2" It shows online and registered in the ISY admin page. I have also removed the the ISY skill and re-enabled. Does anybody know if the Sonos one is compatiable with ISY?
-
Unable to discover ISY device
Specifics: Great point. Alexa Device: Sonos One Device added: SwitchLink - 2477D Spoken: master bedroom Skill: ISY Optimized for Smart Home V2" Both show online and registered
-
Unable to discover ISY device
I am having an issue where I am unable to discover devices. I have added one device in the ISY portal and linked "ISY Optimized for Smart Home V2" with Alexa. I have also tried V3 but I am still unable to discover the one device in the portal. Any suggestions?
-
Weather Station Compatibility
Teken - Not sure I did not purchase it yet.
-
Weather Station Compatibility
I am thinking about installing a weather station in my home and was wondering if hte ACURITE (model #: 01022M) weather station is compatible with the ISY and Insteon network. Will I be able to create programs to trigger Insteon devices to to turn off and on. Thank you
-
Change made to program will not take affect
Removing Saturday fixed the issue. Thanks to all. Moshe
-
Change made to program will not take affect
Paul - Why does it not continue to run on Monday, Tuesday.. Moshe
-
Change made to program will not take affect
UI and firmware at 4.5.0. Bathrooms - [iD 0022][Parent 0006] If On Sat, Fri Time is 6:30:00PM Then Set Scene 'Bathrooms / Bathrooms-100%' On Wait 4 hours and 30 minutes Set Scene 'Bathrooms / Bathrooms-50%' On Wait 8 hours and 30 minutes Set Scene 'Bathrooms / Bathrooms-100%' On Wait 2 hours and 30 minutes Set Scene 'Bathrooms / Bathrooms-50%' On Wait 1 hour and 30 minutes Set Scene 'Bathrooms / Bathrooms-100%' On Wait 3 hours Set Scene 'Bathrooms / Bathrooms-50%' On Wait 4 hours Set Scene 'Bathrooms / Bathrooms-100%' On Else - No Actions - (To add one, press 'Action')
-
Change made to program will not take affect
I created a program that will dim lights on certain days of the week. I removed one of the days (Sunday) but the program still dims the light on Sunday. I tried re-adding Sunday and removing it again, but the program still runs on Sunday. Any suggestions? Currently I am running version 4.5.0. Thanks Moshe
-
Wait statements in program
apostolakisl - I agree oberkc's post 10 seems to make the most sense. Moshe
-
Wait statements in program
oberkc / stusviews - Thanks so much for pointing in the right direction. I did not realize the in-scene statement would not immediately initiate the command to go to 50%. Thanks again Moshe
-
Wait statements in program
All - Thanks for the help. It seems I need to make a couple of scenes to make this work they I would like. oberkc - The statement that should bring the lights back to 100% is " Set Scene 'Bathrooms' On" since I could not adjust the scene "bathrooms" to 50%, I added the statements. "In Scene 'Bathrooms' Set 'Bathrooms / Downstairs Bathroom' 50% (On Level) In Scene 'Bathrooms' Set 'Bathrooms / Master Bathroom' 50% (On Level)" I thought the last two statement would bring brightness to 50%. Concerning the wait statements: The first wait statement of 4h30m should fire off first, dim to 50% and then after 8h30m brighten to 100%. I am not sure why it would wait a total of 13 hours (you are correct it did wait 13 hours) Thanks Moshe
-
Wait statements in program
That is what I did but it did not work. I am not sure what I am doing wrong. Moshe
-
Wait statements in program
Thanks stusviews and oberkc - This is what I am trying to do. I would like the bathroom lights to turn on at 6:00 PM on Fri, at 100% brightness wait a few hours and dim down to 50% brightness , again wait so many hours and brighten back to 100% and so on. I would like the lights to react immediately after the wait time. (I am trying to configure for Shabbos and Yom Tov ultimately.) Thanks Moshe
-
Wait statements in program
I am trying to create a single program that would dim lights to 50% and brighten back to 100% over a 2 day period. Is there a cleaner method than using the wait (I would prefer times instead of hours and minutes) command. My program is below. As an aside it did not work, but I had on Sat, and Fri in the "if" statement. Thanks Moshe Bathrooms - [iD 0022][Parent 0006] If On Fri From 6:30:00PM To 11:00:00PM (next day) Then Set Scene 'Bathrooms' On Wait 4 hours and 30 minutes In Scene 'Bathrooms' Set 'Bathrooms / Downstairs Bathroom' 50% (On Level) In Scene 'Bathrooms' Set 'Bathrooms / Master Bathroom' 50% (On Level) Wait 8 hours and 30 minutes Set Scene 'Bathrooms' On Wait 2 hours and 30 minutes In Scene 'Bathrooms' Set 'Bathrooms / Downstairs Bathroom' 50% (On Level) In Scene 'Bathrooms' Set 'Bathrooms / Master Bathroom' 50% (On Level) Wait 1 hour and 30 minutes Set Scene 'Bathrooms' On Wait 3 hours In Scene 'Bathrooms' Set 'Bathrooms / Downstairs Bathroom' 50% (On Level) In Scene 'Bathrooms' Set 'Bathrooms / Master Bathroom' 50% (On Level) Else Set Scene 'Bathrooms' Off