Would it be possible to put together something to support and enable Adafruit IO?
https://adafruit-io-python-client.readthedocs.io/en/latest/index.html
Quite a handy method (combined with IFTTT and a bit of Python) to control various other servers and IoT stuff via API’s. For example I’m using it to trigger my Volumio radio via IFTTT (details here) and would have liked to run the IO server bit on my DietPi general server.
I did try installing it on the machine manually (it installs via pip normally) and it failed due to some mismatched dependency versions, so in the end had to set it up on a seperate Pi Zero which is not quite what I wanted.
Would a software option to support this be possible?