Can Weewx works with weatherLinkIP and Meteobridge?

109 views
Skip to first unread message

José C. Morales C.

unread,
May 14, 2020, 1:17:50 PM5/14/20
to weewx-user
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?

Tom Keffer

unread,
May 14, 2020, 1:38:12 PM5/14/20
to weewx-user
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-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.

José C. Morales C.

unread,
May 14, 2020, 1:48:10 PM5/14/20
to weewx-user
Thanks Tom

The log say

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.



El jueves, 14 de mayo de 2020, 13:38:12 (UTC-4), Tom Keffer escribió:
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.

Jacques Terrettaz

unread,
May 15, 2020, 4:14:44 AM5/15/20
to weewx-user
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.

Jacques Terrettaz

unread,
May 15, 2020, 4:23:07 AM5/15/20
to weewx-user
Hi José

Could you please post the log beginning with the start of Weewx  until the error occurs ? 

Tom Keffer

unread,
May 15, 2020, 8:18:06 AM5/15/20
to weewx-user
On Fri, May 15, 2020 at 1:14 AM Jacques Terrettaz <jterr...@gmail.com> wrote:
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.

Right you are! I was thinking of WeatherLink Live.

-tk

José C. Morales C.

unread,
May 15, 2020, 9:10:46 AM5/15/20
to weewx-user
Hi Jacques

Thanks for answered, this i think is the code

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...

Jacques Terrettaz

unread,
May 15, 2020, 9:25:04 AM5/15/20
to weewx...@googlegroups.com
José,

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 ?




José C. Morales C.

unread,
May 15, 2020, 10:06:50 AM5/15/20
to weewx-user
May be a network problem ?
I dont think so

How is your RPI3 connected to your network ?  Wifi?, wired? 
wired
 
Can you ping the IP address of your IP datalogger from the terminal windows of  your RPI3 ?
pi@raspberrypi:~ $ ping 192.168.1.103
PING 192.168.1.103 (192.168.1.103) 56(84) bytes of data.
64 bytes from 192.168.1.103: icmp_seq=1 ttl=64 time=1.94 ms
64 bytes from 192.168.1.103: icmp_seq=2 ttl=64 time=0.970 ms
64 bytes from 192.168.1.103: icmp_seq=3 ttl=64 time=1.03 ms
64 bytes from 192.168.1.103: icmp_seq=4 ttl=64 time=0.992 ms
64 bytes from 192.168.1.103: icmp_seq=5 ttl=64 time=1.02 ms
64 bytes from 192.168.1.103: icmp_seq=6 ttl=64 time=1.04 ms
64 bytes from 192.168.1.103: icmp_seq=7 ttl=64 time=0.979 ms
64 bytes from 192.168.1.103: icmp_seq=8 ttl=64 time=1.00 ms
64 bytes from 192.168.1.103: icmp_seq=9 ttl=64 time=1.06 ms
64 bytes from 192.168.1.103: icmp_seq=10 ttl=64 time=0.982 ms
64 bytes from 192.168.1.103: icmp_seq=11 ttl=64 time=1.03 ms
64 bytes from 192.168.1.103: icmp_seq=12 ttl=64 time=0.969 ms
64 bytes from 192.168.1.103: icmp_seq=13 ttl=64 time=0.977 ms
64 bytes from 192.168.1.103: icmp_seq=14 ttl=64 time=1.01 ms
64 bytes from 192.168.1.103: icmp_seq=15 ttl=64 time=1.02 ms
64 bytes from 192.168.1.103: icmp_seq=16 ttl=64 time=0.973 ms
64 bytes from 192.168.1.103: icmp_seq=17 ttl=64 time=1.02 ms

I installed too weatherlink software and when i tried to download lot of data, weatherlink is freeze, have errors and crash it.

I think the problem is maybe some setup on the logger!

Tom Keffer

unread,
May 15, 2020, 10:20:40 AM5/15/20
to weewx-user
Take a look at this thread and see if it helps.

-tk

--
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.
Reply all
Reply to author
Forward
0 new messages