Search found 12 matches

by oppedahl
Mon Nov 24, 2014 2:55 pm
Forum: Meteobridge Discussion
Topic: emailing me when it snows?
Replies: 11
Views: 5678

Re: emailing me when it snows?

How odd. Is that behavior ("clear" condition is evaluated before "raise" condition) documented anywhere? I would never have guessed such a thing.

Also, I was hoping to hear what is wrong with this approach:

Code: Select all

( (( th0temp-hmin < 3 ) & [rain0total-sumday]) - 0.1 )
by oppedahl
Mon Nov 24, 2014 7:37 am
Forum: Meteobridge Discussion
Topic: emailing me when it snows?
Replies: 11
Views: 5678

Re: emailing me when it snows?

How does this approach keep the email from getting sent in warm weather? It seems to me that on a rainy day in summer, the "raise" condition will be satisfied and the email will get sent. After that, the "clear" condition would get evaluated and the event would get cleared.

Or are you telling me ...
by oppedahl
Mon Nov 24, 2014 12:56 am
Forum: Meteobridge Discussion
Topic: emailing me when it snows?
Replies: 11
Views: 5678

Re: emailing me when it snows?

I wonder if this works ...

( (( th0temp-hmin < 3 ) & [rain0total-sumday]) - 0.1 )
by oppedahl
Mon Nov 24, 2014 12:53 am
Forum: Meteobridge Discussion
Topic: emailing me when it snows?
Replies: 11
Views: 5678

Re: emailing me when it snows?

But, result of a logical "and" is 0 or 1, so your threshold value will be
overwritten with 0 or 1 when doing the logical operation.
Incremental alarms are not working good with logical operators ;-)
Okay so how do I make it so that I only get notified when the temperature is cold?
by oppedahl
Mon Nov 24, 2014 12:51 am
Forum: Meteobridge Discussion
Topic: emailing me when it snows?
Replies: 11
Views: 5678

Re: emailing me when it snows?

Yes I have a heated rain sensor.
by oppedahl
Mon Nov 24, 2014 12:34 am
Forum: Meteobridge Discussion
Topic: emailing me when it snows?
Replies: 11
Views: 5678

emailing me when it snows?

Okay I'd like to set up my Meteobridge so that it emails me when it snows.

The trigger would I suppose be something like ... there has been another tenth of a millimeter of precipitation since the last email that the device sent to me on this subject.

Well and the temperature is below some ...
by oppedahl
Mon Nov 24, 2014 12:16 am
Forum: Meteobridge Discussion
Topic: MSMTP errors - comcast and godaddy **solved**
Replies: 7
Views: 4631

Re: MSMTP errors - comcast and godaddy

I am happy to report that my Meteobridge is now successfully sending emails through Comcast. The fix came from the previous posting. Try a port number of 587, he said. And that worked. Thank you.
by oppedahl
Mon Nov 17, 2014 3:30 am
Forum: Meteobridge Discussion
Topic: MSMTP errors - comcast and godaddy **solved**
Replies: 7
Views: 4631

Re: MSMTP errors - comcast and godaddy

Okay, further information on why it is that inserting the IP address of the SMTP server was not going to help with the problem of not being able to send emails.

I went into my Meteobridge and clicked on "setup network" and "expert mode". And clicked on the "network" tab and the "diagnostics". And ...
by oppedahl
Mon Nov 17, 2014 3:20 am
Forum: Meteobridge Discussion
Topic: MSMTP errors - comcast and godaddy **solved**
Replies: 7
Views: 4631

Re: MSMTP errors - comcast and godaddy

Thank you for your posting. You link to a web page "computerrepairhouston". That page proposes using the actual IP address of the SMTP server rather than the fully qualified domain name (here "smtpout.secureserver.net" or "smtp.comcast.net"). So for example the IP address for "smtpout.secureserver ...
by oppedahl
Mon Nov 17, 2014 2:08 am
Forum: Meteobridge Discussion
Topic: MSMTP errors - comcast and godaddy **solved**
Replies: 7
Views: 4631

Re: MSMTP errors - comcast and godaddy

Yes thank you I have paid close attention to the port numbers.

http://www.oppedahl.com/temp/me01.gif
http://www.oppedahl.com/temp/me02.gif
http://www.oppedahl.com/temp/me03.gif
http://www.oppedahl.com/temp/me04.gif

Each time I tried this, I "saved" the settings and then clicked "test ...
by oppedahl
Sat Nov 15, 2014 9:58 am
Forum: Meteobridge Discussion
Topic: MSMTP errors - comcast and godaddy **solved**
Replies: 7
Views: 4631

MSMTP errors - comcast and godaddy **solved**

I am unable to get my meteobridge to send email at all. Not through Comcast. Not through Godaddy.

I try to send with smtp.comcast.net, port 465. I try all of the authentication options -- none, basic, tls, starttls.

The typical error message is:

Error: Failed to send email: msmtp: network read ...
by oppedahl
Fri Nov 07, 2014 9:02 am
Forum: Wishes
Topic: support for Davis Weather Monitor II?
Replies: 0
Views: 7439

support for Davis Weather Monitor II?

I have a Davis Weather Monitor II system. This is an old system. It feeds serial data to a Windows computer at a user-selectable data rate of 1200 bits per second or 2400 bits per second. It does this by means of a "Davis Weatherlink 7682" device. Of course what I'd like to do is use a USB-to-serial ...