Replies: 34 comments 60 replies
-
Which IntelliCenter fw version is installed? This is simply trying to turn on a circuit. I hope they didn't start pushing updates. The last one was pulled because it was a bleeding booger. |
Beta Was this translation helpful? Give feedback.
-
Please check that at the OCP.
…Sent from my iPhone
On Jul 23, 2023, at 4:06 PM, Candurin ***@***.***> wrote:
Still on 1.064. No changes made on my end.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
-
When I took out the cable I got the disconnected error and here is what I see now: |
Beta Was this translation helpful? Give feedback.
-
The good news is that it looks like it detected IntelliCenter. Are you running PM2? |
Beta Was this translation helpful? Give feedback.
-
Doing it now. What's funny is that all the lights are blinking on my USB RS485 adapter |
Beta Was this translation helpful? Give feedback.
-
Posting this as well. Cause why not :) |
Beta Was this translation helpful? Give feedback.
-
This what you wanted? |
Beta Was this translation helpful? Give feedback.
-
Nope. Still there. |
Beta Was this translation helpful? Give feedback.
-
Does a multimeter (continuity) help me diagnose any of the com/RS485 ports on the IntelliCenter at all? |
Beta Was this translation helpful? Give feedback.
-
Nothing is happening (I am entering these commands on my pi): pi@raspberrypi:~/nodejs-poolController $ od -x < /dev/ttyUSB0 [1]+ Stopped npm start |
Beta Was this translation helpful? Give feedback.
-
I'm rebooting it now. |
Beta Was this translation helpful? Give feedback.
-
So... Entering either od -x < /dev/ttyUSB0 or od -x does nothing. It just sits there. |
Beta Was this translation helpful? Give feedback.
-
If either of you are interested, I'd be glad to forward a port for you to diagnose remotely, if that helps (would certainly help me :) ) Or at least let me know what I can be looking for hardware-wise on my intellicenter? I know that everything is working EXCEPT I am noticing that the Salt Level is reporting as "0" on the intellicenter system, yet, I'm still generating proper chlorine and the leds on the salt cell are functioning properly. Maybe related? |
Beta Was this translation helpful? Give feedback.
-
Where I am now, is that the lights are actively blinking on the RS485 usb adapter and DashPanel shows this: Seems a bit closer, but it's not getting my configuration from my intellicenter panel. |
Beta Was this translation helpful? Give feedback.
-
OK. I tested the lan cable (https://www.amazon.com/gp/product/B00HEM653S) and it turns out that there is an open failure on 4 & 5 in the cable (which is odd as the cable is fully intact start to finish). As of the start of this, The A-/B+ data cables ran though the outermost pins on the breakout cable. I have also tried using "ports" 1-3 and 6-8 without success. I would have assumed that as long as I am NOT using cable 4 or 5 to transmit the data it would be fine, no? Does it seem as though I need to run a new 100' cable? |
Beta Was this translation helpful? Give feedback.
-
More feedback on current situation: pi@raspberrypi:~ $ ps -ef | grep node |
Beta Was this translation helpful? Give feedback.
-
The od command is simply a dump of what is on the wire. Try another port on the IntelliCenter. Double up the wires in the connector.
… On Jul 28, 2023, at 6:57 PM, Candurin ***@***.***> wrote:
But which wiring? This is what isn’t making any sense.
I’ve tried direct to the intellicenter with no luck.
I’ve tried both rs485 adapters as well.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
This is using the doubled wiring: pi@raspberrypi:~ $ od -x < /dev/ttyUSB0 However, this is the incorrect wiring (no ffa5ff) at my adapter (green to B-, yellow to A+), which I know. If I wire the adapter CORRECTLY I never get any results from the od - x command. |
Beta Was this translation helpful? Give feedback.
-
The other adapter isn’t working at all. I am going to move everything over to my pi4 (currently on a 3B now) to rule that out tomorrow. Other than that, I’m out of options. |
Beta Was this translation helpful? Give feedback.
-
Moved the installation over to my Mac this morning. Both usb adapters are exhibiting the same behavior: [7/29/2023, 9:50:19 AM] warn: Inactivity timeout for 0 serial port /dev/tty.usbserial-A10LKG26 after 10 seconds od -x < /dev/tty.usbserial-A10LKG26 is not reporting back any data. |
Beta Was this translation helpful? Give feedback.
-
Is it at all possible that something went wrong with this board: I am now seeing in intellicenter that salt is no longer being reported. I am not sure if there is different sets of data across the green and yellow, but it is notable that salt was always being reported before and now no longer. |
Beta Was this translation helpful? Give feedback.
-
I’ve checked each one. Once I move the connections to any comm port on the IC board, no dice. Still not seeing the salt levels, which always worked before this issue started, which also makes me thing there’s a board issue. |
Beta Was this translation helpful? Give feedback.
-
I found the problem. It’s comm port B on the board. Seems to have failed. I moved the salt cell comm to the ICG board and started working immediately. |
Beta Was this translation helpful? Give feedback.
-
Just started getting this error while away on vacation this week:
ApiError: Message cleared from outbound buffer: 165,33,15,16,168,36,15,0,0,36,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,1,0,5,205
at RS485Port.clearOutboundBuffer (/home/pi/nodejs-poolController/controller/comms/Comms.ts:916:23)
at RS485Port.clearBuffer (/home/pi/nodejs-poolController/controller/comms/Comms.ts:901:61)
at RS485Port.closeBuffer (/home/pi/nodejs-poolController/controller/comms/Comms.ts:902:64)
at RS485Port.closeAsync (/home/pi/nodejs-poolController/controller/comms/Comms.ts:809:37)
at RS485Port.openAsync (/home/pi/nodejs-poolController/controller/comms/Comms.ts:535:26)
at Timeout. (/home/pi/nodejs-poolController/controller/comms/Comms.ts:831:17)
If you have any ideas that would be great. I have rebooted pentair intellicenter as well as my pi numerous times to no effect.
Beta Was this translation helpful? Give feedback.
All reactions