Meteotemplate, weewx and synology

Post Reply
kalamot
Newbie
Newbie
Posts: 1
Joined: Mon Apr 01, 2019 2:40 pm
Station model: raspberry-wh1080-sdr
Software: weewx

Meteotemplate, weewx and synology

Post by kalamot » Fri Apr 05, 2019 8:23 am

Hi to all.

I have installed WeeWX (with SDR)in my Raspberry PI Zero Wifi, and server installed on my synology DS716+
with internal web server extension, i have installed too myPhpAdmin, MariaDB5 and ngix for web server
insert/update DDNS and opned port on router for public view/publishing.
All work properly with sofaskin (italian version) and Weather34 , we can check at:

http://meteoweb.homepc.it (for sofaskin)
http://meteoweb.homepc.it/weather34 (for weather34 obviously)

when try to use/check meteotemplate i have this problems:

Apr 5 10:17:36 raspberrypi weewx[577]: restx: Meteotemplate: Failed to publish record 2019-04-05 10:15:00 CEST (1554452100): Failed upload after 3 tries

this i my configuration:

# This section is for uploading data to Internet sites

[StdRESTful]

[[StationRegistry]]
# To register this weather station with weewx, set this to true
register_this_station = true
#
#
[[Meteotemplate]]
# This section is for configuring posts to the MeteoTemplate.

password = password
server_url = https://192.168.1.30/template/api.php

in wich mode i can resolve that?

Many thanks anticipately
Nello Menchini

Michael
Observer
Observer
Posts: 37
Joined: Sun Aug 19, 2018 3:06 pm
Location: Schwabach, Germany
Station model: TE923
Software: WEEWX
Contact:

Re: Meteotemplate, weewx and synology

Post by Michael » Thu Aug 22, 2019 8:56 pm

Hi,

try the following:

[[Meteotemplate]]
# This section is for configuring posts to the MeteoTemplate.

password = password
server_url = https://192.168.1.30/template/api.php -> replace the IP-Adress with the real name of the domain
binding = loop -> set this in the section

Michael
Michael

Image

Post Reply