DavisSi1000 icon indicating copy to clipboard operation
DavisSi1000 copied to clipboard

Implement Davis ISS wireless protocol for Si1000 transceivers

Results 8 DavisSi1000 issues
Sort by recently updated
recently updated
newest added

Hi, I'm using the radiohm_trp.ihx firmware and the packet sent by the ISS are correctly decoded except the solar radiation data. I'm using an official Davis pyranometer and I'm sure...

i am using davisrFM69 to get the raw data from the iss but i dont know how do decode do you have any info on how to do that?

Humidity was not reporting until I changed 'humidity' to 'outHumidity' in Si1000.py driver. Now it's working. self.fieldmap = { 'wind_direction_degrees' : ('windDir', self.adjust_wind_direction), 'wind_speed_mph' : ('windSpeed', None), 'temperature_F' : ('outTemp',...

It looks like the 0.1" for each spoon should be .01" at least that seems to make more since from the rain I had last night. it recorded 8.5" and...

The pexpect module has changed since the updaters were written. On a side note, `console.py` is still broken--it seems that pexpect might not have an interact() method for fdpexpect. Not...

This patch formats the "Searching..." messages that appear before the ISS is synced as JSON. This makes it easier to parse the output of the device when it's first connected....

The driver API in weewx changed in version 3.0. The following modifications are required for custom drivers: From Version 2.7: import weewx.abstractstation class ACME960(weewx.abstractstation.AbstractStation): To Version 3.0 or later: import...