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 air pressure? #26

Open
Giorgiofox opened this issue Dec 16, 2016 · 4 comments
Open

Add air pressure? #26

Giorgiofox opened this issue Dec 16, 2016 · 4 comments

Comments

@Giorgiofox
Copy link

Hello, this is not an issue but a feature request:

is possible to add air pressure and why not wind speed and direction?

@lucacri
Copy link
Owner

lucacri commented Dec 17, 2016

I don't have any air/wind device, do you? I'll be open to merge any PR

@Giorgiofox
Copy link
Author

Yes, I have these sensors. I'm using a (Davis Vantage Pro 2) weather station, with software WVIEW, and I can generate JSON file.
Actually I think these are the most useful parameters (with measure units)

Outside Temperature: -1.6 C
Inside Temperature: 19.6 C
Wind Chill: -1.6 C
Outside Humidity: 92 %
Inside Humidity: 58 %
Barometer: 1038.8 mb +
Wind: NNW at 0.0 km/h
High Wind: 4.8 km/h at 06:55
Today's Rain: 0.00 mm
Rain Rate: 0.00 mm/h
Raining: No

I think that integrate these is really interesting for everyone have a weather station.
Also the Wind sensor can help to automate some script, for example "do something when wind reach this value".

Maybe we can start adding Barometer (air pressure). I will write the script to generate JSON, and publish here.

@paulkoene
Copy link

For me this would also be a great added feature. I already have scripts setup to return the following format. It would also be great if I could launch a local script instead of having to go through a webserver process. Finally it would be cool if I could also attach my homes energy usage (in Watt) to the script. Does anybody by any chance know why the sensor readings can't be used for automation in homekit? It would be cool if I could use homekit to control the central heating.

{ "temperature": 19.6, "humidity": 62.5, "pressure": 103669 }

@DanielWeeber
Copy link

Is there a Service in Hap-NodeJS for Airpressure? Just looking for it, cannot find 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

No branches or pull requests

4 participants