[weewx-user] Own Driver

2024-04-18 Thread michae...@gmail.com
Hello, I have my own driver based on Filepraser. Now I keep getting the following error message. The function is not created. 1: Do you need them in the driver? 2: if yes: what should the task be? Apr 18 18:00:43 raspberrypi weewxd[16522]: Exception ignored in: Apr 18 18:00:43 raspberrypi weewx

Re: [weewx-user] Own Driver

2024-04-18 Thread Tom Keffer
I am not sure if I am understanding correctly, but yes, you absolutely need the function genLoopPackets(). See the documentation on writing a driver . On Thu, Apr 18, 2024 at 9:06 AM michae...@gmail.com wrote: > Hello, I have m