Replies: 4 comments 1 reply
-
Indeed at the moment there is no queuing implemented, and only one change can be done at a time; subsequent changes will fail (with an error message). But this is a valid request. For F series we could simply allow multiple parallel writes with little effort, but queuing (perhaps on ESP side) seems a better option. |
Beta Was this translation helpful? Give feedback.
-
Update: I am working on a queuing mechanism where the ESP buffers commands until the ATmega is ready to accept these. Will become available as part of a next firmware release [but not yet done in v0.9.46]. |
Beta Was this translation helpful? Give feedback.
-
Queueing is still not implemented, but v0.9.46 introduces multiple writes in one command, separated by white space, for example |
Beta Was this translation helpful? Give feedback.
-
And v0.9.53 will support buffering of E and F commands. |
Beta Was this translation helpful? Give feedback.
-
I think I'm running into an issue where setting two values (for example, operating mode and fan speed) simultaneously results in only one of them working. I'm guessing because of how and when the 38 packet is formed and sent. Is there a way to send multiple values in one request or work in some type of queue?
Beta Was this translation helpful? Give feedback.
All reactions