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
Meteotemplate, weewx and synology
-
- 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
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
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