seandepagnier / watchdog_pi

watchdog plugin for opencpn
GNU General Public License v3.0
10 stars 19 forks source link

Depth Alarm would be nice #91

Closed dominig closed 3 years ago

dominig commented 7 years ago

Adding an extra alarm based on Depth warning would be great (getting bigger or lower than xx meters. Leaving in a strong tidal area (Brittany), it's a common need for any one dealing with tides.

seandepagnier commented 7 years ago

I agree, but I do not have a depth sounder.

I just built an anemometer from an arduino though, so will be working on wind alarms.

dominig commented 7 years ago

Sean,

please find joined to this mail a NMEA log that can be replayed and includes depth data which varies (I sailed over shalow water to avoid a regata :-)

Regards

Dominig nmea-depth.zip

rgleason commented 4 years ago

rooiedirk suggested an alarm if the boat crosses the vector chart "Shallow Depth" or "Safety Depth" optionally.

seandepagnier commented 4 years ago

this is unfortunately really hard to implement otherwise it would have been years ago for watchdog and also weather routing

On 9/20/20, Rick Gleason notifications@github.com wrote:

rooiedirk suggested an alarm if the boat crosses the vector chart "Shallow Depth" or "Safety Depth" optionally.

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/seandepagnier/watchdog_pi/issues/91#issuecomment-695800982

rgleason commented 4 years ago

Why so hard for vector? Can't a query be made for how close to the shallow depth line? It similar to the "Detect Land" checkbox in weather_routing.

seandepagnier commented 4 years ago

detect land uses gshhs

On 9/22/20, Rick Gleason notifications@github.com wrote:

Why so hard for vector? Can't a query be made for how close to the shallow depth line? It similar to the "Detect Land" checkbox in weather_routing.

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/seandepagnier/watchdog_pi/issues/91#issuecomment-697015387

rgleason commented 4 years ago

Isn't there an algorithm which draws/establishes the "shallow line" which depth can be compared against?

rgleason commented 4 years ago

Sean, see this!! He has a nmea0183 depth tranducer for you! Contact him Post #485 cmckinnon
https://www.cruisersforum.com/forums/f134/watchdog-plugin-150313.html#post3240625

rgleason commented 4 years ago

Sean, did you get in contact with cmckinnon about the depth sounder?

seandepagnier commented 3 years ago

The depth alarm is added.