-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aqualink daemon can't use extended_device_id in PDA mode #295
Comments
@ballle98 Yes, their is a lot of work done around using IAQ touch for PDA panels that support that protocol. I basically decided it was best to move the whole PDA support to the IAQ protocol. That way newer PDA panels that do NOT have iAqualinkTouch devices connected can use the IAQ for AqualinkD and PDA also the Jandy PDA remote and not have conflicts. It's all in the latest dev branch. set device id to 33 and panel type to a PDA panel, and it'll start using IAQ touch protocol for PDA. There is still a lot of errors / work that needs to be complete though.
BTW, the latest Dev branch also has Home Assistant discovery included. ( I think you're using HA now ). I'll be posting an update soon.
These will also be needed to test that HA
FYI I just pushed the wiki update for the next release, that has the HA details in it |
OK the output from serial logger and comments in aqualinkd.conf pushed me down a bad direction. I had set up as PDA with itouch instead of itouch without PDA like below. Setting device_id=0x33 works Note: There are several things broken in IA touch (heater setpoints are not working, etc.)
|
Using 0x33 as the main ID, is not ready for prime time, (message above), hence it’s not documented in wiki or config. There is a lot broken / not fully tested in that mode. Using 0x33 as the extended ID, will be ignored if in PDA mode / pda panel. the future for PDA panels that can support 0x33 (rev 6 or newer), will be to use 0x33 as the main ID and drop 0x60 all together. But that’s taken a backseat at the moment while I refactor some other code to make that easier. |
I have a newer PDA panel that has some support. If I patch out this check below I start seeing iAQ Touch interactions. I was going to look into it and see if I could make it more functional.
@sfeakes have you done any additional work on this or do you have plans around this?
The text was updated successfully, but these errors were encountered: