Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Humidity not reporting #5

Open
bhpost opened this issue Feb 24, 2018 · 0 comments
Open

Humidity not reporting #5

bhpost opened this issue Feb 24, 2018 · 0 comments

Comments

@bhpost
Copy link

bhpost commented Feb 24, 2018

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',   None),
    'humidity_pct'           : ('outHumidity',  None),
    'rain_spoons'            : ('rain',      self.convert_rain)
    }
chrisgh1 added a commit to chrisgh1/DavisSi1000 that referenced this issue Mar 1, 2018
updated from issue reported to tridge original branch
tridge#5

Humidity was not reporting until I changed 'humidity' to 'outHumidity' in Si1000.py driver. Now it's working.  Credit goes to github user: bhpost
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant