www.dajda.net
Location: Royston, UK
It uses some (very unpolished) python code I wrote to show latest readings as visual gauges. I'll post the source at some point. It also uses Bootstrap for the general layout with everything running on a raspberry pi.
I'm really impressed with Weewx, it made the whole thing very easy indeed!
Nick
Nick
--
You received this message because you are subscribed to the Google Groups "Weewx user's group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I like those gauges! will have to see if I can steal some of those...
cur.execute("SELECT * FROM archive ORDER BY dateTime DESC LIMIT %d" % numPoints)
Mar 7 23:05:24 raspberrypi weewx[2571]: GaugeGenerator: Generating outTemp gauge, (180 x 180), value = 1.0°C
Mar 7 23:05:24 raspberrypi weewx[2571]: reportengine: Caught unrecoverable exception in generator user.gaugeengine.GaugeGenerator
Mar 7 23:05:24 raspberrypi weewx[2571]: **** float() argument must be a string or a number
Mar 7 23:05:24 raspberrypi weewx[2571]: **** Traceback (most recent call last):
Mar 7 23:05:24 raspberrypi weewx[2571]: **** File "/usr/share/weewx/weewx/reportengine.py", line 133, in run
Mar 7 23:05:24 raspberrypi weewx[2571]: **** obj.start()
Mar 7 23:05:24 raspberrypi weewx[2571]: **** File "/usr/share/weewx/weewx/reportengine.py", line 298, in start
Mar 7 23:05:24 raspberrypi weewx[2571]: **** self.run()
Mar 7 23:05:24 raspberrypi weewx[2571]: **** File "/usr/share/weewx/user/gaugeengine.py", line 191, in run
Mar 7 23:05:24 raspberrypi weewx[2571]: **** self.drawGauge(gauge, valueTuple, unitType)
Mar 7 23:05:24 raspberrypi weewx[2571]: **** File "/usr/share/weewx/user/gaugeengine.py", line 493, in drawGauge
Mar 7 23:05:24 raspberrypi weewx[2571]: **** buckets = self.histogram(gaugeName, gaugeName, unitType, numBins)
Mar 7 23:05:24 raspberrypi weewx[2571]: **** File "/usr/share/weewx/user/gaugeengine.py", line 424, in histogram
Mar 7 23:05:24 raspberrypi weewx[2571]: **** histValue = float(valueTuple[0])
Mar 7 23:05:24 raspberrypi weewx[2571]: **** TypeError: float() argument must be a string or a number
Mar 7 23:05:24 raspberrypi weewx[2571]: **** Generator terminated...
You received this message because you are subscribed to a topic in the Google Groups "Weewx user's group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/OzIQCB2gWW0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.