lymanepp

Results 37 comments of lymanepp

I've had the same problem. I found a post recently suggesting that disabling Distance Optimization on the wireless radios fixes it. I haven't had any problems since disabling that, but...

HA 2022.8 added native bluetooth support using the bleak library - https://www.home-assistant.io/blog/2022/08/03/release-20228/#first-class-bluetooth-support I modified the manifest.json file to reference bleak 0.15.0, but it's still not working. Here's what the log...

I added logging of the exception details: This might be the root cause of the issue: `got Future attached to a different loop` ``` 2022-08-03 21:44:38.041 INFO (MainThread) [homeassistant.components.sensor] Setting...

API changes coming in 2022.9 - https://developers.home-assistant.io/blog/2022/08/08/bluetooth-api-changes/

> I started working on a draft to try and get this into core. > https://github.com/vincegio/airthings-ble Very clean!

HA includes a related integration - https://www.home-assistant.io/integrations/mold_indicator/

I found that equations exist for calculating mold growth from temperature and humidity: * https://web.ornl.gov/sci/buildings/2016/docs/presentations/workshops/workshop-5/Workshop5_OjananViitanen.pdf (overview) * https://web.ornl.gov/sci/buildings/2016/docs/presentations/workshops/workshop-5/Workshop5_OjanenViitanen_Eqs.pdf (equations) Analysis of the VTT equations above: * https://www.sciencedirect.com/science/article/pii/S0360132321009756

You might want to disable wind speed and wind direction by default as they are updated 20 times per minute. The wind average and wind direction average are updated once...

> It's actually around 20 times per minute (every 3 seconds). While still frequent, I would argue that it's one of the more relevant sensors. Oops, typo. Corrected. Thanks for...

> But wind speed is crucial. Sometimes a minute delay is too long and can cause serious damage. I get frequent wind which can spike very quickly. Being able to...