sabeechen / AirthingsMQTT

An ESP32 arduino sketch that searches for a compatible Airthings device and publishes the radon level, temperature, and humidity to an MQTT server.
MIT License
21 stars 14 forks source link

Airthing Wave plus: FAILED to find any Airthings devices #7

Open capitaenz opened 8 months ago

capitaenz commented 8 months ago

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 Wave plus running?

Greetings Leif

capitaenz commented 8 months ago

OK, it's because of the UUID's I entered the correct serviceUUID and got a connection, but unfortunately no data can be read... How can I read out the correct UUID's for Wave plus?

10:53:11.892 -> Found our device: Name: , Address: f4:60:77:xx:xx:xx, manufacturer data: 34039584a6ae0900, serviceUUID: b42e1c08-ade7-11e4-89d3-123b93f75cba, rssi: -91 10:53:11.892 -> 10:53:11.892 -> Connecting... 10:53:12.501 -> Connected! 10:53:12.501 -> Retrieving service reference... 10:53:13.519 -> Reading radon/temperature/humidity... 10:53:13.519 -> Failed to read from the device! 10:53:13.519 -> Reading FAILED. Sleeping for 30 seconds before retrying.

How do you read a UUID? @sabeechen

capitaenz commented 8 months ago

Found it here: https://github.com/martinheidemann/AirthingsMQTT It works!