cryptk / haomnilogic-local

A Home Assistant integration for Hayward OmniLogic/OmniHub pool controllers using the local UDP api
Apache License 2.0
18 stars 4 forks source link

Support Dual speed pump #81

Open momoz opened 6 months ago

momoz commented 6 months ago

Can you add support for dual speed pumps? The other integration shows sensor or attribute when the pump was running in low or high, but it couldn't set as the set values were numerical.

Thanks

cryptk commented 6 months ago

Can you pull diagnostic data from the integration while the pump is running in its various speeds and attach them here? I don't have a dual speed pump to test with, but with the diagnostic data, I should be able to look into it.

momoz commented 6 months ago

config_entry-omnilogic_local-09a23289515cc8f585de24e97031dc1f.json.txt

cryptk commented 6 months ago

@momoz sorry if I wasn't clear, I need you do provide diagnostic downloads generated by the following procedure:

1: Use the OmniLogic app (not Home Assistant) to set the dual speed pump to 0%/off 2: Wait for 30 seconds 3: Pull diagnostics from the integration 4: Use the OmniLogic app (not Home Assistant) to set the dual speed pump to 50%/low speed 2: Wait for 30 seconds 3: Pull diagnostics from the integration 4: Use the OmniLogic app (not Home Assistant) to set the dual speed pump to 100%/high speed 2: Wait for 30 seconds 3: Pull diagnostics from the integration

Then please upload all 3 diagnostic files, making sure to label them which is which.

momoz commented 6 months ago

Sorry, Here are three files OFF, LOW, HIGH

Thanks!

OFF-config_entry-omnilogic_local-09a23289515cc8f585de24e97031dc1f.json-3.txt LOW-config_entry-omnilogic_local-09a23289515cc8f585de24e97031dc1f.json.txt HIGH-config_entry-omnilogic_local-09a23289515cc8f585de24e97031dc1f.json.txt

momoz commented 4 months ago

Any luck @cryptk on fixing for Dual Speed pumps?