Search found 29 matches

by freijn
16 Dec 2017, 22:17
Forum: ESP Easy: Software
Topic: IR Transmit
Replies: 3
Views: 3699

Re: IR Transmit

Many thanks for taking time for such a well explained answer !!

I stumbled on the the last link as well.

I wil try your NEC example , hopefully I do not have to find this link with raw codes......

The target is to drive a chinese led string via IR.

Again , many thanks !!!

Frank
by freijn
15 Dec 2017, 23:33
Forum: ESP Easy: Software
Topic: IR Transmit
Replies: 3
Views: 3699

IR Transmit

Guys I am using GIT version: v2.0.0-dev12 and am VERY please with al the new items I found. Many thanks for all the hard work!! I have connected a IR receiver and made it report the received signals to my Domotcz machine. Works perfecty !!! Different buttons generate different output on my domoticz ...
by freijn
17 Oct 2017, 23:07
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1267815

Re: Connecting a TM1637 4-Digit Display

cheers!!!!

Will try this tomorrow.

Frank
by freijn
17 Oct 2017, 16:34
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1267815

Re: Connecting a TM1637 4-Digit Display

You are all GREAT people !

Thanks !
by freijn
17 Oct 2017, 12:19
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1267815

Re: Connecting a TM1637 4-Digit Display

Hey Papperone

First, many thanks for your great work here!!

Do you know, is there a wiki or good place to start to get a plugin compiled in EspEasy ?

I have seen the developers wiki , but nothing on Plugin's

Somehow I can't get started. :-(

Again, many thanks for your work here

Frank
by freijn
16 Oct 2017, 11:24
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1267815

Re: Connecting a TM1637 4-Digit Display

Guys,

Sorry for the stupid questions.... :-(

How do you know how to connect the display ?

Is there a how-to page where I can find how to compile a plugin into easyesp ?
I have the tm1638 ,would that work as well? At least the display?

p.s.
with the zip7 I managed to unpack. THanks !

Frank
by freijn
12 Oct 2017, 21:33
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1267815

Re: Connecting a TM1637 4-Digit Display

Ok will try zip7.

Cheers
by freijn
12 Oct 2017, 12:19
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1267815

Re: Connecting a TM1637 4-Digit Display

Downloaded ...

I try to open it with WinRar, but it throws an error... How do I uncompress is?? :-(


MANY THANKS !!!!

Frank
by freijn
10 Oct 2017, 23:08
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1267815

Re: Connecting a TM1637 4-Digit Display

O, that's great! I really want to try it. I must admit that I don't know how to test it though. I know how to flash my unit and how to upgrade to new versions/ test versions of the software, but I have never added a new plugin. I can't find how to do it... Can you tell where to find that? :oops: Sa...
by freijn
04 Oct 2017, 13:19
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1267815

Re: Connecting a TM1637 4-Digit Display

impressive !!! Thanks !!! Can't wait :-)
by freijn
03 Oct 2017, 16:24
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1267815

Re: Connecting a TM1637 4-Digit Display

and you are right too :-)

@Papperone

Can you share anything already ? Can I help ? (coding ? )

Very interested in it :-)
by freijn
03 Oct 2017, 16:14
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1267815

Re: Connecting a TM1637 4-Digit Display

Ronald,

just out of interest.. Why do you like to have the C or F ?

Do you live in a multi temperature country? Do they exist? As well. if you do see 60 or 22 you can assume the F or C.
I find it a "waste" of display.. ( no hard feelings please :-) )

Greetings

Frank
by freijn
03 Oct 2017, 10:35
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1267815

Re: Connecting a TM1637 4-Digit Display

Very interesing.

What about displaying a value from any item/count in Domoticz ?

I would love to show my power consumption of the house of the result of my solar system. :-)

Need beta testers ?
by freijn
02 Oct 2017, 09:43
Forum: ESP Easy: Hardware
Topic: ESP8266 with DHT22: sometimes no values received
Replies: 16
Views: 18743

Re: ESP8266 with DHT22: sometimes no values received

Old post new 'results' :-) After having a summer season running error free , last week the sensor did start erroring again #$%#$%@@$# Difference ??? Due to autumn start we turned on heating. The thermostat leads are in the same cable as the DHT22. Apperantly the input of the ESP doesn't like the swi...
by freijn
18 Aug 2017, 23:31
Forum: ESP Easy: Software
Topic: Rules Event On and OFF
Replies: 8
Views: 8162

Re: Rules Event On and OFF

Ernst I have made this one. Brute force hack, but it works :-) (mind the reboot ) //start the warning signal when we receive a start_warning event: On start_warning do timerSet,1,2 endon //stop the warning signal when we receive a stop_warning event: On stop_warning do reboot endon //create an actua...
by freijn
11 Aug 2017, 14:10
Forum: ESP Easy: Software
Topic: Rules Event On and OFF
Replies: 8
Views: 8162

Re: Rules Event On and OFF

Hi Ernst, I will test your suggestion, many thanks ! If I send a reboot, it does switch off after all :-) The lighthouse is a plastic tower little over 1 meter hight. I have put an 12v super power led in it. Officially not dimmable but in a short span it does emulate the lighthouse light effect of a...
by freijn
02 Jul 2017, 21:10
Forum: ESP Easy: Software
Topic: Rules Event On and OFF
Replies: 8
Views: 8162

Re: Rules Event On and OFF

Hemmmmmmm The below code does go on and off with the event on and off url Only difference I see is that the timer is set to 600 instead of 1 sec. Any hints ? ====================== On startw do gpio,13,1 //start watering (open valve) timerSet,1,600 //timer 1 set for 10 minutes endon On stopw do time...
by freijn
02 Jul 2017, 19:51
Forum: ESP Easy: Software
Topic: Rules Event On and OFF
Replies: 8
Views: 8162

Re: Rules Event On and OFF

Guys Thanks for the quick reply. I cleaned up my test code/rules. And stil having the same issue.. Can start with : http://192.168.1.19/control?cmd=event,vuurtorenaan Can not stop with : http://192.168.1.19/control?cmd=event,vuurtorenuit Would you be so kind to look after it again and advise me why ...
by freijn
02 Jul 2017, 11:39
Forum: ESP Easy: Software
Topic: Rules Event On and OFF
Replies: 8
Views: 8162

Rules Event On and OFF

Guys, I am stuck in my rules and do not understand where I am going wrong :-( From the page : https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules#Starting.2Fstopping_repeating_timers_with_events I have copied the full script and started to modify it a little. Now the issue I am facing that I...
by freijn
16 Mar 2017, 22:29
Forum: ESP Easy: Hardware
Topic: ESP8266 with DHT22: sometimes no values received
Replies: 16
Views: 18743

Re: ESP8266 with DHT22: sometimes no values received

Hemmmm

I have used an other power supply which made things worse. Life time is now only 2-3 days where the other one had like a week.

I start playing with the capacitor now.....
by freijn
16 Mar 2017, 22:21
Forum: ESP Easy: Projects / Applications
Topic: District heating - Reading Kamstrup Multical 401
Replies: 9
Views: 17725

Re: District heating - Reading Kamstrup Multical 401

Very interesting sTuff!! THanks for sharing.. 1 single simple question ..... "Normally" the meter is checked once in a year by the provider to be able to send you an invoice. How often do you interrogate the device ? Are you not afraid draining the battery too quickly? Greetings Frank
by freijn
09 Mar 2017, 17:23
Forum: ESP Easy: Projects / Applications
Topic: espeasy heat meter (warmtemeter wärmemengenzähler)
Replies: 3
Views: 4511

Re: espeasy heat meter (warmtemeter wärmemengenzähler)

The water is ( as mentioned in your topic header ) hot !!

Don't you think the YF-G1 will melt or at least have troubles with the heat?
by freijn
09 Mar 2017, 17:09
Forum: ESP Easy: Hardware
Topic: ESP8266 with DHT22: sometimes no values received
Replies: 16
Views: 18743

Re: ESP8266 with DHT22: sometimes no values received

Hey Shardan, ESP is on R120 Powersupply is an phone charger. I will exchange it with the one running error free. I do like the suggestion of the capacitor near the DHT ( 47µF). I assume that one has to go over the power as well? What do you think of the resistor between + and output of the DHT ? Nea...
by freijn
09 Mar 2017, 09:00
Forum: ESP Easy: Hardware
Topic: ESP8266 with DHT22: sometimes no values received
Replies: 16
Views: 18743

Re: ESP8266 with DHT22: sometimes no values received

Hey guys, Ran into the same issue here. ESP8826 2 x DS18b20 1 x DHT22 Every few days ( 10 or so) the DHT22 does not sent its data and "NAN" is displayed. The both DS18b20 are still working then, its only the DHT22. I found that a simple reboot ( software initiated by the menu) of the ESP d...
by freijn
17 Feb 2017, 17:09
Forum: ESP Easy: Software
Topic: Other Wifi AP's visible and reporting on?
Replies: 4
Views: 3630

Re: Other Wifi AP's visible and reporting on?

@Paxi

You have understand my question correctly :-)

I will open de Ino's this weekend and see if I can mess them up, was hopeing somebody else already did it...

Will keep you informed.

Frank
by freijn
17 Feb 2017, 10:13
Forum: ESP Easy: Software
Topic: Other Wifi AP's visible and reporting on?
Replies: 4
Views: 3630

Re: Other Wifi AP's visible and reporting on?

Hi costo Thanks for taking the time to reply ! My CAR is an AccessPoint itself. So my home wifi will never register to an other AP :-( When I was browsing in the ESPeasy I clicked on the wifi scan and noticed my car's SSID. So the ESP is capable in keeping the connection to my home wifi ( as I am br...
by freijn
09 Feb 2017, 15:05
Forum: ESP Easy: Software
Topic: Other Wifi AP's visible and reporting on?
Replies: 4
Views: 3630

Other Wifi AP's visible and reporting on?

Hi My car has ( as already many cars now ) a build in Wifi access point. My ESP in the kitchen is happily connected to my house Wifi and reporting temperature to Domoticz. From my ESP, if I do a 'Wifi Scan' in the tools config screen, I can see my car's Wifi. ( if it is not stolen yet ) I would like...
by freijn
04 Feb 2017, 12:22
Forum: ESP Easy: Hardware
Topic: DHT11 not decimal values?
Replies: 18
Views: 17914

DHT11 not decimal values?

I have been searching the internet and this forum but can't find the answer. My DHT11 is only showning temperature in full degree's nothing in decimals. So only 20 21 22. Is the sensor not sending it ? Like 19.5 ? Or have I done something wrong. In the ESP it does have decimals 2 defined. many thank...
by freijn
28 Jan 2017, 17:53
Forum: Introduce yourself
Topic: Hello from Netherlands
Replies: 1
Views: 2620

Hello from Netherlands

Hello from Netherlands Purmerend

I have my domoticz system running for a 2 weeks now and still exploring stuff

Ran into this website and now a proud owner of a Temperature Sensor with my ESP :-)

THanks for a the great work done here!!

Frank