heyajohnny / cryptoinfo

Provides Home Assistant sensors for all cryptocurrencies supported by CoinGecko
GNU General Public License v3.0
46 stars 13 forks source link

ID helium-iot not updating #46

Closed DatDraggy closed 1 month ago

DatDraggy commented 1 month ago

Hey hey,

I just started using your project today and added 7 tokens which all update fine, however helium-iot does not update at all. I tried checking if the ID is correct or if it's rate limiting, but couldn't find the issue. At first I thought it's the hyphen - but I'm already tracking a coin that also contains one so that's not it.

My config entry is

  - platform: cryptoinfo
    cryptocurrency_name: "helium-iot"
    currency_name: "eur"
    unit_of_measurement: "€"
    update_frequency: 15

Am I missing something? Despite several restarts and letting it sit for a few hours, nothing changes. The only thing updating is the "last_updated" but all fields like supply, value etc are none or unknown.

When I query the coingecko api myself with helium-iot and eur, I get back 0.00099832 just fine.

DatDraggy commented 1 month ago

I didn't change anything and after hours it suddenly started working 🤷