Hi all,
I’m running openHAB 4.2 on a RPI (Openhabian).
Basic question: Is it possible with the serial binding to keep receiving and sending separately? With some effort, I have configured my serial binding to control the hi-fi. For most actions, sending a command will result in it being executed on the hi-fi. A special case is the command to inquire about the status of the hi-fi, which requires a response.
Currently, there is a trigger on the string from the serial binding, but this also fires when I send something to the item connected to the serial binding. In one instance, the pattern is similar for both incoming and outgoing data.
Is there an easy way to keep them separate? Could postUpdate
be a solution for sending data, where the item string trigger is not activated, but the trigger for actual sending still is? I’ve also seen autoupdate="false"
, but I don’t think that will solve this issue.
Thanks, Pieter