AirthingsMQTT
AirthingsMQTT copied to clipboard
An ESP32 arduino sketch that searches for a compatible Airthings device and publishes the radon level, temperature, and humidity to an MQTT server.
Hello, i have an Airthing Wave plus, but unfortunately I get this message: `FAILED to find any Airthings devices. Sleeping for 30 seconds before retrying.` Does anyone have the Airthing...
Hi, this adds WavePlus support and a few other tweaks. I don't have a Wave device to test with, would you mind validating that functionality hasn't been broken? Thanks!
Hi! Could you add support for the newer Wave 2 Gen devices? The Wave gen 1 are no longer being produced. There is a python script from Airthings available: https://github.com/Airthings/wave-reader...
If it is stll relevant, try to move this line 178 device.getScan()->stop(); below this line 180 found = true; onResult seems to run in a Task and I had cases...
- Added PIO config file - Added WiFiManager support