What are people using for a gateway with these?
I'm currently using this from @NeverDie , which seems to work for the most part, but I'm getting a lot of connection errors:
[31m2018-04-18 18:27:35 ERROR (Thread-2) [mysensors.gateway_tcp] Receive from server failed.
[32m2018-04-18 18:27:35 INFO (Thread-2) [mysensors.gateway_tcp] Closing socket at ('10.0.50.100', 2323).
[32m2018-04-18 18:27:35 INFO (Thread-2) [mysensors.gateway_tcp] Socket closed at ('10.0.50.100', 2323).
[32m2018-04-18 18:27:35 INFO (Thread-2) [mysensors.gateway_tcp] Trying to connect to ('10.0.50.100', 2323)
[32m2018-04-18 18:27:35 INFO (Thread-2) [mysensors.gateway_tcp] Connected to ('10.0.50.100', 2323)
[32m2018-04-18 18:27:52 INFO (Thread-2) [mysensors.gateway_tcp] Closing socket at ('10.0.50.100', 2323).
They seem to come up about 75% of the time when the gateway receives a message from a node.
I thought it might be a power thing, so I messed around with a few caps and a separate power source for the hat but nothing seems to have made a difference.
Everything seems to work despite this, but I don't really want my log to be filled with these errors if I can help it.
Has anyone attempted to build a wired gateway or anything similar?