-
Notifications
You must be signed in to change notification settings - Fork 16
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 Eve Room 2 Support #114
Conversation
Thanks for this PR. At the moment I’m on holiday and cannot check it, nor publish on NPM. Could you update also the readme in the meantime? |
@simont77 good call! Will add this. |
f470fe9
to
e49b4eb
Compare
@simont77 force pushed a README update to the initial commit. |
fcc3aaf
to
fdc6554
Compare
Are you ok with this PR or you need more testing? |
@simont77 it seems to look good now. I realised during long-term testing that VOC values need to be integers, not floats and the averaging by the timer would introduce floats, so I added a fix for that on tuesday specifically for VOC. |
Actually hold off, this is missing in the README. |
Add support for Eve Room 2 using its characteristics and different data stream. Room 2 accepts VOC in ug/m3, though the app displays these values as ppb (ug/m3 * 4.57 = ppb).
fdc6554
to
2b7ad05
Compare
Okay, we're good now 👍 |
Add support for Eve Room 2 using its characteristics
and different data stream.
The API accepts VOC in ug/m3, though the Eve app displays these
values as ppb (ug/m3 * 4.57 = ppb).
See: #107
Tested with
homebridge-hue
(See ebaauw/homebridge-hue#1020)