Moisture extractor for ESP8266 mini

Moisture extractor for ESP8266 mini

Description

Este es un actuador con sensor para extractor de humedad con soporte opcional DIN. Se puede usar realmente para cualquier tipo de actuador y sensor. Es importante poner el SNUBBER puenteando el relé para evitar que la chispa cuelgue a la ESP8266 al momento de abrir el circuito. Es recomendable rellenar con silicona la entrada del cable USB y la salida del cable eléctrico, como así también resinar los componentes dejando siempre expuesto al sensor, de esta forma el circuito tendrá una buena resistencia a la humedad y el agua. This is a sensor actuator for humidity extractor with optional DIN bracket. It can really be used for any type of actuator and sensor. It is important to put the SNUBBER by bypassing the relay to prevent the spark from hanging on the ESP8266 when opening the circuit. It is advisable to fill the entrance of the USB cable and the exit of the electrical cable with silicone, as well as resin the components, always leaving the sensor exposed, in this way the circuit will have good resistance to humidity and water. ESPHOME: esphome: name: Extractor friendly_name: Extractor esp8266: board: nodemcuv2 logger: api: encryption: key: "------------" ota: password: "----------------" wifi: ssid: !secret wifi_ssid password: !secret wifi_password fast_connect: True sensor: - platform: dht pin: D7 temperature: name: "Temperatura" humidity: name: "Humedad" update_interval: 10s switch: - platform: gpio name: "Ventilador" pin: number: D5 inverted: False mode: output: True open_drain: True - platform: restart name: Reiniciar

Statistics

Likes

0

Downloads

0