Enhance 'follow' profile description in items.md#2653
Open
jwrw wants to merge 1 commit intoopenhab:mainfrom
Open
Enhance 'follow' profile description in items.md#2653jwrw wants to merge 1 commit intoopenhab:mainfrom
jwrw wants to merge 1 commit intoopenhab:mainfrom
Conversation
Clarified the description of the 'follow' profile to better explain its functionality and impact on linked channels. Signed-off-by: Jim Watson <jimwrwatson@gmail.com>
✅ Thanks for your pull request to the openHAB documentation! The result can be previewed at the URL below (this comment and the preview will be updated if you add more commits).Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
florian-h05
reviewed
Mar 17, 2026
| |-----------------------------------------------------------------------------------------------|---------|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| | `default` | State | All | If you don't specify any Profile, this Profile will be used. For State Channels, this means that states and commands are just propagated from the Channel to the Item and vice versa without any changes. For Trigger Channels, the Default Profile won't change anything on the Item. | | ||
| | `follow` | State | All | If one device should "follow" the actions of another device, this can be used. The term "follow" in this case means that any state that is sent to an Item will be forwarded from this Item to any linked Channel with the `follow` Profile. It takes state updates on an Item and sends them as a command onto the Channel. In the direction from the ThingHandler towards the Item, this Profile ignores state updates. | | ||
| | `follow` | State | All | This Profile can be used to make one device "follow" the actions of another device. The channel will "follow" an item linked to the Channel using this Profile. This means that any state that is sent to that Item will be forwarded from this Item to any Channel linked using the `follow` Profile. It takes state updates on the Item and sends them as a command onto the Channel. Here is can affect other Items linked to that channel with say a `Default` Profile, or can carry out other command actions configured on that channel (e.g. to publish a command via MQTT). In the direction from the ThingHandler towards the Item, this Profile ignores state updates. | |
Contributor
There was a problem hiding this comment.
I don't understand that new sentence "Here is can ..."
Author
There was a problem hiding this comment.
Quite correct - it should read "Here it can..."
What's the bast way to correct this?
Contributor
There was a problem hiding this comment.
What about
This can affect other Items linked to that channel with, say, a Default Profile, or can carry out other command actions configured on that channel (e.g., to publish a command via MQTT).
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.
Clarified the description of the 'follow' profile to better explain its functionality and impact on linked channels. I didn't understand the existing wording, so hopefully this makes it clearer and more useful.