Jump to content

MrBill

Members
  • Posts

    4674
  • Joined

  • Last visited

Everything posted by MrBill

  1. email sales@universal-devices.com and ask!
  2. this is good, it means you know the IP address of the ISY. In the Finder window click Add. Enter the URL as follows: if it's a ISY994, use: http://IP.ADDR.OF.ISY/desc if it's a Polisy or eisy, use: http://IP.ADDR.OF.ISY:8080/desc of course you will be replacing IP.ADDR.OF.ISY with the actual numbers you found. -- if that doesn't get you in, do you have 2 routers and 2 DHCP servers working on your new EERO setup? if so, that means you have 2 networks and they can't pass traffic to each other.
  3. if you have Matter support in your eisy, you also have z-wave support.
  4. ISY994 is no longer supported. the current product is eisy, and also needed is a Zmatter dongle. https://www.universal-devices.com/store/ To directly answer your question tho, isy-994 does not support zigbee.
  5. @stevehoyt apparently I tend to over simplify things. If it was easy to implement surly UDI would have done so. I've participated in the threads begging for the magenta color in the admin consoles default theme (for insteon devices) to get changed to another color, instead I must change the font size to larger, it holds that size for a week or so before i must do it over.
  6. When the variable is only tracking one thing there's no need to use anything but an empty program and whether it's true or false. As many programs as you want can reference that flag. There was a spirited thread on this topic awhile back....
  7. You can't, if the line is present it is included.
  8. I guess you didn't read the migration instructions before asking this because restoring a backup on eisy is the central piece. Please read the instructions and then read them again, and finally read and follow each step as you are implementing i.e. there is more to it than simply and only restoring the backup, but yes and ISY-994 backup is the central piece for moving your devices and programs to eisy.
  9. Personally I would use 07/01/2023 12:00:01 AM to 07/05/2023 11:59:59 PM There is a couple of approaches for this... Have this program enable/disable the living room program. or have the living room program use this program as a vacation flag. in that case create this program as a program that has an IF, but leave THEN and ELSE blank, then have your living room program check to see if this program is True. vacation - [ID 01F8][Parent 0001] If From 12:00:00AM on 2023/07/01 To 11:59:59PM on 2023/07/05 Then - No Actions - (To add one, press 'Action') Else - No Actions - (To add one, press 'Action') ---------------- LivingRm - [ID 01F9][Parent 0001] If From Sunset To 10:30:00PM (same day) And Program 'vacation' is True Then Set 'LR Lamp 1#' On Else Set 'LR Lamp 1#' On
  10. If you're trying to figure out how to include a date in a schedule, uncheck "Daily"
  11. in case you don't have this: https://www.universal-devices.com/my-tickets/
  12. will never trigger Program Test1 to run at all. the only way the THEN and ELSE in that program will every run is if they are run by another program or manually run.
  13. A state variable, not integer variable, must be used in this case.
  14. Cloud gets the admin console (admin.jnlp) from a UD server (AWS). LAN downloads the file from the ISY itself. With a 994 the cloud option is faster because JAVA requires downloaded apps to be downloaded encrypted from an https source. The 994 can do that but it has a slow processor that might be kinda busy anyway so it takes longer than a modern web server to encrypt the file for transport, therefor the cloud option is faster for a 994. With the speed of eisy (or even polisy) there likely is no longer much difference in speed.
  15. Other Insteon traffic is your issue. If other traffic happens during the link count the count will be inaccurate. known issue. "Other traffic" of course includes turning a device or scene on or off... but also can includes motion from Insteon motion sensors or any Insteon wireless traffic including heart beats and low battery. do link counts when no one else is home, stop programs using an false folder condition on the root folder, if you have motions avoid triggering them or cover them. there still could be heartbeat traffic from a battery device during the link count... if there is the count will be wrong. For this reason do more than one link count. the gist of the issue when doing a link count it is running down a list from top to bottom.... other traffic will make the process continue from the other traffic's position in the list of links.. in other words the pointer can jump forward in the list or back.
  16. You may want to ask support, it could be a known or unknown bug. https://www.universal-devices.com/my-tickets/
  17. MrBill

    Schlage Encode

    The Home Assistant integration leaves a lot to be desired. (A Home Assistant "integration" is essentially like a node server but all the terminology is different.) That library seems to have a lot more functionally than the Home Assistant integration is making use of. The same guy developed both the library and the HA integration that I'm using, I'm surprised there is not more functionality in the integration. Hope it works out!
  18. Not an expert, but I've had old devices and scene's get left behind in the Alexa App before. Phantom devices seem to get in the way. I would try deleting all Devices and Scenes using the Alexa app then tell here to "discover devices" again.
  19. The PLM needs to be powered on before IoX starts. The PLM address is only read during startup. Shutdown Polisy and then make sure the PLM is powered up and ready to communicate before booting up Polisy.
  20. I've recently started using NFC tags... they are wonderful. Not sure if you're in the Android or iOS camp, I use iOS. Using iOS you would need to use the Shortcuts app to create an automation for NFC tag, the action in the NFC tag needs to use IoX's REST API to do something... (such send the node a command). I'm currently using NFC tags with HA instead of ISY, I once knew now to build a REST call for the ISY in the iOS shortcuts app so i know it can be done. I don't see my notes on that anymore tho. It occurs to me the issue I had at first was with passing Basic Authentication but I ultimately figured that out. A tip I learned from a youtube video was to build the actual "action" first as a shortcut, get that working, and then set up the "automation" to just recognize the NFC chip and run the shortcut already created. Doing this makes sharing to another device easier, because the shortcut is shareable (although not as simple as it should be) and the automation is not shareable.
  21. MrBill

    Schlage Encode

    @Goose66 is the 3rd party Python library on github that's documented here not usable? Granted its not a local API, but sadly many are not.
  22. tagging @Javi because this seems more like a UD mobile issue.
  23. Addressing what @Morris Hansen was asking for: Coupled with the title of the thread "Make individual Flume values available" makes me believe he's not finding the 24 hour value. He further states: He should be able to do exactly that already.
  24. I confess I'm not using this nodeserver, but the documentation says this is available now. https://github.com/UniversalDevicesInc-PG3/udi-poly-FlumeWater/blob/master/README.md#drivers-2
  25. you're free to change the password, just log in via ssh and type passwd at a prompt and follow the prompt. You'll still be using the admin account tho, you can create other users also, but i'm not certain you need to unless you want to run something isolated. Probably not advisable. although things should be backward compatible you should probably let UD handle updates.
×
×
  • Create New...