Skip to content

Releases: enes-oerdek/Home-Assistant-Helium-Integration

Fix: Exception when no hotspots exist

23 Aug 11:58
Compare
Choose a tag to compare

Wallets without hotspots result in an exception. This exception is resolved with this update.

Modular Configuration (Breaking Changes)

12 Aug 10:51
Compare
Choose a tag to compare

This update introduces more modularity for the integration, which will pave the way for future features.
grafik

You can no use the configuration flow of the integration to select one of these integrations:

  • General Helium Stats
  • Token Prices
  • Wallet (including Balance, Staking, Hotspots)

In order to add multiple wallets, just configure the integration multiple times with the "Wallet" Integration.

Soon there will be more integrations features which will be added on top like:

  • Governance (veHNT, veIOT, veMOBILE)
  • IOT Devices (e.g. from Helium Console)
  • Hotspots (adding single Hotspots instead of full wallet)

Existing configurations should be migrated to the new configurations. But if you configured multiple wallets before, this might cause some issues. If you face issues, please remove the configuration, and add it again, in order to configure anew.

If you have further feedback, ideas or issues, please feel free to use GitHub Issues or the Discord Channel.

Fix: Regression Issues

07 Aug 11:25
Compare
Choose a tag to compare

The latest Home Assistant version caused regression issues with the integration. This release fixes the regression issues.

Fix: Helium Stats (2nd)

05 Aug 20:22
Compare
Choose a tag to compare

The last months I was quite occupied with my full-time job and my previous fix was not well tested. That unfortunately opened up another issue, which occasionally messed up the stability of the integration. This update fixes that issue and provides more stability. Sorry for the inconvenience.

Helium Status are now retrieved from the integration backend. This allows more flexibility and stability for the future. Further improvements are on the way!

Fix: Helium Stats

09 Jul 07:16
Compare
Choose a tag to compare

Helium Network Stats no longer worked due to a change of the hotspotty token. This token has been updated.

Release to HACS

06 Jul 04:03
8f7d759
Compare
Choose a tag to compare

No major update. Just marking the release to HACS as a new integration. Setting up a custom repository is thus no longer needed.

Staking Rewards

29 May 21:04
Compare
Choose a tag to compare

Finally you are able to monitor your staking rewards without opening the Helium Wallet App! You will find a new decide in your integration called "Helium Staking Wallet" with your according Wallet ID. You are able to see the rewards per position, but also per token in an aggregated way.

grafik

Feel free to test out and send create issues in case you find any other issues.

Configuration Flow

24 May 21:49
Compare
Choose a tag to compare

I am excited to introduce the config flow! With the help of the configuration flow, you no longer need to meddle with the configuration.yaml file. Simple open your integrations, add the integration and you are ready to go.

Screenshot from 2023-05-24 23-48-46

As a nice extra, also the sensors are organized around devices. This will further enhance your experience with the integration and help you organize your sensors, scripts and automations.

Hotspot Rewards

20 May 14:19
Compare
Choose a tag to compare

I'm excited to announce an enhanced version of the Home Assistant Integration! After a challenging fortnight, I've introduced hotspot rewards, an innovative feature leveraging both on-chain and off-chain data. Now, you can also build customized alerts, notifications, and other automations based on your rewards, giving you more control and convenience. These updates aim to significantly enrich your user experience. I eagerly await your feedback and hope you enjoy the new features.

Updated demos and examples are to follow.

Wallet Stats

08 May 20:09
Compare
Choose a tag to compare

Yes a new major update and functionality! It took me actually some time. I could not find any public APIs to track the wallet balance, so I built a new backend for this integration. This backend will allow doing the complex behind hotspot and staking rewards. The the examples section of the readme for some simple usage of the new entities.

Stay tuned for more updates!