heyajohnny / cryptoinfo

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

Sensor Reporting Unknown #37

Closed yjamal01 closed 1 year ago

yjamal01 commented 1 year ago

Seems like my sensors are reporting unknown for BTC. I tried to rollback using a backup and then tried to uninstall/reinstall via HACS but still the same issue.

`sensor:

Largus72 commented 1 year ago

Same here. My sensor is giving a flat-line with the last bitcoin value of yesterday 13:00.

checkiecheck commented 1 year ago

yeah.. was playing a lot with HA lately and spotted this too yesterday. Seems API response is invalid for the integration, while the API v3 seemed to work in a browser. Dont get it, but possibly some url changes on coingecko

checkiecheck commented 1 year ago

scrap that.

https://status.coingecko.com/

image

heyajohnny commented 1 year ago

Yes, the CoinGecko API is broken. Let's hope they'll fix it soon

TheHolyRoger commented 1 year ago

Try this PR in the mean time for basic price info https://github.com/heyajohnny/cryptoinfo/pull/36

TheHolyRoger commented 1 year ago

Suggest to use the config option use_simple_price until the API is re-enabled otherwise it will try and fetch the disabled endpoint first before calling the simple one

heyajohnny commented 1 year ago

Looks like it's working again... Hope it stays on.

yjamal01 commented 1 year ago

Ahh thanks, instead of checking API status I was checking the website. Thanks for speedy reply, hope it stays up!