I just pushed a new release to github. I added support to remotely reboot your cointerra via MobileMiner 'Restart' button.
This was a lot of code changes. You might want to wait for a 2-3 days so I can see if I have any bugs to fix in this release.
Here are the release notes.
1) I added Emba's Windows 7 instructions to the readme.
2) Fixed crash when trying to send an email and your internet is down
3) Converted error counter to a counter per configured cointerra. Was a single 3 count for all configured cointerra’s
4) Added new devs command but only adding results to log file.
5) Per recommendation from Cointerra Devs I added dmesg and lsusb command support when rebooting
6) Fixed broken MobileMiner alerts when more than 1 MobileMiner is configured.
7) Fixed double sleep command when rebooting.
Now have full support for MobileMiner’s remote commands. Added support for RESTART command. This command will reboot your cointerra.
To enable this feature add "remote_commands": true to your mobileminer array. See sample config.
I am not supporting START or STOP because there are no clean mappings from the MobileMiner buttons to the cgminer RPC command list.
Recommendations are welcome.