-
Hey everyone, I have connected a device via serial connection and I receive successfully MQTT-Messages. Is there a way to send only messages which begin with "FC16"? Example values...
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
First, I'd suggest to stop worrying about a small amount of "unnecessary" messages without real "cost". Still, using |
Beta Was this translation helpful? Give feedback.
-
scripting sounds good, so its maybe possible to decode some of the hex values to push the in readable format. So I looked for rules, but I cant figure out how to say "starts with "FC 16"" |
Beta Was this translation helpful? Give feedback.
First, I'd suggest to stop worrying about a small amount of "unnecessary" messages without real "cost".
Still, using
SetOption147
, you could disable the automatic publish, and then use features like rules or Berry to pick up on the ones you want, and process them, including doing your own publish.