
Search found 164 matches
- 24 May 2022, 20:16
- Forum: ESP Easy: General Discussion
- Topic: Sensor Values calculating
- Replies: 9
- Views: 7900
Re: Sensor Values calculating
YAY
Sounds great ^^

- 24 May 2022, 19:05
- Forum: ESP Easy: General Discussion
- Topic: Sensor Values calculating
- Replies: 9
- Views: 7900
Re: Sensor Values calculating
YAY :) this is how it works perfect now ! on LPGLevel#LPG do let,6,(%eventvalue%-952)/244.83 let,6,{constrain:[var#6]:0:100} endon so i removed all spaces in between :) I bought you some coffee right now but i can´t afford a coffee always i make a mistake. Simply because i make too much mistakes lol...
- 23 May 2022, 21:24
- Forum: ESP Easy: General Discussion
- Topic: Sensor Values calculating
- Replies: 9
- Views: 7900
Re: Sensor Values calculating
Hello :) right now i did try to set my rule like: on LPGLevel#LPG do let,6,(%eventvalue1% - 952) / 244.83 // (25435-952)/100 let,6,{constrain:[var#6]:0:100} endon var#6 always shows "0" as result But this: on LPGLevel#LPG do let,6,%eventvalue1% endon and this: on LPGLevel#LPG do let,6,(%ev...
- 17 May 2022, 15:21
- Forum: ESP Easy: General Discussion
- Topic: Sensor Values calculating
- Replies: 9
- Views: 7900
Re: Sensor Values calculating
great to point me to the constrain function :) looks great :) This is very useful when we work with raw sensor values. In my house control system (about local water tank) i have the line: $percent=(GetValueInteger(59082)-$empty)/($full-$empty)*100; // convert to percent (0-100%) But at the end of th...
- 17 May 2022, 13:46
- Forum: ESP Easy: General Discussion
- Topic: Sensor Values calculating
- Replies: 9
- Views: 7900
Sensor Values calculating
Hello all :) I connected my LPG fuel tank sensor to my ESP32 in my Car. I had already done this in my house control system with my local water tank at home, but now I have to do all the calculations inside of the car ESP. First I have two values from the sensor at my ADS1115 connected and working wi...
- 15 Nov 2021, 00:00
- Forum: ESP Easy: General Discussion
- Topic: Uptime ESP8266 :)
- Replies: 1
- Views: 5020
Uptime ESP8266 :)
Just for smiling 
.....and still running

.....and still running

- 14 Nov 2021, 23:58
- Forum: ESP Easy: General Discussion
- Topic: One ESP two network settings
- Replies: 3
- Views: 5917
Re: One ESP two network settings
Thank you for your answeres.
yes, i guess i give DHCP a try. It would make it a lot more easy
Have a great day
Sascha
yes, i guess i give DHCP a try. It would make it a lot more easy

Have a great day
Sascha
- 12 Nov 2021, 21:00
- Forum: ESP Easy: General Discussion
- Topic: One ESP two network settings
- Replies: 3
- Views: 5917
One ESP two network settings
Hello all :) sure there is a fallback network but i work with fixed IPs and subnet/DNS. So i have an ESP in my Car connected to my mobil router in the car. Where my car is parked, there is also my home wifi in range. So i would love to switch off the router in my car, while my car is at home. For th...
- 16 Sep 2021, 22:17
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
my dashcams are connected to the esp and a few servos controlling the car.
most of the time i´m in the back, sleeping.
no, serious, my girlfriend helped me out and where looking at the tablet and the display.
so all was safe
most of the time i´m in the back, sleeping.
no, serious, my girlfriend helped me out and where looking at the tablet and the display.
so all was safe

- 16 Sep 2021, 21:34
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
i am back from testdrive :) just want to let you know, the conversation in rules works perfect now ! no errors anymore, straight values every second. Thank you for all your great hints :) I am looking forward to use more then 4 parameters, but i can wait a long time for. The "must" is work...
- 16 Sep 2021, 12:42
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
at least not one meter behind my old spot ^^
- 16 Sep 2021, 09:00
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
your right 
when i do a long ride over hundreds of kilometer and close to the goal the esp resets..... that would be depressing !

when i do a long ride over hundreds of kilometer and close to the goal the esp resets..... that would be depressing !
- 16 Sep 2021, 08:48
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
Good morning :) I solved it at my backend software and i could also solve it in rules now, but for next update, you could maybe change the value after reset. The value for distance is "-1" after reset. If it could be "0" would great :) It is also very dangerous on the highway !!!...
- 15 Sep 2021, 23:03
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
great 
by the way, another esp with espeasy:
(have a look for uptime
)

by the way, another esp with espeasy:
(have a look for uptime

- 15 Sep 2021, 22:39
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
i want my display in my car refresh every second with the gsp speed.
ist it ok to have a timerinterval of one second, or is this too often ?
ist it ok to have a timerinterval of one second, or is this too often ?
Code: Select all
On Rules#Timer=3 do
let,1,[GPS#spd]*3.6 // Store speed in km/h in variable #1
timerSet,3,1
endon
- 15 Sep 2021, 22:24
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
this is soooooo cool !!! now i send traveled distance converted in km to my display which is connected to the ESP but at the same time publish it in meters to my controller hub. This is amazing !! I love it :) tomorrow i do some tests about the conversation errors in the plugin (which i dont need an...
- 15 Sep 2021, 09:00
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
Good morning :) this build: Screenshot 2021-09-15 085225.jpg i do the conversation right in the plugin: Screenshot 2021-09-11 195155.jpg I have a display connected to the ESP in my car and i want the gps speed update every second. So display and gps is set to 1 second interval. this is why i do not ...
- 14 Sep 2021, 22:16
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
Hello, i come right now back from more tests about the gps plugin and found a strange behavior. i found out, my conversation in the plugin like %value%*3.6 for m/s into kph or %value%/1000 for meters into kilometers ist not always working and is been ignored sometimes and published without conversat...
- 14 Sep 2021, 12:50
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
ok, i´ll try to solve this in my backend software behind the ESP 

- 14 Sep 2021, 12:33
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
hahahahaha, ok :) by the way......do you know where i can buy an uBlox M8N ORIGINAL and not a clone ? I would love to have a "real" one instead of the clones I have here... Do you have an idea how I can store and publish the stored ODO value ? At the moment always the ESP reboots, the ODO ...
- 14 Sep 2021, 12:05
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
ok 
i did swap alt with dist for now.
if i can breath i know i am below 6000 meter, so easy to check

i did swap alt with dist for now.
if i can breath i know i am below 6000 meter, so easy to check

- 14 Sep 2021, 10:48
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
YAY, that means I am doing nothing wrong here !!! LOL 
Would it be easy to just add a 5th field for the plugin for now ?
otherwise, i will swap the value alt to dist

Would it be easy to just add a 5th field for the plugin for now ?
otherwise, i will swap the value alt to dist
- 14 Sep 2021, 10:06
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
Hello :) yes, distance and travelled I combine already :) Thank you for your ideas I have 4 values in the plugin set up which works good (speed, alt, long,lat) now I would love to publish a 5th value like ODO. in rules i try: Publish,"%sysname%/GPS/Distanz Trigger/ODO", [GPS#dist] But it d...
- 11 Sep 2021, 20:02
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
Re: GPS Plugin P082
Hello TD-er, I forgot to tell i multiplied by 3.6 already :) Screenshot 2021-09-11 195155.jpg Thank you for the hint about the post formatting. I'll have a look right now :) I do not have Wi-Fi only, I am online all the time with my car. So for this case I'll have to take care about my data traffic....
- 11 Sep 2021, 19:09
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 31753
GPS Plugin P082
Hello all :) Today I made my first experience with the GPS plugin. First, thank you for this great and easy way to connect a GPS sensor to the esp :) I know it is in beta phase, but may I say what I recognized today ? - sometimes I get some impossible values for speed, like I drive about 70 kph, and...
- 06 Jul 2021, 20:40
- Forum: ESP Easy: General Discussion
- Topic: which file for OTA update
- Replies: 4
- Views: 6872
Re: which file for OTA update
thanks 
you guys are amazingly fast with support answeres
OTA worked out perfectly
Have a great day

you guys are amazingly fast with support answeres

OTA worked out perfectly
Have a great day

- 06 Jul 2021, 20:11
- Forum: ESP Easy: General Discussion
- Topic: which file for OTA update
- Replies: 4
- Views: 6872
which file for OTA update
Hello all :), i would love to do an OTA update for my ESP32 device. it´s been a while when i did the last update. i reconized, there are files labeled with A,B,C,D ? i attache a picure of my actuall firmware. could you help me find the right firmware ? question would be, is it also possible to do an...
- 14 May 2021, 18:06
- Forum: ESP Easy: General Discussion
- Topic: Keystrokes
- Replies: 2
- Views: 5291
Keystrokes
Hello all, i could not find the answere :( is there a simple way to have ESPEasy connected via USB to an Windows 10 PC and submit asci keystrokes connected to an gpio port ? So i want to press a hardwarebutton connected to the ESP and get a Keystroke (eg. F1) as a asci signal like a usb keybord. Tha...
- 20 Jan 2021, 14:51
- Forum: ESP Easy: Software
- Topic: Plug-in for MAX31865 RTD or MAX31856 Thermocouple IC?
- Replies: 29
- Views: 21071
Re: Plug-in for MAX31865 RTD or MAX31856 Thermocouple IC?
4 years later 
any news ?
Can i use my PT100 on my MAX31865 board with SPI interface in espeasy ?
is there a plugin now ?
Thank you so much and have a great day !
Sascha

any news ?
Can i use my PT100 on my MAX31865 board with SPI interface in espeasy ?
is there a plugin now ?
Thank you so much and have a great day !
Sascha
- 14 Sep 2020, 15:50
- Forum: ESP Easy: General Discussion
- Topic: Docu about Filtersize HC-SR04 Plugin
- Replies: 1
- Views: 5416
Docu about Filtersize HC-SR04 Plugin
Hello,
coiuld someone explain the filtersize settings to me ?
I can´t find a docu about it.
Thank you so much and have a great day
Sascha
coiuld someone explain the filtersize settings to me ?
I can´t find a docu about it.
Thank you so much and have a great day

Sascha
- 08 Jun 2020, 17:30
- Forum: ESP Easy: Software
- Topic: Nextion display plugin
- Replies: 587
- Views: 3829182
Re: Nextion display plugin
And keep in mind that to change a text message in a Nextion touch display requires a SD card or direct USB connection. hi Thomas :) are you talking about changing the text which is displayed in a textfield or a button at the nextion display ? For my arduinos i use this commands over serial which wo...
- 07 Jun 2020, 14:52
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
YAY !!! It works PERFECT with the internal sys variables ! @grovkillen: Thank you so much for your patience and great code @Ath: also thanks for your patience and help. you where right, mcp#29 had also to be reconized. (this is when i put the reverse gear in) I LOVE the ESP32 :) But i made a lot of ...
- 07 Jun 2020, 14:11
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
this is how my rules look like at the sysboot: on System#Boot do monitor,mcp,1 monitor,mcp,2 monitor,mcp,3 monitor,mcp,4 monitor,mcp,5 monitor,mcp,6 monitor,mcp,7 monitor,mcp,8 monitor,mcp,9 monitor,mcp,10 monitor,mcp,11 monitor,mcp,12 monitor,mcp,13 monitor,mcp,14 monitor,mcp,15 monitor,mcp,16 moni...
- 07 Jun 2020, 14:09
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
to be honest i do NOT have the MCPs in devicepage.
because there are 16 outputs and 16 inputs.
How can i handle that in devicepage for 12 devices ?
because there are 16 outputs and 16 inputs.
How can i handle that in devicepage for 12 devices ?
- 07 Jun 2020, 13:41
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
this is the log: 39423: EVENT: Clock#Time=Sun,13:39 63979: WD : Uptime 1 ConnectFailures 0 FreeMem 20552 WiFiStatus 3 74572: EVENT: MCP#18=1 74593: ACT : Event,triggering=,, 74594: Command: Event 74594: EVENT: triggering=,, 77172: EVENT: MCP#18=0 77193: ACT : Event,triggering=,, 77194: Command: Even...
- 07 Jun 2020, 13:37
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
i hope i know how to do so :) i found a little mistake in the code and changed it already : on mcp#18 do Event,triggering=[MCP#18],[MCP#17],[MCP#29] endon on mcp#17 do Event,triggering=[MCP#18],[MCP#17],[MCP#29] endon on triggering do if %eventvalue1%=1 MCPGPIO,1,1 endif if %eventvalue1%=0 AND %even...
- 07 Jun 2020, 13:14
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
Thank you for your help.
with the new code nothing is working, not ON, not OFF and not depending on state of mcp#29.
monitoring is avtivated for all mcp channels.
but the code looks wonderful and exactley what i need
with the new code nothing is working, not ON, not OFF and not depending on state of mcp#29.
monitoring is avtivated for all mcp channels.
but the code looks wonderful and exactley what i need

- 07 Jun 2020, 11:26
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
Good morning all 
So maybe today we get it to work
I am so sorry that it turns out more complicated then i thought
Happy Sunday

So maybe today we get it to work

I am so sorry that it turns out more complicated then i thought

Happy Sunday

- 06 Jun 2020, 23:58
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
same here
i try again tomorrow.
But thanks alot for all your help already !
good night

But thanks alot for all your help already !
good night

- 06 Jun 2020, 23:34
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
ok, this i did for now:
i can switch it ON, but not OFF
Code: Select all
on mcp#18 do
LogEntry,"MCP 18: [mcp#18], MCP 17: [mcp#17]"
if [mcp#18]=0
if [mcp#17]=0
MCPGPIO,2,0
endif
else
MCPGPIO,2,1
endif
endon
- 06 Jun 2020, 20:53
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
thank you for helping :) i did try TDer´s code but this was also no luck. Maybe i try to explain what i want to do with the code: the ESP is in my Car. I try to control my extended rear lights. i have a switch with 3 Positions: Pos "up" = mcp#18 HIGH Pos "middle" = mcp#18 AND mcp...
- 06 Jun 2020, 20:18
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
ok, thank you i have it now like this: on mcp#18=1 do MCPGPIO,1,1 endon on mcp#18=0 do if [mcp#17]=0 do MCPGPIO,1,0 endif endon on mcp#17=1 do if [mcp#29]=1 do MCPGPIO,1,1 else MCPGPIO,1,0 endif endon but still only the first block is working. second block does not switch MCPGPIO "low" and...
- 06 Jun 2020, 17:41
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
thank you :) i changed it to: on mcp#18=1 do MCPGPIO,1,1 endon on mcp#18=0 do if mcp#17=0 do MCPGPIO,1,0 endif endon on mcp#17=1 do if mcp#29=1 do MCPGPIO,1,1 else MCPGPIO,1,0 endif endon "Maybe add a logentry statement in that block, to make sure it is detected as being 'low'." Could you ...
- 06 Jun 2020, 16:06
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
Re: syntax question
yes, monitor is activated for all MCP inputs.
- 06 Jun 2020, 15:39
- Forum: ESP Easy: General Discussion
- Topic: syntax question
- Replies: 27
- Views: 64011
syntax question
Hello all :) i have an 3 way switch and try to do something like this, but it wont work :( sure the problem is me :) if the switch is in position "up" i want to switch MCPGPIO,1,1 (works already) if the switch is in middle position i want MCPGPIO,1,0 (does not work) if the switch is in pos...
- 08 Apr 2020, 23:28
- Forum: ESP Easy: General Discussion
- Topic: OTA Update
- Replies: 3
- Views: 7186
Re: OTA Update
Thank you for your help.
tomorrow i will try it by ethernetcable with my laptop.
otherwise i will do it from scratch and rebuild the settings manually
stay safe all
tomorrow i will try it by ethernetcable with my laptop.
otherwise i will do it from scratch and rebuild the settings manually
stay safe all

- 08 Apr 2020, 01:06
- Forum: ESP Easy: General Discussion
- Topic: OTA Update
- Replies: 3
- Views: 7186
OTA Update
Hello all, i try to do an OTA Update from this: Build:⋄ 20104 - Mega System Libraries:⋄ ESP82xx Core 2_6_0, NONOS SDK 3.0.0-dev(c0f7b44), LWIP: 2.1.2 PUYA support Git Build:⋄ mega-20191119 Plugins:⋄ 79 [Normal] [Testing] Build Md5: 5a5e49d565d371cb46fee8115b2117 Md5 check: passed. Build Time:⋄ Nov 1...
- 30 Mar 2020, 21:09
- Forum: ESP Easy: General Discussion
- Topic: Syntax
- Replies: 6
- Views: 8466
Re: Syntax
thank you but this would trigger the heaters too often.
temp is an float with 2 decimals.
so with your code the heater would switch on at 14.99 degree and switch off at 15.00, am i right ?
i need one degree buffer (<15 ON and >16 Off)
temp is an float with 2 decimals.
so with your code the heater would switch on at 14.99 degree and switch off at 15.00, am i right ?
i need one degree buffer (<15 ON and >16 Off)
- 30 Mar 2020, 18:57
- Forum: ESP Easy: General Discussion
- Topic: Syntax
- Replies: 6
- Views: 8466
Re: Syntax
but it should run once in a minute while MQTT Broker is offline. after MQTT broker is online it should not run at all. So the timer set was wrong ? is this better ? on MQTT#Connected do timerSet,8,0 endon on MQTT#Disconnected do timerSet,8,60 endon On Rules#Timer=8 do timerSet,8,60 if [Unten#Temp]<1...
- 30 Mar 2020, 18:00
- Forum: ESP Easy: General Discussion
- Topic: Syntax
- Replies: 6
- Views: 8466
Syntax
Hello, i am not sure about the Syntax (again :() i do not have the device at home, so i have to make sure the code is working when i upload it to the device which controls some big gas heaters. What i try to do is an emergency plan when my houscontrolling software crashes. So in the case MQTT is dis...