Search found 3621 matches

by grovkillen
18 Mar 2020, 17:30
Forum: ESP Easy: General Discussion
Topic: ESPEasy versions
Replies: 3
Views: 5238

Re: ESPEasy versions

I'm sorry for this. I'm responsible for the wiki but we haven't updated in a long time. The latest release found on GitHub is the "best". We will try to release the first official release soon (I know we've been saying this for some months now, we're really close now).
by grovkillen
18 Mar 2020, 13:28
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13239

Re: Change Device State

Sorry but I have a hard time understand what your goal is. Please try to make a concise description what you're trying to achieve.
by grovkillen
18 Mar 2020, 13:16
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13239

Re: Change Device State

TD-er wrote: 18 Mar 2020, 10:32
grovkillen wrote: 18 Mar 2020, 10:30 [oben_links#State]==0 isn't valid syntax. You need to use task value set...
Does TaskValueSet work on all plugins?
I think so yes?
by grovkillen
18 Mar 2020, 10:30
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13239

Re: Change Device State

[oben_links#State]==0 isn't valid syntax. You need to use task value set...
by grovkillen
18 Mar 2020, 08:11
Forum: ESP Easy: Software
Topic: Change Device State
Replies: 26
Views: 13239

Re: Change Device State

Please post your settings and the rules so far.
by grovkillen
17 Mar 2020, 16:19
Forum: ESP Easy: General Discussion
Topic: 150 days online
Replies: 34
Views: 30079

Re: 150 days online

TD-er wrote: 17 Mar 2020, 15:15
Davisben wrote: 17 Mar 2020, 15:13 Do you think they'll ever add a self-corrective mechanism for this issue?
Not sure what you mean by this.
Totally spam 8-)
by grovkillen
16 Mar 2020, 17:57
Forum: ESP Easy: General Discussion
Topic: Rules running out of space
Replies: 18
Views: 13295

Re: Rules running out of space

You could upload bigger files but the parser might not be as fast as you want.
by grovkillen
16 Mar 2020, 16:11
Forum: ESP Easy: General Discussion
Topic: ESP Easy Mega MQTT issues
Replies: 6
Views: 7023

Re: ESP Easy Mega MQTT issues

The response shouldn't add the extra ok. It's been addressed but apparently not released yet.
by grovkillen
16 Mar 2020, 13:40
Forum: ESP Easy: General Discussion
Topic: Send a message to LCD via HTTP command
Replies: 3
Views: 5093

Re: Send a message to LCD via HTTP command

OLED-1 isn't a command. Which OLED plugin are you using?
by grovkillen
14 Mar 2020, 21:40
Forum: ESP Easy: General Discussion
Topic: Wifi password
Replies: 18
Views: 23790

Re: Wifi password

Sounds like a corrupt memory? Tried another board?
by grovkillen
13 Mar 2020, 20:47
Forum: ESP Easy: General Discussion
Topic: Wifi password
Replies: 18
Views: 23790

Re: Wifi password

Blank 4MB, please try that first.
by grovkillen
13 Mar 2020, 12:57
Forum: Experimental
Topic: Citation needed for PMS5003 lifespan of 8000 hours
Replies: 1
Views: 25858

Re: Citation needed for PMS5003 lifespan of 8000 hours

Thanks for posting this. Will look into it.
by grovkillen
12 Mar 2020, 18:42
Forum: ESP Easy: General Discussion
Topic: Rules help needed
Replies: 11
Views: 9223

Re: Rules help needed

No currently you'd need to use that type of fix. We have some ideas that we might be able to implement.
by grovkillen
12 Mar 2020, 18:05
Forum: ESP Easy: General Discussion
Topic: Rules help needed
Replies: 11
Views: 9223

Re: Rules help needed

This might be working?

Code: Select all

on GPIOtoggle do
GPIO,12,0
GPIO,13,0
GPIO,14,0
GPIO,16,0
GPIO,%eventvalue%,1
endon
http://<espeasyip>/control?cmd=event,GPIOtoggle=12
by grovkillen
12 Mar 2020, 18:01
Forum: ESP Easy: General Discussion
Topic: Rules help needed
Replies: 11
Views: 9223

Re: Rules help needed

Your syntax on GPIO,16,1 do isn't correct. This example in the rules might be a start?

Code: Select all

on ToggleGPIO do
  GPIO,%eventvalue1%,%eventvalue2%
endon
Triggered like this:

http://<espeasyip>/control?cmd=event,ToggleGPIO=12,1
by grovkillen
12 Mar 2020, 17:43
Forum: ESP Easy: General Discussion
Topic: Rules help needed
Replies: 11
Views: 9223

Re: Rules help needed

by grovkillen
10 Mar 2020, 17:33
Forum: Introduce yourself
Topic: Hello from South Africa
Replies: 2
Views: 7163

Re: Hello from South Africa

Welcome here!
by grovkillen
10 Mar 2020, 13:13
Forum: ESP Easy: General Discussion
Topic: Plugin for TSYS01 Digital Temperature Sensors I2C
Replies: 1
Views: 4480

Re: Plugin for TSYS01 Digital Temperature Sensors I2C

Probably no problem. Time, not so much. But to start you should open a feature request on GitHub.
by grovkillen
07 Mar 2020, 22:12
Forum: ESP Easy: General Discussion
Topic: DS18B20 not recognized
Replies: 5
Views: 8391

Re: DS18B20 not recognized

Well, our code is based on pull-up. Others might not.
by grovkillen
07 Mar 2020, 11:41
Forum: ESP Easy: Software
Topic: EmonCMS.org and ESPeasy mega build 20000
Replies: 9
Views: 9298

Re: EmonCMS.org and ESPeasy mega build 20000

norid wrote: 07 Mar 2020, 11:24 Hi friends,

Still on Arduino ESP8266 core 2.3.0 library... ?
Everything now is with https...

Please change that. Hello 2020!

Thanks
You're commenting a two year old post. We're not on 2_3_0
by grovkillen
07 Mar 2020, 11:40
Forum: ESP Easy: General Discussion
Topic: Wifi password
Replies: 18
Views: 23790

Re: Wifi password

TD-er wrote: 07 Mar 2020, 11:29
grovkillen wrote: 07 Mar 2020, 11:23espconfig
Are you sure? I thought it was "configesp"
But I never type it in, as my wifi credentials are stored for "new" node on all my devices.
You're right! :shock:
by grovkillen
07 Mar 2020, 11:25
Forum: ESP Easy: General Discussion
Topic: DS18B20 not recognized
Replies: 5
Views: 8391

Re: DS18B20 not recognized

Do you have a pull-up?
by grovkillen
07 Mar 2020, 11:23
Forum: ESP Easy: General Discussion
Topic: Wifi password
Replies: 18
Views: 23790

Re: Wifi password

espconfig
by grovkillen
05 Mar 2020, 16:19
Forum: ESP Easy: Software
Topic: Rules + HttpToSend + Telegram ?
Replies: 4
Views: 8986

Re: Rules + HttpToSend + Telegram ?

Does Telegram allow for connections over HTTP? I thought it was only HTTPS on their part.
by grovkillen
05 Mar 2020, 16:18
Forum: Introduce yourself
Topic: How to command ESPEASY GPIO thru MQTT Mosquitto
Replies: 13
Views: 21982

Re: How to command ESPEASY GPIO thru MQTT Mosquitto

You can use the web log or the serial log to see what's going on.
by grovkillen
04 Mar 2020, 22:49
Forum: ESP Easy: Software
Topic: if-clause not work
Replies: 4
Views: 6370

Re: if-clause not work

Yes
by grovkillen
04 Mar 2020, 22:15
Forum: ESP Easy: Software
Topic: if-clause not work
Replies: 4
Views: 6370

Re: if-clause not work

You cannot have the formula like that. You should try using a VAR (using Let command) for that and then do the if on that [VAR#n].
by grovkillen
03 Mar 2020, 12:57
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 212023

Re: ESP Easy Flasher

I suspect that there's a new way that Windows store the COM port in the registry.
by grovkillen
03 Mar 2020, 09:41
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 212023

Re: ESP Easy Flasher

@grovkillen, I'm using ESP Easy Flasher version 0.04.007. As reported by GravityRZ, I also confirm that the WiFi Password field does not tolerate my credentials that have a $ (dollar sign) symbol. The command window shows the full password, but what gets stored in flash is terminated at the $ sign....
by grovkillen
02 Mar 2020, 23:20
Forum: ESP Easy: Software
Topic: Control relay with (reed) switch
Replies: 12
Views: 9696

Re: Control relay with (reed) switch

Code: Select all

on door#state do
   gpio,16,[door#state]
endon
by grovkillen
28 Feb 2020, 21:50
Forum: ESP Easy: Software
Topic: Nested If constructs
Replies: 7
Views: 8268

Re: Nested If constructs

All rows are being parsed and since the comments are preceded by a lot of blanks it must parse through it all until it finds the dual slashes and realize it's a comment. So if you want to optimized the rules you should avoid those spaces and comments. But in reality the win isn't noticed I reckon.
by grovkillen
28 Feb 2020, 21:47
Forum: ESP Easy: General Discussion
Topic: Stability problem
Replies: 11
Views: 11118

Re: Stability problem

I never use the GPIO commands directly, instead I use rules to do it. Send an event command instead.
by grovkillen
27 Feb 2020, 09:57
Forum: ESP Easy: Software
Topic: Nested If constructs
Replies: 7
Views: 8268

Re: Nested If constructs

I think it's parsing it just as it would parse this: On ledcolour_code Do TaskValueSet,1,1,%eventvalue% // Store %eventvalue% in dummy variable ledcolour#code if [ledcolour#code]=0 // Clear all LEDs gpio,15,0 gpio,13,0 gpio,12,0 endif if [ledcolour#code]=1 // Turn on RED LED gpio,15,1 gpio,13,0 gpio...
by grovkillen
25 Feb 2020, 05:41
Forum: ESP Easy: Projects / Applications
Topic: Chicken door
Replies: 20
Views: 24741

Re: Chicken door

Deleted them.
by grovkillen
20 Feb 2020, 22:36
Forum: ESP Easy: Software
Topic: Help with rules
Replies: 2
Views: 4007

Re: Help with rules

Code: Select all

On dum#pippo=0 do
 7dn,9999
endon
Or if you're interested in adding the dummy value to the display:

Code: Select all

On dum#pippo do
 7dn,[dum#pippo]
endon
by grovkillen
19 Feb 2020, 18:45
Forum: ESP Easy: Software
Topic: Please help with 1MB module
Replies: 20
Views: 17973

Re: Please help with 1MB module

It is sad to see users move to alternate firmwares because they experience that things as no longer as 'EASY' as they used to be. ... Noticing this discussion, i just felt the need to step in and add my two cents... But i don't know if Gijs wants to have a look at it... regards, Martinus I understa...
by grovkillen
18 Feb 2020, 14:09
Forum: ESP Easy: General Discussion
Topic: Very Slow to no response
Replies: 15
Views: 12200

Re: Very Slow to no response

Is it behaving the same for mobile and desktop? I got the feeling my phone isn't connecting as delicate as the desktop and I rarely get the idling frontend.
by grovkillen
13 Feb 2020, 21:19
Forum: ESP Easy: Software
Topic: Geiger counter settings
Replies: 22
Views: 18526

Re: Geiger counter settings

That is really cool! Thanks for sharing.

Please enlighten us with more info on the setup.
by grovkillen
12 Feb 2020, 11:09
Forum: ESP Easy: General Discussion
Topic: How to reset the RDIF Wiegand code
Replies: 15
Views: 13777

Re: How to reset the RDIF Wiegand code

How often is the timer set? More than once per 10 seconds? If so the timer will never reach 0. Please look in the log.
by grovkillen
11 Feb 2020, 22:04
Forum: ESP Easy: Software
Topic: Send Pulse Counter Value immediately to MQTT
Replies: 4
Views: 6509

Re: Send Pulse Counter Value immediately to MQTT

Code: Select all

on stromzaehler#Count do
If [stromzaehler#Count]>=1
 Publish %sysname%/Counter,[stromzaehler#Count]
 EndIf
endon
by grovkillen
11 Feb 2020, 13:58
Forum: ESP Easy: Software
Topic: New plugin for DDS238-1
Replies: 14
Views: 26376

Re: New plugin for DDS238-1

The playground is a free for all. Pick whatever number you feel like.

If you plan on applying it to the official repo you will be assigned the next available number (91 I think).
by grovkillen
11 Feb 2020, 13:09
Forum: ESP Easy: Hardware
Topic: Senseair Sunrise S11 I2C communication
Replies: 3
Views: 12124

Re: Senseair Sunrise S11 I2C communication

I got this from a user: #include <Wire.h> void setup() { Wire.begin(); // join i2c bus (address optional for master) Serial.begin(9600); // start serial communication at 9600bps } int reading = 0; float temp=0; void loop() { // step 1: wake sensor Wire.beginTransmission(byte(0x68)); // transmit to d...
by grovkillen
08 Feb 2020, 11:54
Forum: ESP Easy: Software
Topic: Variables for use in rules??
Replies: 18
Views: 25397

Re: Variables for use in rules??

EDsteve wrote: 08 Feb 2020, 10:47 Ohh. Thanks so much. Now i understand. I should have thought about that :D
I know... script kiddies like me are annoying.
Don't say that, I'm a script kid myself. :D
by grovkillen
08 Feb 2020, 09:45
Forum: ESP Easy: Software
Topic: Variables for use in rules??
Replies: 18
Views: 25397

Re: Variables for use in rules??

Let are internal variables, the task values are just that, task values. So they have nothing to do with each other, BUT one can be used to influence the other using formulas and task value set. So if you want to use an internal value for a task value you would need to use a dummy variable and set it...
by grovkillen
08 Feb 2020, 09:42
Forum: ESP Easy: Software
Topic: Variables for use in rules??
Replies: 18
Views: 25397

Re: Variables for use in rules??

Your syntax is wrong, see here: on Soil#Analog do SendToHTTP,192.168.8.115,8080,/json.htm?param=udevice&type=command&idx=25&nvalue=[Soil#Analog] if [soil#Analog]>900 do timerSet,1,2 Let,2,2 //<---- no equal sign. endif endon On Rules#Timer=1 do if [var#2]=2 do GPIO,12,1 Let,1,[var#1]+1 /...
by grovkillen
06 Feb 2020, 09:38
Forum: ESP Easy: General Discussion
Topic: 150 days online
Replies: 34
Views: 30079

Re: 150 days online

dynamicdave wrote: 06 Feb 2020, 07:50 Wooo - that must be a world record.
We have some reports well over 200 days ;)
by grovkillen
05 Feb 2020, 11:47
Forum: ESP Easy: Software
Topic: Control ESPEasy-thermostat -> Rules problem
Replies: 34
Views: 25791

Re: Control ESPEasy-thermostat -> Rules problem

Thanks for posting! Good job.
by grovkillen
05 Feb 2020, 09:08
Forum: ESP Easy: Software
Topic: Newbie ESPEasy to Grafana Question
Replies: 16
Views: 16318

Re: Newbie ESPEasy to Grafana Question

It is the official way of injecting data into InfluxDB. It'll push data directly from the MQTT stream instead of doing the hack of using Node-Red. Hello Can you share your telegraf.conf ? And the way you configured espeasy ? With Mqtt-openhab ? I have an invalid syntax on input telegraf .. I'm now ...