Search found 38 matches

by sincze
12 Mar 2024, 08:36
Forum: ESP Easy: Hardware
Topic: [SOLVED] diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board
Replies: 12
Views: 434

Re: [SOLVED] diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board

It's a nice touch that the relay's I/O assignments are not factory connected. You can freely choose the GPIO from header pads p3 (J6) and/or P4 (J7). That keeps it flexible. - Thomas I agree on the flexibility part. Now I can use 2 relais and I2C sensors and a door sensor as well. But they sell it ...
by sincze
10 Mar 2024, 18:09
Forum: ESP Easy: Hardware
Topic: [SOLVED] diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board
Replies: 12
Views: 434

Re: diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board

Looking at the pcb it seems that j5 needs to be bridged with j6 since the the connections from the relays only lead to j5 (ry1 to ry4) relay-close-fix.jpg Ding ding ding . After noticing https://templates.blakadder.com/assets/device_images/ESP12F_Relay_X4_GPIO15.webp I bridged mine as well (no jump...
by sincze
10 Mar 2024, 17:44
Forum: ESP Easy: Hardware
Topic: [SOLVED] diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board
Replies: 12
Views: 434

Re: diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board

TD-er wrote: 10 Mar 2024, 17:43 That template is for an ESP32, you have a board with ESP8266
You beat me to it, i corrected myself ;-)
by sincze
10 Mar 2024, 17:39
Forum: ESP Easy: Hardware
Topic: [SOLVED] diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board
Replies: 12
Views: 434

Re: diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board

I've marked the 4 most likely pcb traces to control the relays. You can use a multi-meter to track back to what GPIO pin they lead... (when the board is NOT powered on!) Screenshot - 10-03-2024 , 17_29_46.png Tnx. I like the notes that hint to blue smoke ;-) when the board is NOT powered on!) I als...
by sincze
10 Mar 2024, 17:14
Forum: ESP Easy: Hardware
Topic: [SOLVED] diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board
Replies: 12
Views: 434

Re: diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board

To be honest I started with the GPIO test before moving (reflashing) to Collection-C to try the LC_Tech idea. relay-close.jpg Through the command box I tried flipping from 0 to 1 and 1 to 0 gpio,0,1 gpio,1,1 gpio,2,1 (Blue light switches on ESP) gpio,3,1 gpio,4,1 gpio,5,1 (set to 0 this enables LED ...
by sincze
10 Mar 2024, 15:05
Forum: ESP Easy: Hardware
Topic: [SOLVED] diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board
Replies: 12
Views: 434

[SOLVED] diymore AC/DC Power Supply ESP8266 WIFI Four-Way Relay Module ESP-12F Development Board

Anyone familiar with this board? relaisboard.JPG https://www.diymore.cc/collections/tags-esp8266/products/ac-dc-power-supply-esp8266-wifi-four-way-relay-module-esp-12f-development-board?_pos=2&_sid=4a556ec5b&_ss=r I was able to flash it with: mega-20240229 (leap-build) (Collection C) hoping ...
by sincze
05 Mar 2024, 10:10
Forum: ESP Easy: Software
Topic: ESP Easy Ser2net no message in MQTT (P020)
Replies: 64
Views: 9711

Re: ESP Easy Ser2net no message in MQTT (P020)

Hm, can this be a setting on HA side, not retaining messages larger then a specific size? As I've been unable to find something similar in ESPEasy, and as it was me that added the PublishR command, I'm pretty sure there's no special condition for the retain flag not being set for the PublishR comma...
by sincze
04 Mar 2024, 21:52
Forum: ESP Easy: Software
Topic: ESP Easy Ser2net no message in MQTT (P020)
Replies: 64
Views: 9711

Re: ESP Easy Ser2net no message in MQTT (P020)

Thanks for sharing your info and configuration, that'll be helpful to a lot of people. But this remark is unclear to me: however this seems not to work for !serial but does work for other mqtt messages that is publish. I don't see the relation between the PublishR command and !serial, other than to...
by sincze
04 Mar 2024, 16:59
Forum: ESP Easy: Software
Topic: ESP Easy Ser2net no message in MQTT (P020)
Replies: 64
Views: 9711

Re: ESP Easy Ser2net no message in MQTT (P020)

Thanks so much for all the help in this thread. I recently installed the 20240229 - Mega with the Communication - Serial Server to read data from my P1 port. Domoticz has direct access to this communication serial server, but I also wanted a second controller (Homeassistant) to be able to see the da...
by sincze
26 Jul 2023, 16:49
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy P1 wifi gateway GPIO Idx
Replies: 38
Views: 49747

Re: ESPEasy P1 wifi gateway GPIO Idx

I hope I may ask this question. I recently updated my EspEasy version since 2018 to "mega-20230623". As I was awaiting a new 3-fase smartmeter. To prevent a 1 time big bang implementation I tried to make it work with mega-20230623 and the old DSMR2.2 meter. I noticed P044 Communication - P...
by sincze
14 May 2019, 18:39
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

I started working with the Pow 2 on the following release: Binary filename ESP_Easy_mega-20180723_dev_ESP8266_1024.bin Flash Chip ID Vendor: 0xEF Device: 0x4016 Flash Chip Real Size: 4096 kB Flash IDE Size: 1024 kB Flash IDE speed: 40 MHz Flash IDE mode: DOUT Flash Writes 0 daily / 0 boot Sketch Siz...
by sincze
20 Mar 2019, 11:14
Forum: ESP Easy: Software
Topic: Feature request - SendtoHTTP authentication
Replies: 6
Views: 8759

Re: Feature request - SendtoHTTP authentication

In my rules I used to have commands like: SendToHTTP 192.168.*.*,8080,/json.htm?type=command&param=udevice&idx=88&nvalue=0&svalue=[Liters#Liters] RULES make my life easy and I can do whatever I want without having to create DUMMY sensors in the ESP. However since my Domoticz machine ...
by sincze
19 Mar 2019, 20:07
Forum: ESP Easy: Software
Topic: Rules not working and "how to send data to 3rd party"
Replies: 7
Views: 5489

Re: Rules not working and "how to send data to 3rd party"

I'm not up to date with the generic http controller. Must look into that. Being able to pass user_name / password in the SendtoHttp will make a nice "MQTT to HTTP gateway" in the Rules, for devices within the network that do not support MQTT -D I currently assume we are still unable to us...
by sincze
18 Mar 2019, 20:09
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 79959

Re: MH-Z14 / MH-Z19 CO2 sensor

Finally, it works. i downloaded the document http://www.winsen-sensor.com/d/files/infrared-gas-sensor/mh-z19b-co2-ver1_0.pdf And i tried the method 8a (manual calibration) I soldered a button between GND and HD and pressed the button for 7 seconds waited 20 min with open window Results: values 395 ...
by sincze
18 Dec 2018, 17:15
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

I'am using
POW2: ESP_Easy_mega-20180723_dev_ESP8266_1024.bin

But maybe I can flash it somehow to a 4096 version.. :lol:
by sincze
03 Oct 2018, 20:14
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

After not touching my wifi settings and leaving them as is. that means working ;-) the ESP is still online.
Sonoff POW R2-9-days.JPG
Sonoff POW R2-9-days.JPG (23.09 KiB) Viewed 32833 times
So I guess we are looking in the right direction regarding the wifi being the root cause of the watchdog resets.
by sincze
23 Sep 2018, 11:37
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

We really need to test how different WiFi environments is working with our firmware. We suspect that it has more impact on the system then previously thought. A great deal is happening behind the scenes now that we're turning this initiative into a company but we hope to pick up the speed soon. Exc...
by sincze
20 Sep 2018, 20:30
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

A lot of people have reported these and it is well on my radar. If you found something, please open a new topic about it here on the forum. My suspicion is something network related since updating to core library 2.4.2: https://github.com/esp8266/Arduino/releases/tag/2.4.2 Mmm I guess @TD'er is loo...
by sincze
14 Sep 2018, 18:57
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

I moved the Sonoff from powering stove + led strip to just the Stove.

It has now been running for several days without a hardware watchdog reset :lol: :D
Sonoff POW R2-5-days.JPG
Sonoff POW R2-5-days.JPG (36.78 KiB) Viewed 36210 times
by sincze
11 Sep 2018, 14:31
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

Ota update possible from 1024 version to 4096 release?
by sincze
09 Sep 2018, 11:26
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

You have to : - let the "Pin mode 12" as default in "GPIO boot states" - put 0sec interval in the relay device (gpio-12) - untick the "send boot state" in the relay device If you put a interval greater than 0, it's send the initial state too. Tnx :D , got it. And have ...
by sincze
02 Sep 2018, 12:56
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

Talk of the devil.. First hardware watchdog this morning at 11:46. Would it be the 10 sec read-out? Unfortunately the following does not switch the relais on after the reboot .. well after a reboot it switches on for 1 sec and then back off. So maybe it starts with the rules from there.. Don't know ...
by sincze
02 Sep 2018, 09:49
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

I did not see the HW watchdog. Does it stop measuring and then reboot? Or just reboot without any notice? As a reboot results in a system that is -off- I should have noticed. :) It is monitoring my stove. So not in use daily however switched on. To avoid red bars in domoticz I push all data every 10...
by sincze
01 Sep 2018, 15:44
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

Indeed I use Dummy devices to only send data to domoticz if something was changed Could you try the following: DIVIDE AND CONQUER Rules 1: On System#Boot do TaskValueSet 5,1,0 TaskValueSet 5,2,0 TaskValueSet 5,3,0 TaskValueSet 5,4,0 TimerSet,1,30 EndOn on Rules#Timer=1 do if [Calculation#Voltage]!=[...
by sincze
29 Aug 2018, 11:15
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

I have try a second POW R2 I had. I have exactly the same behavior : no SYS or EVENT log when a CSE7766 properties is changing (for instance Voltage). I have activated NTP to be sure it's not due to this config. And... always the same... My first and second POW R2 have a similar behavior.. I really...
by sincze
28 Aug 2018, 15:54
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

I like the rules, but my question. Can i also used them for my first generation Sonoff Pow with the HLW8012? And if it's yes what must i change in the rules. I don't know for certain, could be if the data is populated in the same way, The rules are in that way quite universal to use. However as we ...
by sincze
28 Aug 2018, 10:00
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

I use the following: mega-20180723. (Development)

Regarding NTP usage I once read somewhere it is needed to have the timer function trigger correctly.
However since then I enable it on all my devices. So not sure what happens if I disable it.
by sincze
27 Aug 2018, 10:32
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

Hi, @sincze which version of mega do you use? I have try mega_20180826 and mega_20180719, both correctly show values from CSE7759, but http push from rules doesn't work... This rules work fine: On WIFI#RSSI do SendToHTTP x.x.x.x,8080,/json.htm?type=command&param=udevice&idx=88&nvalue=0&...
by sincze
20 Aug 2018, 20:07
Forum: ESP Easy: Projects / Applications
Topic: All in One NPN Watermeter and P1 Smartmeter
Replies: 17
Views: 15029

Re: All in One NPN Watermeter and P1 Smartmeter

Jazzle wrote: 20 Aug 2018, 19:54 Nice, interested too!
No problem
Can you send me a PM with your mail. :D
I'll attach it to the email as it seems I am unable upload the document as .pdf unfortunately.
by sincze
20 Aug 2018, 19:14
Forum: ESP Easy: Projects / Applications
Topic: All in One NPN Watermeter and P1 Smartmeter
Replies: 17
Views: 15029

Re: All in One NPN Watermeter and P1 Smartmeter

MaikelK wrote: 20 Aug 2018, 18:37 Yes, highly interested!
No problem
Can you send me a PM with your mail. :D
I'll attach it to the email as it seems I am unable upload the document as .pdf unfortunately.
by sincze
19 Aug 2018, 13:53
Forum: ESP Easy: Projects / Applications
Topic: All in One NPN Watermeter and P1 Smartmeter
Replies: 17
Views: 15029

All in One NPN Watermeter and P1 Smartmeter

A friend of mine created this nice little board. ESP_AIO.jpg It deals with a (NPN) pulse counter for watermeter and deals with the P1 port of my Smartmeter. The advantage is.. It is now wirelessly accessible. :D The board was designed to use MySensors, but as this is an ESPEasy forum... I wanted to ...
by sincze
19 Aug 2018, 13:24
Forum: ESP Easy: Projects / Applications
Topic: ESP Conrol Brinks WTW
Replies: 11
Views: 10092

ESP Conrol Brinks WTW

As you can see with the amount of posts in this forum I just started using ESPEasy. :D . I have to admit I've created some nice things already. This time for my neighbour he wanted to control his Renovent HR Medium/Large - Brink Climate Systems. In his house there is only 1 switch in the Kitchen, so...
by sincze
18 Aug 2018, 13:31
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

If it is good enough for the Wiki I can add it :lol:
by sincze
18 Aug 2018, 13:15
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

The following rules will allow the POW2 to report the data to domoticz. you create a Voltage, Amp, Watt, and Electric Counter (calculated) in domoticz as virtual devices. In addition you can add a virtual switch to toggle the relais_switch. https://www.domoticz.com/forum/viewtopic.php?t=23878#p18755...
by sincze
28 Jun 2018, 22:29
Forum: ESP Easy: Software
Topic: Double count with pulsecounter, type rising, falling or low not working
Replies: 21
Views: 14373

Re: Double count with pulsecounter, type rising, falling or low not working

Damn this is cewl.
I assume the calculation needs to be done in the rules section? Or you just calculate within the task / device ?
Could you share a screenshot so I can validate my settings as I've some serious time issues. :lol:
by sincze
29 May 2018, 19:44
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95330

Re: SonOff POW R2 support

Great helpfull topic. I received several Sonoff devices yeterday. - Updated successfully 2 Sonoff Basic with ESPEasy_R120_1024 - Updated successfully 2 Sonoff S20 with ESP_Easy_mega-20180524_normal_ESP8266_1024.bin to allow the SSID to show up :D - SonOff POW R2, not updated yet following this threa...
by sincze
22 Apr 2017, 14:00
Forum: RFlink: General Discussions
Topic: Milight/Limitless setup for true RGB+W mixed mode
Replies: 4
Views: 5953

Re: Milight/Limitless setup for true RGB+W mixed mode

That would indeed be interesting to get mor vivid colours :D .
At the moment I was unable to do so.
by sincze
15 Jan 2017, 16:02
Forum: ESP Easy: Projects / Applications
Topic: Devices tab reboots ESP-01
Replies: 0
Views: 1845

Devices tab reboots ESP-01

Hi. Today I flashed ESPEasy for the first time this year on a ESP-01 512k (blue). It is up and running. Nice. I try to do the following. My alarm system switches from 12v to GND if set, and to 0v unset. Well that is interesting. :D I want to capture this signal (voltage) and send it with a espeasy s...