Search found 301 matches
- 17 Aug 2023, 01:00
- Forum: ESP Easy: General Discussion
- Topic: Avatar in email notification.
- Replies: 9
- Views: 4675
Re: Avatar in email notification.
Found it. Somehow that avatar was attached to MY name in the contacts list. No idea how or when that happened. The contact list was imported into Roundcube from an export from my phone. That avatar was also on the contact (of me) on my phone. Problem solved. Still no idea how I got that particular p...
- 16 Aug 2023, 00:19
- Forum: ESP Easy: General Discussion
- Topic: Avatar in email notification.
- Replies: 9
- Views: 4675
- 15 Aug 2023, 20:36
- Forum: ESP Easy: General Discussion
- Topic: Avatar in email notification.
- Replies: 9
- Views: 4675
Re: Avatar in email notification.
Could it be a cache issue of your email application? Or a hash function collision, where some association of a cached file is somehow the same hash value for some other string. Years ago I had something similar, where a company logo of someone I know was somehow shown as avatar for someone else. I ...
- 15 Aug 2023, 20:24
- Forum: ESP Easy: General Discussion
- Topic: Avatar in email notification.
- Replies: 9
- Views: 4675
Re: Avatar in email notification.
It is connected to an account at your email provider? And what email client is used? That might try to find the avatar 'intelligently' :shock: I use SMTP2go and I just searched all over that account and can't find a single thing about an avatar in the account. Also just searched through all setting...
- 15 Aug 2023, 18:53
- Forum: ESP Easy: General Discussion
- Topic: Avatar in email notification.
- Replies: 9
- Views: 4675
Avatar in email notification.
Hello. I use an email notification when my watering system runs. The notification has been working quite well. I am curious about one thing though. In the header of the message there is an image and I wonder where it comes from. See the picture attached. Clipboard Image.jpg I have no idea where that...
- 05 Jun 2023, 23:34
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 666394
Re: RPIEasy
Hello i got some details but not enough because theres no option actual to get in the data explorer. I tried today some different changes in rules but i got 2 states: No Errors, and no Executions or Errors and no executions, under the attachments you find screenshots. Do you have a switch device de...
- 31 Jan 2023, 19:21
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
Re: Integration with ntfy
Not really a wild thought, I'm thinking in the line of: PostToHTTP,<ip>,<port>,<url>,[<header:value>],@<filename> in the good old tradition of referencing a file via the @ character ;) I'll see if that's doable within reasonable code size Cool. Sounds good. Meanwhile I will try to wrap my brain aro...
- 31 Jan 2023, 06:16
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
Re: Integration with ntfy
How difficult would this be.........? I have an idea growing in my head that goes like this. Store plain text messages on the file system of the esp. Arrange them like message1, message 2 ect. The message could be just about anything.... From rules when you want a particular message sent you make th...
- 28 Jan 2023, 06:21
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
Re: Integration with ntfy
Nope, time to start testing as he already made a pull request for it.... https://github.com/letscontrolit/ESPEasy/pull/4486 Yessir!! Getting right on it!! :geek: :geek: Tested with the "if" back in the statement and by golly it works! Seems another dragon has met its match. :lol: :lol:
- 27 Jan 2023, 22:00
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
- 27 Jan 2023, 21:50
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
Re: Integration with ntfy
You could add quotes around the "title:%sysname%" part, to ensure it's seen as 1 part for PostToHTTP to digest. Like this? This command gets the same thing. No workie. PostToHTTP 192.168.1.58,80,meds,"title:%sysname%","Its %sysweekday_s% %systm_hm_am% Did you take your meds...
- 27 Jan 2023, 21:36
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
Re: Integration with ntfy
Seeing that conditionMatchExtended log responding to the "if" in the message seems a bit weird, possibly related to a (bad) quoting issue Edit: Does the %sysname% have commas, spaces or quotes? System name is ESP_Easy_ntfy Put double quotes instead of single around the "message"...
- 27 Jan 2023, 21:19
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
Re: Integration with ntfy
can you try: On Clock#Time=all,10:50 Do PostToHTTP 192.168.1.58,80,meds,title:%sysname%,'Its %sysweekday_s% @ %systm_hm_am% Did you take your meds yet?. If not then get off your butt and take them!!' Endon it is the more correct syntax… as provided in the documentation. Still no workie. Nothing in ...
- 27 Jan 2023, 20:16
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
Re: Integration with ntfy
Well. I don't know why but for some reason I can't get my test unit to post from a rule. The message works fine from command line but the rule does not. This command works fine from the tools page... PostToHTTP 192.168.1.58,80,meds?title=%sysname%,,'Its %sysweekday_s% @ %systm_hm_am% Did you take yo...
- 18 Jan 2023, 01:45
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
Re: Integration with ntfy
Tested and from what I can see, seems to be working fine!seems like somebody made it happen and needs people to test it.
- 16 Jan 2023, 21:25
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
Re: Integration with ntfy
Great! Will give it a go. Need a day or 3 to actually get some time to set up a unit and test.seems like somebody made it happen and needs people to test it.
- 03 Jan 2023, 01:16
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
Re: Integration with ntfy
In an ideal world that would be the best way to be able to use it. Hint, hint, nudge, nudge.The main issue is more, that you can not use it in rules like SendToHTTP and therefore can not choose which text is send.
- 01 Jan 2023, 21:57
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
Re: Integration with ntfy
Pretty sure HTTPS is NOT required to post an http message. I have a self-hosted server instance of this and it will work either way
- 01 Jan 2023, 20:56
- Forum: ESP Easy: Projects / Applications
- Topic: Integration with ntfy
- Replies: 32
- Views: 19946
Integration with ntfy
I recently came across this project and think its a great solution for sending notifications to a phone from ESPEasy. https://docs.ntfy.sh/ I have been attempting to send a message via ESPEasy from command line and can't seem to get it to work. Is it possible and if so could someone help me with for...
- 19 Dec 2022, 21:20
- Forum: ESP Easy: General Discussion
- Topic: re-entry and massive problems
- Replies: 117
- Views: 17102
Re: re-entry and massive problems
Nope, you're not the first user to encounter this. But the problem is that we really should limit the number of writes to the flash. And just to think about... When you need to 'recover' from a blackout, it is probably best not to switch to the last state, but rather some failsafe situation. A long...
- 15 Dec 2022, 18:23
- Forum: ESP Easy: Software
- Topic: Rule command issue.
- Replies: 10
- Views: 6315
Re: Rule command issue.
Can you try while removing the ":80" port number from the URL, like this: On Clock#Time=all,14:25 Do sendtohttp,'http://192.168.1.81/win&T=1' Endon No workie. EVENT: Clock#Time=Thu,9:20 69180823: ACT : sendtohttp,'http: 69180827: SendToHTTP: Invalid port argument: 0 will use: 80 69180...
- 14 Dec 2022, 23:30
- Forum: ESP Easy: Software
- Topic: Rule command issue.
- Replies: 10
- Views: 6315
Re: Rule command issue.
OK. Using the action build @TD-er linked. sendtohttp,'http://192.168.1.81:80/win&T=1' This does NOT work from rules. It DOES work from command line in the tools page. Relevant log entry... 420807: EVENT: Clock#Time=Wed,14:14 420919: ACT : sendtohttp,'http: 420923: SendToHTTP: Invalid port argume...
- 14 Dec 2022, 06:42
- Forum: ESP Easy: Software
- Topic: Rule command issue.
- Replies: 10
- Views: 6315
- 13 Dec 2022, 19:34
- Forum: ESP Easy: Software
- Topic: Rule command issue.
- Replies: 10
- Views: 6315
- 13 Dec 2022, 01:38
- Forum: ESP Easy: Software
- Topic: Rule command issue.
- Replies: 10
- Views: 6315
Re: Rule command issue.
Seems the "old" format works fine. Pretty new build this is working on....
I have no idea why I didn't try that....
Works in rules and command line on tools page.
I have no idea why I didn't try that....
Works in rules and command line on tools page.
- 12 Dec 2022, 19:25
- Forum: ESP Easy: Software
- Topic: Rule command issue.
- Replies: 10
- Views: 6315
Rule command issue.
I have a simple rule that fires at sunset and sunrise every day. One of the commands does not work in the rule but works fine in the command line on the tools page. sendtohttp,'http://192.168.1.81:80/win&T=1' That command turns on and off a WLED instance on another unit. 0 or 1 at the end will t...
- 19 Nov 2022, 19:01
- Forum: ESP Easy: Hardware
- Topic: Support for ESP32 S3
- Replies: 4
- Views: 3757
Re: Support for ESP32 S3
Sounds good. Looking forward to it.
- 18 Nov 2022, 19:15
- Forum: ESP Easy: Hardware
- Topic: Support for ESP32 S3
- Replies: 4
- Views: 3757
Support for ESP32 S3
I just picked up a couple of these modules. Are they supported? If not, can they be without a huge hassle? Or should I just put them away for a while?
https://www.lilygo.cc/products/t7-s3
https://www.lilygo.cc/products/t7-s3
- 13 Nov 2022, 20:21
- Forum: ESP Easy: Software
- Topic: no dashboard.esp in 20221105 release
- Replies: 26
- Views: 10006
- 13 Nov 2022, 02:09
- Forum: ESP Easy: Software
- Topic: no dashboard.esp in 20221105 release
- Replies: 26
- Views: 10006
- 12 Nov 2022, 19:53
- Forum: ESP Easy: Software
- Topic: no dashboard.esp in 20221105 release
- Replies: 26
- Views: 10006
Re: no dashboard.esp in 20221105 release
I also noticed there is no dark mode option in the "ESP_Easy_mega_20221105_collection_A_ESP8266_4M1M.bin". Was looking forward to that for my keypad unit upgrade. Need Keypad - HT16K33 and RFID - PN532 in the same build.
- 14 Oct 2022, 17:47
- Forum: ESP Easy: Software
- Topic: Rules: only one "On System#Boot do" !?
- Replies: 9
- Views: 5690
- 14 Oct 2022, 07:48
- Forum: ESP Easy: Software
- Topic: Rules: only one "On System#Boot do" !?
- Replies: 9
- Views: 5690
Re: Rules: only one "On System#Boot do" !?
That's good to know. Thanks.
- 14 Oct 2022, 04:24
- Forum: ESP Easy: Software
- Topic: Rules: only one "On System#Boot do" !?
- Replies: 9
- Views: 5690
Re: Rules: only one "On System#Boot do" !?
You seem to expect that every of the 4 files has a separate 'meaning', but in fact they are only split because of a previous limitation of the web-editor used. To be explicit: These 4 files are processed as if they are 1 file, handled sequentially, if they exist. So what exactly is the rule file si...
- 12 Oct 2022, 06:27
- Forum: ESP Easy: Hardware
- Topic: Pullup/pulldown internal resistors ESP32
- Replies: 1
- Views: 3410
Pullup/pulldown internal resistors ESP32
Are the pullup/pulldown internal resistors in the ESP32 supposed to be working? I can't seem to get them to work at all in either direction. Trying to get push buttons to work and I get nothing. Tried on several different general purpose GPIO and getting nowhere. Setting state at hardware page and r...
- 05 Oct 2022, 18:13
- Forum: ESP Easy: Hardware
- Topic: Hall sensor and ESP32
- Replies: 7
- Views: 5927
Re: Hall sensor and ESP32
OK, that use case does look very frightening to me. So please reconsider whether you want to go on with this, as I would not like to see anyone get hurt by some truck that's moving without someone at the wheel. The truck has an automatic trans that has a park function also. I drove this truck aroun...
- 05 Oct 2022, 17:27
- Forum: ESP Easy: Hardware
- Topic: Hall sensor and ESP32
- Replies: 7
- Views: 5927
Re: Hall sensor and ESP32
Can you provide a datasheet or the brand and model you have? All the info I have is whats available here. https://www.amazon.com/gp/product/B072F3KNRK/ref=ppx_yo_dt_b_asin_title_o05_s00?ie=UTF8&psc=1 Or here. https://zoomindustrial.com/products/zoom-industrial-heavy-duty-linear-actuator-6-inch-...
- 05 Oct 2022, 03:46
- Forum: ESP Easy: Hardware
- Topic: Hall sensor and ESP32
- Replies: 7
- Views: 5927
Hall sensor and ESP32
OK, so I have this linear actuator I want to control with an ESP32. According to the vast amount of documentation (har har) I got with it, it has a hall effect sensor in it. What I am trying to do is read that sensor and during movement when the movement stops I want to trigger a relay to cut the po...
- 05 Oct 2022, 00:27
- Forum: ESP Easy: Hardware
- Topic: Is this module supported?
- Replies: 12
- Views: 7820
Re: Is this module supported?
Seems I had a power issue after all. Working as it should now.
Where is the best place for feature requests these days?
Where is the best place for feature requests these days?
- 04 Oct 2022, 22:52
- Forum: ESP Easy: Hardware
- Topic: Is this module supported?
- Replies: 12
- Views: 7820
Re: Is this module supported?
I will see about the power issue.
- 04 Oct 2022, 21:23
- Forum: ESP Easy: Hardware
- Topic: Is this module supported?
- Replies: 12
- Views: 7820
Re: Is this module supported?
This is about as close as it's got to actually booting. There is more than enough power going to the module. I get pretty much the same no matter what binary I try to use. 2 modules are doing the exact same thing. I have a couple new ones on order. I have a dozen of these tho..... :? :? rst:0x1 (POW...
- 04 Oct 2022, 20:41
- Forum: ESP Easy: Hardware
- Topic: Is this module supported?
- Replies: 12
- Views: 7820
- 04 Oct 2022, 03:29
- Forum: ESP Easy: Hardware
- Topic: Is this module supported?
- Replies: 12
- Views: 7820
Is this module supported?
I dug out some ESP32 modules that have been sitting around for some time to play with. Been trying to flash them and all I get are boot loops no matter which binary I try to use. Have several and getting the same results EVERY time. Here is a picture of one of them. The modules are soldered to a sma...
- 04 Apr 2021, 20:00
- Forum: RPiEasy: Hardware
- Topic: Question about switch function.
- Replies: 4
- Views: 17093
Question about switch function.
I'm a bit confused about how a switch setup is working. The switch is build into a rotary encoder so its a momentary switch. I have GPIO set up as "input-pullup" and in the device page for the switch I have the switch type as "push button active low". Setting for longpress is not...
- 27 Jan 2021, 16:43
- Forum: RPiEasy: General Discussion
- Topic: Convert uptime seconds to days hours ect
- Replies: 4
- Views: 12875
Re: Convert uptime seconds to days hours ect
Do you need the actual time of day? Then see the sysvars page on the ESP for all the various time related variables you should be able to use anywhere, also in rules and in display plugins. On the RPIEasy variables page the only one there is for system uptime is displayed as seconds. That is what I...
- 27 Jan 2021, 03:27
- Forum: RPiEasy: General Discussion
- Topic: Convert uptime seconds to days hours ect
- Replies: 4
- Views: 12875
Convert uptime seconds to days hours ect
I'm using the sysinfo plugin for display purposes. Is there an easy formula that can go in the formula "box" in the plugin settings that will convert the seconds to day, hour, minute, second format?
Or if not can that format be added as a variable?
Or if not can that format be added as a variable?
- 10 Jan 2021, 20:27
- Forum: ESP Easy: Software
- Topic: OLED SSD1306/SH1106 Framed: Prevent automatic "step through pages"
- Replies: 2
- Views: 4410
Re: OLED SSD1306/SH1106 Framed: Prevent automatic "step through pages"
The interval setting controls the time between page turns. Won't setting it to zero achieve what you want?
EDIT: I see now that trying to set to zero after submit it defaults to 60 seconds.
Seems like an option setting for being able to do this is a good idea.
EDIT: I see now that trying to set to zero after submit it defaults to 60 seconds.
Seems like an option setting for being able to do this is a good idea.
- 05 Jan 2021, 16:54
- Forum: RPiEasy: Software
- Topic: P212 Dashboard plugin
- Replies: 10
- Views: 21071
Re: P212 Dashboard plugin
Thats a great idea! I just updated on of my units but can't seem to be able to access it. How do you enable this?
EDIT: Nevermind... Found it.
EDIT: Nevermind... Found it.
- 25 Oct 2020, 21:40
- Forum: ESP Easy: General Discussion
- Topic: Espeasy only as AP
- Replies: 21
- Views: 26083
Re: Espeasy only as AP
Perhaps you could provide a bit more detail of your particular use case.
- 08 Aug 2020, 21:47
- Forum: RPiEasy: Software
- Topic: Run OS Command usage.
- Replies: 4
- Views: 18364
Re: Run OS Command usage.
Probable more trouble than it's worth. Might open a can of worms....I guess taskvalueset can be enhanced to work on first value, if only two parameters added, but i was lazy to implement it.