PDA-P4 Support #180
Replies: 3 comments 2 replies
-
serial logger will only pickup what's running on the RS485 buss, so light will never be seen (no lights are RS485), and SWG only if it's on and running at the same time slog is executing. Heater would be seen if it's a RS485 heater (many are not wired up in that mode even if they support it). The id 0x60 is listed twice, so the PDA remote was probably in sleep mode then woke while slog was being executed. |
Beta Was this translation helpful? Give feedback.
-
Since you are using a PI, the binary’s in the repo should work. but the error looks like you have an old or missing header, have you modified anything from the repo / got a clean copy? |
Beta Was this translation helpful? Give feedback.
-
Somewhat a duplicate of #155. I can see that you are trying to compile under OS: 11 (bullseye) and that is known not to compile. I have a pull request to fix this #156 as well as another request to fix new warnings in bullseye #174 You can try my fork with these pulls merged https://github.com/ballle98/AqualinkD/wiki#install It also look like you are not using the default "make clean; make" You have different -D defines Than what I see when I build: |
Beta Was this translation helpful? Give feedback.
-
Hello,
I haven' been successful in either running or compiling this project. Is my model, PDA-P4, supported? It seems that the section regarding upgrading PDA chipsets has been removed from the wiki.
I was able to compile the slog separately and get this output. It seems that it does pick up my pump but it doesn't pick up my heater, SWG and the light.
Great project and awesome work none the less.
Notice: RS Serial: RS485 interface received 600 packets in 64 seconds (~9.38 Msg/Sec)
Notice: RS Serial: Jandy Control Panel Model : PDA-P4 Only
Notice: RS Serial: Jandy Control Panel Version : PPD PDA. 5.0
Notice: RS Serial: Jandy ID's found
Notice: RS Serial: ID 0x78 is in use <-- Jandy VSP ePump
Notice: RS Serial: ID 0x60 is not used <-- can use for Aqualinkd (PDA mode only)
Notice: RS Serial: ID 0x61 is not used <-- can use for Aqualinkd (PDA mode only)
Notice: RS Serial: ID 0x62 is not used <-- can use for Aqualinkd (PDA mode only)
Notice: RS Serial: ID 0x63 is not used <-- can use for Aqualinkd (PDA mode only)
Notice: RS Serial: ID 0x60 is in use <-- PDA Remote
Beta Was this translation helpful? Give feedback.
All reactions