Guys, is there some way to integrate MQTT devices in AM? We have some MQTT powered SONOFF POW switches for power control and rigs monitoring, it would be great if we have power consumption information in progress list and a buttons "Power on"/"Power off"
There's no native support for MQTT, but you could construct some interface for AM to use. When it comes to rules actions, you have a few options like a custom C# action, email, SMS, telegram, executable, SSH, or webhook. You might be able to piece something together from an If This Then That website with the webhook option.
I see it's possible to use webhooks with device with JSON API enabled, but this is for monitoring. How can i make a button, or an option in rightmouseclick menu for power off/on device via remote relay? Is it possible?