Fixes OpenHab MQTT esp8266 issue #320 - Removing Extra Space in MQTT Topic#363
Open
tylerbinski wants to merge 1 commit into
Open
Fixes OpenHab MQTT esp8266 issue #320 - Removing Extra Space in MQTT Topic#363tylerbinski wants to merge 1 commit into
tylerbinski wants to merge 1 commit into
Conversation
… in MQTT Topic fixes taligentx#320 OpenHab MQTT esp8266 issue taligentx#320
ksinitsyn
pushed a commit
to ksinitsyn/dscKeybusInterface
that referenced
this pull request
Jun 1, 2026
Upstream PR taligentx#362 (tylerbinski): adds armed-night (stay + no entry delay) support via the "1N" command and an armed-mode channel, and corrects the PGM state topics from "dsc/Get/PGM 1"/"PGM 8" to "PGM1"/"PGM8" (also the subject of PR taligentx#363, which this supersedes). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ksinitsyn
pushed a commit
to ksinitsyn/dscKeybusInterface
that referenced
this pull request
Jun 1, 2026
Propagates the PR taligentx#362 / taligentx#363 fixes (which upstream only applied to the esp8266 example) to the esp32 and Arduino OpenHAB-MQTT examples for consistency: armed-night ("1N") support plus armed-mode channel, and the PGM state-topic corrections ("dsc/Get/PGM 1"/"PGM 8" -> "PGM1"/"PGM8"). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
This PR fixes the problem described in Issue #320
Extra space in the OpenHAB THING definition for the pgm switch.