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.

garybixler

Members
  • Joined

  • Last visited

Everything posted by garybixler

  1. Michel I only have the node server running on Polisy. I have shut down polyglot running on the Rpi awhile ago.
  2. Hi After the latest update and restarting Polisy I noticed that the Tesla node server logged every action twice. Before restarting the Tesla node server the horn button would blow the horn twice for example. After restart of the Tesla node server the horn button would then blow the horn once but still logged as doing it twice. Example 2019-11-03 09:56:04 info: NS: Starting Tesla Node Server 2019-11-03 09:56:04 info: NS: Starting Tesla Node Server 2019-11-03 09:56:04 info: POLY: Interface starting 2019-11-03 09:56:04 info: POLY: Interface starting 2019-11-03 09:56:04 info: POLY: Waiting for stdin 2019-11-03 09:56:04 info: POLY: Waiting for stdin 2019-11-03 09:56:04 debug: POLY: Log file set to: logs/debug-2019-11-03.log 2019-11-03 09:56:04 debug: POLY: Log file set to: logs/debug-2019-11-03.log 2019-11-03 09:56:05 info: POLY: MQTT client connected 2019-11-03 09:56:05 info: POLY: MQTT client connected 2019-11-03 09:56:05 info: NS: MQTT Connection started 2019-11-03 09:56:05 info: NS: MQTT Connection started 2019-11-03 09:56:05 warn: POLY: Message config ignored: Shutting down nodeserver 2019-11-03 09:56:05 warn: POLY: Message config ignored: Shutting down nodeserver 2019-11-03 09:56:06 info: NS: Config received has 2 nodes 2019-11-03 09:56:06 info: NS: Config received has 2 nodes 2019-11-03 09:56:06 info: NS: Running nodeserver on-premises 2019-11-03 09:56:06 info: NS: Running nodeserver on-premises 2019-11-03 09:56:06 warn: POLY: Message config ignored: Shutting down nodeserver 2019-11-03 09:56:06 warn: POLY: Message config ignored: Shutting down nodeserver 2019-11-03 09:56:06 info: NS: Config received has 2 nodes 2019-11-03 09:56:06 info: NS: Config received has 2 nodes 2019-11-03 09:56:27 warn: POLY: Message command ignored: Shutting down nodeserver 2019-11-03 09:56:27 warn: POLY: Message command ignored: Shutting down nodeserver 2019-11-03 09:56:27 info: NS: HORN (226851899) 2019-11-03 09:56:27 info: NS: HORN (226851899) 2019-11-03 09:56:27 info: NS: Tesla API: /api/1/vehicles/7806862550326485/command/honk_horn 2019-11-03 09:56:27 info: NS: Tesla API: /api/1/vehicles/7806862550326485/command/honk_horn 2019-11-03 09:56:27 info: NS: Reusing existing tokens 2019-11-03 09:56:27 info: NS: Reusing existing tokens 2019-11-03 09:56:47 warn: POLY: Message command ignored: Shutting down nodeserver 2019-11-03 09:56:47 warn: POLY: Message command ignored: Shutting down nodeserver 2019-11-03 09:56:47 info: NS: HORN (226851899) 2019-11-03 09:56:47 info: NS: HORN (226851899) 2019-11-03 09:56:47 info: NS: Tesla API: /api/1/vehicles/7806862550326485/command/honk_horn 2019-11-03 09:56:47 info: NS: Tesla API: /api/1/vehicles/7806862550326485/command/honk_horn After power resetting the Polisy all is normal again. Thanks Gary
  3. Ok I didn't uninstall the nodes but still when I install a server I get 8 install messages "nstalled into ISY sucessfully. Profile uploaded, restart Admin console."ll Info between node servers is being shared with each other. Update: I realized that multiple Polyglots were running. All seems good now. Thanks Gary
  4. I need to delete the node servers in the data base. Everything seems to be overlapping. I tried this command but does't seem to work. The normal delete from the poly UI doesn't work. mongo polyglot --eval "db.nodeservers.remove({'name': 'ISY Portal'})" Thanks Gary
  5. I just received my first WEMO device and thought I would give it a try on Polisy. The WEMO node server loaded fine with no errors but it can't find the device when I do Re-Discover. I did find that WEMO node server running in Pi required the python module Pywemo to discover the devices. Not sure if that means anything or not. Anyway not critical for now just thought I would pass it along. Love the Polisy. Thanks Gary
  6. Just a couple of suggestions. Would be nice to have a shutdown button to shutdown Polisy for relocation or other reasons. I hate to just pull the plug. Right now I do it through SSH but I know that won't be available later. The ISY also lacked that ability. Maybe pulling the plug is just fine. The other would be to have the ability to clear the log rather then having it scroll though the entire log each time just to see the latest entries at the end. Thanks Gary
  7. WOW That worked. Thanks for that.
  8. Ok I can give that a quick try.
  9. I ran the fix again just to be sure but still won't install without errors or allow the command ./install.sh However I do have my other nodes running now so I can do without the Tesla node until it can be loaded successfully from the store. Thanks so much for all the assistance with the other nodes. Thanks so much. Gary
  10. I am at the Tesla file in the nodserver directory but the command ./install.sh doesn't seem to be valid. Just get command not found. Thanks Gary
  11. Ok it appears after I reinstall it from the store
  12. Jimbo I am getting no tesla file found.
  13. Sounds like a terminal command. I have that up but don't know how to run install.sh Gary
  14. I just have one more issue with the Tesla Node. I get this while installing. 2019-10-28 20:17:02 [polyglot] info: NSChild cloneRepo: Successfully cloned Tesla into NodeServer directory. 2019-10-28 20:17:03 [polyglot] error: NSChild: Install failed - Non-zero exit code: 127 2019-10-28 20:17:03 [polyglot] error: NSChild: Tesla cloneRepo: Error: runInstallProcess: undefined 2019-10-28 20:17:03 [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) 2019-10-28 20:17:03 [polyglot] error: NSResponse: Success: false - cloneRepo: Error: runInstallProcess: undefine Thanks for any thoughts Gary
  15. Thanks MWareman That got my tags working also. Gary
  16. Bumbershoot Thanks that worked for me. Gary
  17. To find out what the mac address was on the Polisy for dhcp reservation I was able to get it from one of my smart switches. Gary
  18. Hi Michel I did the update but unfortunately I am getting the same error. Gary
  19. Yes same error for Wireless tags. Also I was able to run tesla when pologlot was running on one of my pis. Thanks Gary
  20. hi, I'm getting this error when trying to install either Tesla or Wireless tags node server. Local Weatherlink Live node server works fine. cloneRepo: Error: runInstallProcess: undefined Any suggestion? Thanks Gary
  21. jfailenschmid Hi I have the Somfy MyLink and use tcp commands setup in the ISY's network resources to control Somfy motors. You mentioned a node server for MyLink but I was not able to find any in PolyGlot for the MyLink. Just the URTSii that uses a serial connection. Is a MyLink node server something that may be available in the future? Thanks for any info. Gary
  22. Hi Jim I just saw the update in the store and gave it a try. It comes back with pullRepo: undefined. I also stopped weatherlink and tried the update but same result. Thanks Gary I tried again and rebooted the ISY and PolyGlot and all is working now. Thanks
  23. Hi Jim Everything works perfectly. I was wondering if maybe we could replace 'Rain Size' with a more useful reading like 'Rainfall year' . I finally found that Rain Size just means what the spoons are calibrated to tip at (factory set). Either 0.01 inches or 5 mm . Even though the spoon calibration can mechanically be adjusted I don't think this reading will change. It also can't be changed through WeatherLink software. Thanks Gary
  24. Hi Jim I don't have the soil sensor but I was thinking about it. But the cost is a bit high and probably not useful in my situation.. No water sprinklers to active if the grass needs water. I have set up wind programs to retract the SunSetter awning if the gust gets to high. All works great and again thanks. Gary
  25. Hi larryllix I am looking for bright white led strips at around 3000k. The rgbww looks like the best choice. All the brands seem to use the same wifi controller. At least it looks that way. I just need one that is rgbww and comparable with the Magic Home or Yee Light node server. Can't seem to fine Magic or Yee that have the rgbww.

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.