ScreenLogic vs RS485? #60
Answered
by
parnic
NathanSweet
asked this question in
Q&A
-
The Pentair ScreenLogic2 "protocol adapter" box has 4 wires and connects to the LAN via ethernet. I've come across tagyoureit/nodejs-poolController which I guess connects to the same 4 wires the ScreenLogic does. Can everything done via ScreenLogic also be done via RS485? |
Beta Was this translation helpful? Give feedback.
Answered by
parnic
Apr 26, 2022
Replies: 1 comment 2 replies
-
I unfortunately don't know. This library's intent is to interact with the remote TCP API. Presumably you'd be able to do the same stuff over a wire, but that repo you mentioned is your best bet for that. I'm not much of a hardware guy. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
parnic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I unfortunately don't know. This library's intent is to interact with the remote TCP API. Presumably you'd be able to do the same stuff over a wire, but that repo you mentioned is your best bet for that. I'm not much of a hardware guy.