Search found 14 matches

by Strider336
14 Oct 2018, 17:43
Forum: ESP Easy: General Discussion
Topic: Value formula, seems to work, but can anyone confirm?
Replies: 5
Views: 2941

Re: Value formula, seems to work, but can anyone confirm?

I don't think your formula is very long, complicated or unusual. The wiki only explain the formula functions in general terms. :) I know, but i'm just careful since I bricked a NodeMCUV3 for no apparent reason after adding a new rule. :oops: That must have been a corrupt settings file or similar? D...
by Strider336
14 Oct 2018, 16:15
Forum: ESP Easy: General Discussion
Topic: Value formula, seems to work, but can anyone confirm?
Replies: 5
Views: 2941

Re: Value formula, seems to work, but can anyone confirm?

grovkillen wrote: 14 Oct 2018, 13:35 I don't think your formula is very long, complicated or unusual. The wiki only explain the formula functions in general terms.
:)

I know, but i'm just careful since I bricked a NodeMCUV3 for no apparent reason after adding a new rule. :oops:
by Strider336
14 Oct 2018, 12:58
Forum: ESP Easy: General Discussion
Topic: DHT22 no reading
Replies: 1
Views: 1886

Re: DHT22 no reading

If it's been wired incorrectly it's probably permanently dead. If it's been wired correctly, try assigning a random IDX value, i've actually got a note in my projects file, called DS18B20_DHT22.txt telling me that both DS18B20 and the DHT22 won't read anything without an IDX. I don't know if that is...
by Strider336
14 Oct 2018, 12:46
Forum: ESP Easy: General Discussion
Topic: Value formula, seems to work, but can anyone confirm?
Replies: 5
Views: 2941

Value formula, seems to work, but can anyone confirm?

I have an AM2302 sensor attached to a NodeMCU3, running ESPEasy (v2.0-20180113), i'm using to monitor temp/humidity in my garage and control a dehumidifier on a Sonoff switch (running 147) on the other side of the room. The problem I have is the sensor is horribly inaccurate, temperature is OK, but ...
by Strider336
14 Oct 2018, 12:29
Forum: ESP Easy: General Discussion
Topic: strange behaviour
Replies: 12
Views: 6839

Re: strange behaviour

I seem to recall seeing a lot of complaints about the R7000 dropping connections to WiFi, some time ago when a friend asked me to recommend a new router. Of course the most likely problem is local WiFi interference or simply too many networks locally. Years ago I had neighbours who used to turn thei...
by Strider336
02 Sep 2018, 00:20
Forum: ESP Easy: General Discussion
Topic: Using Analogue input AO/TOUT
Replies: 5
Views: 3332

Re: Using Analogue input AO/TOUT

So all appears to be working as expected now, I have no explanation as to why. I disconnected/reconnected the device yesterday because i'd hit some "daily limit" that couldn't be fixed with a reboot, since power cycling it seems to be behaving as i'd expected measuring voltage at 0.03v inc...
by Strider336
27 Aug 2018, 18:17
Forum: ESP Easy: General Discussion
Topic: Using Analogue input AO/TOUT
Replies: 5
Views: 3332

Re: Using Analogue input AO/TOUT

I know there is some internal calibration in the ESP8266. So maybe this is causing some gaps. You could try to log as many samples as possible while changing the voltage gradually and try some count function in Excel or something that fits your imagination and experience :) Just to see what values ...
by Strider336
27 Aug 2018, 16:15
Forum: ESP Easy: General Discussion
Topic: Using Analogue input AO/TOUT
Replies: 5
Views: 3332

Using Analogue input AO/TOUT

I'm trying to measure battery voltage using a NodeMCU V3 and running ESPeasy, the voltage i'm trying to measure is car battery voltage, so 12-14.5v. I fitted a voltage divider of 18k and 2k, to divide the voltage by a factor of 10 to feed into the NodeMCU board, which I known has it's own voltage di...
by Strider336
11 Aug 2018, 20:13
Forum: ESP Easy: General Discussion
Topic: Wifidisconnect command
Replies: 1
Views: 1792

Wifidisconnect command

I'm trying to see if I can turn off the WiFi to reduce power usage at night time, using the following: On System#Boot do gpio,12,0 WifiConnect endon on Clock#Time=All,06:00 do reboot endon On wifioff do delay 8000 WifiDisconnect endon on Clock#Time=All,17:50 do WifiConnect endon on Clock#Time=All,22...
by Strider336
13 Jan 2018, 15:22
Forum: ESP Easy: General Discussion
Topic: Issue with libararies and compiling in Arduino IDE
Replies: 8
Views: 6508

Re: Issue with libararies and compiling in Arduino IDE

That's why I help you. I had also to learn all that stuff for a year ago now. But with each step done it's less work! ;) I do appreciate the help, i'm just moving across that line from frustration to anger right now........ If only Arduino IDE gave me some clue as to where it was expecting to find ...
by Strider336
13 Jan 2018, 14:49
Forum: ESP Easy: General Discussion
Topic: Issue with libararies and compiling in Arduino IDE
Replies: 8
Views: 6508

Re: Issue with libararies and compiling in Arduino IDE

NO! You can not just rename src to ESPeasy. You need this structure: arduino/src/ESPEasy Exactly written like the above! The ESP libraries go to arduino/libraries (NOT lib!) ".. was not declared .." is typical for that. Arduino can not find the include files... Then why does the downloade...
by Strider336
13 Jan 2018, 13:53
Forum: ESP Easy: General Discussion
Topic: Issue with libararies and compiling in Arduino IDE
Replies: 8
Views: 6508

Re: Issue with libararies and compiling in Arduino IDE

Ok, so I tried the very latest release and I don't even know where to start with that.... How the hell does a new release go from one or two errors to this shower of sh*t? Command:570: error: variable or field 'printDirectory' declared void void printDirectory(File dir, int numTabs) { ^ Command:570:...
by Strider336
13 Jan 2018, 13:20
Forum: ESP Easy: General Discussion
Topic: Issue with libararies and compiling in Arduino IDE
Replies: 8
Views: 6508

Re: Issue with libararies and compiling in Arduino IDE

Then why are all the files in the "src" folder? Somebodies idea of a joke? Anyway, changing "src" to "ESPeasy" solves that little problem. Still no idea why it couldn't find the libraries, made 2 copies of the folder, renamed one as "libraries" and the other a...
by Strider336
13 Jan 2018, 12:07
Forum: ESP Easy: General Discussion
Topic: Issue with libararies and compiling in Arduino IDE
Replies: 8
Views: 6508

Issue with libararies and compiling in Arduino IDE

I have no issue at all getting R120 and R147 to work on my Sonoff Th10, BUT with those I can't seem to parse event values via http to the Sonoff running R120 or R147, I spent half a day trying to find out why until eventually someone somewhere on some obscure forum said it only worked in the latest ...