Skip to content

How to use the "extended" payload information #319

Answered by TD22057
MrGibbage asked this question in Q&A
Discussion options

You must be logged in to vote

That's the HA template. You have to change the insteon-mqtt state_payload config.yaml entry to include the reason field. The default looks something like:
{ "state" : "{{on_str.upper()}}", "brightness" : {{level_255}} }
You'll have to add a reason:
{ "state" : "{{on_str.upper()}}", "brightness" : {{level_255}}, "reason" : {{reason}} }

Replies: 7 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by krkeegan
Comment options

You must be logged in to vote
2 replies
@krkeegan
Comment options

@krkeegan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants