{"id":2,"date":"2018-07-05T07:48:28","date_gmt":"2018-07-05T07:48:28","guid":{"rendered":"http:\/\/ryeweathertest.pac.com.au\/?page_id=2"},"modified":"2025-10-22T14:38:07","modified_gmt":"2025-10-22T04:38:07","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/ryeweather.com.au\/","title":{"rendered":"Rye Weather Station"},"content":{"rendered":"<p>Ryeweather<img loading=\"lazy\" decoding=\"async\" class=\"wp-image-39 aligncenter\" src=\"http:\/\/ryeweathertest.pac.com.au\/wp-content\/uploads\/2018\/07\/RyeWeatherLogo-300x109.jpg\" alt=\"\" width=\"348\" height=\"126\" srcset=\"https:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/RyeWeatherLogo-300x109.jpg 300w, https:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/RyeWeatherLogo.jpg 638w\" sizes=\"auto, (max-width: 348px) 100vw, 348px\" \/><\/p>\n<h1><strong><span style=\"color: #ff0000;\">We are back baby! Our station is back on-line<\/span><\/strong><\/h1>\n<p style=\"text-align: center;\"><canvas id=\"ssm988367\" style=\"width:200px;height:200px;\"><\/canvas>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var gssm988367 = new steelseries.Radial(ssm988367, {minValue:-20,maxValue:40,gaugeType:steelseries.GaugeType.TYPE2,frameDesign:steelseries.FrameDesign.SHINY_METAL,backgroundColor:steelseries.BackgroundColor.WHITE,pointerType:steelseries.PointerType.TYPE12,pointerTypeLatest:steelseries.PointerType.TYPE12,pointerColor:steelseries.ColorDef.RED,pointerTypeAverage:steelseries.PointerType.TYPE12,pointerColorAverage:steelseries.ColorDef.RED,knobType:steelseries.KnobType.STANDARD_KNOB,knobStyle:steelseries.KnobStyle.BLACK,lcdColor:steelseries.LcdColor.BLUE,foregroundType:steelseries.ForegroundType.TYPE1,size:200,thresholdVisible:false,ledVisible:false,niceScale:false,lcdDecimals:1,titleString:\"Temperature\",unitString:\"\\u2022 \\u00b0C \\u2022\",digitalFont:true});\n      gssm988367.setValueAnimated(16.9, function() {\n        gssm988367.blinkUserLed();\n        gssm988367.resetMinMeasuredValue();\n        gssm988367.resetMaxMeasuredValue();\n        gssm988367.setMinMeasuredValue(15.5);\n        gssm988367.setMaxMeasuredValue(18.1);\n        gssm988367.setTrend(steelseries.TrendState.STEADY);\n        setInterval(function() {\n          var http = new XMLHttpRequest();\n          var params = \"action=lws_query_steelmeter_datas\";\n          params = params+\"&device_id=yx:00:00:00:00:01\";\n          params = params+\"&module_id=m1:c0:00:00:00:01\";\n          params = params+\"&measure_type=temperature\";\n          http.open(\"POST\", \"\/wp-admin\/admin-ajax.php\", true);\n          http.setRequestHeader(\"Content-type\", \"application\/x-www-form-urlencoded\");\n          http.onreadystatechange = function () {\n            if (http.readyState == 4 && http.status == 200) {\n              var odatas = JSON.parse(http.responseText);\n              if ( typeof odatas != \"undefined\") {\n                gssm988367.setValueAnimated(odatas.value);\n                gssm988367.blinkUserLed(odatas.alarm);\n                if (odatas.value_trend == \"up\") {gssm988367.setTrend(steelseries.TrendState.UP);}\n                if (odatas.value_trend == \"down\") {gssm988367.setTrend(steelseries.TrendState.DOWN);}\n                if (odatas.value_trend == \"steady\") {gssm988367.setTrend(steelseries.TrendState.STEADY);}\n              }\n            }\n          }\n          http.send(params);\n        }, 101000);\n      });\n    });\n<\/script> <canvas id=\"ssm893306\" style=\"width:200px;height:200px;\"><\/canvas>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var gssm893306 = new steelseries.WindDirection(ssm893306, {minValue:0,maxValue:360,pointSymbolsVisible:false,frameDesign:steelseries.FrameDesign.SHINY_METAL,backgroundColor:steelseries.BackgroundColor.WHITE,pointerType:steelseries.PointerType.TYPE12,pointerTypeLatest:steelseries.PointerType.TYPE12,pointerColor:steelseries.ColorDef.RED,pointerTypeAverage:steelseries.PointerType.TYPE12,pointerColorAverage:steelseries.ColorDef.RED,knobType:steelseries.KnobType.STANDARD_KNOB,knobStyle:steelseries.KnobStyle.BLACK,lcdColor:steelseries.LcdColor.BLUE,foregroundType:steelseries.ForegroundType.TYPE1,size:200,thresholdVisible:false,ledVisible:false,niceScale:false,lcdDecimals:0,digitalFont:true,lcdTitleStrings:[\"Wind\", \"Gust\"]});\n      gssm893306.setValueAnimatedLatest(7);\n      gssm893306.setValueAnimatedAverage(7);\n        setInterval(function() {\n          var http = new XMLHttpRequest();\n          var params = \"action=lws_query_steelmeter_datas\";\n          params = params+\"&device_id=yx:00:00:00:00:01\";\n          params = params+\"&module_id=m2:c0:00:00:00:01\";\n          params = params+\"&measure_type=windangle\";\n          http.open(\"POST\", \"\/wp-admin\/admin-ajax.php\", true);\n          http.setRequestHeader(\"Content-type\", \"application\/x-www-form-urlencoded\");\n          http.onreadystatechange = function () {\n            if (http.readyState == 4 && http.status == 200) {\n              var odatas = JSON.parse(http.responseText);\n              if ( typeof odatas != \"undefined\") {\n                gssm893306.setValueAnimatedLatest(odatas.value);\n                gssm893306.setValueAnimatedAverage(odatas.value_aux);\n              }\n            }\n          }\n          http.send(params);\n        }, 135000);\n    });\n<\/script><canvas id=\"ssm230356\" style=\"width:200px;height:200px;\"><\/canvas>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var gssm230356 = new steelseries.Radial(ssm230356, {minValue:0,maxValue:54,gaugeType:steelseries.GaugeType.TYPE4,frameDesign:steelseries.FrameDesign.SHINY_METAL,backgroundColor:steelseries.BackgroundColor.WHITE,pointerType:steelseries.PointerType.TYPE12,pointerTypeLatest:steelseries.PointerType.TYPE12,pointerColor:steelseries.ColorDef.RED,pointerTypeAverage:steelseries.PointerType.TYPE12,pointerColorAverage:steelseries.ColorDef.RED,knobType:steelseries.KnobType.STANDARD_KNOB,knobStyle:steelseries.KnobStyle.BLACK,lcdColor:steelseries.LcdColor.BLUE,foregroundType:steelseries.ForegroundType.TYPE1,size:200,thresholdVisible:false,ledVisible:false,niceScale:false,lcdDecimals:0,titleString:\"Wind\",unitString:\"\\u2022 kt \\u2022\",digitalFont:true});\n      gssm230356.setValueAnimated(15, function() {\n        gssm230356.blinkUserLed();\n        gssm230356.resetMinMeasuredValue();\n        gssm230356.resetMaxMeasuredValue();\n        gssm230356.setMinMeasuredValue(15);\n        gssm230356.setTrend(steelseries.TrendState.STEADY);\n        setInterval(function() {\n          var http = new XMLHttpRequest();\n          var params = \"action=lws_query_steelmeter_datas\";\n          params = params+\"&device_id=yx:00:00:00:00:01\";\n          params = params+\"&module_id=m2:c0:00:00:00:01\";\n          params = params+\"&measure_type=windstrength\";\n          http.open(\"POST\", \"\/wp-admin\/admin-ajax.php\", true);\n          http.setRequestHeader(\"Content-type\", \"application\/x-www-form-urlencoded\");\n          http.onreadystatechange = function () {\n            if (http.readyState == 4 && http.status == 200) {\n              var odatas = JSON.parse(http.responseText);\n              if ( typeof odatas != \"undefined\") {\n                gssm230356.setValueAnimated(odatas.value);\n                gssm230356.blinkUserLed(odatas.alarm);\n                if (odatas.value_trend == \"up\") {gssm230356.setTrend(steelseries.TrendState.UP);}\n                if (odatas.value_trend == \"down\") {gssm230356.setTrend(steelseries.TrendState.DOWN);}\n                if (odatas.value_trend == \"steady\") {gssm230356.setTrend(steelseries.TrendState.STEADY);}\n              }\n            }\n          }\n          http.send(params);\n        }, 114000);\n      });\n    });\n<\/script> <canvas id=\"ssm880621\" style=\"width:200px;height:200px;\"><\/canvas>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var gssm880621 = new steelseries.Radial(ssm880621, {minValue:0,maxValue:54,gaugeType:steelseries.GaugeType.TYPE4,frameDesign:steelseries.FrameDesign.SHINY_METAL,backgroundColor:steelseries.BackgroundColor.WHITE,pointerType:steelseries.PointerType.TYPE12,pointerTypeLatest:steelseries.PointerType.TYPE12,pointerColor:steelseries.ColorDef.RED,pointerTypeAverage:steelseries.PointerType.TYPE12,pointerColorAverage:steelseries.ColorDef.RED,knobType:steelseries.KnobType.STANDARD_KNOB,knobStyle:steelseries.KnobStyle.BLACK,lcdColor:steelseries.LcdColor.BLUE,foregroundType:steelseries.ForegroundType.TYPE1,size:200,thresholdVisible:false,ledVisible:false,niceScale:false,lcdDecimals:0,titleString:\"Gust\",unitString:\"\\u2022 kt \\u2022\",digitalFont:true});\n      gssm880621.setValueAnimated(21, function() {\n        gssm880621.blinkUserLed();\n        gssm880621.resetMinMeasuredValue();\n        gssm880621.resetMaxMeasuredValue();\n        gssm880621.setMinMeasuredValue(21);\n        gssm880621.setTrend(steelseries.TrendState.STEADY);\n        setInterval(function() {\n          var http = new XMLHttpRequest();\n          var params = \"action=lws_query_steelmeter_datas\";\n          params = params+\"&device_id=yx:00:00:00:00:01\";\n          params = params+\"&module_id=m2:c0:00:00:00:01\";\n          params = params+\"&measure_type=guststrength\";\n          http.open(\"POST\", \"\/wp-admin\/admin-ajax.php\", true);\n          http.setRequestHeader(\"Content-type\", \"application\/x-www-form-urlencoded\");\n          http.onreadystatechange = function () {\n            if (http.readyState == 4 && http.status == 200) {\n              var odatas = JSON.parse(http.responseText);\n              if ( typeof odatas != \"undefined\") {\n                gssm880621.setValueAnimated(odatas.value);\n                gssm880621.blinkUserLed(odatas.alarm);\n                if (odatas.value_trend == \"up\") {gssm880621.setTrend(steelseries.TrendState.UP);}\n                if (odatas.value_trend == \"down\") {gssm880621.setTrend(steelseries.TrendState.DOWN);}\n                if (odatas.value_trend == \"steady\") {gssm880621.setTrend(steelseries.TrendState.STEADY);}\n              }\n            }\n          }\n          http.send(params);\n        }, 139000);\n      });\n    });\n<\/script><br \/>\nLast updated: 4:36 PM<\/p>\n<div class=\"mceTemp\" style=\"text-align: center;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 Rye Boat Ramp cameras are below. \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 To advertise on this site, please contact <em><a href=\"mailto:info@ryeyachtclub.org.au\">info@ryeyachtclub.org.au<\/a><\/em> or call 0418 619921<\/div>\n<p style=\"text-align: center;\"><a href=\"http:\/\/www.msv.systems\/latest\/rye1.jpg\">\u00a0\u00a0\u00a0<\/a><a href=\"https:\/\/www.boating.vic.gov.au\/ramps\/a157F000001P6RrQAK\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-30 size-thumbnail\" title=\"Rye Boat Ramp\" src=\"http:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/rye_ramp-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/rye_ramp-150x150.jpg 150w, https:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/rye_ramp-160x160.jpg 160w, https:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/rye_ramp-320x320.jpg 320w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><a href=\"http:\/\/www.msv.systems\/latest\/rye2.jpg\">\u00a0\u00a0<\/a><a href=\"http:\/\/www.bom.gov.au\/vic\/forecasts\/portphillip.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0<\/a><a href=\"http:\/\/www.bom.gov.au\/vic\/forecasts\/portphillip.shtml\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-93\" src=\"http:\/\/ryeweathertest.pac.com.au\/wp-content\/uploads\/2018\/07\/maxresdefault-300x169.jpg\" alt=\"\" width=\"265\" height=\"149\" srcset=\"https:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/maxresdefault-300x169.jpg 300w, https:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/maxresdefault-768x432.jpg 768w, https:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/maxresdefault-1024x576.jpg 1024w, https:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/maxresdefault.jpg 1920w\" sizes=\"auto, (max-width: 265px) 100vw, 265px\" \/>\u00a0\u00a0<\/a><a href=\"http:\/\/ryeyachtclub.org.au\/learn-to-sail\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-80\" src=\"http:\/\/ryeweathertest.pac.com.au\/wp-content\/uploads\/2018\/07\/ryesailadvert.jpg\" alt=\"\" width=\"258\" height=\"147\" \/><\/a><\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/www.bendigobank.com.au\/public\/community\/our-branches\/rye\">\u00a0\u00a0<\/a><a href=\"https:\/\/www.bendigobank.com.au\/personal\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-72 size-full\" src=\"http:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/bb.jpg\" alt=\"\" width=\"265\" height=\"113\" \/><\/a><a href=\"http:\/\/rye.vic.lions.org.au\">\u00a0\u00a0\u00a0<\/a><a href=\"http:\/\/rye.vic.lions.org.au\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-77 size-full\" src=\"http:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/lions.jpg\" alt=\"\" width=\"102\" height=\"108\" \/><\/a>\u00a0 \u00a0<a href=\"http:\/\/kaber.com.au\" target=\"_blank\" rel=\"noopener noreferrer\">\u00a0<\/a><a href=\"http:\/\/kaber.com.au\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-76 size-full\" src=\"http:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/kaber.jpg\" alt=\"\" width=\"236\" height=\"108\" \/><\/a> \u00a0<a href=\"http:\/\/www.mawcivil.com.au\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-78 size-full\" src=\"http:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/maw.jpg\" alt=\"\" width=\"190\" height=\"108\" \/><\/a><\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/escape.beer\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-275  aligncenter\" src=\"http:\/\/ryeweather.com.au\/wp-content\/uploads\/2022\/03\/escape.jpg\" alt=\"\" width=\"342\" height=\"118\" srcset=\"https:\/\/ryeweather.com.au\/wp-content\/uploads\/2022\/03\/escape.jpg 383w, https:\/\/ryeweather.com.au\/wp-content\/uploads\/2022\/03\/escape-300x103.jpg 300w\" sizes=\"auto, (max-width: 342px) 100vw, 342px\" \/><\/a>\u00a0\u00a0\u00a0\u00a0\u00a0<a href=\"https:\/\/www.rosebudskincancercentre.com.au\" target=\"_blank\" rel=\"noopener noreferrer\">\u00a0 <\/a><a href=\"https:\/\/www.pac.com.au\/members\/showroom.htm\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft\" src=\"http:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/07\/Patriot-Logo.jpg\" alt=\"\" width=\"259\" height=\"96\" \/>\u00a0\u00a0 <\/a><a href=\"https:\/\/theoceancleanup.com\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-270 alignleft\" title=\"Rye Yacht Club is fund raising for The Ocean Cleanup project to help remove plastic from our oceans.\" src=\"http:\/\/ryeweather.com.au\/wp-content\/uploads\/2021\/11\/Catch-On-Board_Maersk.jpg\" alt=\"\" width=\"169\" height=\"113\" srcset=\"https:\/\/ryeweather.com.au\/wp-content\/uploads\/2021\/11\/Catch-On-Board_Maersk.jpg 1000w, https:\/\/ryeweather.com.au\/wp-content\/uploads\/2021\/11\/Catch-On-Board_Maersk-300x200.jpg 300w, https:\/\/ryeweather.com.au\/wp-content\/uploads\/2021\/11\/Catch-On-Board_Maersk-768x513.jpg 768w\" sizes=\"auto, (max-width: 169px) 100vw, 169px\" \/> <\/a><a href=\"http:\/\/www.nauticalmarine.com.au\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-198 alignleft\" src=\"http:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/10\/Nautical_Marine.jpg\" alt=\"\" width=\"341\" height=\"87\" srcset=\"https:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/10\/Nautical_Marine.jpg 715w, https:\/\/ryeweather.com.au\/wp-content\/uploads\/2018\/10\/Nautical_Marine-300x76.jpg 300w\" sizes=\"auto, (max-width: 341px) 100vw, 341px\" \/><\/a><a href=\"https:\/\/www.mpfunerals.com\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-256 alignleft\" src=\"http:\/\/ryeweather.com.au\/wp-content\/uploads\/2020\/05\/Rye-weather-ad.jpg\" alt=\"\" width=\"215\" height=\"107\" \/><\/a><\/p>\n<div id=\"u377-9\" class=\"clearfix grpelem\" style=\"text-align: center;\" data-muse-uid=\"U377\" data-muse-type=\"txt_frame\" data-ibe-flags=\"txtStyleSrc\">The information on this website is designed to assist the boating and fishing community of Rye and users of Port Phillip Bay. Importantly the information here should only be used as a guide \u0003and not for the protection of life. The owners of this site accept no responsibility or loss or damage resulting from inaccurate information from this weather station. \u00a0For accurate weather and tide predictions please contact the <a class=\"nonblock\" href=\"http:\/\/www.bom.gov.au\/products\/IDR023.loop.shtml#skip\" target=\"_blank\" rel=\"noopener noreferrer\">Bureau of Meteorology<\/a>.<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Ryeweather We are back baby! Our station is back on-line Last updated: \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 Rye Boat Ramp cameras are below. \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 To advertise on this site, please [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":8,"comment_status":"closed","ping_status":"open","template":"grid.php","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ryeweather.com.au\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ryeweather.com.au\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ryeweather.com.au\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ryeweather.com.au\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ryeweather.com.au\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":166,"href":"https:\/\/ryeweather.com.au\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":337,"href":"https:\/\/ryeweather.com.au\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/337"}],"wp:attachment":[{"href":"https:\/\/ryeweather.com.au\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}