Search found 39 matches

by idociko
Mon Jul 30, 2012 10:07 pm
Forum: Meteohub Application
Topic: Solar in a jar for "dummys"
Replies: 8
Views: 8438

Re: Solar in a jar for "dummys"

I make use of the negative value's. At night when Wqm is negative the sky is clear, when Wqm is positive the sky is cloudy.
by idociko
Thu Jun 21, 2012 1:00 am
Forum: Announcements
Topic: Vacation June 23rd until July 21st
Replies: 2
Views: 13596

Re: Vacation June 23rd until July 21st

Enjoy your vacation!
by idociko
Sun Jun 03, 2012 9:44 pm
Forum: Meteohub Application
Topic: Regentage/Monat stimmen nicht
Replies: 1
Views: 2379

Re: Regentage/Monat stimmen nicht

As the daily rainfall is less then 1mm Meteohub doesn't count this day as a 'rainday'.
by idociko
Sat Jun 02, 2012 10:25 am
Forum: Meteohub Application
Topic: High frequency uploads to custom web server
Replies: 7
Views: 6449

Re: High frequency uploads to custom web server

Change in menu 'network' in Meteohub the Meteohub port (eg. 81), forward this port in your router to your internal Meteoheb IP.
by idociko
Fri Jun 01, 2012 12:39 pm
Forum: Meteohub Application
Topic: High frequency uploads to custom web server
Replies: 7
Views: 6449

Re: High frequency uploads to custom web server

I use this script to put Meteohub data to MySql. HTTP datalogger request in plain text, no XML. You have to modify it depending to your sensors. I use 'solar in a jar' if you don't you can skip it. This script is called every minute by cronjob on my webserver.


<?PHP

echo '<html><head><meta http ...
by idociko
Thu May 03, 2012 1:52 pm
Forum: Wishes
Topic: Change to HTTP Data Logging Protocol
Replies: 1
Views: 3148

Re: Change to HTTP Data Logging Protocol

To separate the lines of a HTTP request and place each line in a new variable (for further analyses) I use:
$string = http_request
list($string1, $tring2, etc.) = explode(PHP_EOL, $string);
So use PHP_EOL instead of <CR>
by idociko
Fri Apr 06, 2012 3:19 pm
Forum: Announcements
Topic: Update 4.9f
Replies: 36
Views: 36328

Re: Update 4.9f

Thanks a lot! Have a nice eastern!
by idociko
Fri Apr 06, 2012 10:54 am
Forum: Announcements
Topic: Update 4.9f
Replies: 36
Views: 36328

Re: Update 4.9f

Done.

Please let me know when you're done. A Romanian hacker tries to hack my system this morning, NAS is a better defender then MH. I'll close ports to MH as soon as possible.
by idociko
Fri Apr 06, 2012 10:47 am
Forum: Announcements
Topic: Update 4.9f
Replies: 36
Views: 36328

Re: Update 4.9f

admin wrote:Jos, could you please open up port 22 as well? I will need to have SSH access to solve the puzzle and to try changes.
My Synology NAS is using port 22. If you just wait a moment i'll forward 22 to MB and reset my router. Let you know when it's done.
by idociko
Fri Apr 06, 2012 10:10 am
Forum: Announcements
Topic: Update 4.9f
Replies: 36
Views: 36328

Re: Update 4.9f

@idociko: I changed the code producing messages for the log file to print the compelte reply from idokep. Can you please point me to the words that indicate that upload was ok? I don't have a clue what the reply does mean at all.

Return string:
<html><head><title>Automata �szlel�si oldal :: http ...
by idociko
Thu Apr 05, 2012 11:22 pm
Forum: Announcements
Topic: Update 4.9f
Replies: 36
Views: 36328

Re: Update 4.9f

SHH is open.
by idociko
Thu Apr 05, 2012 9:59 pm
Forum: Announcements
Topic: Update 4.9f
Replies: 36
Views: 36328

Re: Update 4.9f

How I can do this, change forecast text to Estonia?

Thanks for help!

Marti


Adds variable "actual_thb?_fc_textest" and "actual_thb?_fc_texthr" to display Vantage forecast texts in Estonian and Croatian language.


Make a HTML-template with on the place where you wan't Estonian forecast to ...
by idociko
Thu Apr 05, 2012 9:51 pm
Forum: Announcements
Topic: Update 4.9f
Replies: 36
Views: 36328

Bug in weather network Idökép.

Hy Boris,

Thanks for all your work again!
I just updated to 4.9f. As you know i'm using Idökép. Now, just as with your béta for this function, after every upload to Idokép an error email is generated. Uploading works but doesn't upload in the normal mode, in pro-mode data is uploaded but my data ...
by idociko
Sat Mar 31, 2012 5:54 pm
Forum: iConnect & DC01
Topic: Meteohub on Silverstone DC01 or AKiTiO MyCloud Mini
Replies: 15
Views: 37413

Re: Meteohub on Silverstone DC01 or AKiTiO MyCloud Mini

Good job Boris. Unfortunately my Alix1D is just a few month old, otherwise........ :roll:
by idociko
Thu Mar 29, 2012 1:46 pm
Forum: misc
Topic: Synology NAS temperature on website
Replies: 3
Views: 14950

Re: Synology NAS temperature on website

OK, here we go :)

First of all you have to get the temperature information from your NAS. In a telnet session you can give this command:
/usr/syno/bin/smartctl -d sat -T permissive -l scttempsts /dev/sda
That will give this information:
smartctl 5.42 2011-10-20 r3458 [armv5tel-linux-2.6.32.12 ...