@iamtheghost have you checked this: https://www.mysensors.org/controller
What about this
http://mycontroller.org/
Best posts made by dirkc
-
RE: Need advice on choosing software
-
RE: Is there a logging function in the Raspberry Pi Gateway?
@strangeoptics I've created a simple python file just to connect to an ethernet MySensors gateway and monitor all output:
https://github.com/dirkclemens/myssniffer.py/blob/master/myssniffer.py
If you want to use it with a serial gateway you have to make some changes in the main() routine to grab data from the usb port instead the ethernet port.