Search found 241 matches

by vader
04 Oct 2017, 12:18
Forum: ESP Easy: Projects / Applications
Topic: Button mqtt (espeasy) for turn ON sonoff on other place (SOLVED)
Replies: 28
Views: 23377

Re: Button mqtt (espeasy) for turn ON sonoff on other place

Ooops, doesn't work. Work not for switches. Only sensor values.... 8-)
by vader
03 Oct 2017, 11:05
Forum: ESP Easy: Projects / Applications
Topic: Button mqtt (espeasy) for turn ON sonoff on other place (SOLVED)
Replies: 28
Views: 23377

Re: Button mqtt (espeasy) for turn ON sonoff on other place

And why don't you use the button with Global Sync enabled? So the state should be on all devices the same and you don't have the stress with complicate sync rules!?
by vader
29 Sep 2017, 19:58
Forum: ESP Easy: Projects / Applications
Topic: Button mqtt (espeasy) for turn ON sonoff on other place (SOLVED)
Replies: 28
Views: 23377

Re: Button mqtt (espeasy) for turn ON sonoff on other place

Because the button of the Sonoffs is connected to GPIO-0. The relay does not need an entry in the device/task list. Only a switch with GPIO-0 for turning on/off the relay over a rule and GPIO-12. LED on GPIO-13...
by vader
29 Sep 2017, 09:05
Forum: ESP Easy: Projects / Applications
Topic: Button mqtt (espeasy) for turn ON sonoff on other place (SOLVED)
Replies: 28
Views: 23377

Re: Button mqtt (espeasy) for turn ON sonoff on other place

Set both Sonoffs --> "1st GPIO = GPIO0"
Switch Button Type --> "Switch Button Active Low"

In Sonoff2 remove GPIO0 setting in the rules

Check the MQTT communication in the logs
by vader
28 Sep 2017, 15:57
Forum: ESP Easy: Software
Topic: device var index not visible
Replies: 1
Views: 1956

Re: device var index not visible

You mean the IDX field? That depends on the controller(s) you are using.
by vader
28 Sep 2017, 11:08
Forum: ESP Easy: Projects / Applications
Topic: Button mqtt (espeasy) for turn ON sonoff on other place (SOLVED)
Replies: 28
Views: 23377

Re: Button mqtt (espeasy) for turn ON sonoff on other place

1. The scheme shows button connected to RST, not GPIO0 (I assume you know that...) 2. Switch button type must be "Push Button Active Low" 3. The Sonoffs have the relay on GPIO12 (LED on GPIO13, reversed logic!) 4. Change the value name of the switch from "power" to "state&qu...
by vader
25 Sep 2017, 23:50
Forum: ESP Easy: Hardware
Topic: SSD1306 can't get it to work
Replies: 12
Views: 12669

Re: SSD1306 can't get it to work

Looks like a successful killing....

From 1306 data sheet:
Power supply
o VDD = 1.65V to 3.3V for IC logic
o VCC = 7V to 15V for Panel driving
by vader
22 Sep 2017, 08:53
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 29272

Re: Domoticz MQTT: read works, but cannot control relay

Not sure I understand, in my setup I send commands to ESPEasy nodes from NodeRed via MQTT publish generating an event (topic="%sysname%/cmd" payload="event,EVENTNAME") and it works as in the rules I've connected events to "gpio,x,0/1" commands; I'm avail for testign bu...
by vader
21 Sep 2017, 23:13
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 29272

Re: Domoticz MQTT: read works, but cannot control relay

Guys, that is exact the same problem I postet here: https://www.letscontrolit.com/forum/viewtopic.php?f=18&t=3407 The problem is in ESP Easy not processing defined rules after an incoming MQTT command. Only god knows why the devs had this not seen yet. You can only make this working with the plu...
by vader
20 Sep 2017, 20:46
Forum: ESP Easy: General Discussion
Topic: ESP Easy Mega wont swicth relay
Replies: 7
Views: 4779

Re: ESP Easy Mega wont swicth relay

That is right, but his relay turns on (anyway...) and not off. If the current is too low, so how can it turn on? :? So I assume he knows that.... :mrgreen:

One thing I see is: Unit: 78. Are you using so much active units? If so, are they in global sync? A log protocol of Unit 78 would be good....
by vader
20 Sep 2017, 18:13
Forum: ESP Easy: General Discussion
Topic: ESP Easy Mega wont swicth relay
Replies: 7
Views: 4779

Re: ESP Easy Mega wont swicth relay

Hallo I have a D1 mini with ESP Easy Mega I have connect a relay on D5 - GPIO14 power from 5v ext. power source my problem is that when i send a 1 to the relay it shifts but when i send a 0 it dont shift back, but in ESP Easy Mega it has change back to 0 I have trayed difrent GPIO but same problem ...
by vader
13 Sep 2017, 21:58
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 203844

Re: OLED Scrolling Display

I'm not sure I understood why we have 2 plugins (036 in the official repository and 205 in the playgournd) which are supposed to be just one! the 036 sems to be a simpler versione with no commands to update text, while 205 is outdated (since 1 year) but a quick look at the code seems to have more f...
by vader
12 Sep 2017, 11:58
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 280764

Re: ESP Easy development status

Ok, thanks for clearing this. :D I thought the main time for vacation is July to August. I forgot already what vacation is..... :lol:
by vader
12 Sep 2017, 11:07
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 280764

Re: ESP Easy development status

Don't misunderstand, I respect the hard work on it. I'm also not a professional programmer, but I dig in the source code to find bugs if something not expected happens. I posted some issues in the forum (I have no GitHub account) and mailed to the devs, but no response yet.
by vader
11 Sep 2017, 21:08
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 280764

Re: ESP Easy development status

Is the hype about the project already over? The only thing I can see running up are the issues.... :? And the intervals of new versions become longer and longer....
by vader
08 Sep 2017, 19:59
Forum: Experimental
Topic: How can I set a delay of 0 in OLED framed (P36)?
Replies: 5
Views: 15301

How can I set a delay of 0 in OLED framed (P36)?

I want to set a delay of 0 in plug-in 36 OLED Framed, but I can't. It reverts back to 60 sec. So, why a delay of 0? It's easy. I want a single-line moving message in the display. But at the end of each text field (from the web form) a get a gap of that 1 sec I can set as a minimum delay. How can I r...
by vader
24 Aug 2017, 19:30
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 203844

Re: OLED Scrolling Display

Wow, there is a fat bug in this version (P205 Version 0.4 05-Aug-2016). Or is it a feature? :D The event->TaskIndex is ever 0. Regardless of the position. So you can not store the information (text updates). If I give it a fixed TaskIndex it works. What's wrong? BTW: The orig. plug-in OLED P036 work...
by vader
23 Aug 2017, 14:47
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 203844

Re: OLED Scrolling Display

I was digging a bit in the source code and made this change: for (byte controllerNr = 0; controllerNr < CONTROLLER_MAX; controllerNr++) { Settings.TaskDeviceID [controllerNr] [event->TaskIndex] = 1; // needs a dummy value } One argument was missing. I don't know if this is correct, but the error mes...
by vader
23 Aug 2017, 11:56
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 203844

Re: OLED Scrolling Display

Have a compile error. What's wrong? Any idea? _P205_FrameOLED:225: error: incompatible types in assignment of 'int' to 'unsigned int [12]' Settings.TaskDeviceID[event->TaskIndex] = 1; // needs a dummy value ______________________________________^ exit status 1 incompatible types in assignment of 'in...
by vader
16 Aug 2017, 13:45
Forum: ESP Easy: Hardware
Topic: Unit of measure gp2y1010au0f
Replies: 30
Views: 20781

Re: Unit of measure gp2y1010au0f

It's better they have all the time something to do, so they won't come on stupid ideas... :mrgreen:
by vader
15 Aug 2017, 16:31
Forum: ESP Easy: Hardware
Topic: Unit of measure gp2y1010au0f
Replies: 30
Views: 20781

Re: Unit of measure gp2y1010au0f

I'm allready using a self-compiled version 2.0.0-dev11, because some moduls have to be modified for my own needs. And yes, i've read about that sensors, but they are too expensive (>$10) for just a hobby experiment. If there is too much smoke, I open a window. And if there is too much dust, I let my...
by vader
15 Aug 2017, 10:03
Forum: ESP Easy: Hardware
Topic: Unit of measure gp2y1010au0f
Replies: 30
Views: 20781

Re: Unit of measure gp2y1010au0f

Ok, I see. But I decided not to mount this sensor into my SH network, because the values it gives are too "random". Thanks anyway. ;)
by vader
14 Aug 2017, 14:05
Forum: ESP Easy: Hardware
Topic: Unit of measure gp2y1010au0f
Replies: 30
Views: 20781

Re: Unit of measure gp2y1010au0f

That would be 100 x 0.1mg = 10mg, not µg. Right so far?
by vader
13 Aug 2017, 20:34
Forum: ESP Easy: Hardware
Topic: Unit of measure gp2y1010au0f
Replies: 30
Views: 20781

Re: Unit of measure gp2y1010au0f

Sorry, I still do not agree. Let's take your example from above: I have a piece of e.g. meat and I share this with 99 people. Everyone get the same amount. How can a person have more than the original weight of 1kg? That's 10g what each person get. 10g x 100 persons = 1000g = 1kg. How do you come on...
by vader
13 Aug 2017, 19:56
Forum: ESP Easy: Hardware
Topic: Unit of measure gp2y1010au0f
Replies: 30
Views: 20781

Re: Unit of measure gp2y1010au0f

if you get 0,1 as a reading with a 100µg unit this is 10µg as it says mathematically 0,1 * 100µg. So you have to multiply by 100...... If you want to translate Kg into g you won't divide by 1000... ;) Sure? Check this out from a web page for pupils: Welche Gewichtseinheiten gibt es? Für Gewichte ve...
by vader
13 Aug 2017, 12:58
Forum: ESP Easy: Hardware
Topic: Unit of measure gp2y1010au0f
Replies: 30
Views: 20781

Re: Unit of measure gp2y1010au0f

Are your values also jumping from some µg (<10) to over 100µg and so on...? Look a bit useless those values!? :?

You wrote "As said, you get a value in 100µg units". Must it then not be divided by 100, instead of multiplied, to get 1µg units?
by vader
13 Aug 2017, 12:08
Forum: ESP Easy: Hardware
Topic: Unit of measure gp2y1010au0f
Replies: 30
Views: 20781

Re: Unit of measure gp2y1010au0f

@Shardan I'm now also owner of that dust "toy". You wrote: Formula: ((%value%-1500) * 0.0032 / 25) / 0.5 Gives the value in "100µg/m³" units, but we want 1µg/m³ units.... Formula: (((%value%-1500) * 0.0032 / 25) / 0,5) * 100 Is it not * 1000 to change the unit mg --> µg? :mrgreen...
by vader
05 Aug 2017, 10:14
Forum: Experimental
Topic: MQTT rules processing issue
Replies: 2
Views: 11749

Re: MQTT rule issue

:?: Your story is impossible to follow... Where are the rules, devices, etc? Ok, it has nothing direct to do with Domoticz. If I press a button, the state of it change in the task table and via the defined rule the relay also change its state. If a command come via MQTT, the state of the button cha...
by vader
04 Aug 2017, 16:21
Forum: Experimental
Topic: MQTT rules processing issue
Replies: 2
Views: 11749

MQTT rules processing issue

Hello. I have a problem with MQTT and Domoticz. MQTT is working, but why have I to enter a HTTP command in Domoticz when the command allready comes over MQTT? So the command comes twice to the ESPs each time, over HTTP and MQTT. If I delete the HTTP command in Domoticz, the state in ESPeasy changes ...
by vader
26 Jun 2017, 21:33
Forum: ESP Easy: Software
Topic: Servo SG90, need help
Replies: 5
Views: 3940

Re: Servo SG90, need help

I would bet, we are not the only two.... :mrgreen:
by vader
26 Jun 2017, 19:51
Forum: ESP Easy: Software
Topic: Servo SG90, need help
Replies: 5
Views: 3940

Re: Servo SG90, need help

Ah, ok,I didn't know that. There was no hint in the item specification for this limitation. Thank god, that I only payed 1.55€ for it. :lol: Thanks anyway for the infos.
by vader
26 Jun 2017, 16:24
Forum: ESP Easy: Software
Topic: Servo SG90, need help
Replies: 5
Views: 3940

Servo SG90, need help

I've read the wiki and I can control the SG90 with the servo command, but only up to 180°. So my questions are: 1. Is there a device to be installed in the task table for the servo? 2. Why are the servos identified with ID (e.g. servo, 1 ,14,0), when the command direct control the GPIO? 3. How is th...
by vader
31 May 2017, 10:22
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 1031938

Re: ESP Easy Mega

@Shardan: That is nearly the same what I posted in #184...
by vader
30 May 2017, 21:12
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 1031938

Re: ESP Easy Mega

As I wrote in a previous post, it would be nice to see different dev-version numbers in the main view table. It make it much easier to see what ESP is not up to date. This is since Mega version. Your versions increased this number with each release and I miss this now.... :-(
by vader
30 May 2017, 17:44
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 1031938

Re: ESP Easy Mega

Ok, another idea: And when we add a new variable for a small 'sub-build' number up to 255? The output could be like build+'-'+sub_build (20000-10). So it would be compatible to the older nodes, because the orig. build number is not touched. Or, the easiest way, we take the last 2 digits from the act...
by vader
30 May 2017, 11:27
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 1031938

Re: ESP Easy Mega

Ok.... Must it be numeric? And when you make it alphanumeric? So it is a text variable....
by vader
30 May 2017, 09:35
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 1031938

Re: ESP Easy Mega

Thanks for the fast solution. It seems to work again for now. But I have one wish: In the main view table please change the build number notation from 20000 to 2.0.0-10. With my up to 20 Sonoffs in use this would be helpful to see what module is up to date and which one not. ;)
by vader
29 May 2017, 10:45
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 1031938

Re: ESP Easy Mega

@psy0rz I see now that krikk was fiddling at DHT in DEV9. Maybe he broke it.... krikk (13): .... addHelpButton Function and a new Help Button for the Rules and Hardware Page (#282) DHT plugin fix 'NaN' issue (#285) i don't like hidden features, added a json button to the tools menu, next to the adva...
by vader
28 May 2017, 20:43
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 1031938

Re: ESP Easy Mega

@Shardan I think, this was the wrong reply to. :mrgreen: Your answer fits to one post earlier....
by vader
28 May 2017, 17:24
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 1031938

Re: ESP Easy Mega

Updated today to DEV9, and DHT22 shows 'nan' now in device list. Reverted to DEV8 and all is ok again. :( Hope we don't have to wait over a month for the next update to fix that....
by vader
21 Mar 2017, 17:49
Forum: ESP Easy: Software
Topic: OLED Framed, wrong direction
Replies: 0
Views: 1282

OLED Framed, wrong direction

Hi all!
Does the OLED display scroll the text in the wrong direction? I mean, all commercial moving message displays scroll the text from the right to the left! Is that right? Nice would be an option for the moving direction (right->left / left->right). ;)

Greetz