@Engolling => Sorry I don't understand your reply.
I modify the engine.py in weewx
line 511:
def startup(self, event): # @UnusedVariable
"""Called when the engine is starting up."""
# The engine is starting up. Unless the user has specified otherwise, the main task
# is to do a catch up on any data still on the station, but not yet put in the database.
# The engine is starting up. If hardware record generation has been specified,
# the main task is to do a catch up on any
# data still on the station, but not yet put in the database.
if self.record_generation == 'hardware':
# Not all consoles can do a hardware catchup, so be prepared to catch the exception:
try:
self._catchup(self.engine.console.genStartupRecords)
except NotImplementedError:
pass
Problem about Catch up .
So now no catch up and it's like ok .
Do you have the solution to add " DMPAFT " in receiver software ?
Regards.
I modify the engine.py in weewx
line 511:
def startup(self, event): # @UnusedVariable
"""Called when the engine is starting up."""
# The engine is starting up. Unless the user has specified otherwise, the main task
# is to do a catch up on any data still on the station, but not yet put in the database.
# The engine is starting up. If hardware record generation has been specified,
# the main task is to do a catch up on any
# data still on the station, but not yet put in the database.
if self.record_generation == 'hardware':
# Not all consoles can do a hardware catchup, so be prepared to catch the exception:
try:
self._catchup(self.engine.console.genStartupRecords)
except NotImplementedError:
pass
Problem about Catch up .
So now no catch up and it's like ok .
Do you have the solution to add " DMPAFT " in receiver software ?
Regards.

