I have weatherlinkIP and meteobridge working fine, im installed Weewx on a RPI3, but weewx can´t read current conditions from weatherlinkIP local address.Can Weewx works with weatherLinkIP and Meteobridge?
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/f93c134b-0351-4eec-ace5-8a1d537b928f%40googlegroups.com.
May 14 13:37:18 raspberrypi weewx[8856] CRITICAL weewx.engine: **** raise weewx.WeeWxIOError(ex)
May 14 13:37:18 raspberrypi weewx[8856] CRITICAL weewx.engine: **** weewx.WeeWxIOError: [Errno -2] Nombre o servicio desconocido
May 14 13:37:18 raspberrypi weewx[8856] CRITICAL __main__: Unable to load driver: [Errno -2] Nombre o servicio desconocido
May 14 13:37:18 raspberrypi weewx[8856] CRITICAL __main__: **** Exiting...
May 14 13:37:18 raspberrypi weewx[8840]: Starting weewx weather system: weewx.
May 14 13:37:18 raspberrypi systemd[1]: Started LSB: weewx weather system.
May 14 13:39:01 raspberrypi CRON[8882]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
May 14 13:39:35 raspberrypi systemd[1]: Starting Clean php session files...
May 14 13:39:35 raspberrypi systemd[1]: phpsessionclean.service: Succeeded.
May 14 13:39:35 raspberrypi systemd[1]: Started Clean php session files.
WeeWX does not support either weatherLinkIP, nor Meteobridge out-of-the-box. They both require extensions. You would have to talk to the extension authors.
On Thu, May 14, 2020 at 10:17 AM José C. Morales C. <josecm...@gmail.com> wrote:
I have weatherlinkIP and meteobridge working fine, im installed Weewx on a RPI3, but weewx can´t read current conditions from weatherlinkIP local address.--Can Weewx works with weatherLinkIP and Meteobridge?
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx...@googlegroups.com.
Hi Tom,If I am not wrong, Weatherlink IP is the Davis IP datalogger, and weewx can normally connect to it using the vantage driver with ethernet connection.
May 15 09:04:34 raspberrypi weewx[4205] CRITICAL weewx.engine: **** ret urn VantageService(engine, config_dict)
May 15 09:04:34 raspberrypi weewx[4205] CRITICAL weewx.engine: **** File "/usr/share/weewx/weewx/drivers/vantage.py", line 1897, in __init__
May 15 09:04:34 raspberrypi weewx[4205] CRITICAL weewx.engine: **** Van tage.__init__(self, **config_dict[DRIVER_NAME])
May 15 09:04:34 raspberrypi weewx[4205] CRITICAL weewx.engine: **** File "/usr/share/weewx/weewx/drivers/vantage.py", line 511, in __init__
May 15 09:04:34 raspberrypi weewx[4205] CRITICAL weewx.engine: **** sel f.port.openPort()
May 15 09:04:34 raspberrypi weewx[4205] CRITICAL weewx.engine: **** File "/usr/share/weewx/weewx/drivers/vantage.py", line 344, in openPort
May 15 09:04:34 raspberrypi weewx[4205] CRITICAL weewx.engine: **** rai se weewx.WeeWxIOError(ex)
May 15 09:04:34 raspberrypi weewx[4205] CRITICAL weewx.engine: **** weewx.W eeWxIOError: [Errno -2] Nombre o servicio desconocido
May 15 09:04:34 raspberrypi weewx[4205] CRITICAL __main__: Unable to load driver : [Errno -2] Nombre o servicio desconocido
May 15 09:04:34 raspberrypi weewx[4205] CRITICAL __main__: **** Exiting...
May be a network problem ?
How is your RPI3 connected to your network ? Wifi?, wired?
Can you ping the IP address of your IP datalogger from the terminal windows of your RPI3 ?
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/a8e060c0-69d0-4cda-bb2f-54d8f9d1a4e0%40googlegroups.com.