Anrijs / Aranet4-Python

Aranet4, Aranet2 and Aranet Radiation Python client
MIT License
212 stars 18 forks source link

Aranet Radon Support #44

Closed starsoccer closed 1 month ago

starsoccer commented 1 month ago

Recently a new sensor has been released for radon. It would be great to add support for it, https://aranet.com/products/aranet-radon-sensor

Happy to help however I can.

Anrijs commented 1 month ago

It's not fully released yet. I will add support as soon as I can get it.

starsoccer commented 1 month ago

Oh okay, I just got mine in the mail so figured others did as well. No rush, but happy to test or help however I can to get it added.

Anrijs commented 1 month ago

Check out v2.4.0b1. It should now support radon sensor. pip install aranet4==2.4.0b1

starsoccer commented 1 month ago

Just to confirm do I just use the advanced ssh/terminal and run that command? And then see if it picks up my device on bluetooth?

Anrijs commented 1 month ago

Yes, run this it in terminal and it should show up in aranetctl --scan command output

starsoccer commented 1 month ago

Well the scan command found it:

=======================================
  Name:     AranetRn+ XXXXX
  Address:  XXXXXXXXXXXXXXXX
  RSSI:     -79 dBm
---------------------------------------
  Radon Conc.:    23 Bq/m3
  Temperature:    24.7 °C
  Humidity:       51.1 %
  Pressure:       1012.6 hPa
  Battery:        100 %
  Age:            47/600

AAny way to force the integration to pick it up or do I need to wait for a HA update for that?

Anrijs commented 1 month ago

Home assistant will also require code update. I will try to work on it in upcoming days

starsoccer commented 1 month ago

Okay sounds good, happy to help test anything you need

Anrijs commented 1 month ago

Home Assistant 2024.9.0 should now support it.

starsoccer commented 3 weeks ago

Confirmed it working now