Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

kzboray

Members
  • Joined

  • Last visited

Everything posted by kzboray

  1. @asbril I've thought about your inability to get LifX working for the last few days and I'm not sure how to help you. I'm on a Polisy and you're using the eisy. The file structure is different between them so the original fix posted by xKing didn't work on the Polisy and I had to figure it out for the Polisy. The path for install on a Polisy is /var/polyglot/.local For the eisy you need to use: You will need to use putty or something similar to access the Polisy / eisy via SSH. You can log in with the user name <admin> and the password <admin>, then just copy and past the lines below one at a time and hit <enter> after each one. On the first command you will be promoted for password; use <admin> again. sudo -u polyglot bash pip3 uninstall bitstring pip3 uninstall --prefix /var/polyglot/pg3/ns/0021b9026038_7/.local bitstring pip3 install --prefix /var/polyglot/pg3/ns/0021b9026038_7/.local bitstring==3.1.9 Note that the /0021b9026038_7/ will need to be changed for your installation of the LifX NS. Look at your Polyglot dashboard and find the LifX NS slot number, then open putty and <cd> to /var/polyglot/pg3/ns. Then type <ls> you will see a list of NS by slot number, cut and past the correct NS name into the above command lines replacing /0021b9026038_7/ in both lines with your specific NS name. You should see something similar to this when you list <ls> the installed NS's. The number at the end of each name is the slot number. Be sure to use the correct one. [admin@polisy /var/polyglot/pg3/ns]$ ls 000db9560fac_1 000db9560fac_11 000db9560fac_3 000db9560fac_5 000db9560fac_7 000db9560fac_9 000db9560fac_10 000db9560fac_2 000db9560fac_4 000db9560fac_6 000db9560fac_8 You will need to restart Polyglot after you install Bitstrng 3.1.9. You should then see device discovery working. If not open a ticket with UD as the problem is not Bitstring.
  2. @bpwwer ==================UPDATE============ I fixed it. but the question remains, will dev-packages install the correct Bitstring version for the LifX NS? Thank you again Bob, you rock and I so appreciate you and all your hard work! =====================Original Issue================================== I had to reboot my Polisy this morning and now my LifX is dead again. I applied the same fix I used last time. sudo -u polyglot bash pip3 uninstall bitstring pip3 install --prefix /var/polyglot/.local bitstring==3.1.9 But it's not working. I'm wondering if the Bitstring 3.1.9 is part of the dev-pacakages. It seems when I add it, it gets erased upon reboot which isn't a long term solution. And now I can't get it to work at all. Any suggestion would be appreciated! Thank you!
  3. @someguy To the best of my knowledge there are two NS available that allow integration between UD products and alarm panels. Elk is one and the other is DSC. The Elk integration is handled by the very extensive Elk Polyglot NS that is actively maintained. The DSC integration is managed by the Envisalink-DSC NS which is also actively maintained. Elk is easier to program and offers extensive customization's that are not available with DSC, but most of those functions are duplicated and easier to manage on the ISY / Polysi / eisy anyway. For reliability I have to give a slight advantage to Elk, but they are both solid systems.
  4. @Bob A @Jimbo.Automates This is how I do it in RP2. I haven't used the NS yet, but it may be able to do something similar.
  5. @bwade913 As has been stated, this is either a PLM issue, PLM to ISY cable, or noise issue. There is an outside possibility it is a bad power supply on the ISY, but my guess is the PLM. Now you could have a corrupted link DB on the PLM causing issues, or just a PLM going bad. I'd replace the cable first and while you're at it if the power supply is more than a year old I'd replace that too. Easy cheap fixes. If neither of those fix the problem then as suggested I'd plug the next Insteon device you want to add into the same outlet as the PLM and click <Link Management> and then <Start Linking>. Once you've done that press the link button on the Insteon device. It should be immediately found automatically. If not you have a problem with your PLM. To check your PLM I would first restore a known working Link DB. But the caveat is this needs to be a Link DB that worked before you started having discovery issues. If you don't have one. You can make a backup, then factory reset the PLM and try to do an automatic discovery again with a device located in the same socket. Once you're done testing you can restore the backup you made. If it works, you know you had a bad Link DB and you will need to rebuild your system. If it fails, you can be sure the problem is the PLM itself. UD now offers a repair service, so open a ticket with them to have it repaired. There is one last possibility that just occurred to me, and that's a bad SD card, but the symptoms don't fit with a bad SD card so I wouldn't put to much weight on that as a possibility. If you want to eliminate the possibility you can buy a new SD card then install a fresh copy of the ISY OS on it using the normal update process using the files on the UD web site, then try linking a device rinse repeat the above process.
  6. @xKing =============Update============= Update 1/21/2023 The file structure for Polisy is slightly different than the eisy use the following to replace bitstring on a Polisy. sudo -u polyglot bash pip3 uninstall bitstring pip3 uninstall --prefix /var/polyglot/.local bitstring pip3 install --prefix /var/polyglot/.local bitstring==3.1.9 ===============Original Problem============ I've tried the suggested uninstall / install you listed above and am still have some issues. Can you point me in the right direction? This is on a Polisy running 5.5.4. 2023-01-20 14:05:58,036 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2023-01-20 14:06:00,769 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.46 Starting... 2023-01-20 14:06:00,835 MainThread udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2023-01-20 14:06:00,836 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/000db9560fac_3/./lifx-poly.py", line 10, in <module> 2023-01-20 14:06:00,838 MainThread udi_interface ERROR udi_interface:write: import lifxlan 2023-01-20 14:06:00,839 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/.local/lib/python3.9/site-packages/lifxlan/__init__.py", line 1, in <module> 2023-01-20 14:06:00,841 MainThread udi_interface ERROR udi_interface:write: from .lifxlan import LifxLAN 2023-01-20 14:06:00,841 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/.local/lib/python3.9/site-packages/lifxlan/lifxlan.py", line 10, in <module> 2023-01-20 14:06:00,843 MainThread udi_interface ERROR udi_interface:write: from .device import DEFAULT_ATTEMPTS, DEFAULT_TIMEOUT, Device, UDP_BROADCAST_IP_ADDRS, UDP_BROADCAST_PORT 2023-01-20 14:06:00,844 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/.local/lib/python3.9/site-packages/lifxlan/device.py", line 29, in <module> 2023-01-20 14:06:00,845 MainThread udi_interface ERROR udi_interface:write: from .msgtypes import Acknowledgement, GetGroup, GetHostFirmware, GetInfo, GetLabel, GetLocation, GetPower, GetVersion, \ 2023-01-20 14:06:00,846 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/.local/lib/python3.9/site-packages/lifxlan/msgtypes.py", line 9, in <module> 2023-01-20 14:06:00,848 MainThread udi_interface ERROR udi_interface:write: import bitstring 2023-01-20 14:06:00,849 MainThread udi_interface ERROR udi_interface:write: ModuleNotFoundError 2023-01-20 14:06:00,849 MainThread udi_interface ERROR udi_interface:write: : 2023-01-20 14:06:00,850 MainThread udi_interface ERROR udi_interface:write: No module named 'bitstring' [polyglot@polisy ~]$ pip3 install --prefix /var/polyglot/pg3/ns/000db9560fac_3/.local bitstring==3.1.9 Collecting bitstring==3.1.9 Using cached bitstring-3.1.9-py3-none-any.whl (38 kB) Installing collected packages: bitstring Attempting uninstall: bitstring Found existing installation: bitstring 4.0.1 Uninstalling bitstring-4.0.1: Successfully uninstalled bitstring-4.0.1 Successfully installed bitstring-3.1.9 [polyglot@polisy ~]$
  7. =============Update============= 1/21/2022 This has been resolved. Use the following to install the necessary bitstring dependency on Polisy sudo -u polyglot bash pip3 uninstall bitstring pip3 uninstall --prefix /var/polyglot/.local bitstring pip3 install --prefix /var/polyglot/.local bitstring==3.1.9 Use the following for the eisy sudo -u polyglot bash pip3 uninstall bitstring pip3 uninstall --prefix /var/polyglot/pg3/ns/0021b9026038_7/.local bitstring pip3 install --prefix /var/polyglot/pg3/ns/0021b9026038_7/.local bitstring==3.1.9 ================================================================================================ If you rely on the LifX NS you may want to hold off on updating to 5.5.4 until a fix is found for the NS's failure to discover devices after update. @xKing suggested patch: sudo -u polyglot bash pip3 uninstall bitstring pip3 install bitstring==3.1.9 Unfortunately this did not work on Polysi.
  8. PG3 LifX NS no longer discovering devices. Restarted NS and PG3 several times. Also a power cycle of the Polisy. It seems something in 5.5.4 killed the LifX NS.
  9. @bmercier O you didn't just say that. 🤣 If 25 years in IT operations taught my one thing it is, you never tempt fate! Thank you for all your hard work!
  10. @C Martin This would be a good place to start. https://www.universal-devices.com/start/ Anything here talking about ISY programming which is most of it, applies equally to the Polisy and eisy. The ISY cookbook has a lot of examples in it, but don't ignor the other aids, they are very helpful as well. If you have a specific issue, feel free to ask here on the forum, people often chime in with example code.
  11. Good Catch @Geddy! It is there, just very difficult to see.
  12. @ddaggett1 I've also noticed over the years of working with Insteon and UD that the lights flicker when the admin console is writing to the system. I've never given it much thought as it has a cause and stops as soon as I'm done writing to the system. I caught my son making changes to the system that way once. He was trying to play a prank and I noticed the lights flicker and knew someone was in the system making changes. I'm curious if any of the more knowledgeable here have a more complete answer. Also I just checked the New Ticket button seems to be gone, it's a glitch in the matrix. I'd give it a few hours until the sun comes up on the west coast and try again.
  13. kzboray replied to edwaud's topic in eisy
    @edwaud TPM is short for Trusted Platform Module. It is a cryptographic device (hardware) that is becoming more and more prevalent in all manner of tech. It makes hacking of a device so equipped, much more difficult. I just skipped over a lot of really important information and summarized in a not quit technically correct way, but that's the jist of it. It keeps your eisy safe.
  14. @TRI0N https://www.universal-devices.com/docs/ZMatter-Assembly- Instructions.pdf
  15. @3jtexas Auto DR should not be removed, nor do I believe it can be. AutoDR is Automatic Demand Response. Where supported, it allows the utility (power company) to send a message that the ISY would react to by turning off heavy loads during peak times. There is likely more to it but that is my understanding. The AutoDR scene I believe is where you would place the "Heavy Loads" that should be turned off on request.
  16. Z-wave is the devil. As much as manufactures say they follow the standards, there really are only loosely defined ideas. Each manufacturer can define what each register does and how it works or doesn't with other devices. Manufactures of z-wave devices don't even have consistent specifications for their own products let alone interoperability with other manufactures. What UDI is trying to do is add some stability and consistency to a technology that has no standards. It's going to be bumpy, but if they can tame Insteon without documentation and reverse engineer the technology, I have hope in their efforts to do something similar with z-wave. Keep reporting issues and supplying logs. Michel and his band of dedicated miracle workers will get things sorted. It's just going to take a bit of time.
  17. @greensha A little more information would help. You referenced the ISY 994 with a series 500 z-wave module, and also eisy, but you didn't mention the ZMatter USB dongle which adds z-wave support to the eisy. For z-wave support on the eisy you will need to make sure the ZMatter USB dongle is plugged in.
  18. You said you were migrating form your ISY to IoP, this would require back end services from UD. Once the migration is completed you would not need UD back end services to be working for your local system to communicate with Google or Amazon.
  19. If the login server is having issues, it may also be part of the Amazon / Google cloud link. You may want to hold off doing to much more until the back end infrastructure is back up and running.
  20. Ya, the login page seems to be down.
  21. At a guess I don't think the migration from the original ISY to IoP finished. Can you log into the portal and go the the original ISY then click on <Select Tools> then hover over <Maintenance> and click on <Migrate to> You should see this selection box. Enter the address for the new IoP and select what you want transferred.
  22. @FerventGeek In 2017 / 2018 I evaluated Mobilinc for clients and myself. I even bought a couple of licenses for version X and installed it. It was at the time more feature rich via integrations with partners than what UDI offered so I understand how you invested into Mobilinc. Unfortunately there has been little to no support for Mobilinc in quit some time and as been already mentioned UD Mobile is feature rich and fully integrates with any of the UDI products, (ISY, Polisy, and the soon to be released Eisy) for $12.00 a year. The $12.00 a year cost is for portal access and not necessarily required (but highly recommended) if you care to configure your home / business network to allow outside access. As all things tech, there is a time and a place for everything and tech never stands still. You may want to take another look at some of the newer UDI offerings in both HW as well as SW and consider migrating from Mobilinc to UD mobile and if you want a pretty front end, Home Assistant integrates with the UDI HW easily.
  23. The UD Mobile DB is part of the export file, or do I need to send you something else?
  24. OK disconnected all but the local ISY and it still disconnects after 30-60 sec. Back to that time frame and it's consistent.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.