Search results

  1. T

    NodeJS Pool Controller Wireless Remote

    Nice job! Fun little project. :)
  2. T

    Pentair IntelliCenter Pool Control Dashboard Instructional Guide

    You should never be updating `defaultConfig.json` yourself. The app will make a copy to `config.json` and you can edit that file, but even then, the majority of the configuration items can be updated through the UI.
  3. T

    Pentair IntelliCenter Pool Control Dashboard Instructional Guide

    If your container can see your network directly, all you need to do is configure the rs485 to use the network port via the settings (gears) menu => controller => rs485.
  4. 1663856460463.png

    1663856460463.png

  5. T

    Pentair PS4 Panel Comm Probs???

    Why are your wires hooked up this way? Unless you have the same mismatched wiring in the SCG power supply (can't tell from the other pic you shared) you should have red (+15v) in the red slot/far left, all the greens in the green slot/2nd from right, and the ground (black) in the black slot/far...
  6. 1658036478022.png

    1658036478022.png

  7. T

    Raspberry Pi pool controller questions

    I've corrupted by SD cards by running out of room on them... that will cause all kinds of havoc with the Pi.
  8. T

    Pentair IntelliCenter Pool Control Dashboard Instructional Guide

    Please don't try to taste your Raspberry Pi. That may void the warranty. :eek:
  9. T

    I want to control multiple Hayward VSP with Arduino Board

    @rstrouse grabbed the bull by the horns and now njsPC supports the Ecostar/Tristar pumps (as well as Hayward Relay pumps).
  10. 2022-06-23_12-48-09.png

    2022-06-23_12-48-09.png

  11. T

    Pentair IntelliCenter Pool Control Dashboard Instructional Guide

    First, make sure they didn't charge you for `1 x pentair EasyTouch 4SC-IC40 Pool and Spa Control with IC40 Cell 520543` and `1 x pentair intellichlor salt system`. The latter should be included with the former. Second, they should have sold you IntelliCenter. It can individually control light...
  12. 1648210334938.png

    1648210334938.png

  13. T

    Nodejs Pool Controller, work with pump only?

    Nope. It's mostly for keeping time if you lose power. Not necessary. You can also use the CPU Temp as the trigger if you don't have an extra thermistor handy.
  14. T

    Pentair IntelliCenter Pool Control Dashboard Instructional Guide

    This issue was likely fixed 5 days ago (Commands fail after temporary loss of RS485 connectivity · Issue #357 · tagyoureit/nodejs-poolController). Please try your original configuration again and if it persists open an issue in github. In the grand scheme, Socat has it's own issue of...
  15. T

    nodejs-poolController

    We have documented the PM2 setup here: Automatically start at boot PM2 & Systemd · tagyoureit/nodejs-poolController Wiki
  16. T

    Pentair IntelliCenter Pool Control Dashboard Instructional Guide

    I pushed up a fix to see the lo-temp/hi-temp modes yesterday for the issue (Unable to see Pool as Main Body · Issue #344 · tagyoureit/nodejs-poolController). Please check it out and see if it works.
  17. T

    Any Pool Automation Grafana / InfluxDB users out there?

    I did add the compatibility for njsPC to work with Influx v2. However, Grafana v2 doesn't support the ability to do dual axis graphs. So if you wanted to see anything on different scales (temp vs pump speed or orp vs chlorination time etc etc) just stick with Influx v1.8. This is such a basic...
  18. T

    Nodejs-poolController doesn't communicate with Pentair Pool Equipment

    Just to close the loop here, Solar Touch is a "black box" and doesn't communicate with any outside equipment. It won't work with njsPC.
  19. T

    controlling hayward aquarite with intellitouch

    This now works in nodejs-poolController. One of our users opened an issue, tried out a new fix, and confirmed it works.
  20. T

    I want to control multiple Hayward VSP with Arduino Board

    > System Info System Info will show the Hayward Unique Address (HUA) and version for all smart components (components that communicate with the OmniLogic). This may be needed by Hayward Technical Service when troubleshooting or diagnosing system issues. This is from the OmniLogic HLBase...
  21. T

    Don't receive any email alert/notifications

    So, very interesting. I did get a response here. I saw the "watched threads" link in the email and when I clicked on it a number of threads had no notification type selected... assuming this is my problem!
  22. Screenshot 2021-06-13 153637.png

    Screenshot 2021-06-13 153637.png

  23. T

    Don't receive any email alert/notifications

    Hey all, been a member for quite a while but unfortunately forget to come back on a regular basis because I never get any emails about my activity or replies to my post. My account email is correct, I watch threads, have all the correct checkboxes set for receiving emails, alerts, etc. Not...
  24. Screenshot 2021-06-13 070944.png

    Screenshot 2021-06-13 070944.png

  25. Screenshot 2021-06-13 070847.png

    Screenshot 2021-06-13 070847.png

  26. Screenshot 2021-06-13 070725.png

    Screenshot 2021-06-13 070725.png

  27. Screenshot 2021-06-13 070535.png

    Screenshot 2021-06-13 070535.png

  28. T

    nodejs-poolController

    To launch dashPanel, compile the app (`npm run build`). Now that it's compiled you can run `pm2 start dist/app.js` from the main dP directory. PM2 will see the .js extension and run the app in node under the PM2 daemon. Then you can run `pm2 startup` and `pm2 save` to freeze the state. See...
  29. T

    Any Pool Automation Grafana / InfluxDB users out there?

    The communications are not published but we've studied them long enough to know how they work. I have no idea what Pentair did to mess up their Alexa integration, but it's never been great. I have an EasyTouch and screenlogic and it's always been iffy at best. You'll only need an RS485...
  30. T

    Any Pool Automation Grafana / InfluxDB users out there?

    Hey all, Thanks for the write-up, @MyAZPool! @NCMike, I run Influx/Grafana on my synology nas with no issues. (Just make sure you backup your data if you do a major upgrade.). @jonpcar, Richard Sears was collaborating with on the Gitter forums a couple years ago. He integrated...