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.

Bumbershoot

Members
  • Joined

  • Last visited

Everything posted by Bumbershoot

  1. Bumbershoot replied to kzboray's topic in Polisy
    I hope so. Over the last couple of years, the LiFX nodeserver has become very useful in this installation, and I'd love to keep it going.
  2. @glarsen has several nodeservers, and has always been responsive.
  3. To upgrade PG3 and everything else from the command line: sudo pkg update && sudo pkg upgrade
  4. I'm not sure you can update past 2.80 on older generation bulbs. About half of my bulbs are new Gen 4 bulbs, running firmware 3.70, and the other half are older generation, running 2.80. I put the older bulbs where there is a strong WiFi signal (and where there's not much chance of them roaming around on my mesh network), and the new bulbs where the WiFi is weaker. It took some tinkering, but it's solved the problem. Gen 4 bulbs, in my experience, handle weaker WiFi quite a bit better.
  5. I switched to LiFX from Hue specifically due to color saturation and brightness. My wife uses them for viewing artwork, and the LiFX bulbs are distinctly brighter with deeper colors than Hue. LiFX bulbs with the latest firmware (v 3.70 currently) behave much better on the network for me than bulbs with older firmware. This problem has been eliminated in my installation.
  6. Actually, you can easily do it from the command line, if you know how to log into your Polisy. Use 'ssh' to log into the Polisy. Once you've logged in, navigate to the appropriate directory: cd /var/polyglot/nodeservers/AugustLock Then, use the 'touch' utility to create the file: sudo touch token.txt Then, you may need to change file ownership as @kzboray indicated above: sudo chown polyglot:polyglot token.txt The file created will be an empty file.
  7. Use SSH and the 'tail' command. This command line string will give you the last 100 lines of the log: [admin@polisy ~]$ sudo tail -100 /var/isy/FILES/LOG/debug.log This command line string will give you a real-time scrolling view of the log: [admin@polisy ~]$ sudo tail -f /var/isy/FILES/LOG/debug.log Evaluating what you see in the log will be another issue... You'll be asked for the admin password for your Polisy when you run these command strings for the first time, and possibly subsequent times, depending on how much time has passed since the last run.
  8. Nicely done, and thank-you!
  9. You can turn off battery writes using a REST call in your browser if your ISY is busy: http://<your ISY IP>/rest/batteryPoweredWrites/off
  10. I've dealt with this on a couple of WiFi mesh networks, and it's a PITA. Two things can work to help solve this: 1) attach one Sonos speaker to your network with an ethernet cable, or if you can't do that, 2) buy a Sonos Boost. Either solution has worked for me.
  11. Bumbershoot replied to Techman's topic in Polisy
    To me, that sounds like the proper order of precedence. Thanks.
  12. Hi @Jimbo, you can disregard the temperature issue. It has corrected itself!
  13. This is PG3 with ISY on the Polisy, v 5.30. On polyglot v2 on the ISY994 the value is correct.
  14. Hi @Jimbo, I'm seeing an issue with temperature with tag type 13. Reporting actual Celsius when it should be in Fahrenheit. See screenshots...
  15. @Jimbo, a reboot of the Polisy has corrected the problem. I got the appropriate dialogue this time, and now have a token.
  16. Okay, I restarted PG3 and reinstalled the nodeserver, but something's goofy here. The log says it's 3.0.31 2022-01-10 14:20:09,409 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.31 Starting... and the UI says it 3.0.36. I'm going to reboot my Polisy.
  17. Hmmm.... Already on 3.0.36. [admin@polisy ~]$ sudo pkg info pg3 pg3-3.0.36 Name : pg3 Version : 3.0.36 Installed on : Fri Dec 31 18:26:57 2021 PST Origin : misc/pg3 Architecture : FreeBSD:13:* Prefix : /usr/local Categories : misc Licenses : MIT Maintainer : andrey@xkinghome.net WWW : https://github.com/UniversalDevicesInc/polyglot-v2 Comment : Polyglot v3 for UDI Polisy Annotations : repo_type : binary repository : udi Flat size : 59.6MiB Description : Polyglot v2 server for Universal Devices ISY994 version 5.x.x WWW: https://github.com/UniversalDevicesInc/polyglot-v2
  18. Will do, thanks!
  19. PM sent. I wanna support the developers, and I don't mind a few cuts and bruises.
  20. Hi @Jimbo. Upon installing and starting the PG3 version of this nodeserver, there was nothing to prompt me to get an authorization token as there was in the PG2 version. Unfortunately, the token I got for the PG2 version doesn't appear to be valid for the PG3 version. Maybe I'm missing something, but it's not entirely apparent what that would be. Thanks!
  21. I see that the Wireless Tag nodeserver has been released for PG3. I've been waiting for it... ?
  22. Oh, boy, there's some excitement... You'd think that you could factory reset the ISY and restore a recent working backup, if nothing else.
  23. sudo pkg uninstall pg3 then, after it finished sudo pkg install pg3
  24. Nope, not running. Try this from the command prompt: sudo service pg3 onestart
  25. In your screenshot above, you were successfully logged into your Polisy. Unless you exited that PuTTY session, you're still logged on. If you're still logged in, type this at the command line prompt: ps aux | grep pg3 If pg3 is running, you should get output similar to this: [admin@polisy ~]$ ps aux | grep pg3 polyglot 2202 8.9 6.8 709108 280776 - S Fri14 98:22.53 /usr/local/bin/node /var/polyglot/node_modules/@universaldevices/pg3/bin/pg3.js admin 8563 0.0 0.1 12824 2420 2 S+ 14:47 0:00.01 grep pg3

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.