Search found 469 matches

by toffel969
28 Feb 2017, 22:21
Forum: ESP Easy: General Discussion
Topic: Switch "Toggle high" explanation
Replies: 3
Views: 3002

Re: Switch "Toggle high" explanation

In the wiki, in the starter tutorial about the switch ( http://www.letscontrolit.com/wiki/index.php/Tutorial_Domoticz_Switch ) - it ends with saying "Now toggle GPIO-0 pin high and low" But I have no idea what that means.. That should probably be explained more in the wiki.. Do I connect ...
by toffel969
21 Feb 2017, 13:09
Forum: ESP Easy: General Discussion
Topic: Additional MCU to ESP modul
Replies: 23
Views: 20967

Re: Additional MCU to ESP modul

You are right toeffel. But one can "wrap" that command in a rule and trigger this new event via mttq. @38dome: I haven't used it yet but from the description ser2net should be capable of what you're trying to to (send data to serial port) but you'll have to use telnet instead of mttq. :id...
by toffel969
21 Feb 2017, 07:11
Forum: ESP Easy: Hardware
Topic: Sonoff 4CH with ESPEasy
Replies: 151
Views: 185432

Re: Sonoff 4CH with ESPEasy

Rules built from other examples and changed for the first two switches of four on the 4 channel Sonoff. The first button and relay works some times but the second set does not. For both I can see the status change in MQTT, the web console and the device page (with refresh). But again, no second rel...
by toffel969
21 Feb 2017, 07:08
Forum: ESP Easy: General Discussion
Topic: Additional MCU to ESP modul
Replies: 23
Views: 20967

Re: Additional MCU to ESP modul

38domo wrote:hello, I have updated the version using flash.cmd included in the zip. Update OK. After reboot I can see now the dummy device in devices list.
I have now to understand how to send datas from mqqt to esp and to the serial port
regards
afaik taskvalueset command does not work via mqtt
by toffel969
20 Feb 2017, 18:11
Forum: ESP Easy: General Discussion
Topic: Battery draine....
Replies: 23
Views: 21215

Re: Battery draine....

Sometimes you can be fooled by what people offer for sale. The battery packs are pure for debugging for beginners............. ;-) Google for power consumption ESP 8266 and you see they are not the best solution for battery operated sensors. MYSENSORS is using other RF chip which is less consuming ...
by toffel969
20 Feb 2017, 10:13
Forum: ESP Easy: Projects / Applications
Topic: Coal Counter
Replies: 1
Views: 2832

Re: Coal Counter

Hello! I'm looking for some solution with ESPEasy and Domoticz to count how many Coal was burned in my heating system. I know that one Shovel is 5Kg of Coel. So I wonder to mount some dorbeel swich and press it every time when I'm putting another showel of coel. Domoticz will count everything for m...
by toffel969
20 Feb 2017, 07:04
Forum: ESP Easy: Software
Topic: Finally got Domoticz working
Replies: 2
Views: 2729

Re: Finally got Domoticz working

You have a strange AP, usually they assign always the same IP to a given divice. Anyway, fixed IP settings are at the bottom of the config page in espeasy. Re updating click the "?" next to "firmware load" in the tools page. its usually a setting in the router/AP called dhcp-lea...
by toffel969
19 Feb 2017, 18:13
Forum: ESP Easy: Software
Topic: send commands from one ESP to another
Replies: 8
Views: 9183

Re: send commands from one ESP to another

Got it to work now with HTTP commandon port 80, thanks !! on System#Boot do SendToHTTP 192.168.1.205,80,/control?cmd=GPIO,2,1 endon on vloer_uit#Temperature<25 do event,cvaan endon on vloer_uit#Temperature>27 do event,cvuit endon on cvaan do SendToHTTP 192.168.1.205,80,/control?cmd=GPIO,2,1 endon o...
by toffel969
18 Feb 2017, 21:31
Forum: ESP Easy: General Discussion
Topic: Additional MCU to ESP modul
Replies: 23
Views: 20967

Re: Additional MCU to ESP modul

38domo wrote:I don't have dummy in the dropdown list.
May be it is due to my version of espeasy. I use R108 for the moment.
True, you have to update
by toffel969
18 Feb 2017, 18:33
Forum: ESP Easy: General Discussion
Topic: Additional MCU to ESP modul
Replies: 23
Views: 20967

Re: Additional MCU to ESP modul

hello, could you explain how to create the dummy device, I don't have in the list of possibles devices ? I use ESP Easy R108 I would like to use the ESP module to send data from Wifi to a big display connected to the ESP via serial. regards under devices tab, just add a new device and chose dummy f...
by toffel969
18 Feb 2017, 07:41
Forum: ESP Easy: Projects / Applications
Topic: How to control 4 channel relay with button and MQTT
Replies: 7
Views: 6717

Re: How to control 4 channel relay with button and MQTT

ashfaaaa wrote:Hello guys I'm new to Esp Easy is it possible to control 4 channel relay board with esp8266 esp(12F) control it with MQTT and add 4 physical buttons to control this relays.?
yes
by toffel969
16 Feb 2017, 23:21
Forum: ESP Easy: Software
Topic: send commands from one ESP to another
Replies: 8
Views: 9183

Re: send commands from one ESP to another

Under advandced tab activate global sync and Set udp Port to the same value on both Devices. Then you can use the sendTo command.

Code: Select all

on RFID#Switch=1 do
sendTo 2,pulse,14,1,2000
//timerSet 1,5 //
if [Licht_TH#Lux<10]
gpio,13,1 
timerSet 2,30 
endon 
by toffel969
16 Feb 2017, 23:11
Forum: ESP Easy: General Discussion
Topic: Version 1.1.0-beta6 avaiable
Replies: 25
Views: 19111

Re: Version 1.1.0-beta6 avaiable

Awesome :D will do some testing over the weekend
by toffel969
16 Feb 2017, 11:48
Forum: ESP Easy: Projects / Applications
Topic: Soil Moisture Sensor using Analog Input - Solved
Replies: 34
Views: 48463

Re: Soil Moisture Sensor using Analog Input - Solved

jochem wrote:solved,

it needed some time or so. suddenly it started working... :shock:
maybe sensor delay?
by toffel969
16 Feb 2017, 07:59
Forum: ESP Easy: Software
Topic: Rules GPIO state and toggle
Replies: 43
Views: 82466

Re: Rules GPIO state and toggle

I'm using R148 and I have two switches, one on GPIO12 as a sensor for my garage door and another on GPIO14 to drive the relay. The relay needs to turn on for one second then off again to emulate the integrated garage controller. The GPIO12 switch is called 'reed' and is set to 'Push Button Active L...
by toffel969
15 Feb 2017, 17:54
Forum: ESP Easy: Software
Topic: scripting/rules commands
Replies: 3
Views: 3498

Re: scripting/rules commands

bennybubble wrote:tnx, found that already but did not know it was also the command reference for the rules.

Will look into this tonight.

-ben
Also check the rules tutorial, just search in the wiki
by toffel969
14 Feb 2017, 21:48
Forum: ESP Easy: Hardware
Topic: Bare sensors vs. module sensors
Replies: 6
Views: 6365

Re: Bare sensors vs. module sensors

I would also recommend to use relay boards with optocopplers, they provide full electrical isolation of MCU and Mains. All the 4-16 relay boards I have seen actually have that, but some of the single relay boards don't Hello Toffel, These optocouplers are senseless in most cases. Usually these rela...
by toffel969
14 Feb 2017, 21:36
Forum: ESP Easy: Hardware
Topic: Sonoff 4CH with ESPEasy
Replies: 151
Views: 185432

Re: Sonoff 4CH with ESPEasy

Seems to got it compiling now with Aduino IDE 1.8.1. Changed the board to 8285 It generates a file: ESPEasy.ino.generic.bin, right? Changed nothing on the source, flashed the bin with esptool.py (running Ubuntu) as I did several times for the SonOff 8266. But nada/nothing to see. No ESP_0 here... C...
by toffel969
14 Feb 2017, 15:39
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 134821

Re: ESP Easy next stable... (release candidates)

@Toffel969 Perhaps kicking an open door, but do you apply for coverage of your premises 1 single Wifi-AP, or multiple APs, or 1*AP+repeaters? Have the own experience that for a setup with physically wide-spread ESP8266s, 1 single AP/router is hardly sufficient to cover the premises. Only the 2 othe...
by toffel969
14 Feb 2017, 15:33
Forum: ESP Easy: Hardware
Topic: ESP-01 and Soil Moisture Sensor?!
Replies: 11
Views: 17119

Re: ESP-01 and Soil Moisture Sensor?!

Ton_vN wrote:Looking for a similar setup with D1-WeMOS as processor.
Summary of my findings for sensors available through AliExpress.
I have this one running with a NodeMCU. Voltage devider should also be there on Wemos Analog in, so this should work
by toffel969
14 Feb 2017, 15:26
Forum: ESP Easy: Hardware
Topic: Bare sensors vs. module sensors
Replies: 6
Views: 6365

Re: Bare sensors vs. module sensors

Many thanks to all of you. These replies finally clears my doubts. Currently I was using DHT22 breakout board and probably that's why this question came into my mind. My next project however will be 220V bulb control using ESP-12 and a relay board with both - manual latch switch and Domoticz timers...
by toffel969
14 Feb 2017, 15:22
Forum: ESP Easy: Hardware
Topic: Sonoff 4CH with ESPEasy
Replies: 151
Views: 185432

Re: Sonoff 4CH with ESPEasy

Shardan wrote:Memory /SPIFF sizes, anyone?
1Mbyte
by toffel969
14 Feb 2017, 14:01
Forum: ESP Easy: Hardware
Topic: Sonoff 4CH with ESPEasy
Replies: 151
Views: 185432

Re: Sonoff 4CH with ESPEasy

Hello, I also flashed the Sonoff 4CH with ESPEasy R147 RC8. I used Arduino 1.8.1 with the chip 8285. Below you can see my properties in the screenshot. After flashing I can connect to ESP_0 and select my SSID. After that, I want to connect to ESP on Sonoff, but this went wrong. My browser wants to ...
by toffel969
14 Feb 2017, 13:22
Forum: ESP Easy: General Discussion
Topic: Level_Control Device plugin21
Replies: 12
Views: 11684

Re: Level_Control Device plugin21

FranckkyDoo wrote:So if I understand, I don't need to use the level control with your method?
Not my method, its hamsters method :-) , I just commented on the necessity of domoticz. But the way I understand it, you would not need a level device, correct.
by toffel969
14 Feb 2017, 13:18
Forum: ESP Easy: General Discussion
Topic: Strange behaviour: rules mess up devices
Replies: 15
Views: 9994

Re: Strange behaviour: rules mess up devices

groovy wrote:You are fast :D
See my update on the former post.
Great minds think alike, and fools never differ ;-) glad to hear you got it working
by toffel969
14 Feb 2017, 07:59
Forum: ESP Easy: Hardware
Topic: Sonoff 4CH with ESPEasy
Replies: 151
Views: 185432

Re: Sonoff 4CH with ESPEasy

He meant the arduino libs for esp-boards. Instructions are http://www.letscontrolit.com/wiki/index.php/Tutorial_Arduino_Firmware_Upload . ;) the link gives a 404. will try to add more detailled instructions during course of the day. Also fixed the link. The wiki says it all :-) no need for further ...
by toffel969
14 Feb 2017, 07:57
Forum: Staff Announcements forum
Topic: The way forward
Replies: 38
Views: 54970

Re: The way forward

I now thoroughly reviewed the framework base and a bunch of pull requests. I dont see any problem in being able to moving the project forward as well as making a bunch of improvements in the whole development cycle: - faster intergrating of playground plugins: mark them as TESTING in the webgui and...
by toffel969
14 Feb 2017, 07:54
Forum: ESP Easy: General Discussion
Topic: Strange behaviour: rules mess up devices
Replies: 15
Views: 9994

Re: Strange behaviour: rules mess up devices

Maybe try to swap the devices (make PIR Task1 and Candle Task2). This is very strange. I just swapped the devices and now the candle device stays intact but the PIR is renamed to "CANDLE" and the value is renamed from "Switch" to "Color". So it seems it's affecting alw...
by toffel969
13 Feb 2017, 21:41
Forum: ESP Easy: Hardware
Topic: Sonoff 4CH with ESPEasy
Replies: 151
Views: 185432

Re: Sonoff 4CH with ESPEasy

Joe, thumbs up for the info about the Sonoff 4Ch! Got me one of those also, without looking too deep... Already converted a couple of Sonoff's with the available ESPEasy firmware. But no Arduino or other equipment here. Could I ask you to send me the ESP8285 compiled version of ESPEasy? Thanks in a...
by toffel969
13 Feb 2017, 20:41
Forum: ESP Easy: General Discussion
Topic: How many sensors can I power from a wemos d1 mini?
Replies: 1
Views: 3915

Re: How many sensors can I power from a wemos d1 mini?

I just found out that you could attach several sensors to the same SCA/SCL lines and got really happy and connected several sensors to try out. I now have LCD, BH1750, BMP180 and a HC-SR04 sensor connected to the same wemos. But how many sensors can I power directly from the wemos? this strongly de...
by toffel969
13 Feb 2017, 19:44
Forum: ESP Easy: Projects / Applications
Topic: Keypad support
Replies: 10
Views: 11384

Re: Keypad support

Thanks i will look into it. I see a lot of open pull requests and there was a post from october or something, saying we should not make any new pull requests. (until after the next release) Any news on that? you could use an arduino nano to read the keypad with lib, link arduino to esp via serial a...
by toffel969
13 Feb 2017, 19:33
Forum: ESP Easy: General Discussion
Topic: Additional MCU to ESP modul
Replies: 23
Views: 20967

Re: Additional MCU to ESP modul

Ser2Net is definitly not what you a looking for, as it routes an Serial connection to an TCP connection (Telnet) and not at all what you are trying to do. Try the serial monitor from Arduino IDE, type TaskValueSet,4,1,11 then hit enter. Will try this at home later (if I find time) i can confirm thi...
by toffel969
13 Feb 2017, 18:00
Forum: ESP Easy: General Discussion
Topic: Additional MCU to ESP modul
Replies: 23
Views: 20967

Re: Additional MCU to ESP modul

Ser2Net is definitly not what you a looking for, as it routes an Serial connection to an TCP connection (Telnet) and not at all what you are trying to do. Try the serial monitor from Arduino IDE, type

Code: Select all

TaskValueSet,4,1,11
then hit enter. Will try this at home later (if I find time)
by toffel969
13 Feb 2017, 17:51
Forum: ESP Easy: Software
Topic: scripting/rules commands
Replies: 3
Views: 3498

Re: scripting/rules commands

bennybubble wrote:Is there a list/overview of all available commands that can be used for the internal scripting/rules ?
I searched for it but cannot find it.

-ben
Yes search command reference in the wiki
by toffel969
13 Feb 2017, 17:47
Forum: ESP Easy: General Discussion
Topic: Level_Control Device plugin21
Replies: 12
Views: 11684

Re: Level_Control Device plugin21

FranckkyDoo wrote:I don't use domoticz. It the a way to do it without domoticz ?
It should still work without Domoticz just using the rule + 'http://192.168.0.68/control?cmd=event,d ... CalcValue)..'' where CalcValue is your new setpoint
by toffel969
13 Feb 2017, 17:43
Forum: ESP Easy: General Discussion
Topic: Strange behaviour: rules mess up devices
Replies: 15
Views: 9994

Re: Strange behaviour: rules mess up devices

as far as i can see the log, its only after pir=0 Just did some tests again. The device get's messed up as soon as the PIR switches for the first time, no matter if it's on or off. I also tried a timer instead of the PIR for switching off: on PIR#Switch do CANDLE:3::60 timerSet 1,10 endon on Rules#...
by toffel969
13 Feb 2017, 17:35
Forum: ESP Easy: Projects / Applications
Topic: Keypad support
Replies: 10
Views: 11384

Re: Keypad support

psy0rz wrote:i dont think thats possible.
This http://playground.arduino.cc/Code/Keypad should be good starting point. Probably its easier to write your own plugin based on the Keypad library
by toffel969
13 Feb 2017, 17:31
Forum: ESP Easy: General Discussion
Topic: Additional MCU to ESP modul
Replies: 23
Views: 20967

Re: Additional MCU to ESP modul

Hi, I just create dummy device and can vrite from rules values on it but I don't know how make to write data from serial port (I use terminal program in this phase). How to connect serial port? There are rules: __________________________________________________________ on System#Boot do //delay 5 s...
by toffel969
13 Feb 2017, 17:30
Forum: ESP Easy: General Discussion
Topic: Additional MCU to ESP modul
Replies: 23
Views: 20967

Re: Additional MCU to ESP modul

Hi, I just create dummy device and can vrite from rules values on it but I don't know how make to write data from serial port (I use terminal program in this phase). How to connect serial port? There are rules: __________________________________________________________ on System#Boot do //delay 5 s...
by toffel969
13 Feb 2017, 17:26
Forum: ESP Easy: General Discussion
Topic: Additional MCU to ESP modul
Replies: 23
Views: 20967

Re: Additional MCU to ESP modul

How to connect ESP modul with other MCU (AVR 90S2313)? What settings for ESPEasy to use? My idea is that AVR MCU work some counting and calculation (wind speed, rain, wind direction) and in interval of 10 minutes ESP, which do some other measurements, call AVR and send all data to remote receiver. ...
by toffel969
13 Feb 2017, 17:12
Forum: ESP Easy: General Discussion
Topic: Additional MCU to ESP modul
Replies: 23
Views: 20967

Re: Additional MCU to ESP modul

Hi, I just create dummy device and can vrite from rules values on it but I don't know how make to write data from serial port (I use terminal program in this phase). How to connect serial port? There are rules: __________________________________________________________ on System#Boot do //delay 5 s...
by toffel969
12 Feb 2017, 16:32
Forum: ESP Easy: General Discussion
Topic: Formula Rules
Replies: 3
Views: 3499

Re: Formula Rules

isva wrote:Hello,

I would like to make a formula: My sensor post 8 cm HC-sr-04. I would like to calculate a volume. 8*(100*100).

Someone has an idea?

Thank you for the coperation

Best regards Vinc
try to activate the formula option in the hc sr 04 ino . you will have to compile.
by toffel969
12 Feb 2017, 16:23
Forum: ESP Easy: General Discussion
Topic: Strange behaviour: rules mess up devices
Replies: 15
Views: 9994

Re: Strange behaviour: rules mess up devices

I already tried the HTTP method, see my post here , where also the actual ruleset comes from. What I really don't understand is, that it works for the first time, but as soon as the PIR is switched for the first time, it messes up the device. I will test it further, thanks for your suggestions. as ...
by toffel969
12 Feb 2017, 16:20
Forum: ESP Easy: General Discussion
Topic: Strange behaviour: rules mess up devices
Replies: 15
Views: 9994

Re: Strange behaviour: rules mess up devices

I already tried the HTTP method, see my post here , where also the actual ruleset comes from. What I really don't understand is, that it works for the first time, but as soon as the PIR is switched for the first time, it messes up the device. I will test it further, thanks for your suggestions. wha...
by toffel969
12 Feb 2017, 16:08
Forum: ESP Easy: General Discussion
Topic: Additional MCU to ESP modul
Replies: 23
Views: 20967

Re: Additional MCU to ESP modul

How to connect ESP modul with other MCU (AVR 90S2313)? What settings for ESPEasy to use? My idea is that AVR MCU work some counting and calculation (wind speed, rain, wind direction) and in interval of 10 minutes ESP, which do some other measurements, call AVR and send all data to remote receiver. ...
by toffel969
11 Feb 2017, 17:41
Forum: ESP Easy: Software
Topic: ESPEasy timer switch
Replies: 6
Views: 12850

Re: ESPEasy timer switch

maybe try espmega, it has the feature to keep gpio states on reboot (not power off though).it also has an extended timer menu
by toffel969
11 Feb 2017, 12:58
Forum: ESP Easy: General Discussion
Topic: http send being truncated in rules
Replies: 9
Views: 6621

Re: http send being truncated in rules

try using a different browser
by toffel969
11 Feb 2017, 11:38
Forum: ESP Easy: General Discussion
Topic: Strange behaviour: rules mess up devices
Replies: 15
Views: 9994

Re: Strange behaviour: rules mess up devices

Thanks for your answer. I tried all kinds of upper/lower letters with no effect. The : separates the arguments, see the authors examples in sourcecode: // Commands // CANDLE:<FlameType>:<Color>:<Brightness> // <FlameType> : 1 Static Light, 2 Simple Candle, 3 Advanced Candle, 4 Police, 5 Blink, 6 St...
by toffel969
11 Feb 2017, 00:29
Forum: ESP Easy: General Discussion
Topic: Potentiometer to servo ?
Replies: 3
Views: 4095

Re: Potentiometer to servo ?

uxhamby wrote:Yes, that seems to do it. I had tried brackets but not the square ones. Made all the difference. Thanks!

Brian H.
Pleasure
by toffel969
10 Feb 2017, 22:53
Forum: ESP Easy: General Discussion
Topic: espeasy + ?? vent/damper control
Replies: 4
Views: 3466

Re: espeasy + ?? vent/damper control

this one is all fairly new to me. how in the rules do i use a value coming in via an analog input or anything really? http://i.imgur.com/FIXthmK.png Check http://www.letscontrolit.com/wiki/index.php/Tutorial_Rules Under the pir and sc-hr example. In your case it should be something like [tempp#anal...