Die Suche ergab 1482 Treffer

von elmaya
Fr Jan 05, 2024 2:06 pm
Forum: Ogólna dyskusja
Thema: YYAC-3S - problemy, uszkodzony?
Antworten: 15
Zugriffe: 1474

Re: YYAC-3S - problemy, uszkodzony?

Które wersje YYAC-3S miałeś?, patrz zdjęcie 01 i 02. Mam 2 szt. wersji 01 i 2 szt. wersji 02. Wersja 01 działa dobrze. We współpracy z żarówkami Osram dimmable co prawda od czasu do czasu zdarzają się mini mrugnięcia. Lecz po zmianie na żarówkę Philips jest wzorcowo. Żadnych mrugnięć, płynne ściemn...
von elmaya
Sa Dez 30, 2023 1:45 pm
Forum: Help
Thema: Heatpol Home+
Antworten: 4
Zugriffe: 1966

Re: Heatpol Home+

von elmaya
Sa Sep 30, 2023 1:55 pm
Forum: Pomoc
Thema: Aktualizacja płytek ESP32 pod ArduinoIDE
Antworten: 13
Zugriffe: 467

Re: Aktualizacja płytek ESP32 pod ArduinoIDE

It is better to have both separated by a comma.

Code: Alles auswählen

https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json, http://arduino.esp8266.com/stable/package_esp8266com_index.json
von elmaya
Di Sep 19, 2023 3:32 pm
Forum: Pomysły i koncepcje
Thema: Czujnik zalania
Antworten: 66
Zugriffe: 19345

Re: Czujnik zalania

Hi @elmaya, do you remember which GPIO is connected to the Reed switch/water sensor in that devices from first pages? I bought one, I can easily flash it and wanted to write my own soft for this to use it as trigger for water pump. To wake it up on reed switch toggled, read status and send data to ...
von elmaya
Mo Aug 07, 2023 11:26 am
Forum: Help
Thema: GUID generator for ESP32 C3
Antworten: 2
Zugriffe: 879

Re: GUID generator for ESP32 C3

#include <EEPROM.h> #include <SuplaDevice.h> char GUID[SUPLA_GUID_SIZE]; char AUTHKEY[SUPLA_AUTHKEY_SIZE]; byte uuidNumber[16]; // UUIDs in binary form are 16 bytes long void guid_authkey(void) { if (EEPROM.read(300) != 60) { int eep_gui = 301; esp_fill_random(uuidNumber, 16); String uuidString = &...
von elmaya
Di Jun 20, 2023 5:36 pm
Forum: Pomoc
Thema: Wemos d1 mini, a dimmer
Antworten: 12
Zugriffe: 662

Re: Wemos d1 mini, a dimmer

the LEDs are not connected correctly.
Connect the brown twisted pair to the + pin of the module.
the blue twisted pair to the LOAD connector.

D4184-MOSFET-Control-Module-Schematic-3.jpg
D4184-MOSFET-Control-Module-Schematic-3.jpg (166.47 KiB) 355 mal betrachtet
von elmaya
Do Jun 15, 2023 9:12 pm
Forum: Pomoc
Thema: Metody zwiększania napięcia na GPIO
Antworten: 17
Zugriffe: 784

Re: Metody zwiększania napięcia na GPIO

I don't understand why you don't use a Led diode connected between the ESP8266 Gpio and the relay input, it's the easiest solution. I assume you have wiring like this: relay5vTra.png With this connection you are inverting the signal, you are turning an active low relay into an active high one. Using...
von elmaya
Mi Jun 14, 2023 3:34 pm
Forum: Nowości
Thema: TERMOREGULACJA - ZAPROSZENIE DO TESTÓW :)
Antworten: 116
Zugriffe: 7450

Re: TERMOREGULACJA - ZAPROSZENIE DO TESTÓW :)

I have seen the implementation for "Hvac" in supla-device by @klew. I take this opportunity to congratulate @klew for the great job. there are many configuration options and it will be quite a challenge to make a device that is intuitive in daily use and also has many configuration options...
von elmaya
Sa Jun 03, 2023 9:22 am
Forum: Ayuda
Thema: Relays interlocking
Antworten: 9
Zugriffe: 840

Re: Relays interlocking

Usa las acciones condicionales, la descripción la tienes en este hilo viewtopic.php?t=7952
von elmaya
Mi Mai 31, 2023 10:06 pm
Forum: Sonoff 4CH
Thema: Sonoff 4CH PRO R3 - zasilanie
Antworten: 4
Zugriffe: 427

Re: Sonoff 4CH PRO R3 - zasilanie

Analyzing what you indicate, I think that the fault is in "U12" voltage regulator from 5v to 3.3v.
Check the voltages on "U12", they should be 0v, 5v and 3.3v.

Zur erweiterten Suche