Hi,
would you mind posting the two solutioning elements you mentioned here?
I am evaluating the µRAD here as well and came across this posting (link and core content cited) - please be aware this addresses the uRADMonitor Radon but, radiation sensors might be treated the same way:
I have a station on https://www.uradmonitor.com/ It has a radiation detector and has been active for several years. My station is in Little Rock, AR, USA, but there are many stations around the world. I would love to have an interface for my data to be visible on Home Assistant.
There is an API for uradmonitor.com, so you should be able to; unfortunately it looks like you have to login to get to the API, so I can help you with that; but…some of the uradmonitor devices do have local API support, if yours is one then you can pull it all in locally. If you search the forum, there is another discussion on the local API for uradmonitors and that should get you what you need.
Edit: here is your API: URad API. Since you have the only one in Arkansas, you have a model A.
Update and keep alive heartbeat:
As you know, starting from version 2023.12.0, ESPHome has new requirements for Pin Reuse Validation of configuration files. These changes have also covered our GitHub repositories. We have already made the necessary changes to the examples for ESP8266, ESP32, Raspberry Pico W for ESPHome firmware. More details are available here:
Hi all,
I wanted to integration radiation information in my dashboard. I do not have my own geiger machine.
Therefore I have to rely on publicly available information from the nearest data source.
In my case that was a weather station in De Bilt - The Netherlands.
I managed to get readings using home assistant rest configuration.
Thought I would share the used code.
Key was to know which station id to use and the knowledge that there are two values (and therefore two stations id’s). Namely AB (Alpha and Beta radiation), but the more important one was Gamma.
[update: I noticed that last week the rest API reported values of 0 as the API interface was under maintenance. Added this condition and only adding new values if they are not 0 - otherwise use the last known good value]
They have change something again, i get 0 value from every station from 7th of May.
Can anyone find out the new solution to scrapping this values? (I have no succes)
I have to correct myself
It can download data but it is always the same. All datas are constant so no change in values.
It looks like they are playing with provided datas but i do not know why and how can we get real valuse.