Skip to content
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

[insteon] Fix led command stack overflow error #17977

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

jsetton
Copy link
Contributor

@jsetton jsetton commented Dec 25, 2024

Instead of sending a command to a relevant feature, it sent it back to itself causing the stack overflow. Additionally, the command should be sent regardless of the current state since it may not be up to date at the time the command is received.

This bugfix should be included in 4.3.1.

@openhab-bot
Copy link
Collaborator

This pull request has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/new-insteon-binding-for-4-3-missing-led-on-off-channel-on-devices/161080/11

@jlaur jlaur added the bug An unexpected problem or unintended behavior of an add-on label Dec 25, 2024
@jsetton jsetton force-pushed the insteon-led-cmd-fix branch from c312eff to ee85f2c Compare December 26, 2024 22:25
Copy link
Contributor

@jlaur jlaur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@jlaur jlaur merged commit bbdf3e3 into openhab:main Dec 26, 2024
3 checks passed
@jlaur jlaur added this to the 5.0 milestone Dec 26, 2024
@jsetton jsetton deleted the insteon-led-cmd-fix branch December 26, 2024 22:55
jlaur pushed a commit that referenced this pull request Dec 26, 2024
@jlaur jlaur added the patch A PR that has been cherry-picked to a patch release branch label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on patch A PR that has been cherry-picked to a patch release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants