Skip 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.

xlurkr

Members
  • Joined

  • Last visited

Everything posted by xlurkr

  1. Here's what the curl returns: <html> <head><title>302 Found</title></head> <body> <center><h1>302 Found</h1></center> <hr><center>nginx/1.18.0</center> </body> </html> -Tom
  2. Trying to do this right now. I get bash: line 1: html: No such file or directory bash: line 2: syntax error near unexpected token `<' 'ash: line 2: `<head><title>302 Found</title></head> -Tom
  3. The logs/ directory doesn't appear to exist. I will try Rob's suggestion next, since I tried running install.sh before he posted and got this: ld-elf.so.1: /usr/local/lib/libpython3.7m.so.1.0: Undefined symbol "close_range@FBSD_1.6" Collecting polyinterface Using cached polyinterface-2.1.0-py3-none-any.whl (13 kB) Requirement already satisfied: requests in /usr/local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (2.22.0) Collecting python-dotenv Using cached python_dotenv-0.15.0-py2.py3-none-any.whl (18 kB) Requirement already satisfied: netifaces in /usr/local/lib/python3.7/site-packages (from polyinterface->-r requirements.txt (line 1)) (0.10.9) Collecting markdown2 Using cached markdown2-2.3.10-py2.py3-none-any.whl (34 kB) Collecting paho-mqtt Using cached paho-mqtt-1.5.1.tar.gz (101 kB) ERROR: Command errored out with exit status 1: command: /usr/local/bin/python3.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-zygobz9e/paho-mqtt/setup.py'"'"'; __file__='"'"'/tmp/pip-install-zygobz9e/paho-mqtt/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-yzk5qby4 cwd: /tmp/pip-install-zygobz9e/paho-mqtt/ Complete output (1 lines): ld-elf.so.1: /usr/local/lib/libpython3.7m.so.1.0: Undefined symbol "close_range@FBSD_1.6" ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  4. I just uninstalled it while logged in, and I can now see that the node servers directory is empty, unless something is hidden. Just in case, I ran the rm command you suggested. Reinstalled; same errors in the log. Now that I'm logged in, are there any particular files you want me to look for? -Tom
  5. Sorry, thought I was clear. I hadn't logged in at all, just uninstalled the NS from the GUI, which I hadn't tried before. It warns you that it's going to delete the files and directory, and I said OK. Rebooted, attempted to reinstall the NS, and got the errors in the log that I posted above. Next step is to log in and delete the directory myself, after uninstalling again. I'm taking it slowly, b/c it's obviously possible to do damage this way. I'm trying as much as I can to use the Policy like the appliance it's supposed to be before manually intervening. I hope you understand. Back soon. -Tom
  6. I just deleted the NS, then uninstalled it from the Polisy. I had not done that before. When I reinstalled it, I got this in the log: 2020-12-23 11:02:45 [polyglot] info: NSChild cloneRepo: Successfully cloned ISY-Inventory into NodeServer directory. 2020-12-23 11:02:53 [polyglot] error: NSChild: Install failed - Non-zero exit code: 1 2020-12-23 11:02:53 [polyglot] error: NSChild: ISY-Inventory cloneRepo: Error: runInstallProcess: undefined 2020-12-23 11:02:53 [polyglot] error: Error: runInstallProcess: undefined at runInstallProcess (/snapshot/polyglot-v2/lib/modules/children.js:45:11) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) 2020-12-23 11:02:53 [polyglot] error: NSResponse: Success: false - cloneRepo: Error: runInstallProcess: undefined I looked back at the log, and it also reported these errors the original time I installed it from the store. Later I will login and delete the directories as you suggested, but I thought I'd show you this first in case it sets off any bells. -Tom
  7. Installed from store. Twice, with same result. Polisy says it's up-to-date, but I'm not sure, given the recent thread about FreeBSD updates. I have not updated them manually to 12.2 or whatever. I will login and delete the directory later today and retry. -Tom
  8. When I try to start the NS, this is what shows up in the Polisy log: 2020-12-23 09:04:24 [polyglot] info: ISY-Inventory(1): Processing command: start 2020-12-23 09:04:24 [polyglot] info: NS: Starting Local NodeServer ISY-Inventory profile number 1 :: Version 0.1.1 2020-12-23 09:04:24 [polyglot] error: NSChild STDERR: ISY-Inventory: Traceback (most recent call last): File "./inventory-poly.py", line 4, in <module> import polyinterface ModuleNotFoundError: No module named 'polyinterface' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./inventory-poly.py", line 6, in <module> import pgc_interface as polyinterface ModuleNotFoundError: No module named 'pgc_interface' 2020-12-23 09:04:25 [polyglot] info: ISY-Inventory(1): NodeServer Disconnected. -Tom
  9. I don't think it is starting. I never get an instructions box. The Poly log is empty. The Polisy log has some exceptions in it. I will send those tomorrow when I am awake enough to check for sensitive contents. -Tom
  10. Thanks both. Installed on Polisy. Custom Configuration is there, but there are no predefined entries. That's why I asked if I need to add them. I have already removed it and reinstalled it once, with the same behavior both times. Next step? -Tom
  11. Do I need to create custom parameters for these 3 things? -Tom
  12. From your instructions, I thought I was supposed to do that. But the NS's configuration page has, under "Advanced Configuration", only shortPoll and longPoll parameters. I don't see a username and password anywhere. -Tom
  13. I hope you don't mind me jumping in with a help request. Once I get going I can help troubleshoot. I'm trying to install the Inventory NS as the first NS on my new Polisy. I got it from the store and installed it. It shows up in the dashboard, but always as "Disconnected", no matter what combination of buttons I push. When I restarted the AC, it showed up in the list of Node Servers, but when I choose "Add all nodes" nothing happens. Am I missing a step? -Tom
  14. Thanks. My TimerLinc is the plug-in version, and there may be very little in common with the KPL-like version, which is what I believe you have. -Tom
  15. @tome: A little OT, but can you tell me how your TimerLinc "died"? I have one that I can no longer get the ISY to recognize. I get the message about not recognizing the Insteon engine. Is that what you have seen? -Tom
  16. Funny. I just had a ToggleLinc completely die on me, and I replaced it in < 5 minutes, excluding the wiring and mounting labor. It was in many scenes, and was linked to an MS I. If I hadn't had to wake up the MS to get the ISY to rewrite its links, it would have been about 2 minutes. Pure gold. -Tom
  17. PatM's ISY is up for sale in the Coffee shop. Deaf ears, probably. -Tom
  18. And don't worry about the ISY being a point of failure. When you create an ISY scene, the links are created in the devices that respond to the button press, so even if the ISY goes offline, the button press will still cause the scene to execute. The ISY is essentially another responder, and it can do some other things when the scene is triggered if you want it to. At a minimum, it logs the events and keeps track of the status of all of your devices, which you probably want. -Tom
  19. This happened to me yesterday, and I fixed it today with a power cycle. Nasty bug. I was attempting to add an EZSnsRF, which I did successfully today. -Tom
  20. I live near several Fry's stores in the SF Bay Area, and over the years I've bought several Shaxon-brand power strips that have no surge protection functionality. I just checked their website, and it looks like they still carry lots of models that they'll ship anywhere.. In my experience, the longer power strips are more likely to be vanilla, unless they state otherwise. Like this one: https://www.frys.com/product/6820356?site=sr:SEARCH:MAIN_RSLT_PG -Tom
  21. xlurkr posted a topic in ISY994
    I just upgraded my old setup (99i w/ 2412S) to a 994/i with a 2413S. After a few false starts, everything seems to be running mostly OK. However, two nights in a row I have woken to the sound of the PLM beeping. The first night it was a continuous pattern of 4 beeps, and I had to get up and push the button on the side of the PLM to make it stop. Last night it seemed more random and stopped on its own eventually. Anyone have any ideas what might be going on? Is there a way to disable the beeping? Some other info: I have several wireless devices, RemoteLIncs and motion sensors mostly, though none have pending updates. I also had two devices in the device tree that are missing. Today I disabled immediate updates and battery-powered-device updates in the interface, and removed the missing devices, hoping that will help. We'll see tonight, I guess. -Tom
  22. Correct me if I'm wrong, but the doubletap fastoff will always turn the local load off immediately. You could have the ISY run a program to turn it back on, then off after 5 minutes. Or you could rewire so that the switch doesn't control the load, but contols an Inlinelinc that controls the load. -Tom
  23. xlurkr replied to xlurkr's topic in ISY994
    Got it. Thanks for the prompt reply. -Tom
  24. xlurkr posted a topic in ISY994
    I'm writing an "Away" program. I want it turn off all my lights, among other things. It seems that there is no pre-defined "All" group to use in programs, even though one must exist, since there are "All On" and "All Off" buttons on the main page. Do I really need to make my own "All" group? -Tom

Account

Navigation

Search

Search

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.