Ken Baker
Ken Baker
Same problem here.
I am having the same issue with 2023.5.2 ``` 2023-05-08 16:42:34.964 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up mobile_app platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line...
@stripydog thanks!
My iPhone has a similar behavior with 17.1.1
@chrisale I have never seen that error. Could you provide a scenario to reproduce it?
What is the database upgrade strategy for someone that has an existing database and wants to now have (and archive) AQI values?
lookUpColor(PMobs) fails to return values when PMobs is between PMmax and PMmin. e.g. 15.45
OH wait! Look at this. The latest json output from my purple-air contains pm2.5_aqi and pm2.5_aqi_b!! So we don't need to calculate the values at all!
As far as updates go. Ideally we'd write up instructions to add to the readme.
This appears to fail in the way that jl45621 suggests. An example that triggers the problem. Writer: import time fout = open("/tmp/log", "w") while(True): fout.write("abcdefghijklmn") fout.flush() time.sleep(1) fout.write("opqrstuvwxyz\n") fout.flush() Reader:...