Page 1 of 1

I have a trigger executing that is not in the list.

PostPosted: Sun Sep 04, 2022 5:48 pm
by hwitten
I converted all triggers/actions using BetterEmail to Email+.
All good except that I still have one executing randomly and I can't find it.
Of course it errors.

Have gone through everything that sends email but can't find the offender.
Not a biggy as it's just an error line in the log but I'm concerned about future troubles that may be lurking.
I'm thinking possible database corruption?

Any thoughts recommendations?

Re: I have a trigger executing that is not in the list.

PostPosted: Sun Sep 04, 2022 6:33 pm
by jay (support)
Hard to diagnose without the error line and a few lines before and after...

Re: I have a trigger executing that is not in the list.

PostPosted: Sun Sep 04, 2022 7:19 pm
by hwitten
BetterEmail plugin has been removed.

Code: Select all
                Set Time
   Email+                          sending email 'Who Disarmed' to 'xxxx;xxxx' using BetterEmail SMTP
   Email+ Error                    BetterEmail SMTP: SMTP server connection error: [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:997)

Sep 4, 2022 at 6:03:00 PM
   Schedule                        Set TimeStamp
   Schedule                        Set Date
   Schedule                        Set Time

Sep 4, 2022 at 6:03:33 PM
   Z-Wave                          received "022 - Luminance" sensor update to 195 lux
   Z-Wave                          received "022 - Humidity" sensor update to 48%
   Z-Wave                          received "022 - Dining Tamper Switch" sensor update to 74.1 °F

Sep 4, 2022 at 6:04:00 PM
   Schedule                        Set TimeStamp
   Schedule                        Set Date
   Schedule                        Set Time

Sep 4, 2022 at 6:05:00 PM

Re: I have a trigger executing that is not in the list.

PostPosted: Sun Sep 04, 2022 7:24 pm
by hwitten
Running 2022.1.1 on an M1, Big Sur. Plugins up to date.

Re: I have a trigger executing that is not in the list.

PostPosted: Sun Sep 04, 2022 8:46 pm
by FlyingDiver
What server is this connecting to?

Code: Select all
   Email+ Error                    BetterEmail SMTP: SMTP server connection error: [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:997)


Do you have any non-standard SSL libraries installed?

Re: I have a trigger executing that is not in the list.

PostPosted: Sun Sep 04, 2022 8:51 pm
by hwitten
Not that I know of. The M1 is dedicated to Indigo. Runs Reolink app to display local network cams.

I had same error on some triggers that were visible while I was migrating to Email+ and it always worked to fix it.
The problem this time is that I can not find the trigger entry to make the change.

Re: I have a trigger executing that is not in the list.

PostPosted: Sun Sep 04, 2022 8:53 pm
by FlyingDiver
Please answer my question. What server is the "BetterEmail SMTP" device configured for?

The trigger is not the issue. That server device is the problem. If you're not using that device, delete it.

Re: I have a trigger executing that is not in the list.

PostPosted: Sun Sep 04, 2022 9:01 pm
by hwitten
Code: Select all
What server is this connecting to?


Sorry missed it.
I don't think it's actually connecting to an smtp server.
The error would be valid with BetterEmail plugin installed but I removed that unless there is some remnant hiding somewhere.
This has been going on for a while and M1 has been rebooted several times, hence being at a loss.

Re: I have a trigger executing that is not in the list.

PostPosted: Sun Sep 04, 2022 11:17 pm
by hwitten
The trigger is not the issue. That server device is the problem. If you're not using that device, delete it.


Had expected removing the Plugin would remove everything related but as you expected it did not.

Have now deleted the BetterEmail SMPT device so hopefully good going forward.

Big Thank You.