I get bittien by that every year or two, usually after a power outage. The 
logger memory in your station is likely corrupted.

Most likely you will need to reset the station; unplug it from power, remove 
the batteries, and let it sit for about 5 minutes. Then put the batteries back 
in, plug it back in, and reconnect it to your WeeWX system. While you are at 
it, it wouldn’t hurt to unplug and reconnect the USB module as well, just in 
case it is a connection issue.


Dan Rich <[email protected]> |   http://www.employees.org/~drich/
                               |  "Step up to red alert!"  "Are you sure, sir?
                               |   It means changing the bulb in the sign..."
                               |          - Red Dwarf (BBC)




> On May 25, 2026, at 05:26, ANDREI ROZWADOWSKI <[email protected]> 
> wrote:
> 
> Good afternoon!
> 
> I use the weather station Davis Vantage 2 with Raspberry Pi 3.
> The version of the weewx is 5.3
> Three days ago the station stopped the registration
> And I've got such errors:
> 
> pi@raspberrypi:~ $ sudo journalctl -u weewx
> May 25 15:11:09 raspberrypi systemd[1]: Started weewx.service - WeeWX.
> May 25 15:11:17 raspberrypi weewxd[988]: INFO __main__: Initializing weewxd 
> version 5.3.1
> May 25 15:11:17 raspberrypi weewxd[988]: INFO __main__: Command line: 
> /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
> May 25 15:11:18 raspberrypi weewxd[988]: INFO __main__: Using Python: 3.11.2 
> (main, Apr 28 2025, 14:11:48) [GCC 12.2.0]
> May 25 15:11:18 raspberrypi weewxd[988]: INFO __main__: Located at:   
> /usr/bin/python3
> May 25 15:11:18 raspberrypi weewxd[988]: INFO __main__: Platform:     
> Linux-6.12.75+rpt-rpi-v8-aarch64-with-glibc2.36
> May 25 15:11:18 raspberrypi weewxd[988]: INFO __main__: Locale:       
> 'en_US.UTF-8'
> May 25 15:11:18 raspberrypi weewxd[988]: INFO __main__: Entry path:   
> /usr/share/weewx/weewxd.py
> May 25 15:11:18 raspberrypi weewxd[988]: INFO __main__: WEEWX_ROOT:   
> /etc/weewx
> May 25 15:11:18 raspberrypi weewxd[988]: INFO __main__: Config file:  
> /etc/weewx/weewx.conf
> May 25 15:11:18 raspberrypi weewxd[988]: INFO __main__: User module:  
> /etc/weewx/bin/user
> May 25 15:11:18 raspberrypi weewxd[988]: INFO __main__: Debug:        0
> May 25 15:11:18 raspberrypi weewxd[988]: INFO __main__: User:         weewx
> May 25 15:11:18 raspberrypi weewxd[988]: INFO __main__: Group:        weewx
> May 25 15:11:18 raspberrypi weewxd[988]: INFO __main__: Groups:       weewx
> May 25 15:11:18 raspberrypi weewxd[988]: INFO weewx.engine: Loading station 
> type Vantage (weewx.drivers.vantage)
> May 25 15:11:41 raspberrypi weewxd[988]: ERROR weewx.drivers.vantage: Unable 
> to wake up Vantage console
> May 25 15:11:41 raspberrypi weewxd[988]: ERROR weewx.engine: Import of driver 
> failed: Unable to wake up Vantage console (<class 'weewx.WakeupError'>)
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****  
> Traceback (most recent call last):
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****    
> File "/usr/share/weewx/weewx/engine.py", line 115, in setupStation
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****      
> self.console = loader_function(config_dict, self)
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****      
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****    
> File "/usr/share/weewx/weewx/drivers/vantage.py", line 31, in loader
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****      
> return VantageService(engine, config_dict)
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****      
>        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****    
> File "/usr/share/weewx/weewx/drivers/vantage.py", line 2047, in __init__
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****      
> Vantage.__init__(self, **config_dict[DRIVER_NAME])
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****    
> File "/usr/share/weewx/weewx/drivers/vantage.py", line 538, in __init__
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****      
> self._setup()
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****    
> File "/usr/share/weewx/weewx/drivers/vantage.py", line 1441, in _setup
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****      
> self.port.wakeup_console(max_tries=self.max_tries)
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****    
> File "/usr/share/weewx/weewx/drivers/vantage.py", line 112, in wakeup_console
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****      
> raise weewx.WakeupError("Unable to wake up Vantage console")
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL weewx.engine:     ****  
> weewx.WakeupError: Unable to wake up Vantage console
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL __main__: Unable to load 
> driver: Unable to wake up Vantage console
> May 25 15:11:41 raspberrypi weewxd[988]: CRITICAL __main__:     ****  
> Exiting...
> May 25 15:11:41 raspberrypi systemd[1]: weewx.service: Main process exited, 
> code=exited, status=4/NOPERMISSION
> May 25 15:11:41 raspberrypi systemd[1]: weewx.service: Failed with result 
> 'exit-code'.
> 
> Can you tell me the reason for the errors?
> 
> -- 
> 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 [email protected] 
> <mailto:[email protected]>.
> To view this discussion visit 
> https://groups.google.com/d/msgid/weewx-user/50ad5aaa-de35-4158-822d-ae36070dc3f9n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/weewx-user/50ad5aaa-de35-4158-822d-ae36070dc3f9n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/weewx-user/14514B87-85B5-4C05-AEDC-8F30F3A3C8E1%40employees.org.

Reply via email to