Search found 26 matches

by adval40
19 Dec 2019, 18:23
Forum: ESP Easy: General Discussion
Topic: change rules after mega-20191130 ?
Replies: 7
Views: 6823

Re: change rules after mega-20191130 ?

LCD,3,1, 'TEMPERATUUR [woonkamer#temperature]'

is this rule correct ?


but the output is

temperatuur 23.8

is this a bug ?
by adval40
19 Dec 2019, 00:48
Forum: ESP Easy: General Discussion
Topic: change rules after mega-20191130 ?
Replies: 7
Views: 6823

Re: change rules after mega-20191130 ?

one problem is solved

LCD,3,1, temperatuur [woonkamer#temperature]
must be
LCD,3,1, 'temperatuur [woonkamer#temperature]'


but
LCD,3,1, 'TEMPERATUUR [woonkamer#temperature]'

shows temperatuur 23.0 on display
I cannot show capital characters
by adval40
18 Dec 2019, 22:38
Forum: ESP Easy: General Discussion
Topic: change rules after mega-20191130 ?
Replies: 7
Views: 6823

change rules after mega-20191130 ?

in software version mega-20191104 the following works perfectly in software version mega-20191130 the following does not work anymore do I have to change anything in the rules settings ? I cannot see the temperature on lcd I can't put uppercase in lcd it's shows only lowercase characters On System#B...
by adval40
25 May 2019, 19:15
Forum: ESP Easy: Software
Topic: esp8266 12F 4M- lack of SSID
Replies: 1
Views: 1665

Re: esp8266 12F 4M- lack of SSID

Hello Demsy, try when you are in putty settings (you cannot see it) you see the actual settings then type WIFISSID MYFIRSTESPEASY (for example) WIFIKey secret wificonnect if you give settings again then you see your IPadress etc go with your browser to the IP and you can change everything you want
by adval40
15 May 2019, 00:53
Forum: RFlink: General Discussions
Topic: More than 16 RTS remotes
Replies: 3
Views: 5362

Re: More than 16 RTS remotes

Stuntteam , do you have any idea when next release is coming ?

I know the next release is fully rewritten

thanks in advance

Adval
by adval40
05 May 2019, 01:42
Forum: ESP Easy: General Discussion
Topic: Switch to Rules Set 2
Replies: 2
Views: 2265

Re: Switch to Rules Set 2

yes I mean the 4 pages

Thomas thanks it works now

Code: Select all

//Rules Set 2

TimerSet,1,1

On Rules#Timer=1 do
   NEXTION,page0.t4.txt="Test"
   NEXTION,page0.t31.txt="12345"
   NEXTION,page0.t111.txt="%systime%" 
   TimerSet,1,1
endon

by adval40
04 May 2019, 22:20
Forum: ESP Easy: General Discussion
Topic: Switch to Rules Set 2
Replies: 2
Views: 2265

Switch to Rules Set 2

How can I switch to Rules Set 2 ? On System#Boot do TimerSet,1,1 NEXTION,page0.t4.txt="Test" NEXTION,page0.t20.txt="Temperatuur" NEXTION,page0.t21.txt="Vochtigheid" NEXTION,page0.t22.txt="Electra" NEXTION,page0.t23.txt="Trap-Groen" NEXTION,page0.t24....
by adval40
30 Apr 2019, 21:03
Forum: ESP Easy: Hardware
Topic: Universal PCB relais / I/O / NEXTION display
Replies: 4
Views: 5611

Re: Universal PCB relais / I/O / NEXTION display

Transistor is inside Q1 bc557

Ad (adval40)
by adval40
28 Apr 2019, 02:30
Forum: ESP Easy: Hardware
Topic: Universal PCB relais / I/O / NEXTION display
Replies: 4
Views: 5611

Universal PCB relais / I/O / NEXTION display

I have make some PCB for esp8266

It's a universal board with several I/O
included 220 powersupply
2x I2c
1x Nextion Display
4x Relais NC / NO
1x 4 outputs ttl
1x 8 Input/output

1x expansionboard

adval40
by adval40
04 Mar 2019, 19:37
Forum: ESP Easy: Software
Topic: read MQTT variable on ESPeasy
Replies: 5
Views: 3377

Re: read MQTT variable on ESPeasy

i'm sorry

the output on display row 4,1

... verbruik
by adval40
04 Mar 2019, 19:22
Forum: ESP Easy: Software
Topic: read MQTT variable on ESPeasy
Replies: 5
Views: 3377

Re: read MQTT variable on ESPeasy

no it didn't work

lcd display show

...verbruik
by adval40
04 Mar 2019, 18:24
Forum: ESP Easy: Software
Topic: read MQTT variable on ESPeasy
Replies: 5
Views: 3377

read MQTT variable on ESPeasy

I have a LUA script running on domoticz MQTT Broker works fine on domoticz verbruik = tonumber(stroomverbruik) os.execute('mosquitto_pub -h 127.0.0.1 -t verbruik -u mqtt -P mqtt -m '..verbruik) I want to display variable verbruik on lcd display How can I write this to LCD ? On System#Boot do TimerSe...
by adval40
28 Dec 2017, 20:55
Forum: RFLink: Nederlands support forum
Topic: Twee RFlinks 433,92 en 868 Mhz
Replies: 2
Views: 10627

Re: Twee RFlinks 433,92 en 868 Mhz

je kunt 2 rflinks gebruiken met ieder een eigen arduino mega en dan naar 1 raspberry waar domoticz opstaat

gr Ad
by adval40
21 Dec 2017, 22:01
Forum: RFLink: Nederlands support forum
Topic: aanmelden fut037 domoticz/NRF24L01
Replies: 0
Views: 8772

aanmelden fut037 domoticz/NRF24L01

Ik probeer een FUT037 aan te melden via domoticz
via hardware stuur ik volgende code weg

10;MiLightv1;A4F746;01;34BC;PAIR;

ik krijg deze rgb controller niet aangemeld

wat doe ik fout ?

gr adval40
by adval40
20 Nov 2017, 23:10
Forum: ESP Easy: Software
Topic: text to lcd2004 (espeasy)
Replies: 9
Views: 8156

Re: text to lcd2004 (espeasy)

the error is on the log from domoticz
commandArray['OpenURL'] = '192.168.0.144/control?cmd=lcd,3,1,ditiseentest'
print ('test ')
return commandArray
the display is connected to a esp12 with espeasy

Ad
by adval40
20 Nov 2017, 20:41
Forum: ESP Easy: Software
Topic: text to lcd2004 (espeasy)
Replies: 9
Views: 8156

Re: text to lcd2004 (espeasy)

no then you came into de espeasy
by adval40
20 Nov 2017, 18:31
Forum: ESP Easy: Software
Topic: text to lcd2004 (espeasy)
Replies: 9
Views: 8156

Re: text to lcd2004 (espeasy)

Hello , I have tried a lot this is a lua script commandArray['OpenURL']= 'http://192.168.0.144/control?cmd=lcd,3,1,test' I want to send data tot a lcd2004 display It works but an error in the log file 2017-11-20 18:30:06.213 Error: Error opening url: http://192.168.0.144/control?cmd=lcd,3,1,test 201...
by adval40
08 Nov 2017, 00:39
Forum: ESP Easy: Software
Topic: %sysday% not working?
Replies: 17
Views: 13260

Re: %sysday% not working?

I have found my problem

i didn't have the mega version
by adval40
30 Oct 2017, 23:42
Forum: ESP Easy: Software
Topic: How to configure switch input?
Replies: 3
Views: 3065

Re: How to configure switch input?

Did you refresh your screen after changing the port ?
by adval40
30 Oct 2017, 11:32
Forum: ESP Easy: Software
Topic: text to lcd2004 (espeasy)
Replies: 9
Views: 8156

Re: text to lcd2004 (espeasy)

you mean this ?


commandArray['OpenURL'] = "http://192.168.0.144/control?cmd=lcd,3,1,ditiseentest"
print ('test ')
return commandArray

this gives the same error ...
by adval40
28 Oct 2017, 19:07
Forum: ESP Easy: Software
Topic: text to lcd2004 (espeasy)
Replies: 9
Views: 8156

text to lcd2004 (espeasy)

I will send text from domoticz to a lcd2004 on an espeasy board commandArray = {} commandArray['OpenURL'] = '192.168.0.144/control?cmd=lcd,3,1,ditiseentest' print ('test ') return commandArray it works but in the logfile i see 2017-10-28 19:03:30.280 Error: Error opening url: 192.168.0.144/control?c...
by adval40
06 Aug 2017, 20:16
Forum: ESP Easy: Software
Topic: Send txt to lcd in a rule
Replies: 3
Views: 3108

Re: Send txt to lcd in a rule

That works
but i want have a delay to show the text before start
can anybody help me to with the rules

On System#Boot do
lcd,1,1,hi there
timerSet,1,10000
endon

On Rules#Timer=1 do
lcd ,2,1, terug naar scherm
endon

thanks in advance
Ad
by adval40
06 Aug 2017, 01:59
Forum: ESP Easy: Software
Topic: Send txt to lcd in a rule
Replies: 3
Views: 3108

Send txt to lcd in a rule

How can I send text to a lcd2004 into a rule ?

tkx Ad
by adval40
12 Jun 2017, 23:41
Forum: ESP Easy: Software
Topic: show temperature on LCD2004
Replies: 8
Views: 9553

Re: show temperature on LCD2004

Thanks for the solution.
It works now

greetings Ad Eindhoven
by adval40
12 Jun 2017, 19:58
Forum: ESP Easy: Software
Topic: show temperature on LCD2004
Replies: 8
Views: 9553

Re: show temperature on LCD2004

I make some pictures

tkx ad
by adval40
12 Jun 2017, 19:14
Forum: ESP Easy: Software
Topic: show temperature on LCD2004
Replies: 8
Views: 9553

show temperature on LCD2004

Today i use an dht22 on my esp12e dev board Also i have used an lcd 2004 But I can't read the value on my display the value is correct I can see it on my external domoticz . the value from environment DHT11/12/22 is Temperature on the display line 2 [DHT#Temperature] C thanks in advance Ad