user2684

Results 178 comments of user2684

Need hw to test this out and probably is pointless if not combined with other sensors like e.g. a dimmable led. Example: https://github.com/mysensors/MySensorsArduinoExamples/blob/master/examples/DimmableLightWithRotaryEncoderButton/DimmableLightWithRotaryEncoderButton.ino Postponing.

Hi guys, to your points, yes, _switchOutput() should take it into account and based on the setInvertValueToWrite () ON/OFF is handled differently. setPulseWidth() is supposed to be used in before()...

Clear, thanks, let me add this to the development queue then. The initial use case was to implement some sort of "panic" button (this thing doesn't turn off, let me...

The idea behind this is to use this variable mainly during upgrades. E.g. if in a new version of NodeManager something changes in the way information is stored in the...

Hi, thanks for reporting it. Basically what you are saying is that even if you have the OFF before the sleep as I can see from the logs, still looks...

Thanks for reporting it, I've tagged it as a bug and will double check trying to reproduce. Do you have any error showing up? Can you share any log? Thanks!

Thanks, will double check

Thanks for the comment. All reasonable concerns I think. I'll definitely make this as an option and not as the default behavior to be safer when I'll come to it....

@nekromant Hi, sorry for reviewing this soooo late! A couple of random comments: - Yes, the checks failed are not due to your code, this is something I will need...

Interesting, thanks, never had the chance to notice it!