[weewx-user] Re: weewx with the SenseHat

2018-01-24 Thread Carroll
Did you write a weewx driver for the RPi3? Care to share what you have came 
up with? 
Thank you

On Thursday, July 13, 2017 at 11:04:01 PM UTC-4, vk3...@gmail.com wrote:
>
> I've played with the SenseHAT (but on a RPi3) and you may need to 
> compensate for the fact that the chip heats up the SenseHAT and so it shows 
> a higher than actual temperature reading. I've seen this mentioned in 
> several places on the Web and there are suggestions about how to compensate 
> for this.
> I guess it all depends on what you want the system to do for you.
> Susan
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: weewx with the SenseHat

2017-07-13 Thread vk3anz
I've played with the SenseHAT (but on a RPi3) and you may need to 
compensate for the fact that the chip heats up the SenseHAT and so it shows 
a higher than actual temperature reading. I've seen this mentioned in 
several places on the Web and there are suggestions about how to compensate 
for this.
I guess it all depends on what you want the system to do for you.
Susan

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: weewx with the SenseHat

2017-07-12 Thread gjr80
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  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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.