vekexasia / comfoair-esp32

Interact with Zehnder Comfoair with esp32
Other
124 stars 40 forks source link

sendCommand #2

Closed ktomi88 closed 2 years ago

ktomi88 commented 3 years ago

Hello, My question is about your sendCommand routine, which seems to send the same message twice with a 1 sec delay inbetween. I found that sending only once is sufficient, but you have to make sure that you are sending right after a message has been received from the unit. This ensures that the unit is listening for incoming messages and there will be no collision on the bus when the unit is preparing or trying to send the next message. Do you mean is this right?

Best regards, Tamas

vekexasia commented 3 years ago

hey @ktomi88 i don't recall why i send twice. It's prob due to what you mentioned.