Search found 469 matches

by toffel969
26 Feb 2018, 11:23
Forum: ESP Easy: Software
Topic: rules sending data
Replies: 14
Views: 15887

Re: rules sending data

Why can't you use SendToHTTP? Seems to be the only option. https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules#Custom_reports_to_Domoticz_with_own_IDX Watch out for the work -around of the parsing error. https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules#SendToHTTP Create an event i...
by toffel969
26 Feb 2018, 06:36
Forum: ESP Easy: Software
Topic: rules sending data
Replies: 14
Views: 15887

Re: rules sending data

double post
by toffel969
25 Feb 2018, 10:31
Forum: ESP Easy: Hardware
Topic: Sonoff Basic + wall push button with pilot light
Replies: 21
Views: 16604

Re: Sonoff Basic + wall push button with pilot light

I think your pilot light is a glow lamp rather than a LED. You will need at least 100v to light them up. Replacing them with a led driven by the son off seems like an option.
by toffel969
23 Feb 2018, 14:03
Forum: ESP Easy: Hardware
Topic: Longer Range?
Replies: 13
Views: 15136

Re: Longer Range?

I was going to suggest the D1 Mini Pro, but I have not used one yet. So far, I have not needed the external antenna. I have something I want to try this spring and may have to order one to try! I'm using two mini pro with external antenna. I swapped them in After wifi reliability issues with normal...
by toffel969
22 Feb 2018, 11:17
Forum: ESP Easy: Projects / Applications
Topic: tx rx serial plugin
Replies: 9
Views: 12489

Re: tx rx serial plugin

Hi I think you can achieve desired functionality by using rules and serial commands to ESPEasy from Arduino Connect Arduino Serial to ESP serial Create a dummy device on ESP Easy (lets say on Task No1) On the arduino : Serial.print(TaskValueSet,1,1,[value 1 from Arduino]) Serial.print(TaskValueSet,1...
by toffel969
19 Feb 2018, 18:16
Forum: ESP Easy: General Discussion
Topic: PCFGPIO command resets every other pin (pcf8574 8bit IO expander)
Replies: 13
Views: 9953

Re: PCFGPIO command resets every other pin (pcf8574 8bit IO expander)

I think I have seen this behaviour, but not 100% certain I remember right. Two questions :
Did you by any chance leave the address bits floating( meaning not pulled to gnd/vcc but nc)?
Are you exceeding the current specs of the pcf?
by toffel969
19 Feb 2018, 18:10
Forum: ESP Easy: Software
Topic: Mit EasyESP Geschwindigkeit eines Lüfters auslesen?
Replies: 16
Views: 12056

Re: Mit EasyESP Geschwindigkeit eines Lüfters auslesen?

Lass mal den arduino weg und stell den delay auf 1sec. Dann Poster mal ein Screenhsot des logs.
by toffel969
19 Feb 2018, 17:13
Forum: ESP Easy: Hardware
Topic: Low Trigger relay 5 V with ESP01
Replies: 9
Views: 7216

Re: Low Trigger relay 5 V with ESP01

https://www.letscontrolit.com/wiki/index.php/Basics:_Relays Yet another wiki article that probably gets read by far too little people. @ Shardan, assuming that you are the one who created the wiki page; there are now three pages on relays. I just linked the "actutor" one to your "bas...
by toffel969
19 Feb 2018, 17:10
Forum: ESP Easy: Software
Topic: Mit EasyESP Geschwindigkeit eines Lüfters auslesen?
Replies: 16
Views: 12056

Re: Mit EasyESP Geschwindigkeit eines Lüfters auslesen?

I got no Reaktion Ich schreibe Dir mal kurz auf Deutsch zurück: Einige Deiner Einstellungen können so nicht funktionieren. Die Debounce-Zeit ist viel zu lang. Bei 3000 touren pro Minute gibts doch schon 50 impulse pro Sekunde, d.h. Debounce-Zeit muss unter 20msec liegen (versuchs mal mit 15). Versu...
by toffel969
16 Feb 2018, 13:40
Forum: ESP Easy: Hardware
Topic: Low Trigger relay 5 V with ESP01
Replies: 9
Views: 7216

Re: Low Trigger relay 5 V with ESP01

https://www.letscontrolit.com/wiki/index.php/Basics:_Relays Yet another wiki article that probably gets read by far too little people. @ Shardan, assuming that you are the one who created the wiki page; there are now three pages on relays. I just linked the "actutor" one to your "bas...
by toffel969
16 Feb 2018, 13:36
Forum: ESP Easy: Hardware
Topic: Low Trigger relay 5 V with ESP01
Replies: 9
Views: 7216

Re: Low Trigger relay 5 V with ESP01

Yet another wiki article that probably gets read by far too little people. Great work!
by toffel969
16 Feb 2018, 07:41
Forum: ESP Easy: Software
Topic: Default state is overridden from switch device
Replies: 4
Views: 3229

Re: Default state is overridden from switch device

Try to disable the pull-up resistor for the input switch device.
by toffel969
15 Feb 2018, 11:37
Forum: ESP Easy: Software
Topic: Mit EasyESP Geschwindigkeit eines Lüfters auslesen?
Replies: 16
Views: 12056

Re: Mit EasyESP Geschwindigkeit eines Lüfters auslesen?

ahlermi wrote: 15 Feb 2018, 11:20 Is there anybody with an idea to read Pulse from an Input Pin an use it in rules?

Arduino

Code: Select all

pulseIn(<tachoPin>, LOW);
Hi

You can use the pulse device for that and use the count value.
by toffel969
15 Feb 2018, 10:17
Forum: ESP Easy: Software
Topic: Default state is overridden from switch device
Replies: 4
Views: 3229

Re: Default state is overridden from switch device

Is mqtt retain flag set under advanced tab?
by toffel969
11 Feb 2018, 12:03
Forum: ESP Easy: Hardware
Topic: Multiple devices I2C bus?
Replies: 18
Views: 15771

Re: Multiple devices I2C bus?

As I understand it the I2C bus supports up to 121 devices connected to it. I would need 2 or maybe 3 is this supported by ESP Easy? I'd like to use one INA219 sensor and BME280 and perhaps something more in the future. ,Olle As long as the devices have different adresses and the overall capacitance...
by toffel969
08 Feb 2018, 00:01
Forum: ESP Easy: Projects / Applications
Topic: Several water sensors on one NodeMCU integrated into OpenHAB or FHEM with MQTT
Replies: 7
Views: 5755

Re: Several water sensors on one NodeMCU integrated into OpenHAB or FHEM with MQTT

Hi, I was planning to use a NodeMCU v2 (with usb charger) and add these sensors: https://www.modmypi.com/raspberry-pi/sensors-1061/moisturewater-1114/soil-moisture-sensor They have a digital output. I wanted to connect 5 of these sensors to different GPIOs of one NodeMCU. Is this possible with ESPE...
by toffel969
07 Feb 2018, 08:05
Forum: ESP Easy: Software
Topic: Read switch state from json/domoticz
Replies: 7
Views: 8052

Re: Read switch state from json/domoticz

I think you should rather invest 2,5€ for a lux-sensor on that garden esp und achieve desired function with rules. It wakes up every 72 min anyway. So measure the light value every time it wakes up. Decide in rules to continue sleeping or stay awake. The other way could be a mqtt var with retain opt...
by toffel969
06 Feb 2018, 20:03
Forum: ESP Easy: Hardware
Topic: Connecting a Rain Gauge
Replies: 14
Views: 16249

Re: Connecting a Rain Gauge

All in all looks like it's working ok., just the formula is not working. Why I don't know.
You could work around with rules and a dummy. That would allow a local representation of rain for last h, last 24h, so on. The count value represents the count between delays. Increase delay for that purpose.
by toffel969
02 Feb 2018, 13:26
Forum: ESP Easy: Hardware
Topic: MCP9701 Temperature Sensor connected with ADC of ESP12-F
Replies: 6
Views: 5152

Re: MCP9701 Temperature Sensor connected with ADC of ESP12-F

As long as FEATURE_ADC_VCC is not set to true, it cannot be used. Use the source: https://github.com/letscontrolit/ESPEasy/search?utf8=%E2%9C%93&q=FEATURE_ADC_VCC&type= TD-er, I understand that and I am aware of need to change source to enable it, but isn't this feature just used to measure...
by toffel969
02 Feb 2018, 13:07
Forum: ESP Easy: Software
Topic: Mit EasyESP Geschwindigkeit eines Lüfters auslesen?
Replies: 16
Views: 12056

Re: Mit EasyESP Geschwindigkeit eines Lüfters auslesen?

:roll: ok, i undestand that there is no way to do it nativ on EasyESP, i could calc it to pwm with my buildin arduino. Is it possible to get this pwm value, as it is possible to set pwm values? best regards Michael I think you could write it into a dummy device using the taskvalueset command via se...
by toffel969
01 Feb 2018, 20:39
Forum: ESP Easy: Hardware
Topic: MCP9701 Temperature Sensor connected with ADC of ESP12-F
Replies: 6
Views: 5152

Re: MCP9701 Temperature Sensor connected with ADC of ESP12-F

TD-er wrote: 01 Feb 2018, 19:25 You probably also have to recompile the ESPeasy firmware.
If my memory serves me well, the vcc define is not set for the normal releases. I have no idea why, but it is set as an option using defines in the code.
How does the vcc define relate to usage of normal ADC function?
by toffel969
01 Feb 2018, 16:41
Forum: ESP Easy: Software
Topic: Mit EasyESP Geschwindigkeit eines Lüfters auslesen?
Replies: 16
Views: 12056

Re: Mit EasyESP Geschwindigkeit eines Lüfters auslesen?

Hallo Zusammen, gibt es eine Möglichkeit mit EasyESP die Geschwindigkeit eines Lüfters auszulesen? Mit Arduino würde ich das so lösen: // Konstanten const int tachoPin = 2; // Pin des Tachosignals des Lüfters // Variablen float rps = 0; // Variable mit Kommastelle für die Berechnung der Umdrehungen...
by toffel969
01 Feb 2018, 14:47
Forum: ESP Easy: Hardware
Topic: MCP9701 Temperature Sensor connected with ADC of ESP12-F
Replies: 6
Views: 5152

Re: MCP9701 Temperature Sensor connected with ADC of ESP12-F

Hi, How to setup espeasy mega 2.0 to get MCP9701 Temperature Sensor connected with ADC of ESP12-F working? From checking the data sheet: Yes it is possible. Be sure to use a voltage divider (ADC pin takes only 1.0V). If you use a Wemos or NodeMCU, the voltage divider is already onboard, i you use a...
by toffel969
01 Feb 2018, 12:38
Forum: ESP Easy: Projects / Applications
Topic: Http get request
Replies: 21
Views: 22592

Re: Http get request

mr-varga wrote: 29 Jan 2018, 20:42Now Yes....
Please post your entire rules
by toffel969
01 Feb 2018, 12:12
Forum: ESP Easy: Projects / Applications
Topic: using a sonoff T1 2 Gang as a simple controller
Replies: 2
Views: 3387

Re: using a sonoff T1 2 Gang as a simple controller

Hi all, quick Q: I have set up 2 Sonoff Touch 1 gang wireless switches for my lighting. Now I wanted to know if I could use a 2 gang switch as a simple dummy? Basically I want it to send a trigger to domoticz and then let domoticz turn on Light 1 or 2. Any done this before? Kind regards Steve You s...
by toffel969
31 Jan 2018, 07:37
Forum: ESP Easy: Software
Topic: Is it possible to Log a GPIO Pulse?
Replies: 9
Views: 6153

Re: Is it possible to Log a GPIO Pulse?

grovkillen wrote: 30 Jan 2018, 18:52 We think both these suggestions made by Toffel is logic and we'll add them to the 2.0.0 release.

https://github.com/letscontrolit/ESPEasy/issues/794
https://github.com/letscontrolit/ESPEasy/issues/793
cool beans, thx :-)
by toffel969
30 Jan 2018, 16:45
Forum: ESP Easy: Projects / Applications
Topic: Http get request
Replies: 21
Views: 22592

Re: Http get request

mr-varga wrote: 30 Jan 2018, 15:26 I have partialy solved, but I still have one problem, on the dummy device I'am not able to assign name to the 3 an 4 value. Why??
There are different types of dummy device. You must chose something with quadruple value.
by toffel969
30 Jan 2018, 10:55
Forum: ESP Easy: Software
Topic: Is it possible to Log a GPIO Pulse?
Replies: 9
Views: 6153

Re: Is it possible to Log a GPIO Pulse?

Thanks alot, that roughly works, a little delayed but at least its logging. Glad I could help. @ grovkillen: maybe this could be added to github any way. Do you see a good reason why longpulse should be in seconds rather than msec? If you need the length, just add 0s, if pulse lengths exceeds varia...
by toffel969
30 Jan 2018, 07:54
Forum: ESP Easy: Software
Topic: Is it possible to Log a GPIO Pulse?
Replies: 9
Views: 6153

Re: Is it possible to Log a GPIO Pulse?

Thanks alot, that roughly works, a little delayed but at least its logging. Glad I could help. @ grovkillen: maybe this could be added to github any way. Do you see a good reason why longpulse should be in seconds rather than msec? If you need the length, just add 0s, if pulse lengths exceeds varia...
by toffel969
29 Jan 2018, 05:47
Forum: ESP Easy: Software
Topic: WS2812b, rules and temperature/humidity range
Replies: 4
Views: 4026

Re: WS2812b, rules and temperature/humidity range

Guys, can You help with these colors? We are man, both grovkillen and my posts are containing the information and principles to fix the problem. what exactly do you expect? That we write your rules? Then (and that be sad enough) you gonna have to provide screenshots of the devices and some logs...
by toffel969
27 Jan 2018, 15:27
Forum: ESP Easy: General Discussion
Topic: WS2812 Neopixel (Candle) Plugin can not be controlled via MQTT
Replies: 3
Views: 3562

Re: WS2812 Neopixel (Candle) Plugin can not be controlled via MQTT

Meanwhile, I think that the commands via mqtt do not arrive at the plugin. Only the mqtt gpio commands work. I can turn on a Led on D5 with mosquitto_pub -t ESP-209/gpio/14 -m '1' and turn off with mosquitto_pub -t ESP-209/gpio/14 -m '0' again. This is also in the log file: SW: GPIO 14 Set to 1 All...
by toffel969
26 Jan 2018, 11:33
Forum: ESP Easy: Software
Topic: Change PWM Frequency ?
Replies: 38
Views: 52546

Re: Change PWM Frequency ?

ahlermi wrote: 25 Jan 2018, 18:41 the result of adding the condensator is that speed is always i think 100%
No, it doesn't make sense to me, nor reflects actual expierience
by toffel969
26 Jan 2018, 11:21
Forum: ESP Easy: Software
Topic: Is it possible to Log a GPIO Pulse?
Replies: 9
Views: 6153

Re: Is it possible to Log a GPIO Pulse?

Hey guys, I need some help... Im using my Espeasy as a high pressure aeroponics controller. Previously I have been spraying my plants roots 1 second every 10 minutes using timers and GPIO on/off commands, Doing this I am able to log the GPIO with a Switch Device and send myself a notification throu...
by toffel969
25 Jan 2018, 11:41
Forum: ESP Easy: Projects / Applications
Topic: Control LED strip by PIR sensor (with timer function?)
Replies: 4
Views: 13092

Re: Control LED strip by PIR sensor (with timer function?)

Why using Domoticz fot this task? Simply use rules on your ESPeasy. It works then without Domoticz. If PIR sensor triggers, set gpio pin for your LEDs on and set Timer1 to 120sec. And On Timer1 event set gpio pin for your LEDs off. Or if your PIR and LEDs are on different ESPEasys, send command dir...
by toffel969
25 Jan 2018, 11:34
Forum: ESP Easy: Software
Topic: Wemos display question...
Replies: 11
Views: 7047

Re: Wemos display question...

mattlward wrote: 25 Jan 2018, 03:27 Attachment of my devices page for the display...
I cannot see the photos (I see the screenshot, not the photos). Did you deactivate the "normal" plugin ?
by toffel969
24 Jan 2018, 19:33
Forum: ESP Easy: Software
Topic: Wemos display question...
Replies: 11
Views: 7047

Re: Wemos display question...

mattlward wrote: 24 Jan 2018, 18:21 Right now unframed... it appears that both are loaded. Do I need to switch? Is there a tutorial that I cannot find to go back to the original OS?
Try to use the framed one and look at the parameter "lines per frame". The fewer the lines, the bigger the fonts (more lines).
by toffel969
24 Jan 2018, 16:06
Forum: Introduce yourself
Topic: Who is Lisa?
Replies: 9
Views: 10695

Re: Who is Lisa?

wow, pretty impressive now I´m feeling like a total rookie :) Really nice to have you here We all start with one and then get addicted to it... ;) Ah, nice to read about to what it may lead, this addiction. The mailman visits my house almost daily with sensors, stuff and other stuff. ... my wife is...
by toffel969
24 Jan 2018, 15:50
Forum: ESP Easy: Software
Topic: Wemos display question...
Replies: 11
Views: 7047

Re: Wemos display question...

mattlward wrote: 24 Jan 2018, 15:31 I do not see a way to edit my original post... I forgot to mention that the code is the dev version with the SHT30 included.
Hi Matt and welcome to the ESPeasy community.

Please let us know which plugin you are using, the "framed" or the non"framed" version

Best regards
by toffel969
24 Jan 2018, 12:26
Forum: ESP Easy: Software
Topic: Change PWM Frequency ?
Replies: 38
Views: 52546

Re: Change PWM Frequency ?

Yes it reduces the squeaking noise on the fan by about 90%
by toffel969
23 Jan 2018, 18:01
Forum: ESP Easy: Projects / Applications
Topic: Whole House Installation - Which Hardware would you use ESP8266/ESP32/SoC?
Replies: 4
Views: 4187

Re: Whole House Installation - Which Hardware would you use ESP8266/ESP32/SoC?

Wiring everything in one place (neutral and load) seems to be the best solution, but I don't think I can pull that one off (or I will have to invest my remaining savings in Cu :mrgreen: ). Running ethernet cables to every installation box seems realisitic. I like the ethernet idea, particulary becau...
by toffel969
23 Jan 2018, 11:48
Forum: ESP Easy: Software
Topic: Change PWM Frequency ?
Replies: 38
Views: 52546

Re: Change PWM Frequency ?

ahlermi wrote: 23 Jan 2018, 10:29 in witch way would you build in the capacitor?
pwm + and ground - ?
yes, and you might want to add a resistor too (its then a Low-pass filter) https://provideyourown.com/2011/analogw ... o-voltage/
by toffel969
23 Jan 2018, 00:10
Forum: Experimental
Topic: The Rig
Replies: 33
Views: 46347

Re: The Rig

Wow Lisa. Great boards. Made them yourself? Ali made them for me... :D https://www.aliexpress.com/item/7x9CM-70X90mm-Prototype-PCB-Breadboard-Board-For-ESP8266-ESP-12F-ESP-12E-ESP12-ESP32-ESP-32S/32838846336.html :oops: :oops: :oops: I screwed up the first board, just couldn't get the esp32 onto th...
by toffel969
22 Jan 2018, 19:46
Forum: ESP Easy: Software
Topic: WS2812b, rules and temperature/humidity range
Replies: 4
Views: 4026

Re: WS2812b, rules and temperature/humidity range

Using the same event multiple times is not recommended.

viewtopic.php?f=6&t=2913&p=15179&hilit= ... ing#p15179

This way, you should be able to create rules that fulfil intended function
by toffel969
22 Jan 2018, 18:00
Forum: ESP Easy: Software
Topic: Change PWM Frequency ?
Replies: 38
Views: 52546

Re: Change PWM Frequency ?

physical Arduino https://we-mod-it.com/board258-diy-do-it-yourself/board263-diy-how-to/board231-raspberry-arduino/2458-arduino-tutorial-3-l%C3%BCfter-per-pwm-steuern/ I don't think the pwm on ESP has the same quality. Maybe you can use the I2C pwm extender. Then I suggest you try the solution with ...
by toffel969
22 Jan 2018, 17:02
Forum: ESP Easy: Projects / Applications
Topic: Whole House Installation - Which Hardware would you use ESP8266/ESP32/SoC?
Replies: 4
Views: 4187

Whole House Installation - Which Hardware would you use ESP8266/ESP32/SoC?

Hi everyone I just bought an old house (1921) and will have to renew the entire electrical installation. I have many ESP8266 running where I live now, but they where all "BORGed" into the exisiting installation. The question is really, if you had to do you home installation, would you stil...
by toffel969
22 Jan 2018, 13:59
Forum: ESP Easy: Software
Topic: Change PWM Frequency ?
Replies: 38
Views: 52546

Re: Change PWM Frequency ?

I had testet with case PLUGIN_INIT: { // add this line analogWriteFreq(31300); //should give 31300Hz // go on with existing code no reaction, same result, fan is making noise if it is set under pwm 900 on arduino is no noise with void setup() { TCCR1B = TCCR1B & 0b11111000 | 0x01; // Setzt Time...
by toffel969
16 Jan 2018, 13:39
Forum: ESP Easy: General Discussion
Topic: Pwm frequency
Replies: 4
Views: 4299

Re: Pwm frequency

Hi , I am trying to build a high power LED dimmer using the ESP PWM but i have a problem PWM frequency is only 1khz this produces a buzzing sound since 1khz is audible tryed to add inductors but the problem still persists Is there a way to increase the PWM frequency ? You will have to change it in ...