Everything posted by Bumbershoot
-
LifX on PG3
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.
-
PG3 - DysonPureCool Node Server
@glarsen has several nodeservers, and has always been responsive.
-
PG3 ELK Nodeserver 3.0.13
To upgrade PG3 and everything else from the command line: sudo pkg update && sudo pkg upgrade
-
Smart Light Bulb Options for ISY
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.
-
Smart Light Bulb Options for ISY
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.
-
I need to create a file on my Polisy using SSH
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.
-
Polisy Z-wave dongle not responding
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.
-
Zwave 700 Series Tips and tricks
Nicely done, and thank-you!
-
ISY on Polisy v5.3.0 (IoP) - OUTDATED
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
-
Question on Vlans (Unifi) and Polisy
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.
-
Z-Wave migration
To me, that sounds like the proper order of precedence. Thanks.
-
oauth2 token for PG3 version
Hi @Jimbo, you can disregard the temperature issue. It has corrected itself!
-
oauth2 token for PG3 version
This is PG3 with ISY on the Polisy, v 5.30. On polyglot v2 on the ISY994 the value is correct.
-
oauth2 token for PG3 version
Hi @Jimbo, I'm seeing an issue with temperature with tag type 13. Reporting actual Celsius when it should be in Fahrenheit. See screenshots...
-
oauth2 token for PG3 version
@Jimbo, a reboot of the Polisy has corrected the problem. I got the appropriate dialogue this time, and now have a token.
-
oauth2 token for PG3 version
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.
-
oauth2 token for PG3 version
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
-
oauth2 token for PG3 version
Will do, thanks!
-
oauth2 token for PG3 version
PM sent. I wanna support the developers, and I don't mind a few cuts and bruises.
-
oauth2 token for PG3 version
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!
-
Proper Place for PG3 node server questions.
I see that the Wireless Tag nodeserver has been released for PG3. I've been waiting for it... ?
-
ISY on Polisy v5.3.0 (IoP) - OUTDATED
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.
-
ISY on Polisy v5.3.0 (IoP) - OUTDATED
sudo pkg uninstall pg3 then, after it finished sudo pkg install pg3
-
ISY on Polisy v5.3.0 (IoP) - OUTDATED
Nope, not running. Try this from the command prompt: sudo service pg3 onestart
-
ISY on Polisy v5.3.0 (IoP) - OUTDATED
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