Open inactivist opened 11 months ago
Confirmed seeing same error using a replacement NovaPM sensor from another vendor.
Will troubleshoot on my end.
I have this same issue with 2 sensors one from amazon one from aliexpress. Has anyone found a solution yet?
Running on PI 3B armhf (32 bit), raspios bullseye
I installed using
pip3 install --user aqimon
the
aqimon
command starts the server, but it seems there are communication errors. The UI never updates graph, shows error status, nothing ever shows in the displayConsole shows the following errors:
Device testing
I was able to use the installed
SDS011lib
examples shown in here to read the device directly, with no errors as far as I can tell.Here are a couple of examples:
Session 1
Session 2
I've tried increasing
AQIMON_COMMAND_WAIT_TIME
environment variable, no effect.Not sure where to go from here. I'll continue investigating as time permits.