Search found 1482 matches

by elmaya
Fri Jan 05, 2024 2:06 pm
Forum: Ogólna dyskusja
Topic: YYAC-3S - problemy, uszkodzony?
Replies: 15
Views: 1456

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...
by elmaya
Sat Dec 30, 2023 1:45 pm
Forum: Help
Topic: Heatpol Home+
Replies: 4
Views: 1940

Re: Heatpol Home+

by elmaya
Sat Sep 30, 2023 1:55 pm
Forum: Pomoc
Topic: Aktualizacja płytek ESP32 pod ArduinoIDE
Replies: 13
Views: 451

Re: Aktualizacja płytek ESP32 pod ArduinoIDE

It is better to have both separated by a comma.

Code: Select all

https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json, http://arduino.esp8266.com/stable/package_esp8266com_index.json
by elmaya
Tue Sep 19, 2023 3:32 pm
Forum: Pomysły i koncepcje
Topic: Czujnik zalania
Replies: 66
Views: 19274

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 ...
by elmaya
Mon Aug 07, 2023 11:26 am
Forum: Help
Topic: GUID generator for ESP32 C3
Replies: 2
Views: 870

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 = &...
by elmaya
Tue Jun 20, 2023 5:36 pm
Forum: Pomoc
Topic: Wemos d1 mini, a dimmer
Replies: 12
Views: 656

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) Viewed 349 times
by elmaya
Thu Jun 15, 2023 9:12 pm
Forum: Pomoc
Topic: Metody zwiększania napięcia na GPIO
Replies: 17
Views: 777

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...
by elmaya
Wed Jun 14, 2023 3:34 pm
Forum: Nowości
Topic: TERMOREGULACJA - ZAPROSZENIE DO TESTÓW :)
Replies: 116
Views: 7407

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...
by elmaya
Sat Jun 03, 2023 9:22 am
Forum: Ayuda
Topic: Relays interlocking
Replies: 9
Views: 821

Re: Relays interlocking

Usa las acciones condicionales, la descripción la tienes en este hilo viewtopic.php?t=7952
by elmaya
Wed May 31, 2023 10:06 pm
Forum: Sonoff 4CH
Topic: Sonoff 4CH PRO R3 - zasilanie
Replies: 4
Views: 418

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.

Go to advanced search