Search found 369 matches

by Micha_he
19 Jan 2024, 11:04
Forum: ESP Easy: General Discussion
Topic: Sonoff Dual-R3 V2.0 with BL0939
Replies: 8
Views: 18425

Re: Sonoff Dual-R3 V2.0 with BL0939

Can someone help me, to port this BL0939 tasmota plugin code to an espeasy-plugin.

I can done tests and if necessary, I could also send a DualR3 V2 by post for testing.

The Sonoff DualR3 V2 works under Tasmota, but I love the EspEasy interface and how easy it is to use the rules. ;)
by Micha_he
16 Jan 2024, 15:04
Forum: ESP Easy: General Discussion
Topic: Reset pulses in P077
Replies: 3
Views: 1057

Re: Reset pulses in P077

Thank you...
by Micha_he
16 Jan 2024, 10:53
Forum: ESP Easy: General Discussion
Topic: Reset pulses in P077
Replies: 3
Views: 1057

Reset pulses in P077

Is there a special command to reset the P077-pulses?
Or is a task disable/enable the only way?
by Micha_he
09 Jan 2024, 13:28
Forum: ESP Easy: Hardware
Topic: Problem with ultrasonic Sensor JSN-SR04T
Replies: 8
Views: 27706

Re: Problem with ultrasonic Sensor JSN-SR04T

I have been using the JSN-SR04T (waterproof version) with a 3.3V supply voltage for several years now. It should actually work with 3-5V.
by Micha_he
08 Jan 2024, 10:31
Forum: ESP Easy: General Discussion
Topic: Sonoff Dual-R3 V2.0 with BL0939
Replies: 8
Views: 18425

Re: Sonoff Dual-R3 V2.0 with BL0939

I will try to determine the pin configuration (BL0939 <-> ESP32) on the existing hardware. I'm also going to give Tasmota a chance... ;) Edit - Here is a summary of the complete pin assignment: GPIO 0 = Button1 (OnBoard) GPIO 4 = BL0939 ZX (Zero Crossing) GPIO 13 = WLan-Led GPIO 14 = Relay2 GPIO 25 ...
by Micha_he
07 Jan 2024, 15:01
Forum: ESP Easy: General Discussion
Topic: Sonoff Dual-R3 V2.0 with BL0939
Replies: 8
Views: 18425

Re: Sonoff Dual-R3 V2.0 with BL0939

What I've read is, that the BL0930 the i2c and the BL0939 is the UART-variant.

https://evelta.com/content/datasheets/3 ... SOP16L.pdf

But plugin 076 & 077 doesn't read anything.
by Micha_he
07 Jan 2024, 11:40
Forum: ESP Easy: General Discussion
Topic: Sonoff Dual-R3 V2.0 with BL0939
Replies: 8
Views: 18425

Sonoff Dual-R3 V2.0 with BL0939

Any news/help, to get the 2-channel power measurement-chip BL0939 of the Sonoff Dual-R3 V2.0 to work with Espeasy?

IMG_20240105_234425438_HDR.jpg
IMG_20240105_234425438_HDR.jpg (732.42 KiB) Viewed 18425 times
by Micha_he
27 Sep 2023, 13:25
Forum: ESP Easy: General Discussion
Topic: Power the nodemcu dev board
Replies: 12
Views: 1649

Re: Power the nodemcu dev board

I supply an ESP01 via 3 small Si-diodes connected in series (Vcc max ~ 3,3V). DeepSleep with 1-2 wakeup's per day.
3,7V/2000mAh = Runtime without recharging ~16 months :D
by Micha_he
15 Sep 2023, 11:33
Forum: ESP Easy: Hardware
Topic: flash esp32 board does not work
Replies: 15
Views: 2936

Re: flash esp32 board does not work

You find the default password here:

https://espeasy.readthedocs.io/en/lates ... onfig.html

under "WPA AP Mode Key". It should be: configesp
by Micha_he
07 Sep 2023, 06:30
Forum: ESP Easy: Software
Topic: Get PWM value in any way
Replies: 15
Views: 7671

Re: Get PWM value in any way

Maybe, because evantname and command are the same !?
by Micha_he
21 Aug 2023, 07:52
Forum: ESP Easy: Software
Topic: Android app for esp easy
Replies: 13
Views: 15030

Re: Android app for esp easy

https://github.com/antoniodjakov/smart-home

But he hasn't worked on it in the last 2.5 years....
by Micha_he
26 Jul 2023, 14:09
Forum: ESP Easy: General Discussion
Topic: Status,g,<gpio>
Replies: 8
Views: 1089

Re: Status,g,<gpio>

"Status,g,..." I've never seen in EspEasy.

Edit: Ok, I've found it, it's a command. I think, it didn't work in if-clauses.

But

Code: Select all

if [Plugin#GPIO#Pinstate#12]=1
should work.
by Micha_he
18 Jul 2023, 20:55
Forum: ESP Easy: Hardware
Topic: Switch State On Boot
Replies: 10
Views: 1633

Re: Switch State On Boot

Have you enabled "Send boot state" in the switch-configuration?
by Micha_he
13 Jul 2023, 13:09
Forum: ESP Easy: Software
Topic: StringLen in rules ?
Replies: 2
Views: 806

Re: StringLen in rules ?

Not optimal/pretty, but could work. Good that the segments start with 1 for me ;)
by Micha_he
13 Jul 2023, 12:58
Forum: ESP Easy: Software
Topic: StringLen in rules ?
Replies: 2
Views: 806

StringLen in rules ?

I have a string variable like '1356' or '246' (interpret sprinkling areas) from which I want to process all single digits in a rule with the substring-command.
Is there any possibility to determine the end of the string, like StringLen() or something similar?
by Micha_he
16 May 2023, 07:51
Forum: ESP Easy: Software
Topic: storing variables
Replies: 25
Views: 2615

Re: storing variables

You can use a Dummy-Device, where the variables survive a reboot.
Shall the var's survive a power-out, then you would have to store the values externally using MQTT, for example.
by Micha_he
12 May 2023, 08:27
Forum: ESP Easy: Software
Topic: Failed to build "normal" in new release. 2023(deque)
Replies: 31
Views: 3551

Re: Failed to build "normal" in new release. 2023(deque)

Can we hope, that a "xxx_Normal_1M_xxx"-build will also be back or is there still a (size-)problem with it?
by Micha_he
14 Feb 2023, 15:20
Forum: ESP Easy: General Discussion
Topic: Custom build not optimal
Replies: 5
Views: 1214

Re: Custom build not optimal

Thats all too much for me.

I use:

ESPEasy/mega --(auto-pull with bot)--> Micha_he/mega --(manual pull)--> VSCode with GIT --> lokalFolder/mega

and sometimes back for simple code-pull-request to ESPEasy. Mostly sync your changes :-)

Local VSCode and folder for some (3-4) custom builds.
by Micha_he
14 Feb 2023, 14:59
Forum: ESP Easy: General Discussion
Topic: Custom build not optimal
Replies: 5
Views: 1214

Re: Custom build not optimal

But I can't define three different custom sets! Or is this possible?
And all changes I've done in the custom.h, are applied to all custom builds. Or?
by Micha_he
14 Feb 2023, 14:35
Forum: ESP Easy: General Discussion
Topic: Custom build not optimal
Replies: 5
Views: 1214

Custom build not optimal

Regarding this procedure/tip: https://www.letscontrolit.com/forum/viewtopic.php?p=62962#p62962 , I've a new problem. My Micha_he/espeasy-repository is autopull with espeasy original. If I change the 'define_plugin_sets.h' for my own build, this change prevents synchronization from my repository with...
by Micha_he
14 Feb 2023, 14:15
Forum: ESP Easy: Hardware
Topic: Smart plugs supported by EasyESP
Replies: 48
Views: 37424

Re: Smart plugs supported by EasyESP

With the firmware from today, both problems are gone...
by Micha_he
14 Feb 2023, 11:42
Forum: ESP Easy: Hardware
Topic: Smart plugs supported by EasyESP
Replies: 48
Views: 37424

Re: Smart plugs supported by EasyESP

ESP_Easy_mega_20230208_hard_Shelly_PLUG_S_2M256

I'll compile a new version from the current code and test. I thought the commands and the serial-config were already part of the code.
by Micha_he
14 Feb 2023, 10:22
Forum: ESP Easy: Hardware
Topic: Smart plugs supported by EasyESP
Replies: 48
Views: 37424

Re: Smart plugs supported by EasyESP

Two questions to the Athom PG01V2 with modified hard_shelly_s_2M256:

I didn't see a serial-config (see picture above) !?
The command "csecalibrate" produce a "Command unknown: csecalibrate,xxx"! Do the CSE-commands no longer exist?

Both are still in the current documentation.
by Micha_he
09 Feb 2023, 10:03
Forum: ESP Easy: General Discussion
Topic: Custom.h include problem
Replies: 12
Views: 1837

Re: Custom.h include problem

I've some in my Athom PG01V2: ESP Board ESP Chip ID: 15811792 (0xF144D0) ESP Chip Frequency: 80 MHz ESP Chip Model: ESP8285 ESP Chip Cores: 1 ESP Board Name: Espressif Generic ESP8266 ESPEasy 2M Flash 256k FS Storage Flash Chip ID: Vendor: 0xA1 Device: 0x4015 Flash Chip Real Size: 2048 kB Flash IDE ...
by Micha_he
09 Feb 2023, 09:50
Forum: ESP Easy: Hardware
Topic: Smart plugs supported by EasyESP
Replies: 48
Views: 37424

Re: Smart plugs supported by EasyESP

Athom PG01V2 (Tasmota preflashed version) are working top ! Flashed Tasmoto-minimal.bin.gz V12.3.1.6 with the web-interface from local downloaded file, than I've flashed the modified 'hard_Shelly_PLUG_S_2M256.bin.gz' with the web-interface from Tasmota-minimal. Setup the device and works... :D hard....
by Micha_he
06 Feb 2023, 17:47
Forum: ESP Easy: Hardware
Topic: Smart plugs supported by EasyESP
Replies: 48
Views: 37424

Re: Smart plugs supported by EasyESP

I'll try later and report...
by Micha_he
06 Feb 2023, 14:49
Forum: ESP Easy: Hardware
Topic: Smart plugs supported by EasyESP
Replies: 48
Views: 37424

Re: Smart plugs supported by EasyESP

What's the best way, to get a 2M256 image with the required measuring plugins.
How can I change the hard_Shelly_PLUG_S_2M256 config on my side, to get it?

Thanks Micha.

We need a better system for own custom builds!
by Micha_he
20 Jan 2023, 12:33
Forum: ESP Easy: Hardware
Topic: Smart plugs supported by EasyESP
Replies: 48
Views: 37424

Re: Smart plugs supported by EasyESP

Are there any news about smart plugs, preferably with power measuring? Best would also be at least 2MB flash, because of OTA. This one should work with Tasmota. Has anyone used/opened it? https://www.aliexpress.com/item/1005004192614430.html This Athom PG01V2 (ESP8285 with 2MB flash) is preflashed w...
by Micha_he
11 Dec 2022, 22:59
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy Battery Tester
Replies: 50
Views: 15440

Re: ESPEasy Battery Tester

For me, the value on the config page is enough. I didn't see it.
by Micha_he
11 Dec 2022, 20:45
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy Battery Tester
Replies: 50
Views: 15440

Re: ESPEasy Battery Tester

Can we get the deep-sleep-max-value in the sysvar-page ?
by Micha_he
20 Oct 2022, 20:48
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13934

Re: Trigonometric Functions

No problem from my side, on my device it works in lower case. I just thought, it was a bug.
by Micha_he
20 Oct 2022, 19:16
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13934

Re: Trigonometric Functions

Nice idea.

But the uppercase problem is a bug, or?
by Micha_he
20 Oct 2022, 18:40
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13934

Re: Trigonometric Functions

First: acos() is available at the 2M256. Either I called the event wrong or ... ... write the functions with uppercase characters because the functions like acos() and sqrt() must be lowercase! Otherwise it leads in an error! Last Question: Exists a variable like %pi% or a funtion pi() ? Otherwise I...
by Micha_he
20 Oct 2022, 17:26
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13934

Re: Trigonometric Functions

Damn, the command is 'event,test=[x]' and not 'event,test,x'.
With the second one the result is OK, but nothing is done. My mistake.

Now I look at the WROOM2_2M256...
by Micha_he
20 Oct 2022, 14:45
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13934

Re: Trigonometric Functions

That's my mistake, I wrote it from the road :? But the version with an additional var works, problems are with the other one.
by Micha_he
20 Oct 2022, 14:17
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13934

Re: Trigonometric Functions

No you missunderstood! I mean, I've used any free variable as follows:

Code: Select all

on Test do
  Let,19,%eventvalue%
  Let,20,acos(%var19%)
endon
New insights, then later.
by Micha_he
20 Oct 2022, 14:06
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13934

Re: Trigonometric Functions

No, a 'normal_ESP8266_4M1M'. But possibly I did something wrong. It only work, when I use a %var% to save the %eventvalue%. If I use the %eventvalue% direct to the acos-function, the log no action was logged for this event !?!? Then it was time to go to bed :) I'll test it later with a fresh/empty d...
by Micha_he
20 Oct 2022, 13:45
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13934

Re: Trigonometric Functions

Ok, thanks. I'll check again this afternoon, that I've tested all correctly yesterday. I'll test with rules and not only via web-command. Yesterday evening I've problems with a rule like this, on another 4M1M-device: on Test do Let,20,acos(%eventvalue%) endon It didn't work! But it was late in the e...
by Micha_he
20 Oct 2022, 11:47
Forum: ESP Easy: General Discussion
Topic: Trigonometric Functions
Replies: 38
Views: 13934

Re: Trigonometric Functions

Yesterday I've done a test with my 'normal WROOM2 2M256' device, with the last firmware from 20220809.

The command 'acos' seems not include there. Is the '2M256' a LIMIT_BUILD_SIZE firmware too?
by Micha_he
05 Oct 2022, 16:10
Forum: ESP Easy: Hardware
Topic: Sonoff MS-01 with ESPEasy ?
Replies: 1
Views: 1916

Sonoff MS-01 with ESPEasy ?

Does anyone have info on how the Sonoff MS-01 sensor works or what chip the sensor internal has ?
Can we use it with ESPEasy ?
by Micha_he
17 Sep 2022, 15:02
Forum: ESP Easy: General Discussion
Topic: Abnormalities when using an MCP23017 as out-/input
Replies: 36
Views: 16440

Re: Abnormalities when using an MCP23017 as out-/input

It seems, that I located the problem. It's not one (or some) output that reset to 0, but all ! My guess, the MCP23017 performed a reset :cry: The MCP-reset-line was connected to Vcc via a 10k resistor and have a 100nF capacitor. Now I've reduced the resistor to 4.7k and added a 1µF Elko to the reset...
by Micha_he
15 Sep 2022, 20:22
Forum: ESP Easy: General Discussion
Topic: MCP Status without device
Replies: 4
Views: 2630

Re: MCP Status without device

Yes, the mode is set to output at start.

@iron: Yes, I set the monitor at start and the monitor works, event is generated.
by Micha_he
15 Sep 2022, 16:11
Forum: ESP Easy: General Discussion
Topic: MCP Status without device
Replies: 4
Views: 2630

MCP Status without device

I use a MCP23017 via I2C, without configured devices. The internal command's like 'MCPGPIO,4,1' works. But when i use the command 'Status,MCP,4' or 'Status,M,4' I get a state of '0'. { "log": "", "plugin": 9, "pin": 4, "mode": "input", &quo...
by Micha_he
11 Sep 2022, 13:09
Forum: ESP Easy: General Discussion
Topic: Abnormalities when using an MCP23017 as out-/input
Replies: 36
Views: 16440

Re: Abnormalities when using an MCP23017 as out-/input

How sure are you that the log entry you're looking at actually is what's happening <now> and not like seconds or minutes ago? I've followed the log in real time and also multiple times. Also using asyncevents is great from a resources perspective, but it might make things a bit harder to debug sinc...
by Micha_he
11 Sep 2022, 11:55
Forum: ESP Easy: General Discussion
Topic: Abnormalities when using an MCP23017 as out-/input
Replies: 36
Views: 16440

Re: Abnormalities when using an MCP23017 as out-/input

I continue to have problems with my MCP outputs. I've change the config to internal MCP-commands (no MCP Devices are configured). This is part of my boot rule: on System#Boot do MCPmodeRange,1,7,0 // 1-7 als Ausgang MCPGPIOrange,1,7,0 // Ventil1-7 AUS MonitorRange,MCP,1,7 endon The penultimate line ...
by Micha_he
08 Sep 2021, 11:55
Forum: ESP Easy: Software
Topic: Dummy device value (with formula or not)
Replies: 7
Views: 5650

Re: Dummy device value (with formula or not)

In a rule you need an event like this:

Code: Select all

on Water_level#Distance do
  TaskValueSet,9,1,[Water_level#Distance]
endon
by Micha_he
26 Aug 2021, 13:41
Forum: ESP Easy: Software
Topic: Help with rules and timer.
Replies: 5
Views: 5090

Re: Help with rules and timer.

This could work (untestet): on BME280#Temperature do if [BME280#Temperature] > 24 if %v1% = 0 AND %v2% = 0 Notify,1 Let,1,1 // 1h timer is running Let,2,1 // temp is not lower than limit timerSet,1,3600 endif elseif %v2% = 1 Let,2,0 endif endon on Rules#Timer=1 Let,1,0 endon Edit: 'elseif' added I r...
by Micha_he
17 Aug 2021, 20:29
Forum: ESP Easy: General Discussion
Topic: AM2320 in normal build ?
Replies: 6
Views: 5833

Re: AM2320 in normal build ?

Thanks for your help.