smorgasbord
Members-
Posts
108 -
Joined
-
Last visited
About smorgasbord
- Currently Viewing Topic: Notifications for Dummies
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
smorgasbord's Achievements
Experienced (4/6)
1
Reputation
-
Yeah, the Captcha is only for submitting a new ticket. And maybe it's only for the first ticket one submits.
- 18 replies
-
- eisy 5.8.4
- smtp
-
(and 1 more)
Tagged with:
-
Thanks for that, but this Captcha thing isn't in the Admin Console, it's on UD's ticket website.
- 18 replies
-
- eisy 5.8.4
- smtp
-
(and 1 more)
Tagged with:
-
Need clarification on From/To program running after boot
smorgasbord replied to smorgasbord's topic in eisy
Thanks. What about calling other programs? Will something like this work as expected: Repeat while $sOnVacay is not 0 Run Program 'Prog2' (Then Path) $sOnVacay -= 1 I understand that if a single program gets called while it's already running the previous instance of that running program will stop at Wait or Repeat, but if a program calls another program (which could even call a third program), is that all "normal" as an old "C" programmer would expect, or is the execution stack somehow different? -
So the plot thickens! In submitting a ticket, it took 4 or 5 tries for the Captcha to connect from my browser. At first I was thinking it might be that I have some sites blocked via my hosts file, but eventually the Captcha pictures came up and worked. I'm wondering if this sort of intermittent problem with the Captcha is connected with my email sending problem. I'm not running my VPN right now, but have in the past...
- 18 replies
-
- eisy 5.8.4
- smtp
-
(and 1 more)
Tagged with:
-
I've read https://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Scope,_Precedence_and_Execution_Order#Boot/Startup_Sequence_and_Program_Execution_Order but still have questions. I have a program like this: If From 7:00:00AM To 10:00:00PM Then Repeat while $sOnVacay is not 0 (Actions) Else (No Actions) If the EISY reboots during the day, will this program get started (if enabled)? Or, should I set it to Run At Startup and let the "If Schedule" do its thing? The Repeat code essentially does a thing every 30 minutes (there's a Wait) during the From/To time period. I don't want to have two (or zero) copies of this routine running, naturally. EDIT: What I mean by that last comment is a question as to whether programs in EISY are re-entrant. That is, can you have multiple copies of the same program running in different threads at the same time? Basically, if a program is running, and say is at a long Wait, and another program directly invokes the Run(If) of that first program, what happens? And then, if a program is running and is at a long Wait, and one of the If conditions change, how is the program re-run? Does it wait for the first execution to complete or does it terminate what's running to run it again with the new conditions? TIA
-
After a reboot I tried the Test function again. Got a new error: Also, maybe I should file a support ticket as this is a brand new, just installed today eisy. So, maybe there's an internal hardware problem?
- 18 replies
-
- eisy 5.8.4
- smtp
-
(and 1 more)
Tagged with:
-
I don't have any SMTP settings since I'm using the default via the check box. I have an excellent 1Gig internet connection. EDIT: Just swapped the cable. No improvement. EDIT: Firmware and UI are both v.5.8.4 I assume the UDI_TREE-STATE files are on the eisy - (they're not on my host, which is Mac). How do I access the folder to delete them? thanks again.
- 18 replies
-
- eisy 5.8.4
- smtp
-
(and 1 more)
Tagged with:
-
Alternatively, can I write messages to the console? The UD Mobile app has messages for PG3 starting and stopping. Can I write my own messages there? I'm trying to do some debugging on my programs with timers and countdowns and not being able to do the equivalent of printf is pretty frustrating.
- 18 replies
-
- eisy 5.8.4
- smtp
-
(and 1 more)
Tagged with:
-
Well, now even sending to my regular email address is failing. I've rebooted multiple times. Here's the log for 2 Test sends, nothing really in there except what's shown in the error dialog. ISY Error Log.v5.8.4__Tue 2024.11.05 05.14.16 PM.txt
- 18 replies
-
- eisy 5.8.4
- smtp
-
(and 1 more)
Tagged with:
-
This may be problematic as the "History" feature ("Get device activity logs") always comes up empty "No Logs Now." I do get historical measurement data, but that's not the same thing. Are there other ways to grab logs in YoLink? As for "theaparm," I don't know. My settings are: Type - Fixed as "Water Depth Sensor" Name Room Measure Range (5m or 10m) meters Tank Depth in feet and inches Unit (cm, m, ft) Density (0.50-1.50) where water is 1.0 Alert for Water Depth range, alert reminder, alert interval Recording Interval Thanks for looking!
-
FWIW, this was working on my old ISY-99i. Same program (backed up on ISY, restored in EISY).
- 18 replies
-
- eisy 5.8.4
- smtp
-
(and 1 more)
Tagged with:
-
Can't do either TLS or increase timeout when using the default UD SMTP server.
- 18 replies
-
- eisy 5.8.4
- smtp
-
(and 1 more)
Tagged with:
-
My ISP is Frontier; My email provider is TutaMail, and I don't believe they provide SMTP services (encrypted service like ProtonMail). I don't know about the "TEXT" feature - can you explain/link? thanks
- 18 replies
-
- eisy 5.8.4
- smtp
-
(and 1 more)
Tagged with:
-
Just migrated from an ISY-99i to EISY, running 5.8.4, using the default (UD) SMTP server. Email to normal email addresses works. Email to 9876543210@txt.att.net numbers (ATT wireless SMS) doesn't work. However, from my email account, messages to that same ATT wireless numbers works. Error message attached.
- 18 replies
-
- eisy 5.8.4
- smtp
-
(and 1 more)
Tagged with:
-
Great - thanks so much. I seem to be up and running. Not all of my YoLink devices are showing - I'm guessing that's because the Plug-in doesn't yet support some non-popular YoLink devices like the "Water Depth Sensor."