Danielhiversen/pyRFXtrx

Mishandled windchill and temperature data from TFA wind sensor

Closed this issue · 2 comments

In revision 0.17,0 (and earlier, I believe), the temperature data (attributes) sent by a TFA wind sensor is only reported correctly for values less than 0 degrees C. It appears that the issue is in the handling of the leading bit to detect integers less than zero.

I've modified code that works on my machine, and will attempt to submit a pull request. However, I am an expert in neither python nor GitHub.

It would be great if you could submit a pull request to fix this