When querying lots of parameters or doing polling it could be costly to open and close the socket each time. It would be great if API exists which could allow the following scenario:
Open the socket
Read/write multiple times through the same sock
Close the socket at the end
This could be utilized by Home Assistant for example, which could then read multiple sensors using the same socket.
When querying lots of parameters or doing polling it could be costly to open and close the socket each time. It would be great if API exists which could allow the following scenario:
This could be utilized by Home Assistant for example, which could then read multiple sensors using the same socket.