Search found 2 matches

by mpriest
Fri Feb 01, 2019 10:24 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: HTTP event question **solved**
Replies: 1
Views: 1141

HTTP event question **solved**

Hello ,

I am using this http event url:
http://www.webcamwassenaar.nl/wxdata/realtimeGet.php?U=[epoch]&wind=[wind0wind]kn&gust=[wind0wind-max6=kn.0:--]kn&richting=[wind0dir]

With this php:
<?php
$U = $_GET['epoch'];
$wind = $_GET['wind'];
$gust = $_GET['gust'];
$richting = $_GET['richting ...
by mpriest
Fri Feb 01, 2019 10:20 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Error in SQL Syntax - MySQL Event issue
Replies: 1
Views: 1383

Error in SQL Syntax - MySQL Event issue

I am using this query in the MySQL services tab from a Meteobridge Pro:

INSERT INTO 'wassenaarstrand' ('ID', 'DateTime', 'TempOutCur', 'WindSpeedCur', 'WindDirCur', 'WindGust10', 'WindDirAvg10') VALUES (NULL, '[YYYY]-[MM]-[DD] [hh]:[mm]:[ss]', '[th0temp-act]', '[wind0wind-act=kn]', '[wind0dir-act ...