-
Notifications
You must be signed in to change notification settings - Fork 12
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
Wave Enhance support #49
Comments
This is under development, and will hopefully be released later this month |
@LaStrada do you have any updates? I'd be happy to get my Wave Enhance sensors integrated |
Also waiting for wave enhance support. What is the problem to add it? Because it is mostly the same as any other wave device |
@LaStrada any chance we could help to facilitate the testing and/or development? |
Sorry for the delay. Will try posting what I have during the weekend. What's missing is a check for version when adding it (all devices needs to be updated) + improve code quality + tests. So it should work now, except for some issues when adding a brand new device (old firmware). Will post it as a custom integration and link it here! |
Looking forward to this as I'd like to get support added to ESPHome also. |
Again, sorry for the delay. I made some fixes yesterday and will try to publish a beta of the framework, and then make a custom integration that can be imported using HACS or similar later today. I've fixed the issue with adding devices with old FW, the user is now asked to upgrade using the Airthings app. Will update here when it's available! |
I'm no expert in ESPHome development, but feel free to contact me on Discord (same username) if you, or anyone else, need any help in developing this! |
I tried it and it seems to work. I created a simple executable script to scan BLE devices and then call the lib for the communication
|
A beta can be found here: Install it as a custom integration using HACS or similar. Please report bugs either in this thread, create a new issue ticket, or comment on this PR: #50 |
The custom integration works well with both sensors I have. However, I noticed a couple of issues: |
Thanks for the feedback! Will look into it. Mine is reporting 100% in HA, but the app is reporting 30%. Definitely something wrong there! 👀 |
@berezovskyi-oleksandr That was an easy fix, I forgot to convert from mV to V. 🤦♂️ I'll push a fix right away! Not sure why you got 0%, though. If it persists, I might need to add more logging or debug the raw data in your logs. |
Perfect, thanks for the fix! Regarding the 0% issue, it resolved itself after another period of unavailability (likely due to instability in my bluetooth proxy network). I'll monitor this behavior and report it as a separate issue if it happens again. Aside from these two points, everything works amazingly well! It's great to finally access the CO2 sensor data without relying on the mobile app. I really appreciate your hard work on this! |
I’ve pushed an update to the custom integration: The previous beta release (1.0.0b3) included some fixes for auto-discovery, but I’ve only been able to automatically detect devices on my Mac, not on any of my other HA installations (Intel NUC, RPI4, RPI5). Not sure if this is a bug or an issue with these devices failing to correctly identify the name and/or BLE services of the device. Has anyone had success with their Home Assistant installation automatically discovering any Wave Enhanced devices? |
@LaStrada updated to the new custom integration version you just released. Now it shows battery levels other than 100%, but still doesn't match the mobile app. Mobile app reports 89% and 95% in Home Assistant Regarding auto discovery, worked well with Home Assistant Yellow and ESPHome Bluetooth Proxy. It detected both of my units and added it |
@LaStrada The integration has been working flawlessly for me since its implementation - great job! Do you have any updates or plans regarding the merging of this PR and its potential integration into the Home Assistant upstream repository? |
Will make a release this weekend / early next week, and then open a PR to add it into HA. It should hopefully be part of the February release, unless there are any issues 🤞 |
I see the same. Most of my devices have around 30% battery, and they're reporting 2-10% higher in HA. Battery is always hard to get 100% the same as from the app. The reason for this is that we have way more code in the cloud to calculate this, so we have tried to make it as simple as possible for now, and this works for all other generations. I will look into this after this has been released and included in HA! |
Is your feature request related to a problem? Please describe.
I just receive the Wave Enhance support and it doesn't seem to be supported by this library
Describe the solution you'd like
I'd like to get the Wave Enhance support in this lib to get possibility to enable it in Home Assistant
The text was updated successfully, but these errors were encountered: