@jkandasa said:
Hello every one,
I started to develop agent for raspberry pi to monitor and control from MyController. I pushed first draft code on https://github.com/mycontroller-org/mcagent-rpi Communication between Raspberry PI agent(
mcagent
) and MyController via MQTT.If you are interested to test this feature please let me know.
For now we can do the following actions,External:
ON
/OFF
any GPIO pin (relay control)- Make a pin as switch (Listen GPIO pin and report to controller)
Internal:
- Monitor system memory(RAM) usage
- Monitor CPU Voltage
- Monitor CPU temperature
I'm ready to add more device support in Raspberry PI, If you have idea please let me know.
IMPORTANT: This is very initial state of agent design, We may change complete concept before actual release.
NOTE: You should use latest version of MyController from Google-Drive to use raspberry PI agent.
Thank you!
Is there any documentation for setup both mcagent and mycontroller ?