Search found 241 matches

by vader
16 Jan 2018, 09:24
Forum: ESP Easy: Software
Topic: cannot get %eventvalue% to work
Replies: 15
Views: 10574

Re: cannot get %eventvalue% to work

Hello Vader, I'm sorry, but the rule you propose on remoteTimerControl do longpulse,13,0,%eventvalue% event LedOn endon has exactly the same result as my initial rule, it works, but the length of the timer is not correctly set. The led now is lit for a short while, few tenths of a second, up to hal...
by vader
15 Jan 2018, 22:00
Forum: ESP Easy: Software
Topic: cannot get %eventvalue% to work
Replies: 15
Views: 10574

Re: cannot get %eventvalue% to work

No problem, man. I have all that already behind me. And sometimes it's better not to be an engineer for simple solutions.... :D

This works also:
http://sonoff-12/control?cmd=event,remoteTimerControl=5

on remoteTimerControl do
longpulse,13,0,%eventvalue%
endon
by vader
15 Jan 2018, 14:13
Forum: ESP Easy: Software
Topic: ESPEasy mega-20180114 (normal,dev,testing) not accepting command via MQTT
Replies: 12
Views: 9661

Re: ESPEasy mega-20180114 (normal,dev,testing) not accepting command via MQTT

That stands all in the Wiki. Help for Mosquitto: mosquitto_pub --help

Send a Value: mosquitto_pub -h hostname -t topic -m payload
by vader
15 Jan 2018, 11:49
Forum: ESP Easy: Software
Topic: easy esp domoticz switch no working
Replies: 7
Views: 5228

Re: easy esp domoticz switch no working

Then you have somewhere a wrong config. I have Domoticz and ESPeasy in use without problems and no http entry in Domoticz!
by vader
14 Jan 2018, 21:41
Forum: ESP Easy: Software
Topic: cannot get %eventvalue% to work
Replies: 15
Views: 10574

Re: cannot get %eventvalue% to work

Take this version without any stupid rules....

"http://sonoff-12/control?cmd=longpulse+13%2C0%2C10" (example for 10 seconds)

Change the "10" to your needed value of seconds to turn LED on and that was it....
by vader
14 Jan 2018, 12:22
Forum: ESP Easy: Software
Topic: easy esp domoticz switch no working
Replies: 7
Views: 5228

Re: easy esp domoticz switch no working

You have to use the plug-in P029 for a proper function. Then you don't need the http command. ;)
by vader
13 Jan 2018, 18:36
Forum: ESP Easy: General Discussion
Topic: Operators disappearing when saving rules
Replies: 6
Views: 3850

Re: Operators disappearing when saving rules

No problem here with latest GIT version + Firefox.
by vader
13 Jan 2018, 15:48
Forum: ESP Easy: General Discussion
Topic: Issue with libararies and compiling in Arduino IDE
Replies: 8
Views: 6558

Re: Issue with libararies and compiling in Arduino IDE

Ok, all .ino files in src (from the ZIP file) come into arduino/src/ESPEasy. The folders in lib (from the ZIP file) come into /arduino/libraries. "C: \Users\%username%\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries" -> let it untouched. "C: \Program Files (x...
by vader
13 Jan 2018, 14:59
Forum: ESP Easy: General Discussion
Topic: Issue with libararies and compiling in Arduino IDE
Replies: 8
Views: 6558

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! ;)
by vader
13 Jan 2018, 14:29
Forum: ESP Easy: General Discussion
Topic: Issue with libararies and compiling in Arduino IDE
Replies: 8
Views: 6558

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...
by vader
13 Jan 2018, 12:57
Forum: ESP Easy: General Discussion
Topic: Issue with libararies and compiling in Arduino IDE
Replies: 8
Views: 6558

Re: Issue with libararies and compiling in Arduino IDE

Hi. Folder ESPEasy (with all .ino files) must be in src ;)
by vader
13 Jan 2018, 12:50
Forum: ESP Easy: Software
Topic: compile ESP ESAY MEGA tcp_impl.h not found
Replies: 21
Views: 15698

Re: compile ESP ESAY MEGA tcm_impl.h not found

I don't know what the problem is? You go in Arduino to "Tools -> Board -> Board Manager" enter "8266" in the search field and select "ESP8266 community version" and install the core you want. Done! :mrgreen:
by vader
12 Jan 2018, 22:03
Forum: ESP Easy: Software
Topic: Why is this rule not working?
Replies: 2
Views: 2062

Re: Why is this rule not working?

It must be..

on System#Boot do

on Rules#Timer=1 do
by vader
12 Jan 2018, 17:46
Forum: ESP Easy: Software
Topic: compile ESP ESAY MEGA tcp_impl.h not found
Replies: 21
Views: 15698

Re: compile ESP ESAY MEGA tcm_impl.h not found

2.3.0 seems to be stable. I compile with 2.4.0+ with no errors. So there must be something wrong in your config. :?
by vader
12 Jan 2018, 16:31
Forum: ESP Easy: Software
Topic: compile ESP ESAY MEGA tcp_impl.h not found
Replies: 21
Views: 15698

Re: compile ESP ESAY MEGA tcm_impl.h not found

Sounds like you are compiling with lwip v2. In Arduino you can select the lwip variant under Tools. V2 is default now with core 2.4!!
by vader
12 Jan 2018, 16:20
Forum: ESP Easy: Software
Topic: compile ESP ESAY MEGA tcp_impl.h not found
Replies: 21
Views: 15698

Re: compile ESP ESAY MEGA tcm_impl.h not found

Normally not. Only lwip->Espressiv is removed from core 2.4.0
by vader
12 Jan 2018, 16:15
Forum: ESP Easy: Software
Topic: compile ESP ESAY MEGA tcp_impl.h not found
Replies: 21
Views: 15698

Re: compile ESP ESAY MEGA tcm_impl.h not found

With ESP8266 from the board manager (core 2.3) there should be V2, Espressiv and V1.4 selectable.
by vader
12 Jan 2018, 15:13
Forum: ESP Easy: Software
Topic: compile ESP ESAY MEGA tcp_impl.h not found
Replies: 21
Views: 15698

Re: compile ESP ESAY MEGA tcm_impl.h not found

That's with lwip v2. Select v1.4 or Espressif in Arduino...
by vader
11 Jan 2018, 19:43
Forum: ESP Easy: General Discussion
Topic: Is this a bug or normal? OLED Display
Replies: 5
Views: 4010

Re: Is this a bug or normal? OLED Display

Right, this can only be done from a remote unit....
by vader
11 Jan 2018, 15:02
Forum: ESP Easy: General Discussion
Topic: Deep Sleep Not Working
Replies: 5
Views: 3640

Re: Deep Sleep Not Working

No problem. We all started with stupid questions.... :mrgreen:
by vader
10 Jan 2018, 19:40
Forum: ESP Easy: General Discussion
Topic: Are Rulesets selectable?
Replies: 15
Views: 10387

Re: Are Rulesets selectable?

No chance to do this at the moment. You can not enable/disable a rule with a command and you can not change the complete rule text with a command. So a MQTT broker is useless. You have to expand the source code for this new function. - rules engine must be changed - web server must be changed - comm...
by vader
10 Jan 2018, 10:38
Forum: ESP Easy: General Discussion
Topic: Is this a bug or normal? OLED Display
Replies: 5
Views: 4010

Re: Is this a bug or normal? OLED Display

You can try this version: xxx.xxx.xxx.xxx/control?cmd=oled,1,1,CLOSED xxx.xxx.xxx.xxx/control?cmd=oled,1,1, %20OPEN%20 xxx.xxx.xxx.xxx/control?cmd=oled,1,1, %20%20%20%20%20%20 //Clear the line (with 6 chars length) Works only with P023. P036 has no possibility to send text to the display this way. L...
by vader
09 Jan 2018, 21:03
Forum: ESP Easy: General Discussion
Topic: Deep Sleep Not Working
Replies: 5
Views: 3640

Re: Deep Sleep Not Working

What's your exact config (screenshot)'?

Have you done this from the Wiki...?
The ESP8266 can be set to deep sleep. You need to connect GPIO-16 with the RST pin to make this work.
by vader
09 Jan 2018, 19:18
Forum: ESP Easy: General Discussion
Topic: Deep Sleep Not Working
Replies: 5
Views: 3640

Re: Deep Sleep Not Working

Have you used the search? There are so many posts about that and what to do to keep it working. And study the wiki for more informations about that. ;)
by vader
06 Jan 2018, 19:14
Forum: ESP Easy: General Discussion
Topic: WiFi speed issue with core 2.4.0
Replies: 11
Views: 7896

Re: WiFi speed issue with core 2.4.0

@TD-er: That was also my 1st thought. I have a FritzBox 7490 and use only 2.4GHz band. With core 2.3 it shows up to 54MBit/s (when client is near by), but with core 2.4 it drops down to 1MBit/s! Look first a bit scary :shock: Ok, the amount of transfered data from the ESPs is less.... BTW: Can you c...
by vader
05 Jan 2018, 17:42
Forum: ESP Easy: Software
Topic: MQTT sending a custom commands
Replies: 3
Views: 3370

Re: MQTT sending a custom commands

Ok, I'm not sure, but I mean all has to be done in the JSON format. So "dim" would be the topic, and the value of it the payload. What about the MQTT Import plug-in?
by vader
05 Jan 2018, 16:30
Forum: ESP Easy: Software
Topic: Problem saving Task/Plugin settings
Replies: 2
Views: 2475

Re: Problem saving Task/Plugin settings

I think "Settings.TaskDevicePluginConfigLong" does not save to flash! So you are saving/reading just from memory. You can try this.... SaveCustomTaskSettings(event->TaskIndex, (byte*)&rgbvalue , sizeof(rgbvalue )); LoadCustomTaskSettings(event->TaskIndex, (byte*)&rgbvalue , sizeof(...
by vader
05 Jan 2018, 16:11
Forum: ESP Easy: Software
Topic: MQTT sending a custom commands
Replies: 3
Views: 3370

Re: MQTT sending a custom commands

Why extra programming a new plug-in? All basic MQTT functions are on-board. You can setup this under "Controllers". What broker do you have?
by vader
04 Jan 2018, 22:26
Forum: ESP Easy: General Discussion
Topic: WiFi speed issue with core 2.4.0
Replies: 11
Views: 7896

Re: WiFi speed issue with core 2.4.0

On that way you can try to compile 2.4.0 with lwip v2, which is default now. I get 1000 error messages with arduino and have no idea what's going on... :oops:
by vader
04 Jan 2018, 21:28
Forum: ESP Easy: General Discussion
Topic: WiFi speed issue with core 2.4.0
Replies: 11
Views: 7896

Re: WiFi speed issue with core 2.4.0

The values are from the router info page. It's the speed between router (access point) and client. I know g is not the fastest mode, but I had some trouble with other devices that can only g. With mixed mode in router (g/n) they lost often the connection (for what reason ever...). So I set the route...
by vader
04 Jan 2018, 19:50
Forum: ESP Easy: General Discussion
Topic: WiFi speed issue with core 2.4.0
Replies: 11
Views: 7896

Re: WiFi speed issue with core 2.4.0

Yes, it's Mbit/s...

Just compile it with Arduino. Core 2.4.0 is there selectable ;)
by vader
04 Jan 2018, 18:32
Forum: ESP Easy: General Discussion
Topic: WiFi speed issue with core 2.4.0
Replies: 11
Views: 7896

Re: WiFi speed issue with core 2.4.0

It shows how slow the transmission is compared to the others with core 2.3.0
by vader
04 Jan 2018, 16:04
Forum: ESP Easy: General Discussion
Topic: WiFi speed issue with core 2.4.0
Replies: 11
Views: 7896

WiFi speed issue with core 2.4.0

I have after upgrading to core 2.4.0 a very slow WiFi. Reverted back to 2.3.0 and all is ok again. :? Have others this issue too?
by vader
03 Jan 2018, 15:30
Forum: ESP Easy: Software
Topic: *Solved *Rules not working
Replies: 7
Views: 4988

Re: *Solved *Rules not working

Supi. U r welcome.

You can change this
TaskValueSet,5,1,([WW-VL#Temp]-[WW-RL#Temp])
into this
TaskValueSet,5,1,[WW-VL#Temp]-[WW-RL#Temp]

because it's just a simple subtraction, so we don't need the brackets ;)
by vader
03 Jan 2018, 13:28
Forum: ESP Easy: Software
Topic: *Solved *Rules not working
Replies: 7
Views: 4988

Re: Rules not working

You have
on <pump-on> do

Correct it to: on pump-on do

Or better change all to "pumpon" or "pump_on". Maybe the parser has a problem with the "-" in the name!

Normally sensors have a delay of 60 sec. Post a screenshot of yours....
by vader
03 Jan 2018, 12:35
Forum: ESP Easy: Software
Topic: *Solved *Rules not working
Replies: 7
Views: 4988

Re: Rules not working

Try this...

on Para#HYST = 1 do
TaskValueSet,5,1,[WW-VL#Temp]-[WW-RL#Temp] //Temp-Diff in Para#SP
if [Para#SP] > 5
gpio,5,1
TaskValueSet,5,2,0
timerSet,1,180
endif
endon
by vader
02 Jan 2018, 22:03
Forum: ESP Easy: Software
Topic: Release/Stop Driving Servo?
Replies: 20
Views: 15935

Re: Release/Stop Driving Servo?

I'm not sure if it is a real issue. The servos just do what they have to do: Keep the set position. But do they change position if you go to 0% duty-cycle? Other change could be to set an upper and lower limit on the allowed PWM value. I haven't tried it yet. For my purposes I detached the servo fr...
by vader
02 Jan 2018, 21:40
Forum: ESP Easy: Software
Topic: Release/Stop Driving Servo?
Replies: 20
Views: 15935

Re: Release/Stop Driving Servo?

I'm not sure if it is a real issue. The servos just do what they have to do: Keep the set position.
by vader
02 Jan 2018, 12:33
Forum: ESP Easy: Software
Topic: Final core 2.4.0 is ready for download
Replies: 0
Views: 1735

Final core 2.4.0 is ready for download

...but I get a lot of compile errors with arduino and lwIP v2 now.... :(

https://github.com/esp8266/Arduino/rele ... -2.4.0.zip
by vader
02 Jan 2018, 12:21
Forum: ESP Easy: General Discussion
Topic: esp01 and firmware r200dev12
Replies: 7
Views: 5285

Re: esp01 and firmware r200dev12

RESET: Too many resets, protecting your flash memory (powercycle to solve this) This is normal to protect the flash chip from an early dead. The magic command is "resetFlashWriteCounter" to reset this counter to 0. Error while reading/writing config.dat in 922 The magic command here is &qu...
by vader
02 Jan 2018, 09:35
Forum: ESP Easy: Software
Topic: Release/Stop Driving Servo?
Replies: 20
Views: 15935

Re: Release/Stop Driving Servo?

If it needs no force to keep the position, just detach the servo from ESP and enjoy the silence (a mod of the source code is necessary). :mrgreen:
by vader
01 Jan 2018, 10:53
Forum: ESP Easy: Projects / Applications
Topic: long push, short push detection with a button (connected on gpio)
Replies: 10
Views: 13386

Re: long push, short push detection with a button (connected on gpio)

Use my rule in the wiki and you can press the button as long as you want.... Hi, Yes, I got that working by using the rules section. Let the button start a timer-rule. (where you can specify your long-push time) On Switch#Switch1=1.00 do timerSet,1,2 (where 2 is the long push time in seconds) endon ...
by vader
28 Dec 2017, 19:17
Forum: ESP Easy: General Discussion
Topic: AP mode to wifi switch mode
Replies: 8
Views: 5795

Re: AP mode to wifi switch mode

That's a joke of 10 minutes programming....
by vader
28 Dec 2017, 17:01
Forum: ESP Easy: General Discussion
Topic: AP mode to wifi switch mode
Replies: 8
Views: 5795

Re: AP mode to wifi switch mode

For what should it be good for? If the AP is in reach again, the ESP connects to it automatically.
by vader
27 Dec 2017, 21:44
Forum: ESP Easy: Software
Topic: Hostname of ESP?
Replies: 14
Views: 15630

Re: Hostname of ESP?

@grovkillen: Sure? I have made a test with a fresh installation (2.0.0-dev12). Only AP configured! And see what Linux means to the host name: :mrgreen:
by vader
27 Dec 2017, 20:24
Forum: ESP Easy: Software
Topic: Hostname of ESP?
Replies: 14
Views: 15630

Re: Hostname of ESP?

@grovkillen: What you mean is SSID. That is with "_". But SSID is not host name. See source code: SSID: String ssid(Settings.Name); ssid+= F("_"); ssid+=Settings.Unit; return (ssid); Host name: String hostname(WifiGetAPssid()); hostname.replace(F(" "), F("-"))...
by vader
27 Dec 2017, 15:52
Forum: ESP Easy: General Discussion
Topic: SendToHTTP not working
Replies: 52
Views: 55158

Re: SendToHTTP not working

That was confusing me too.... :? But he wrote, that it is just a "simple test rule"
by vader
27 Dec 2017, 15:23
Forum: ESP Easy: General Discussion
Topic: SendToHTTP not working
Replies: 52
Views: 55158

Re: SendToHTTP not working

I have no LCD to test it, but the WIKI says:
SendToHTTP <IP address>, <Portnumber>, <command>
by vader
27 Dec 2017, 13:53
Forum: ESP Easy: General Discussion
Topic: Are Rulesets selectable?
Replies: 15
Views: 10387

Re: Are Rulesets selectable?

Where is the problem?
by vader
26 Dec 2017, 18:21
Forum: ESP Easy: Software
Topic: Hostname of ESP?
Replies: 14
Views: 15630

Re: Hostname of ESP?

Can you ping the device from your windows system?

ping esp_1 (or http://esp_1)

What is the answer?