do you always remember to delete the database after running with the simulator and before starting to run with the fileparse driver??
On Wednesday, 28 March 2018 19:51:56 UTC+3, Gucky wrote: > > > Am Dienstag, 27. März 2018 20:56:47 UTC+2 schrieb Gucky: >> >> Thank you guys for your instructions. The fileparse driver was >> successfully installed without equals sign as Andrew described. >> >> Trying to install weewxd on an debian system: >> >> 1. I follwed the instructions in the manual and >> 2. I adjusted the path information because I had installed weewx via >> python to a path of my choice >> 3. fired up the intit script, but nothing happens. No error message >> in the console, no entries at all in syslog >> >> Any ideas what's wrong? >> >> Running the daemon with Simulator-driver is ok, running with >> fileparse-driver I get teh following messages: >> > # ./bin/weewxd weewx.conf > Traceback (most recent call last): > File "./bin/weewxd", line 64, in <module> > weewx.engine.main(options, args) > File "/usr/local/bin/weewx/bin/weewx/engine.py", line 871, in main > engine.run() > File "/usr/local/bin/weewx/bin/weewx/engine.py", line 190, in run > self.dispatchEvent(weewx.Event(weewx.NEW_LOOP_PACKET, packet=packet)) > File "/usr/local/bin/weewx/bin/weewx/engine.py", line 223, in > dispatchEvent > callback(event) > File "/usr/local/bin/weewx/bin/weewx/engine.py", line 538, in > new_loop_packet > self.accumulator.addRecord(event.packet, add_hilo=self.loop_hilo) > File "/usr/local/bin/weewx/bin/weewx/accum.py", line 236, in addRecord > raise OutOfSpan, "Attempt to add out-of-interval record" > weewx.accum.OutOfSpan: Attempt to add out-of-interval record > > > > >> Am Donnerstag, 22. März 2018 09:33:23 UTC+1 schrieb Gucky: >>> >>> I have a Raspberry Pi and Arduinos collecting weather data and I would >>> like to use Weews software to visualize my data. I'm not using a weather >>> station. >>> I have already enabled a mysql database in weewx and when running the >>> simulator, mysql is properly populated with data. >>> My approach is to use the import function of weewx to import data from >>> my sensors an get the internal calculations etc. properly done. >>> >>> Question: As I don't want the data from the simulator, what do I need to >>> configure to get my sensor data visualized? >>> >>> Thanks a lot for your help ! >>> >> -- 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]. For more options, visit https://groups.google.com/d/optout.
