Search found 8 matches

by basti
15 Apr 2024, 20:09
Forum: ESP Easy: Projects / Applications
Topic: Value with sensor unplugged
Replies: 2
Views: 427

Re: Value with sensor unplugged

What is the range of expected values of this sensor? If it is an analog sensor, adding some pull-up or -down resistor will introduce an error in the reading. Maybe if using some high resistance value, the error is not an issue. How is the sensor connected to the ADS and which sensor do you use? I a...
by basti
15 Apr 2024, 12:58
Forum: ESP Easy: Projects / Applications
Topic: Value with sensor unplugged
Replies: 2
Views: 427

Value with sensor unplugged

Hello everyone, I have built a small pressure sensor using an ESP8266 and an ADS1115 (ESPeasy firmware of course). It works pretty well so far. The only thing that bothers me is that as soon as I unplug it, I still get a pressure value or the ADS outputs a voltage. I've already tried to eliminate th...
by basti
08 Apr 2024, 15:38
Forum: ESP Easy: Projects / Applications
Topic: Convert formula
Replies: 5
Views: 468

Re: Convert formula

Unfortunately, it doesn't work that way. What am I doing wrong? You have a duplicate On Pressure#Druck handler, and only the first one is executed (speed optimization in the Rules engine). Combined you could have this: On Temp#temp do TaskValueSet 3,2,%eventvalue1% Endon On Pressure#Druck do TaskVa...
by basti
08 Apr 2024, 15:27
Forum: ESP Easy: Projects / Applications
Topic: Convert formula
Replies: 5
Views: 468

Re: Convert formula

It is probably a bit too much for the formula field. N.B. the formula field can use %value% as template for the value of that taskvalue. But since you need to also use other taskvalues and need quite a lot of calculation, I guess it is best done via rules. Something like this: on Pressure#Druck do ...
by basti
08 Apr 2024, 14:56
Forum: ESP Easy: Projects / Applications
Topic: Convert formula
Replies: 5
Views: 468

Convert formula

Hello, I am completely new to the subject. I would like to have this formula calculated: ([Pressure#Druck]+1.013)*(2.71828182845904^(-10.73797+(2617.25/([Temp#temp]+273.15))))*10 Unfortunately, I don't know how to change it so that ESPeasy can work with it. I have already tried a few things, but unf...
by basti
08 Apr 2024, 14:50
Forum: ESP Easy: General Discussion
Topic: Constant rebooting on "Devices" page
Replies: 5
Views: 411

Re: Constant rebooting on "Devices" page

Can you try a later build? See: https://td-er.nl/ESPEasy/latest/ This can be flashed via the web browser if you're using Chrome (or Edge???) Or you can download the all.zip file and pick the appropriate file from the zip and update via the tools page I flashed the latest version 20240407 and now it...
by basti
08 Apr 2024, 13:27
Forum: ESP Easy: General Discussion
Topic: Constant rebooting on "Devices" page
Replies: 5
Views: 411

Re: Constant rebooting on "Devices" page

Hello, That's not normal or as expected. What kind of ESP device do you have, and how is it powered? A stable power supply is important, as well as properly connected wiring, many breadboards and their wiring have poor contacts, and can cause issues like this. I use an ESP8266 with the build 2024022...
by basti
08 Apr 2024, 09:34
Forum: ESP Easy: General Discussion
Topic: Constant rebooting on "Devices" page
Replies: 5
Views: 411

Constant rebooting on "Devices" page

I'm completely new to the subject and don't know if this is normal. I have a device with a temperature and pressure sensor and a small OLED display. When I open the web interface and switch to the device page, my device keeps restarting. I think I've also noticed that the device doesn't stop restart...