WS-1001 data direct to WD?

it is named updateweatherstation.php, just wrong in the post. Sorry

I have tried without the www but it does not help.

remove the www

[Menu]
default=www.wunderground.com
web=1
web1=www.wunderground.com
web2=www.busvader.se
[www.wunderground.com]
Server=busvader.se
ServerType=php
ServerPort=80
UploadType=Customize
ReadOnly=true
[www.busvader.se]
Server=busvader.se
ServerType=php
ServerPort=80
UploadType=Customise
ReadOnly=true

also check

UploadType=Customise

should be

UploadType=Customize

I am making progress in being able to get the raw weather data direct from the WIFI Pro weather station via the local WIFI connection :slight_smile:
(i.e instead of using the USB)
Need some testers to help me in getting that to work further :slight_smile:

I have this working, using the WIFI (i.e no USB connection needed)
was a real challenge

need someone who has US units on the console selected to test please
http://www.weather-display.com/downloadfiles/weatherdisplaytest.zip
build 40
tick the new wifi direct option in the weather station type setup, wifi pro station setup :slight_smile:
(do not have the easy weather program running)

Hi, After having this station for a while I, this week, decided to try and use the station with some software and was having no luck until this!

I tested this last night and for me it is 95% perfect. The only thing not working is the indoor temperature, it reports as 0. Indoor humidity is working fine.

Absolutely fantastic stuff!

Hi
I did fix the indoor temperature not working, make sure you are using the latest version update of WD :slight_smile:

:smiley: Works perfectly!

For my previous 12 months data on the weather station, is there any other way to import it into Weather Display other than using the Wunderground import? Only that not all that data that is on the .csv I have from the machine gets imported.

Another question is that i’m trying to use weather34 template directly from the weather station as well and cannot seem to get it to update the .json file. On a server installed on my PC I can get it to update once when I reboot the weather station, and from then onwards it doesn’t update - wunderground continues to update successfully. On my website it never updates the .json file - once again wunderground continues to update. Any ideas? My server.ini files look like the following:

[Menu]
default=www.wunderground.com
web=1
web1=www.wunderground.com
web2=192.168.1.7

[www.wunderground.com]
Server=192.168.1.7
ServerType=php
ServerPort=80
UploadType=Customize
ReadOnly=true

[192.168.1.7]
Server=192.168.1.7
ServerType=php
ServerPort=80
UploadType=Customize
ReadOnly=true

AND

[Menu]
default=www.wunderground.com
web=1
web1=www.wunderground.com
web2=www.pt-on-panckhurst.co.nz

[www.wunderground.com]
Server=pt-on-panckhurst.co.nz
ServerType=php
ServerPort=80
UploadType=Customize
ReadOnly=true

[www.pt-on-panckhurst.co.nz]
Server=pt-on-panckhurst.co.nz
ServerType=php
ServerPort=80
UploadType=Customize
ReadOnly=true

I have created a weatherstation folder with updateweatherstation.php and other files in the root of the site.

Any ideas or suggestion would be great!

you can get WD to update a cron job to update the weather34 template instead
(see in the webfiles/web page setup, custom web page setup)

I was able to get the console to update a script on the weather-display.com web site OK
so I do know that it does work
note, that updateweatherstation.php file needs to be in a remote directory, called, weatherstation

Hello all,

I have the same problem to get the ws1001.json to update.
What I noticed is that when you try to open that file via the browser it shows a lot of unrecognized characters, the .php file opens fine with lines of text but no values in it.
My setup is as follows:
1st part I tested this on my PC and it works get updates in the weather.html file and when I refresh it will update, so I thought I move this now to my DS216J server which runs my webpage and no luck.
2nd part is my DS216J with a folder for my webpages including the weather.html file, and in that a folder called “weatherstation” in that folder are the 3 files updateweatherstation.php, ws1001.json and a .pdf file.
I also configured the server.ini file as discussed previously which seem to be working correct on the ws1001 since I get updates on WU and the PC.
Question is what steps have I missed or need to take to make this work on my DS216J server

Any suggestions?
Thanks Cor

Hi
the same problem as who though ?

you can now get WD to get the data direct via WIFI from the console instead

Hi Brian,

I would like the data to be send to my DS216J server, WD is working fine no problem there, my goal is to display a webpage on my server with the same display as the WS1001.
Here is a picture of what I had in mind.

Cor


maybe its a problem with the php version on the server?

Hi to all,
I stay tuned in this thread now, because I am migrating from an old 1-Wire station that after 10 years is not working very well (maybe corrosion of cable or units).

So I have just bought a Aercus Instruments

Hi
because no console, the direct wireless option will not work
you need to use the json method
as detailed here
http://www.weather-display.com/wifiprosetup/wifopro.html
but you will be updating the server.ini settings on the actual station hub via a web browser…i.e by connecting to the actual hub settings web page
(note the customise should be customize)

But I don’t have a website with PHP Support. My weather web page is IIS and ASP based… And I also don’t want to depend on Internet conection to take info from weather station.

I was Reading this topic, and I think that is posible to grab weather data directly from station hub… is not posible?

Thanks in advance
Ruben

if you had the version with the console, then WD works direct from that, via wifi multicast connection
but if you have the hub version only, that wifi multicast connection does not work it seems
(the hub only uploads direct to wunderground or to a web server you set (which has the .php script on it to update a json file WD can use) in the hub config setup)

But I see that the “web page” of the hub has a place where you can watch the actual values read by the Weather Station, so it is posible to catch this “web page” and parse it to read the values, isn’t it? I will try to program something to do it (when arrive me the Weather Station, probably next week). I am sure that the values of the WS could be read directly from the network. I think that the hub is internally something similar to console, but without screen.

Ruben

For example, this app:
(Sorry, spanish, but you can use translation)
http://software.sonotrigger.com/2015/06/20/personal-weather-station-monitoring/
Here in Google Play: https://play.google.com/store/apps/details?id=com.gmail.joanpao.Weather_PWS
It grab data directly from Hub when it is conected to local network, and from WU when you are outside. So, it could be done, and I think that not very dificult.
I will try to do, and maybe I can ask to the programer.

Ruben

ah
ok
this should be do able, basicly scraping the data from the hub