what is "MY_GATEWAY_CLIENT_MODE" good for?
Controllers
5
Posts
2
Posters
1.8k
Views
2
Watching
-
Hey there,
I had a look around the MySensors files on the search for a way to make my ESP activly send it's data to an IP adress.
I found theMY_CONTROLLER_IP_ADDRESSfeature wich looks promising. If defined, it makes the gateway work in client mode. What exactly does this mean? Can I still connect to it with MySController or other Controller for debugging? Or will it exclusivly send it's messaged to the specified IP and ignore everything else? -
yeah I will try it in some way. Pimatic controller only supports serial gateway. Maybe I can use ser2net tool to bind incoming tcp traffic to a serial device, where pimatic can read it.
But will it still be possible to access the gateway with an other controller as standard ethernet gateway?