netmindz / balboa_GL_ML_spa_control

Control protocol between GL2000 controller and ML series compatibile top panel
16 stars 8 forks source link

clearRXBuffer - not working as expcted #62

Closed netmindz closed 8 months ago

netmindz commented 8 months ago

Had to revert your commit for now @fherbert - see https://github.com/netmindz/balboa_GL_ML_spa_control/pull/61

fherbert commented 8 months ago

I suspect its reading the FB messages that you are sending, I'll need to add support to just ignore this, it's not like we need to read the messages we send.

fherbert commented 8 months ago

Made a PR now which clears the RX buffer once we've sent a command, no point reading our own transmission!

netmindz commented 8 months ago

Thanks for the prompt response, I'll give that a try tomorrow

netmindz commented 8 months ago

Makes sense, I tested on the ESPHome code initially but that's not sending any commands yet