Jump to content
AT&T to end email-to-text ×

BamBamF16

Members
  • Posts

    340
  • Joined

  • Last visited

Everything posted by BamBamF16

  1. I have a couple of power strips that work fine in NS but are better served with HA as the primary controller. i would like to prevent the strips from being imported in the NS and only use the HA integration. Is this possible? Will this work if I check the delete button?
  2. Had a power surge/off-on event last night. Everything rebooted fine. But my Kasa NS showed online and connected, but it actually wasn't. I have a feeling the NS restarts faster than the actual Kasa devices so it uses old IP addresses. Then it must not actually find the devices when they come back online because nothing works until I restart the NS.
  3. Thank you for the ideas. I have the creation of actionable notifications working. It's more the variables and scripting I need a hand with.
  4. I know my question is not really ISY/HA integration related but this group of users is usually very helpful. Let me exain what I am trying to do and maybe someone can help me or point to the right location to ask the question. Hers is what I want to do: 1. Send an actionable notification "Garage Door Open) with 2 options: a) Close the garage door and b) snooze for a predetermined period of time. 2. If the user selects close door, close the door and the script is done. 3. I'd the user selects sleep then sleep the alert for a set period of time or until a set TOD. 4. If the user does nothing repeat the alert ever X minutes. After 5 attempts change alert to a critical alert. This is for and iOS companion app. I have #1 complete. And I can wait for the response and evaluate it. What I am stuggli g with is the execution of said response and the counting/looping required to keep it going. My though was a variable that increments each time the alert is sent and after X alerts then change alert type. Similarly calculate the required snooze to time at initiation and store that. Then use that time if the user replies to snooze. I really don't understand variables in HA. So that is my major stumbling block. Hope this makes sense. Thank for any help anyone can provide. Jeff
  5. Thanks for the words. I'll order 1 of each to test out. Leaving towards leviton though
  6. Anyone have any comparison between: Enbrighten 55256 Z-Wave Plus Smart Receptacle, Works with Alexa, Google Assistant, Tamper-Resistant, 1 ZWave 1 Always On Outlet Hub Required, White https://a.co/71BUb61 Or Limited-time deal for Prime Members: Leviton ZW15R-1BW Decora Smart Tamper-Resistant Outlet with Z-Wave Technology, 1 Pack, White https://a.co/ijB5TsX ?? Both are S2. Leviton is $37 vs $49 for Enbrighten. Thanks, Jeff
  7. Honestly with whatever extra you would buy, the bond bridge and it's NS should work and is probably cost equivalent. Caveat-i have a bond bridge but not blinds yet. Still building new house.
  8. I got a direct scene done with my switches IAW UD directions.
  9. Here is what I have:
  10. The before and after only apply to the hours/minutes/or seconds before our after the appropriate time. 0/0/0 Before sunset is the exact same time as 0/0/0 after sunset. In program 1 above read it as follows: if from sunrise to sunset then Set Carriage lights Off else run program carriage lights 35% (if) There are 2 triggers: Sunrise and Sunset. At sunrise the program evaluates True and runs the then branch (carriage lights off). At sunset the program evaluates as false and it runs the else (run carriage lights 35% (if)). Note - this is commanding the execution of the 35% program NOT enabling it. Nothing else happens with this program at any other time of the day as there are no other triggers. In the second program there are 3 triggers (change in motion sensor status, sunset and sunrise (next day). Since you have 0 hms, these triggers occur exactly on the event. If motion status changes that starts an evaluation of the program condition. SO DOES sunset and sunrise as they are also triggers. (I assume this program is enabled or it would only execute once per day based on program 1.) So when motion status change is the trigger, then it evaluates all three conditionals (motion status off, and is it from sunset to sunrise (next day)). This program will also evaluate the if statement at sunset and sunrise (next day). If motion sensor status is True and the current time is between sunset and sunrise (nd) then the lights will come on to 100%. If motion sensor status is true and current time is outside sunset to sunrise (nd), or between sunrise and sunset then the lights will go to 35%. Basically the only time the lights go to 100% is with true motion and between sunset and sunrise. Between sunrise and sunset all motion sensor status changes will command lights to 35%. Also motion to false between sunset and sunrise (nd) will also set lights to 35%. Hope this makes sense, Jeff
  11. I just updated my Polisy and I think the tag NS. I am now getting similar emails: URL: GarageDoor Index (zero based) must be greater than or equal to zero and less than the size of the argument list., URL attempted to call: http://10.0.1.71:41171/update?tmgr_mac=D244789C9054&name={0}&tagid={1}&temp={2}&hum={3}&lux={4}&ts={5}&batv={6}&signaldBm={7}&txpwr={8} Sent at: 3/10/2022 2:46:41 PM. The 10.0.1.71 is my polisy address. I assume the 41171 is the port for the NS.
  12. @lilyoyo1There are local voice activations currently in development (almond/Ada). They will be integrated with HA.
  13. @lilyoyo1 True, but baby steps for now. There are some local only voice activations I am looking into.
  14. Mostly because then I have to maintain 2 different integrations. The alexa integration is cloud based and it seems the NS is local, no? Jeff
  15. Couple of things. 1. 0 minutes before sunrise (next day) and 0 minutes after sunrise (next day) are the exact same time, so no difference. 2. The second program will trigger 3 times: When the motion sensor status changes, at sunset and sunrise (next day). Looks like to me during daylight hours and with motion the lights should go to 35% (else condition). Same thing when the status changes to off (no matter the time of day).
  16. I'm not sure if this is true, but I can't add any Kasa device to alexa. Suggested on UD forums to ask to make sure hints are set correctly. For the H105 plug it probably should be category of 0x04 and a subcategory of 0x02, I think. Also added to Github. Thanks, Jeff
  17. It looks like it should be a category 0X04 and a subcategory of 0X02. But I don't see how to turn that into the correct value and I don't want to mess it up.
  18. OK I lied. i can add back zwave switch. It wasn't letting me earlier. But I can't add any device that is from node server. It is a Kasa TP Link outlet that I am trying to add. jeff
  19. When I attempt to add a new device I get the error: "HTTP error 400 : Device cannot be added to the spoken database" Any thoughts? jeff
  20. New Program - [ID 0009][Parent 0001] If Time is 9:00:00AM Then $s.Test += 1 $s.Test Init To $s.Test Else - No Actions - (To add one, press 'Action') Where you program the += change that to Init To. Jeff
  21. When you store variable value also set it's initialization value to the same.
  22. Click this: Right click on line and select Admin Console (LAN): Get to admin console. Launcher: https://isy.universal-devices.com/start.jnlp Directions: https://forum.universal-devices.com/topic/24381-isy-launcher/
  23. Did you try port 8080 and http?
  24. I would recommend against using any browser to do anything with ISY. Use the dedicated launcher or the generic launcher. Either option is better than the browser method. Jeff
×
×
  • Create New...