vitotai / BrewPiLess

Use an ESP8266 to replace RPI and Arduino. Running BrewPi without Pi, therefore, BrewPi-Less
352 stars 131 forks source link

Colling actuator not working #127

Open filipematos95 opened 6 years ago

filipematos95 commented 6 years ago

For my BPL I am using a Wemos D1 mini. I am facing the following problem. When I use a mechanical relay in the form of a wemos d1 mini shield I can only use the port D1 (tested without bpl, just a simple code). However with BPL, using this port it only blinks the relay light. I then tried using a solid state relay in port D1 and didn't work, but when using again port D5 ( changing the configuration.h) both work.

vitotai commented 6 years ago

Change the D1 mini and/or the relay. Make sure the power supply provides enough current.

D1 is used as SCL of I2C. You can surely change it. Or, have you? I can't help in your hardware configuration.