Search found 123 matches

by TungstenE2
12 Jan 2019, 17:26
Forum: ESP Easy: Software
Topic: send sunrise/sunset variables to controller
Replies: 1
Views: 2048

send sunrise/sunset variables to controller

Hi all, is there a way to send the sunrise/sunset variables to controller (FHEM)? I would like to show the sunrise/sunset time in my FHEM Tablet UI. There reason why I do not use the sunrise modul: https://fhem.de/commandref.html#SUNRISE_EL Seems like FHEM is using the civil calculation by default. ...
by TungstenE2
05 Dec 2018, 21:38
Forum: ESP Easy: General Discussion
Topic: deep sleep with manual wake up - how?
Replies: 6
Views: 4232

Re: deep sleep with manual wake up - how?

thx, that part was missing.

working now!
by TungstenE2
05 Dec 2018, 19:16
Forum: ESP Easy: General Discussion
Topic: deep sleep with manual wake up - how?
Replies: 6
Views: 4232

Re: deep sleep with manual wake up - how?

I have changed settings to
wake 60
sleep 0
but device does not go to sleep, even after reboot?

What am I missing?
deepsleep2.PNG
deepsleep2.PNG (9.51 KiB) Viewed 4223 times
by TungstenE2
05 Dec 2018, 19:05
Forum: ESP Easy: General Discussion
Topic: deep sleep with manual wake up - how?
Replies: 6
Views: 4232

Re: deep sleep with manual wake up - how?

thx. wiki and other posts I found were outdated
by TungstenE2
05 Dec 2018, 18:45
Forum: ESP Easy: General Discussion
Topic: deep sleep with manual wake up - how?
Replies: 6
Views: 4232

deep sleep with manual wake up - how?

Hi all, I am on mega-20181204 on Wemos D1 mini. I want my D1 mini to wake up from deep sleep if door bell is pressed and to trigger FHEM to have my phones via Fritzbox ringing. In general the door bell is conected via PC817 to D1 mini and I see status change correctly. Now I want to conect this to R...
by TungstenE2
16 Nov 2018, 15:02
Forum: ESP Easy: Projects / Applications
Topic: BH1750 - heating status
Replies: 14
Views: 9205

Re: BH1750 - heating status

done, but still the same... On System#Boot do TaskValueSet 2,1,0 TaskValueSet 2,2,0 endon on Heizung#Lux do if [Heizung#Lux]=0 do timerSet,2,30 endif if [Heizung#Lux]>20 TaskValueSet,2,1,1 endif if [Heizung#Lux]<5 TaskValueSet,2,1,0 endif if [Heizung#Lux]>2 do timerSet,1,1 endif endon // set Heating...
by TungstenE2
16 Nov 2018, 12:50
Forum: ESP Easy: Projects / Applications
Topic: BH1750 - heating status
Replies: 14
Views: 9205

Re: BH1750 - heating status

moved it, but still the same result On System#Boot do TaskValueSet 2,1,0 TaskValueSet 2,2,0 endon on Heizung#Lux do if [Heizung#Lux]>20 TaskValueSet,2,1,1 endif if [Heizung#Lux]<5 TaskValueSet,2,1,0 endif if [Heizung#Lux]>2 do timerSet,1,1 endif if [Heizung#Lux]=0 do timerSet,2,30 endif endon // set...
by TungstenE2
16 Nov 2018, 11:49
Forum: ESP Easy: Projects / Applications
Topic: BH1750 - heating status
Replies: 14
Views: 9205

Re: BH1750 - heating status

hm, still not working as expected. If heating is on, Lux is up to 24 and HeatingLED is 1 and HeatingError is 0. If heating is off, Lux is 0 and HeatingLED is 0 but HeatingError is 1 and is not reset. This is triggered as the tigger sees the LED is switching from 1to 0, but this should be reset, as i...
by TungstenE2
16 Nov 2018, 10:07
Forum: ESP Easy: Projects / Applications
Topic: BH1750 - heating status
Replies: 14
Views: 9205

Re: BH1750 - heating status

thx, included it, but seems not to be working. On System#Boot do TaskValueSet 2,1,0 TaskValueSet 2,2,0 endon // reset HeatingError after 90Sek on Heizung#Lux=0 do timerSet,2,90 endon on rules#timer=2 do TaskValueSet 2,2,0 TaskRun,2 endon // set HeatingLED on Heizung#Lux>20 do TaskValueSet 2,1,1 endo...
by TungstenE2
16 Nov 2018, 07:23
Forum: ESP Easy: Projects / Applications
Topic: BH1750 - heating status
Replies: 14
Views: 9205

Re: BH1750 - heating status

can you provide me with the syntax of 'task run'? do not find a sample in the rules wiki.
by TungstenE2
15 Nov 2018, 18:18
Forum: ESP Easy: Projects / Applications
Topic: BH1750 - heating status
Replies: 14
Views: 9205

Re: BH1750 - heating status

setup following rules: On System#Boot do TaskValueSet 2,1,0 TaskValueSet 2,2,0 endon // reset HeatingError after 90Sek on Heizung#Lux=0 do timerSet,2,90 endon on rules#timer=2 do TaskValueSet 2,2,0 endon // set HeatingLED on Heizung#Lux>20 do TaskValueSet 2,1,1 endon on Heizung#Lux<5 do TaskValueSet...
by TungstenE2
14 Nov 2018, 08:38
Forum: ESP Easy: Projects / Applications
Topic: BH1750 - heating status
Replies: 14
Views: 9205

Re: BH1750 - heating status

ok, thx. So I will try to setup a dummy switch which will be set by a rule if lux >2. This will indicated the LED is on. But I have a question on the timer and long press. How does the sample rule distinguish between short press and still pressed? Is this because the timer was triggered and when the...
by TungstenE2
13 Nov 2018, 20:12
Forum: ESP Easy: Projects / Applications
Topic: BH1750 - heating status
Replies: 14
Views: 9205

BH1750 - heating status

Hi all, I have BH1750 installed on Wemos D1 mini and attached to my central heating in the basement. There is a small red status LED, where I would like to catch the status. In normal mode the LED is turned on while heating. Lux = 3-4 If heating is off Lux = 0 In case of failure the LED is blinking,...
by TungstenE2
09 Nov 2018, 14:27
Forum: ESP Easy: General Discussion
Topic: Help - update bricked S20
Replies: 43
Views: 25664

Re: Help - update bricked S20

@TD-er please als add a warning that flashing on Wemos D1 min from v2.0 to mega will also very likely fail and brick the device.

http://www.letscontrolit.com/forum/view ... f=4&t=6050
by TungstenE2
09 Nov 2018, 13:35
Forum: ESP Easy: General Discussion
Topic: OTA flash failed - v2.0-20180203 to mega-20181108
Replies: 3
Views: 2785

OTA flash failed - v2.0-20180203 to mega-20181108

Hi all, I have the following problem: https://github.com/letscontrolit/ESPEasy/issues/2030 Tried to flash via UART but also get error. ######2018-11-09###### #######0.02.004####### ######FLASH INFO###### BIN file: ESP_Easy_mega-20181108_normal_ESP8266_4096.bin COM port: (COM9) USB Serial Port Baud r...
by TungstenE2
31 Oct 2018, 14:46
Forum: ESP Easy: Software
Topic: Esp Easy and Wemos Motor Shield
Replies: 22
Views: 16437

Re: Esp Easy and Wemos Motor Shield

can you post error message?

I am using ESP_Easy_mega-20180927_test_ESP8266_4096.bin

And I use A1, A2:
WemosMotorShieldCMD 0 Forward 30

Device Name: WemosDCMotor
by TungstenE2
31 Oct 2018, 13:39
Forum: ESP Easy: Software
Topic: Esp Easy and Wemos Motor Shield
Replies: 22
Views: 16437

Re: Esp Easy and Wemos Motor Shield

did you flash ESPeasy testing version? Only in testing version the plugin is included.

just follow the wiki.

https://www.letscontrolit.com/wiki/inde ... otorshield
by TungstenE2
29 Aug 2018, 15:13
Forum: ESP Easy: Software
Topic: Esp Easy and Wemos Motor Shield
Replies: 22
Views: 16437

Re: Esp Easy and Wemos Motor Shield

Wemos Motor Shield Plugin is now in official mega release!

See wiki:
https://www.letscontrolit.com/wiki/inde ... otorshield
by TungstenE2
06 Jul 2018, 12:45
Forum: ESP Easy: Software
Topic: sunrise/sunset to be used in rule
Replies: 45
Views: 26743

Re: sunrise/sunset to be used in rule

this is working great! thx! On Clock#Time=All,%sunrise% do <action> endon That makes it possible to do something at sunrise or sunset and also start a timer to do something at those moments + N seconds. //at sunrise time set timer1 for 1 hour On Clock#Time=All,%sunrise% do timerSet,1,3600 endon //Wh...
by TungstenE2
04 Jul 2018, 14:51
Forum: ESP Easy: Software
Topic: [Solved] Trigger rule on event
Replies: 2
Views: 1973

Re: Trigger rule on event

check device setting interval
by TungstenE2
04 Jul 2018, 14:47
Forum: ESP Easy: Software
Topic: sunrise/sunset to be used in rule
Replies: 45
Views: 26743

Re: sunrise/sunset to be used in rule

could someone give an example rule how to use %sunrise% and %sunset% variables? on this page nothing is mentioned on how to use variables: https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules would this be something like this? on %sunrise% do if <test> <action> <action> endif endon
by TungstenE2
04 Jul 2018, 08:58
Forum: ESP Easy: Software
Topic: sending Password in URL by Android App
Replies: 1
Views: 1628

sending Password in URL by Android App

Hi all,

is there a way to send the Password in URL?

I am using this App.
viewtopic.php?t=3447

When I set the password in ESPeasy I need to send the Pasword by the App.

So I was wondering how to do this. Any ideas?

thx
by TungstenE2
04 Jul 2018, 08:41
Forum: ESP Easy: Software
Topic: sunrise/sunset to be used in rule
Replies: 45
Views: 26743

Re: sunrise/sunset to be used in rule

I was just about to test it.

New %sunrise% and %sunset% variables were added, but I am not sure about the syntax to be used in rules.

Is there a way to test the variables?

https://www.letscontrolit.com/wiki/inde ... _Variables
by TungstenE2
14 Jun 2018, 22:07
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

thx danmero, changed it.
by TungstenE2
14 Jun 2018, 11:05
Forum: ESP Easy: Software
Topic: set GPIO state other than 0 or 1
Replies: 1
Views: 1890

set GPIO state other than 0 or 1

I can set GPIO state by command to other values than 0 or 1.

Even this state is not shown in the list of devices (it stays 1) the status is stored.

Does this have any negative side effects?

Would like to use this for state controlling and request state by URL.
gpio2.jpg
gpio2.jpg (21.93 KiB) Viewed 1889 times
gpio2.jpg
gpio2.jpg (21.93 KiB) Viewed 1890 times

thx
by TungstenE2
13 Jun 2018, 21:43
Forum: ESP Easy: Software
Topic: get value status from dummy device
Replies: 0
Views: 1730

get value status from dummy device

Hi all,

I can request status for GPIO with URL:
http://IP/tools?cmd=status+gpio+15

I can set status for dummy with URL:
http://IP/tools?cmd=TaskValueSet+7+3+1

How to request status from dummy by URL?
Is there a TaskValueRead?

thx
by TungstenE2
11 Jun 2018, 21:02
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

thx, added your rules partly. state of door is already known by state of reed1 and reed2. On System#Boot do TaskValueSet 7,1,0 // no day = 0 TaskValueSet 7,2,200 // Helligkeit on dummy sensor TaskValueSet 7,3,0 // DC Motor off TaskValueSet 7,4,0 // Timer off TaskValueSet 8,1,999 // To concat of some...
by TungstenE2
10 Jun 2018, 19:50
Forum: ESP Easy: Software
Topic: Esp Easy and Wemos Motor Shield
Replies: 22
Views: 16437

Re: Esp Easy and Wemos Motor Shield

added new Plugin for Wemos Motorshield P_078 in Testing

https://github.com/letscontrolit/ESPEasy/pull/1492
by TungstenE2
10 Jun 2018, 12:39
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

ok, got this now working with events. door motor is triggered by push button or cmd. so basic version is working, as wife is asking for POC... but this is manual interaction. next step is automation. either based on light sensor or weekday and time. On System#Boot do TaskValueSet 7,1,0 // no day = 0...
by TungstenE2
10 Jun 2018, 09:48
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

I was refering to this: //Dummy1 //999 default //1[Dummies#Tag][Reed1-oben#Switch][Reed2-unten#Switch] //1110 day door open //1101 day door down //1010 night door open //1001 night door down On System#Boot do TaskValueSet 7,1,0 // no day = 0 TaskValueSet 7,2,200 // Helligkeit on dummy sensor TaskVal...
by TungstenE2
09 Jun 2018, 21:34
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

thx, the event works in general, but the motor does not stop if [Reed1-oben#Switch] changes from 0 to 1. But this should be the case, right? If I release the [Taster1#Switch] and press it again, while [Reed1-oben#Switch] is still 1 motor does not start again. This is correct. Also if [Reed1-oben#Swi...
by TungstenE2
09 Jun 2018, 13:58
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

I have tested now with the rules and concatination. I have the feeling this is not working stable. I got working rules were the concat value was updated as expected. When I changed the rule a bit the value was no longer updated. Rolling back to the previous rule code the value was still not updated....
by TungstenE2
08 Jun 2018, 18:21
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

log is empty
by TungstenE2
08 Jun 2018, 17:52
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

edited that, but no change. motor is not triggered if conditions are met.
by TungstenE2
08 Jun 2018, 17:16
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

ah, got it! changed the rule a bit, but motor is not triggered even '[Dummy#Concat]=1101' also 'TaskValueSet 7,3,1' is not set. Seems like the 'if' is to working, but dont know why. [Dummy#Concat] is updated as expected. //999 default //1[Dummies#Tag][Reed1-oben#Switch][Reed2-unten#Switch] //1110 da...
by TungstenE2
08 Jun 2018, 15:39
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

thanks, looked at it and tried to understand your rules provided. what I do not unterstand: - default value for Dummy#Concat is set to '999' on boot, but after couple of seconds value is set to '1100'. but why? in the rule the '1100' is in checked in if-statement, not set. - what exactly is this rul...
by TungstenE2
08 Jun 2018, 11:27
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

Thats what I am already doing with the dummy device.

But I did not get your idea on how to further get multiple values into one value and how this should be controlled by the rules.

Can you explain?
by TungstenE2
08 Jun 2018, 08:51
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

any ideas yet?
by TungstenE2
07 Jun 2018, 08:44
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

Thnx for looking into this.

One question: seems like only Rules Page 1 is working in my testing build from 24.05.
Are the diferent rules pages only for better overview or is there a logical sequence?
by TungstenE2
06 Jun 2018, 20:32
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

Re: several rules

Okay, will try to explain. I am build automation for a chicken house with Wemos D1 mini and Wemos motorshield. Plan is to open and close a slide door when certain conditions are met. I have following devices: - light sensor with analog signal - 2 reed switch - 2 buttons (1 still needs to be bought a...
by TungstenE2
05 Jun 2018, 18:20
Forum: ESP Easy: Software
Topic: several rules
Replies: 27
Views: 13700

several rules

Hi all, I am trying to build a door automatic on wemos D1 mini with mega 24052018. Created a plugin to control wemos motorshield. I am trying to build rules bases on light sensor and reed switches. The rules below do work, but not together. Together the motor stops and starts every second. Can someb...
by TungstenE2
03 Jun 2018, 16:37
Forum: ESP Easy: General Discussion
Topic: Help - update bricked S20
Replies: 43
Views: 25664

Re: Help - update bricked S20

see post #18
viewtopic.php?p=27171#p27171

S20 only has 1MB and should not be updated OTA.
by TungstenE2
30 May 2018, 08:35
Forum: ESP Easy: Software
Topic: sunrise/sunset to be used in rule
Replies: 45
Views: 26743

sunrise/sunset to be used in rule

Hi all,

I would like to use sunrise/sunset time in a rule (eg sunrise + 30min) on a Wemos D1 mini using latest mega build.
How to do this? An external HTTP request would be good, but not to a lokal controler.
I want to be independent from another controler.

Any ideas or tipps?

thx
by TungstenE2
29 May 2018, 17:36
Forum: ESP Easy: General Discussion
Topic: Simple switch help
Replies: 11
Views: 10437

Re: Simple switch help

strange, got it working now.

Internal PullUp: enabled
Inversed Logic: enabled