@sdetweil Thanks for the swift answer.
It seems that the showcase guidelines are outdated in that case? At least it would not make sense to add a changelog in the starting topic.
@sdetweil Thanks for the swift answer.
It seems that the showcase guidelines are outdated in that case? At least it would not make sense to add a changelog in the starting topic.
Hi, could someone enlighten me?
I’ve been lurking for quite some time now, but I’ve posted a new topic yesterday showing my first module here.
I’ve followed the showcase guidelines, however it seems I cannot update my post anymore after one hour. I wanted to adjust some minor things and probably lateron update the changelog, but this does not seem possible anymore? Is that correct?
Thanks in advance
While building my Mirror, I could not find a module that supports PWM (Pulse Width Modulation) and/or handles GPIO as a whole (input & output).
The Mirror had LEDs and LED strips installed according to this instruction (with MOSFETs).
Though the instructions do not mention PWM explicitly, the concept uses Software PWM.
This module supports:
The module sends a Notification if an input is changed, which can be used to start actions in other modules.
The module starts output handling from defaults set or when a HANDLE_PWM or HANDLE_ON/OFF notification is received. Payload in notification sets the options.
Structured tables with all options can be found in the readme
For clarity I would like to state you will need (an)other module(s) to send notifications or to received notification do something with.
I’m currently working on a dynamic menu (for my buttons) which this module will work with. I will add this here later.
I post this here as other developers might benefit for the use with PWM, others might want to write a module to work with this module.
I am open for comments or suggestions.
There are no screenshots as this is a system module doing things in te background
Can be downloaded and installed according the instructions: https://github.com/Sjohn21/MMM-GPIO-HANDLER#Installation