-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Accuracy of entities #14
Comments
There is a configuration option to poll the device for improved accuracy. Otherwise it just listens for advertisements from the device which has the lower granularity. |
Seeing debug logs: Yepps they are gathered as expected, but also the advertised ones are coming in: 2024-10-10 09:09:27.531 DEBUG (MainThread) [custom_components.atmo.pyatmo] CA:FB:D9:65:B1:37: pm1: 1.0, pm25: 3.0, pm10: 5.0, firmware: 74051E Should the polling disable the advertisement gathering altogether? |
It probably should, or at least ignore some portion of it. I admittedly don't use the polling because I had limited active bluetooth slots available. I'll have to see what I can do for it. |
@dsoiM can you try version 0.1.5? |
I think that's fixed it! Great. Thank you |
Actually I there might be some issue still.. seems that the temp caps at nearest int when going up, but allows decimals when going down.. let me troubleshoot a bit |
It's probably more likely that your Atmo lost communication with your Home Assistant bluetooth. When the active polling is enabled, it takes up a connection slot as well and depending on if you have other bluetooth devices connected, they may be competing for resources. |
I have only one device, the Atmo. Also the stats show that there is a measurement every 5 minutes correctly. |
I'd like polling to disable the advertisement gathering completely since in my case its better to have no data than to have inaccurate data |
The armotube provides one decimal accuracy in the app, but this HACS entities round to integer, no matter if I set the display values contain decimals. Is this a bug?
The text was updated successfully, but these errors were encountered: