-
I believe all is working except for the connecting to RS 485 on the panel , I can connect to the web server. Need to know if I am doing something fundamentally wrong or not with my wiring. I have the RS 6 Combo. I have two RS485 ports so I wired to the free 2nd one. 1st one has the PDA transceiver connected to it. Left ID as 0x0a. <--- Is this the issue? Thinking this might be it. First just had the data+/- connected (how interpret the instructions on wiki) then tried adding green for ground. Then tried black in place of green. No difference. I am using the recommended USB-RS485 product: https://www.amazon.com/dp/B01HI9CMT2 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
"wait on probe" means it is not it's not seeing a probe message coming from the control panel. The panel will send probe ever couple seconds. you can connect both sets of wires to the same connector. try serial loggin to see if RS485 is working https://github.com/sfeakes/AqualinkD/wiki#serial_log |
Beta Was this translation helpful? Give feedback.
-
Honestly I have a PDA only panel and been very please using aqualinkd with it for many years. I fixed many bugs over the years. Most recently around SWG. |
Beta Was this translation helpful? Give feedback.
ReadOnly Root, is probably something you should not tackle yet. The newest RaspberryOS releases overcome the hardware limitations on the Pi very well and corrupt SD cards as not as common as they once were. ReadOnly Root is to overcome the issue with corrupt CF cards.
Their are some pointers to securing AqualinkD in the other thread here.
#143