Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Mensajes - Silose Novengo

Páginas: [1]
1
Tu Web meteorológica / Re:Plantilla Jachym (Meteotemplate)
« en: 04 de Marzo del 2016, 10:39:30 am »
Habia mezclado churras con merinas y al final tenia un fichero de datos erroneo.
Muchas gracias por recordarme algo tan obvio que no habia reparado en ello.  (punto'.' por coma',')
Ya todo marchando ok.
Gracias de nuevo.

2
Tu Web meteorológica / Re:Plantilla Jachym (Meteotemplate)
« en: 02 de Marzo del 2016, 14:18:30 pm »
There was the problem, was taking a wrong file, it was the result of a conversion of Weather Display to log Cumulus. :-[
Thank you.

3
Tu Web meteorológica / Re:Plantilla Jachym (Meteotemplate)
« en: 02 de Marzo del 2016, 13:23:19 pm »
Here are a record.

01/10/15;00:00;25,2;54;15,2;0,0;0,0;135;0,0;0,0;1008,30;58,2;25,7;48;0,0;25,2;26,1;0;0;0,00;0,00;26,9;0;0,0;135;0,0;0,0

these are the fields:
brackets fields that are imported with the template
0   Date in the form dd/mm/yy
1    Current time
(2)   Current temperature
(3)    Current humidity
4   Current dewpoint
(5)    Current wind speed
(6)   Recent (10-minute) high gust
(7)    Average wind bearing
(8 )    Current rainfall rate
(9)   Total rainfall today so far
(10)    Current sea level pressure
11   Total rainfall counter as held by the station
12   Inside temperature
13    Inside humidity
14    Current gust (i.e. 'Latest')
15   Wind chill
16    Heat Index
17   UV Index
(18 )   Solar Radiation
19   Evapotranspiration
20   Annual Evapotranspiration
21   Apparent temperature
22   Current theoretical max solar radiation
23   Hours of sunshine so far today
24   Current wind bearing
25   RG-11 rain today
26   Rain since midnight

Thank you very much again for your help.

4
Tu Web meteorológica / Re:Plantilla Jachym (Meteotemplate)
« en: 02 de Marzo del 2016, 12:33:19 pm »
Thank you very much friend, you're super fast response.
The change that you mentioned has no effect that only sets the date separator and fine.
I have a station with Weather Display, and would have no trouble using it. I have a new weather station and I would like to have it with cumulus clouds, but going to import data I found the problem mentioned.
Appears in the code php
$ Year = $ currentDate [2] +2000;
$ Month = $ currentDate [1];
and the error is "Undefined offset: 1 and 2"
It is attempting to read from an array that is not defined and not where it should be done, or at least what I understand, good my English is not very good but at least I try haha.
My best wishes.

5
Tu Web meteorológica / Re:Plantilla Jachym (Meteotemplate)
« en: 02 de Marzo del 2016, 12:01:44 pm »
El problemilla que tengo es que no paso de aqui.
--------------------------------------------------------------------------------------------
( ! ) SCREAM: Error suppression ignored for
( ! ) Notice: Undefined offset: 2 in C:\wamp\www\template\install\Cumulus.php on line 43
Call Stack
#   Time   Memory   Function   Location
1   0.0008   312448   {main}( )   ..\Cumulus.php:0
( ! ) SCREAM: Error suppression ignored for
( ! ) Notice: Undefined offset: 1 in C:\wamp\www\template\install\Cumulus.php on line 44
Call Stack
#   Time   Memory   Function   Location
1   0.0008   312448   {main}( )   ..\Cumulus.php:0
Importing 2015-10-01...
CUMULUS IMPORT
SUCCESSFULLY UPLOADED RECORDS!
----------------------------------------------------------------------------------------------
Y no importa ningun registro. Un ejemplo de registro de Cumulus que intento importar es este:

01/10/15;00:00;25,2;54;15,2;0,0;0,0;135;0,0;0,0;1008,30;58,2;25,7;48;0,0;25,2;26,1;0;0;0,00;0,00;26,9;0;0,0;135;0,0;0,0

Decir que la base de datos ok, la importacion del realtime.txt ok

-el trozo de codigo del archivo cumulus.php donde dice que falla el codigo.

   $log = fopen($path, "r") or die("Unable to open specified file!");
   while(!feof($log)) {
      $data = fgets($log);
      $row = explode(';', $data);
      $currentDate = explode("-",$row[0]);
linea 43      $year = $currentDate[2]+2000;
linea 44      $month = $currentDate[1];
      $month = ltrim($month, '0');
      $day = $currentDate[0];

Y hasta aqui mi infortunio. Porfa un alma caritativa que me oriente.
Salud.

6
NORMAS DEL FORO Y PRESENTACIONES / saludos
« en: 02 de Marzo del 2016, 11:46:06 am »
Despues de mucho leeros me decido a dar el siguiente paso el participar.
Desde estas lineas mi saludo y mejores deseos a todos.

Páginas: [1]