Fix disarming linkage 400 error on cameras without channel-indexed config - #562
Merged
rroller merged 1 commit intoApr 1, 2026
Merged
Conversation
…nfig Some cameras (e.g. DH-P3D-3F-PV-P) return 400 Bad Request when setting DisableLinkage and DisableEventNotify with a channel index. Fall back to the non-indexed URL if the indexed call fails. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
Hey @rroller, I tested this change with my camera by modifying the code directly in my HA and actively using it. It would be great if you could check and merge it so I can install the latest updates of the integration when you release. |
Owner
|
Thanks! Will get this merged soon. Sorry been busy |
rroller
approved these changes
Apr 1, 2026
Owner
|
Released! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
400 Bad Requestwhen settingDisableLinkageandDisableEventNotifywith a channel index, even though the read (getConfig) succeedssetConfigcall failsTest plan
🤖 Generated with Claude Code