Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add support for gw2000+ws90 (Wittboy) parameters #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

s3krit
Copy link

@s3krit s3krit commented Jun 21, 2023

This PR adds support for the parameters exposed by the GW2000 paired with a WS90 (together known as Wittboy).
It also calculates the heat index ('feels like') if we have both temperature and humidity for any of the sensors.

Sadly I don't have another Ecowitt device to test with, so I can't verify this doesn't break other stuff but it's only an additive change.

Would be nice for signalk to known the unit used for rainfall, but I can't seem to understand how to get it to do that

fixes #2

@s3krit
Copy link
Author

s3krit commented Jun 21, 2023

Realised that the GW2000 exposes 'tempf' and 'humidity' as measured by the device itself, and this wasn't being exposed properly. Missed it because I also have an external connected to channel 1 (in addition to the ws90). Updated the default channel 1 path to reflect this as well. Also added a heatIndex function. lmk if you don't want this in and I can remove it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GW2000 support
1 participant