Greeting,
I am running a NodeMcu with my app on an apple device so I cannot use Eventor. I am using a timer widget to turn on and off a single relay. I understand you do not need to run any code to do this as I am pushing a simple 1 or 0 (just like using a button widget where I could just flip my 1 and 0)
I have been racking my mind for days as I at first attached this to and extensive code that monitors my heat system.
For diagnostic purposes
-I tossed that code and tried running the relay on its own MCU. It does react but everything is backwards. (Off is on and On is off).
-Using a push button does allow me to switch 1/0 with proper results
-My question is, is the Timer widget, exactly the same as the button widget in flipping the 1 and 0 in the app. It does not fix my backwards problem when doing this, I have tried running on D1, D2, D4 and no luck reversing the power
this is my relay
Thanks
Bryan