Search found 4 matches

by soldfingr
13 Jan 2020, 21:01
Forum: ESP Easy: Projects / Applications
Topic: Sensor for blinking LED of washing machine
Replies: 6
Views: 13190

Re: Sensor for blinking LED of washing machine

I will assume that your Switch input and Generic Counter both use the same GPIO pin. Enable the PullUp in the switch input, then adjust the Pot as needed. This will ensure that the switch input's PullUp setting matches the counter's default PullUp setting. Of course I do use the same GPIO pin for b...
by soldfingr
06 Jan 2020, 10:32
Forum: ESP Easy: Projects / Applications
Topic: Sensor for blinking LED of washing machine
Replies: 6
Views: 13190

Re: Sensor for blinking LED of washing machine

I connected a traditional photoresistor and a potentiometer to analog Port A0 and also to the digital port D5, which I configured as input interface. With this voltage devider I could adjust the range of voltage the photo resistor could reach. So I managed the digital port to be "1" when t...
by soldfingr
05 Jan 2020, 12:15
Forum: ESP Easy: Projects / Applications
Topic: Sensor for blinking LED of washing machine
Replies: 6
Views: 13190

Re: Sensor for blinking LED of washing machine

Thank you. This is a valid approach. I will try it out and give feedback if it works.
by soldfingr
04 Jan 2020, 21:18
Forum: ESP Easy: Projects / Applications
Topic: Sensor for blinking LED of washing machine
Replies: 6
Views: 13190

Sensor for blinking LED of washing machine

Hello, this is my first post on this board. I use ESPEASY (mostly on Wemos D1) for my house automation on FHEM and I'm completly excited. Recently I moved all of my sensors from the Mysensors-project to ESPEASY (using MQTT and FHEM HTTP) because it is much easier to implement new sensors. Here is my...