WeatherXM Integration in home assistant

Do you mine crypto with weatherXM or want to use weatherXM station real time data in your home assistant.

Then you can use this implementation to extract weather data from any weatherXM station out there:

3 Likes

Very cool, thanks for putting this together

1 Like

Works fine, but when I check my Yaml configuration in Home Assistant, it keeps checking and checking … (just a reboot and everything works fine).

1 Like

Love the integration and I’ve been using it for quite a while. Is there a way to show the rainfall for a set length of time? For example: 3 inches in the past week. Thanks!

1 Like

I would say it’s possible, could you explain in details what kind of info you like and i will try to implement new sensors for them, soon. @briguymaine

The total rainfall for 7 days is what I am looking for. I appreciate the help!

1 Like

if u want lux and battery info use an rtl443 dongle:-)

1 Like

I’ve added daily and 7 days precipitation (still testing but should work). it’s recommended to replace your code as i enhanced/changed it a little bit.

Thanks so much! I’ll update and let you know the outcome.

1 Like

Live precipitation and daily accumulated precipitation sensors works fine, but 7days has issues. I will let you know when fixed.

Is it possible to translate to other languages? If is possible how can I do that…thank you

Yes just change the values from the sensors that you want to translate. Sorry for late response.

Hello!
Can I integrate in a special weather card to integrate in my dashboard ?
Or just add the WeatherXM entities in the “entities card”?

The API provider solar irradiance, how can it be incorporated as a sensor here?

[solar_irradiance] => 0

Hello,
So with the dongle it is a local integration?
Which station is it compatible with?
WS2000 - Helium Station, WB1200 - WiFi or both?

I didn’t mention the dongle method in my repo. I think you can find some info here. I didn’t test this tho.

yes, sorry @arcidodo did.
But still - would be nice to know which of the stations could be integrated locally.
It is an expensive hardware and it would be nice to keep it using if the project dies or gets subscription based one day

yea an RTL dongle should work for the m5 WIFI version. i don’t think it will work with the helium version.

I have an m5 wifi version and use now an ECOWITT Gateway GW1200 so i can upload the data to Ecowitt (and dual mine with fry network :wink: )

1 Like

I’ve created a custom HACS integration for WeatherXM that can be used to pull data from the cloud API for Helium weather stations.

This provides a weather entity and the solar irradiance sensor mentioned in this thread above.

You can find the integration here:

Currently HACS custom, but I will look to add it as a HACS default in the future.