Jump to content

io_guy

Members
  • Posts

    2906
  • Joined

Everything posted by io_guy

  1. You need to enable the option "Include 653 (Ready to Force Arm) in 650 (Ready)" As for the Venstar timeout, it's common. Increase the timeout in the Venstar NodeLink tab.
  2. I can't help if you don't post a verbose log. I need to see what data is coming into NodeLink.
  3. Yes, it's under NDA so I can't share the info. I use a Pi3 but have also played with a Pi1 and a Pi4, any will run NodeLink easy. Standard Raspbian Buster.
  4. Try the ISY upgrade before wiping your Pi, based on the log this looks like an ISY issue.
  5. Just a heads up. Finally getting around to setting up automation in my new place. Swimming pool will be in mid July. I've been in contact with Hayward pool products who have given me access to their Omnilogic API. Will add it to NodeLink once I get it installed.
  6. I don't use polyglot or the portal so I don't know. The point of the location node was to use something like locative or tasker to send an http message when they get near the house. The node would then send the status in the ISY. I haven't done much with it since I'm not a real fan of location tracking based automation.
  7. That log file shows all the zone values being written to the ISY properly. Try deleting the nodes from the ISY and re-installing them. If that doesn't work it's a UDI problem.
  8. You didn't enable either debug. We need to see what's coming from the DSC and what's going to the ISY.
  9. A log file wouldn't hurt, debug level on DSC tab and System Config.
  10. No it should be install.sh now.
  11. Don't think it will currently work. NodeLink tries to find the node profile number (in the ISY) on startup. So both instances would try to use the same slot in the ISY and overwrite each others data.
  12. Nope, my previous login says it doesn't exist when I try a reset.
  13. Trying to login to the portal and/or developer portal and/or my.isy after about 6 months. None work and all tell me they don't recognize the various usernames (so I can't reset anything). Did I miss something?
  14. This is polisy: https://www.pcengines.ch/apu2e4.htm
  15. Yes
  16. Can you PM me your config.xml?
  17. Bug Report - Polisy does not respect secondary DNS servers. My primary was down and Polisy did not use the secondary.
  18. You started manually by running mono NodeLink.exe The new command is dotnet NodeLink.dll For the error, I need the rest of the log. If you want to remove mono you could run sudo apt remove --purge --auto-remove mono-runtime
  19. Polisy is waiting for UDI. They are creating required packages to run NodeLink. I run it successfully but I enable the regular BSD repo and install the required packages.
  20. I mean why would you use a RPi image instead of just plain Debian VM. Or just run it on the Windows box straight.
  21. No idea why you'd install a Pi image on Windows instead of just standard Debian. Can't help with the service startup, I use rc.local. I need the actual NodeLink log to work on your NLS issue.
  22. I did netcore-runtime-3.0 instead of aspnetcore-runtime-3.0 I have no idea what VM RPi debian is but it's most likely the issue. Pi is ARM, Windows is x64, a VM cannot emulate a different architecture. Mono didn't care about arch, but Net Core does.
  23. So I just installed a fresh Debian in a VM on Windows. Did the install as above (except I installed netcore-runtime-3.0=3.0.0-1, not netcore-runtime-3.0=3.0.0-1). NodeLink started up without issue.
  24. It's no longer install-core it's http://automationshack/Files/install.sh I doubt the script will work as it's meant for a Raspberry Pi. It will install the wrong .NET Runtime (built for ARM) To use Debian download: http://automationshack/Files/NodeLink.dll http://automationshack/Files/NodeLink.runtimeconfig.json For the core runtime follow this: https://dotnet.microsoft.com/download/linux-package-manager/runtime-3.0.0 or download the binary: https://download.visualstudio.microsoft.com/download/pr/a5ff9cbb-d558-49d1-9fd2-410cb1c8b095/a940644f4133b81446cb3733a620983a/dotnet-runtime-3.0.0-linux-x64.tar.gz
  25. v0.10.5 released.
×
×
  • Create New...