I see the senseHAT has a python based API, so that would make creating a weeWX driver very straightforward. You will find some guidance on writing a driver here <http://weewx.com/docs/customizing.htm#porting> in the Customization Guide. This would be the most elegant solution, but if you don't want to tackle a driver you could create a very simple python script to place simple name=value pairs in a file and then run weeWX with the fileparse driver get the data into weeWX. You will find the fileparse driver in the examples/fileparse directory on your weeWX install. Install instructions for the fileparse driver are in the readme and there is further guidance in the comments at the start of the driver file examples/fileparse/bin/user/fileparse.py.
Gary On Wednesday, 12 July 2017 20:56:48 UTC+10, Andrew Milner wrote: > > Yes, if you write a driver. > > > > On Wednesday, 12 July 2017 11:51:13 UTC+3, Ben Jamin wrote: > >> Hello there, >> >> I have a Rpi1 that I got to work with the SenseHAT. >> >> My small question is: can I use weewx to get the readings of the hat? >> >> Greetings, Ben >> > -- 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.
