Assistance Connecting to ScreenLogic locally - PWD issues #1220
Replies: 3 comments 3 replies
|
The system id is 6 characters, but I've only ever seen the pin be a 4 digit number. Where are you able to set something other then a numeric pin?? And, fwiw, the Screenlogic connection is pretty limited. You can absolutely use an rs485 adapter on the indoor SL module. The Elfin adapters are pretty popular and come in both wired and wireless models. |
|
Well, let's be sure I'm talking about the correct thing. If I bring up either the IOS app or the ScreenLogic connect app there's a "password" expected. The password set and in-use is a lower case word, with a number, and punctuation. If there's a PIN elsewhere I'm ignorant and don't know where it's at :) Attempting to lower this down to just 4chars results in an error scolding me and expecting 6chars at least. I'm likely dealing with a dead RS485 port on as Pentair pump (from the factory it looks like) and stumbled across this project while researching. I'm interested! I'm close enough to my equipment I can likely run a cable to my office, using the indoor wireless unit is also of interest. I will check out and acquire an adapter for sure. A WiFi might be most flexible, I now see the Wiki page and am digging in! Don't think this will solve my port issue on the pump but I'm interested in the project and have hardware around for it once I have an adapter. |
|
Score! I am now able to typr in the full password as I've got it stored in the other apps and it CONNECTS! I can now explore the software and check it out while my RS485 adapter turtles it's way here - thank you so very much! Let me know if there's specific things you'd like tested. |
Uh oh!
There was an error while loading. Please reload this page.
I have installed, via Docker, the Nodejs-pool controller software, I have installed the dashPanel software as well - also via Docker and on unRAID if that matters. I have successfully connected my Dashpanel to the controller and am attempting to configure it to speak to my existing ScreenLogic installation via the Pentair bridge. I am able to "speak" to the load panel with the Pentair application successfully however I've been unable to do so with poolController.
I goto configuration, Controller, then Comms, I add and enable Primary Port listed as ScreenLogic, Connection as Local, the system name I've gotten from the Pentair software, and then comes password. This field defaults to a numeric PIN, it will not accept my working password (lower case, numeric, punctuation). An error message states that my password length must be <= 4 chars and a stack trace follows. https://pastebin.com/5fxHuKGr If I attempt to modify the password to comply with this using ScreenLogic software I'm chastised that I must use a password >6 characters. chicken and egg I'm afraid, how do I pass my more complex password to the controller? If I must downgrade my password how is this accomplished and will it break my ability to use ScreenLogic?
I might be able to wire an RS485 connection in the future but wanted to start with this while I research hardware configurations. Can I use the Pentair wireless hardware to connect to the RS485 bus at the indoor adapter or must that be wired up outside with the RPi? Looking like I can but an ethernet or better WiFi RS485 might be better wired up outside :)
All reactions