Hi All,
just finished my first plugin. I was in the need of powering up/down my external amplifier via a 433Mhz transmitter when Volumio is starting/shutting down. So I decided to try to achieve this by a plugin.
I think it’s not perfect, but at least it’s working So forgive me, I’m a Newby.
Any feedback is appreciated.
github.com/maziggy/volumio-plug … switch.zip
Plugin configuration needs three parameters:
- the GPIO pin the data link of the 433Mhz transmitter is connected to
- the code to send on system startup
- the code to send on system shutdown
Cheers, Martin