Recent content by tagyoureit

  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