Search found 48 matches

by themanfrommoon
08 Dec 2018, 17:58
Forum: ESP Easy: Software
Topic: New ESP Mega builds
Replies: 10
Views: 8777

Re: New ESP Mega builds

Try another Browser!
Sometimes Browsers have some issues.
by themanfrommoon
10 May 2018, 12:43
Forum: ESP Easy: Software
Topic: How to output 'uptime' in days, hours and minutes?
Replies: 6
Views: 6678

Re: How to output 'uptime' in days, hours and minutes?

Hi,

Thanks a lot, this works:

%c_m2dhm%(%uptime%)

Just another small question:

Is it possible to change the display from "0d19h40m" to "0d 19h 40m" (added a space between the single values)

Thanks a lot an best regards,
Chris
by themanfrommoon
09 May 2018, 13:52
Forum: ESP Easy: Software
Topic: How to output 'uptime' in days, hours and minutes?
Replies: 6
Views: 6678

Re: How to output 'uptime' in days, hours and minutes?

Hi danmero,

Yes I did, but I only found: %uptime% -> Uptime in minutes

I'm searching for a solution for uptime like this: 0d 19h 50m

Thank you and best regards,
Chris
by themanfrommoon
09 May 2018, 10:26
Forum: ESP Easy: Software
Topic: How to output 'uptime' in days, hours and minutes?
Replies: 6
Views: 6678

How to output 'uptime' in days, hours and minutes?

Hi, The uptime is shown in the web interface as follows: 0 days 19 hours 50 minutes But if I would like to display the uptime on a display using "Uptime: %uptime%min" then it shows only in minutes. So how to display the uptime on a display with days, hours and minutes? (If it is too long i...
by themanfrommoon
06 May 2018, 16:34
Forum: ESP Easy: Software
Topic: How to configure Controller + Device BME280
Replies: 1
Views: 2188

Re: How to configure Controller + Device BME280

I found out by myself:

middleware.php/data/%valname%.json?operation=add&value=%value%

The different UUIDs needs to be written in each value name of the sensors.

This works fine.

Best regards,
Chris
by themanfrommoon
06 May 2018, 15:40
Forum: ESP Easy: Software
Topic: How to configure Controller + Device BME280
Replies: 1
Views: 2188

How to configure Controller + Device BME280

Hello, I'm using ESP Easy with several DS18b20 Temperature sensors and publish them to my Volkszähler logging system. Since I only use single value temperature sensors this was easy and works fine. I configured a generic HTTP Controller with following Controller Publish: middleware.php/data/%tskname...
by themanfrommoon
29 Apr 2018, 00:43
Forum: ESP Easy: General Discussion
Topic: Cycle and operation-hour counter
Replies: 1
Views: 2244

Cycle and operation-hour counter

Hello, I am looking for a concept for the following question: I would like to write the switching cycles and operating hours of a motion-controlled lighting via WLAN to an existing database. The switching operations should not be sent as impulses, but as numbers. That is, as follows: 1, 2, 3, 4, 5, ...
by themanfrommoon
02 Dec 2017, 10:44
Forum: ESP Easy: Software
Topic: Automated reboot after 1 week (or one month)
Replies: 2
Views: 2827

Re: Automated reboot after 1 week (or one month)

Thank you!
Do you have a specific reason to need a reboot?
Yes:
Crash after 49 days

Best regards,
Chris
by themanfrommoon
23 Nov 2017, 21:58
Forum: ESP Easy: Software
Topic: Automated reboot after 1 week (or one month)
Replies: 2
Views: 2827

Automated reboot after 1 week (or one month)

Hello,

is it possible to program an automated reboot of the ESP after a while (e.g. one week or one month)?
Maybe by rules or similar?

How to do that?

Thank you and best regards,
Chris
by themanfrommoon
23 Nov 2017, 21:55
Forum: ESP Easy: Software
Topic: Crash after 49 days
Replies: 1
Views: 2872

Crash after 49 days

Hello,

I'm using ESPeasy Mega.
I noticed that after 49 days it stops to send data via generic http protocol.
Probably this is related to a 32 bit millisecond timer overflow after 49 days.

Does anybody else have this problem?

How to solve it?

Thank you and best regards,
Chris
by themanfrommoon
04 Nov 2017, 12:12
Forum: ESP Easy: Projects / Applications
Topic: Flow sensor reboots ESP E12
Replies: 26
Views: 19716

Re: Flow sensor reboots ESP E12

Today I increased frequency. Up to 50 Hz it works fine. Are you really sure it makes no problems until 50Hz? I have the same problems with 3 counters running around 10 to 30 Hz. I have a very good strong short power supply with 3A. If I reduce from 3 to 1 counter, or from 3 to 2 counters than I hav...
by themanfrommoon
22 Oct 2017, 12:39
Forum: ESP Easy: Software
Topic: What causes so many warm boots?
Replies: 7
Views: 6244

Re: What causes so many warm boots?

Hi Martinus, On the testbench I had a small fan with around 4000rpm and three optical sensors for testing. In the final Installation I have a fans with a max. speed of about 1700rpm, but two reflector marks because of the mechanical balance, this means frequencies of 2x 1700rpm and in the ESPEasy a ...
by themanfrommoon
22 Oct 2017, 11:56
Forum: ESP Easy: Software
Topic: What causes so many warm boots?
Replies: 7
Views: 6244

Re: What causes so many warm boots?

Thank you for your feedback! Yesterday night I moved from the workbench to the object of interest. I installed two (will be three in the end) optical rpm sensors, wired it up, and powered it directly with a good quality 3A power supply with a fat short cable. The installation works, but nothing chan...
by themanfrommoon
16 Oct 2017, 21:32
Forum: ESP Easy: Software
Topic: Two OLED SSD1306 on one ESP8266
Replies: 20
Views: 20319

Re: Two OLED SSD1306 on one ESP8266

I'm also waiting for it :?
by themanfrommoon
07 Oct 2017, 11:06
Forum: ESP Easy: Software
Topic: What causes so many warm boots?
Replies: 7
Views: 6244

What causes so many warm boots?

Hi, I have a nodeMCU ESP8266 with new flashed ESP v2.0.0-dev12 (same behaviour recognized with dev11) I have attached 3 pulse counters with around 4100-4200Hz each. Every 60 seconds the three values are reported to a "volkszähler" server. This works fine. BUT there are a lot of spikes in t...
by themanfrommoon
03 Oct 2017, 01:31
Forum: ESP Easy: General Discussion
Topic: Number of Devices / Tasks limited to 12 ?
Replies: 36
Views: 30581

Re: Number of Devices / Tasks limited to 12 ?

Hi Domosapiens, thanks a lot! I tried this, and finally it works. I had some issues regarding the Controller. It overwrites controller 1 and controller 3, finally with controller 2 it works. Could you please explain how you build the .bin file? I would like to change it with the source of dev 12 and...
by themanfrommoon
02 Oct 2017, 22:03
Forum: ESP Easy: General Discussion
Topic: Number of Devices / Tasks limited to 12 ?
Replies: 36
Views: 30581

Re: Number of Devices / Tasks limited to 12 ?

15 pieces of DS18b20 1-wire temperature sensors
by themanfrommoon
02 Oct 2017, 21:09
Forum: ESP Easy: General Discussion
Topic: Number of Devices / Tasks limited to 12 ?
Replies: 36
Views: 30581

Re: Number of Devices / Tasks limited to 12 ?

Hello, I need 15 devices / tasks. I understand that it is possible to change it. My programming skills are about 25 years old, and actually I have no idea how to do it. Could anybody give me an instruction how to do this in detail. Step by step for a noob? Please not like "compile it" .......
by themanfrommoon
28 Aug 2017, 22:57
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19851

Re: How to measure speed of three air fans?

I'm not sure if I understand you right. The ESP Easy does not miss any count. You can see on the scope, that the signal is very good, clean and sharp without any chatter / bouncing. I set the debounce time to 10ms, so it should be able to measure speeds up to 6000 rpm (60s/min / 10ms * 1000ms/s = 60...
by themanfrommoon
28 Aug 2017, 21:38
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 189614

Re: Feature Request collection/list

Feature-Request: Feature request - "RPM Task" plugin Hello, it would be nice to have a RPM Task (or tachometer or speedmeter) (RPM = R evolutions P er M inute) I tried some things here: https://www.letscontrolit.com/forum/viewtopic.php?t=3476 But in the end it does not really work very acc...
by themanfrommoon
28 Aug 2017, 15:09
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19851

Re: How to measure speed of three air fans?

....I didn't expect that this topic is so hard to understand... okay, let's try to explain it again, hoping for a solution: @LisaM: Please read my post #3: https://www.letscontrolit.com/forum/viewtopic.php?p=18570#p18570 It is no question of the hardware! It is only a question of the software. The h...
by themanfrommoon
28 Aug 2017, 14:28
Forum: ESP Easy: Hardware
Topic: Pulse Counter 3-pin fan PC
Replies: 4
Views: 4792

Re: Pulse Counter 3-pin fan PC

Hello LisaM, thanks for your answer! I know for at least 25 years that a PC fan has 3 wires, Vin, GND and a tach output. But this was not the question. Jufo asked if his solution of connecting the tach signal to the ESP will work. But I cannot see his picture, he (or she?!) has posted. And he did no...
by themanfrommoon
28 Aug 2017, 10:44
Forum: ESP Easy: Hardware
Topic: Pulse Counter 3-pin fan PC
Replies: 4
Views: 4792

Re: Pulse Counter 3-pin fan PC

Hello Jufo,

I cannot see the picture you posted?!

Did you get it working?

Thanks and best regards,
Chris
by themanfrommoon
28 Aug 2017, 10:39
Forum: ESP Easy: Software
Topic: Number of Counters
Replies: 5
Views: 4319

Re: Number of Counters

In the Mega edition, the pulse counter is limited to the first 4 tasks. Are you sure? I can select it on every of the 12 available tasks?! Why is it limited? If setting up an ESP8266 for 4 pulse-counters, which 4 GPIOs preferably to be applied? Any suggestion on this question? Thanks and best regar...
by themanfrommoon
28 Aug 2017, 10:30
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19851

Re: How to measure speed of three air fans?

I tried a very easy formula like %Value% + 10 But this does not work. It does not change the value. It still shows a time of 15. If I stop the fan, then the time value changes. So the testdevice works, but the formula of the counter task does not work. The result is simply: No formula works within t...
by themanfrommoon
26 Aug 2017, 22:18
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19851

Re: How to measure speed of three air fans?

Hi Shardan, thanks for your reply. I also tested as you recommend: 60000 / %value% The result is: no Change. The screen looks still like (Time: 15) but there should be a value of 4000 (rpm) according to the formula) https://www.letscontrolit.com/forum/download/file.php?id=1472 It seems that the form...
by themanfrommoon
26 Aug 2017, 22:00
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19851

Re: How to measure speed of three air fans?

I built a testing device PulseCounter5.jpg It has one small fan with a black/white mark on it. I installed two of the IR obstacle avoidance sensors. I connected everything together. I measured the frequenzy with my multimeter. It has around 65Hz which is a speed of around 3900rpm and is has a period...
by themanfrommoon
24 Aug 2017, 18:58
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19851

Re: How to measure speed of three air fans?

I know that pulse delta / time delta (seconds) x 60 equals to rpm. Thats not the problem. The question is how to setup this in ESPEasy / Mega? Actually it shows some values (but this is not RPM): PulseCounter1.PNG What needs to be choosen and written in all of these fields? PulseCounter2.PNG Thanks ...
by themanfrommoon
24 Aug 2017, 18:01
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19851

Re: How to measure speed of three air fans?

Hmmmm, okay.

And how to get a value for rpm?
This means pulses per minute?

Thanks and best regards,
Chris
by themanfrommoon
24 Aug 2017, 14:49
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19851

Re: How to measure speed of three air fans?

Hi Lisa, the fans doesn't matter, because they only rotate, no matter which type, which connection or anything else. The only interesting thing is the Speed, because of it's maximum frequency. The fans are from the heat pump of my house, and I want to log WHEN they are running at WHICH SPEED with th...
by themanfrommoon
24 Aug 2017, 12:02
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19851

How to measure speed of three air fans?

Hi, I would like to measure the speed of three air fans (under 2000 rpm). I already installed three infrared obstacle devices, connected them to a nodemcu and use ESP Mega dev 11. I want the output in actual or average rpm, one value per minute. But what needs to be choosen in the software? I tried ...
by themanfrommoon
25 Jun 2017, 11:28
Forum: ESP Easy: Software
Topic: Timeout while reading input data!
Replies: 6
Views: 6271

Re: Timeout while reading input data!

Okay, I set the log Level to 4. This is the result: ESPlog.PNG What is the problem and how to solve it? For your understanding, I have another ESP with ESPEasy R147 which sends the values of 12 pieces DS18b20 to the same database without any issue. So there must be a difference between R147 and ESPE...
by themanfrommoon
25 Jun 2017, 10:53
Forum: ESP Easy: Software
Topic: Timeout while reading input data!
Replies: 6
Views: 6271

Re: Timeout while reading input data!

Hello Martinus,

Thanks for your answer!

This means there is a webserver configured, which is not existing or which does nothing?

Where can I find this?
Where is this configured?

Thanks and best regards,
Chris
by themanfrommoon
25 Jun 2017, 08:20
Forum: ESP Easy: Software
Topic: Timeout while reading input data!
Replies: 6
Views: 6271

Re: Timeout while reading input data!

Hello Sharda, thanks for your answer! I suppose this is no issue related to the hardware. There is only one DS18b20 connected to GPIO-4 (D2) with less than 1m cable on this ESP12-F. (I have 2 of these units running, both assembled yesterday, both with the same settings and both with this same error ...
by themanfrommoon
24 Jun 2017, 19:47
Forum: ESP Easy: Software
Topic: Timeout while reading input data!
Replies: 6
Views: 6271

Timeout while reading input data!

Hello, what can be the reason for the timeout? sensor timeout.PNG Installed Firmware is ESPEasy_v2.0.0-dev10_normal_4096.bin I have only connected one DS18b20 to the ESP12F The Data Acquisition Delay from this sensor is set to 60 sec Advanced Settings -> Controller Settings -> Message Delay is set t...
by themanfrommoon
16 Jun 2017, 12:37
Forum: ESP Easy: Software
Topic: Bugs in SSD1306 support and suggestions
Replies: 9
Views: 7738

Re: Bugs in SSD1306 support and suggestions

Hello For short: I checked the OLED issue to confirm and tested the LCD too. Tested with R148 and 2.0.0DEV10. Two LCD2004, set to different I²C addresses on a nodeMCU, connected via levelshifter. One works, the other does not even show the "ESP EASY" Message on bootup. Sending data via HT...
by themanfrommoon
14 Jun 2017, 21:39
Forum: ESP Easy: Software
Topic: Two OLED SSD1306 on one ESP8266
Replies: 20
Views: 20319

Re: Two OLED SSD1306 on one ESP8266

Okay, understand.

So how is the procedure?
Should somebody start an issue and/or a pull request on github? (I have no idea what is correct and how to do this exactly)

Who can fix it?

Thanks and best regards,
Chris
by themanfrommoon
12 Jun 2017, 21:39
Forum: ESP Easy: Software
Topic: Two OLED SSD1306 on one ESP8266
Replies: 20
Views: 20319

Re: Two OLED SSD1306 on one ESP8266

Hello krikk,
krikk wrote: 31 May 2017, 22:14 i will have a look at this issue as soon as my second oled display arrived (friday)
Did you get your second OLED Display?

Do you have the same behaviour?

Thanks and best regards,
Chris
by themanfrommoon
12 Jun 2017, 21:36
Forum: ESP Easy: Software
Topic: Bugs in SSD1306 support and suggestions
Replies: 9
Views: 7738

Re: Bugs in SSD1306 support and suggestions

Hi, I reported another issue using two OLED SSD1306 Display on one ESP8266 with ESPEasy on 24 May 2017: https://www.letscontrolit.com/forum/viewtopic.php?f=6&t=3126 I wanted to use two OLED SSD1306 Display on one ESP8266 with ESPEasy. For me, I thought this must easily work. But it does not. On ...
by themanfrommoon
02 Jun 2017, 21:42
Forum: ESP Easy: Hardware
Topic: Re-init LCD during runtime
Replies: 8
Views: 5608

Re: Re-init LCD during runtime

Hi, Did you solve the problem? (I know the last post is over one year old). Do you run the same software on it or different software? Maybe you can exchange the hardware mirror rotated and test it on the other place. Then you can see if the problem is hardware or software related. Maybe it is caused...
by themanfrommoon
31 May 2017, 21:20
Forum: ESP Easy: General Discussion
Topic: ESPEasy v2.0.0-dev9 released
Replies: 3
Views: 4319

Re: ESPEasy v2.0.0-dev9 released

Did somebody fix the following reported bug?

https://www.letscontrolit.com/forum/vie ... f=6&t=3126

Thanks and best regards,
Chris
by themanfrommoon
31 May 2017, 21:20
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 241088

Re: ESP Easy development status

Did somebody fix the following reported bug?

https://www.letscontrolit.com/forum/vie ... f=6&t=3126

Thanks and best regards,
Chris
by themanfrommoon
27 May 2017, 21:57
Forum: ESP Easy: Software
Topic: ESPEasy should get the RTC from my RaspberryPi
Replies: 1
Views: 2242

ESPEasy should get the RTC from my RaspberryPi

Hi, I have a http://www.volkszaehler.org/ smartmeter logging running on a Raspberry Pi 3. I have an extension with a RTC connected to the RaspPi. Then I have several DS18b20 temperature sensors and an OLED display connected to an ESP8266 running with ESPEasy. This collects some temperature values an...
by themanfrommoon
27 May 2017, 21:50
Forum: ESP Easy: Software
Topic: Two OLED SSD1306 on one ESP8266
Replies: 20
Views: 20319

Re: Two OLED SSD1306 on one ESP8266

Hi,

thanks for your answer.
I hoped that the developers of ESPEasy are also reading here, do they?
Maybe they can fix it easily.
I'm not very used to do the programming and debugging.

Maybe some can fix it?

Thanks and best regards,
Chris
by themanfrommoon
24 May 2017, 21:55
Forum: ESP Easy: Software
Topic: Two OLED SSD1306 on one ESP8266
Replies: 20
Views: 20319

Two OLED SSD1306 on one ESP8266

Hi, I wanted to use two OLED SSD1306 Display on one ESP8266 with ESPEasy. For me, I thought this must easily work. But it does not. On one OLED Display I changed the adress by soldering on the PCB. I think this works fine. When I start the I2C scanner I got following results: I2C Addresses in use: S...
by themanfrommoon
23 May 2017, 21:57
Forum: Introduce yourself
Topic: Hello from Northern Germany
Replies: 1
Views: 2605

Hello from Northern Germany

Hello, my Name is Chris. I'm 39 years old. I build a house 3 years ago and started to log temperatures, power and water consumption with a www.volkszaehler.org Installation on a Raspberry Pi 3. Then I got a tipp about the ESP8266 and ESPEasy. I installed ESPEasy on a nodeMCU and started to log 8 tem...