Search found 9 matches

by duelago
23 Mar 2020, 13:18
Forum: Experimental
Topic: ESPEASY V2.0 Notifications Syntax
Replies: 35
Views: 55041

Re: ESPEASY V2.0 Notifications Syntax

Hello folks, Old thread but I wonder if anyone else got this problem with email notifications. I'm running mega-20200310 and spent a couple of hours to get the notifications to work. I have configured my device with a static ip and to use 8.8.8.8 as a dns. However, the only way to be able to communi...
by duelago
09 Nov 2019, 10:51
Forum: ESP Easy: General Discussion
Topic: Configure ESP Easy from the command line with httpie or similar
Replies: 2
Views: 5636

Re: Configure ESP Easy from the command line with httpie or similar

Hmm I was sure I did add a command to switch it off, but I cannot find it. What you could try to do is install a text-based browser on your Pi, like lynx or links. (two different packages, not me trying to remember the name ;) ) Edit: Found the command: clearaccessblock Not sure if it will be accep...
by duelago
09 Nov 2019, 08:46
Forum: ESP Easy: General Discussion
Topic: Configure ESP Easy from the command line with httpie or similar
Replies: 2
Views: 5636

Configure ESP Easy from the command line with httpie or similar

Hello gurus, I kind of locked myself out from two Esp Easy devices in my summer house. The reason is that I didn't change the default "Client IP block level" setting in Esp Easy. I end up on a different subnet when I connect to my network via my VPN, and ESP Easy says my IP is blocked. I d...
by duelago
03 Nov 2019, 09:27
Forum: ESP Easy: Projects / Applications
Topic: Rule for LUX combined with CLOCK
Replies: 3
Views: 16808

Re: Rule for LUX combined with CLOCK

Think I solved it. Used a dummy device to disable the lux sensor when I'm sleeping during the night. Added 'Setpoint' so I can trigger the dummy manually via http on Setpoint do TaskValueSet 2,1,%eventvalue% endon On Clock#Time=All,06:00 do Taskvalueset,2,1,1 Endon On Clock#Time=Sat,22:30 do Taskval...
by duelago
02 Nov 2019, 20:38
Forum: ESP Easy: Projects / Applications
Topic: Rule for LUX combined with CLOCK
Replies: 3
Views: 16808

Rule for LUX combined with CLOCK

Hello gurus, I just bought myself an electric candlestick and I want to control it with a LUX sensor and a relay. The hardware is working and ESP Easy is up and running. I basically want a rule that turns the relay on if it's dark and off if its daylight. However, how can I make sure that the relay ...
by duelago
10 Sep 2019, 19:08
Forum: ESP Easy: General Discussion
Topic: P047_i2c-soil sensor ESPEasy version
Replies: 1
Views: 6952

Re: P047_i2c-soil sensor ESPEasy version

Never mind. I compiled my own version. Added the P047 plugin to the PLUGIN_SET_STABLE and everything seems to work just fine. :D
by duelago
10 Sep 2019, 16:48
Forum: ESP Easy: General Discussion
Topic: P047_i2c-soil sensor ESPEasy version
Replies: 1
Views: 6952

P047_i2c-soil sensor ESPEasy version

Hello gurus, My plan is to use a Sonoff SV with a P047_i2c-soil sensor and use rules to activate the relay when my plants are thirsty. Is there a binary version of ESP Easy Mega I can use without compiling the software myself? I believe the Sonoff SV only got 1MB memory and I can't find the sensor i...
by duelago
20 Aug 2017, 17:46
Forum: ESP Easy: General Discussion
Topic: HX711 weight sensor and conversion to gram
Replies: 12
Views: 16645

Re: HX711 weight sensor and conversion to gram

Thanks for your reply. I got it working without a serious calibration, but it's good enough now.
I like the link to the calibration page. Good stuff :)
by duelago
13 Aug 2017, 11:01
Forum: ESP Easy: General Discussion
Topic: HX711 weight sensor and conversion to gram
Replies: 12
Views: 16645

HX711 weight sensor and conversion to gram

Hello gurus, I'm running ESP Easy MEGA with the recently added HX711 sensor. A have a 5kg loadcell connected to the HX711 and a Wemos mini pro. My noob question is how I convert the weight values I get in ESP Easy to grams. What I have done so far is to put in the offset value to get my scale down t...