home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.3k stars 30.61k forks source link

CO2 Signal unavailable for days #70001

Closed ecto1a2003 closed 2 years ago

ecto1a2003 commented 2 years ago

The problem

hor several days now the CO2 service has been unknow or unavailable for me in southern California

What version of Home Assistant Core has the issue?

2022.4.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

CO2 Signal

Link to integration documentation on our website

https://www.home-assistant.io/integrations/co2signal

Diagnostics information

{ "home_assistant": { "installation_type": "Home Assistant Container", "version": "2022.4.1", "dev": false, "hassio": false, "virtualenv": false, "python_version": "3.9.9", "docker": true, "arch": "x86_64", "timezone": "America/Los_Angeles", "os_name": "Linux", "os_version": "5.10.60-qnap", "run_as_root": true }, "custom_components": { "fordpass": { "version": "0.1.30", "requirements": [ "dotted==0.1.8" ] }, "hacs": { "version": "1.24.4", "requirements": [ "aiogithubapi>=21.11.0" ] }, "samsungtv_smart": { "version": "0.6.2", "requirements": [ "websocket-client>=0.58.0", "wakeonlan>=2.0.0", "aiofiles>=0.8.0" ] }, "opensprinkler": { "version": "1.1.8", "requirements": [ "pyopensprinkler==0.7.2" ] }, "config_editor": { "version": "4.1", "requirements": [] }, "redfin": { "version": "1.1.4", "requirements": [ "redfin==0.1.1" ] }, "steam_wishlist": { "version": "2.2.2", "requirements": [ "typing-extensions==4.1.1" ] }, "nintendo_wishlist": { "version": "3.1.8", "requirements": [ "algoliasearch==2.2.0", "typing-extensions==4.1.1" ] }, "garbage_collection": { "version": "4.6", "requirements": [ "python-dateutil>=2.8.2" ] }, "localtuya": { "version": "3.2.1", "requirements": [] }, "plex_assistant": { "version": "1.1.9", "requirements": [ "gTTs>=2.2.1", "pychromecast>=8.0.0", "rapidfuzz==1.1.1", "plexapi>=4.3.0", "awesomeversion>=21.2.2" ] }, "dwains_dashboard": { "version": "2.0.7", "requirements": [] }, "adaptive_lighting": { "version": "1.0.14", "requirements": [] }, "monitor_docker": { "version": "1.10", "requirements": [ "aiodocker==0.21.0", "python-dateutil==2.8.2" ] }, "discord_game": { "version": "4.2.3", "requirements": [ "nextcord==2.0.0a8", "addict", "aiohttp" ] }, "rainforest_emu_2": { "version": "1.0.1", "requirements": [ "pyserial-asyncio==0.6" ] } }, "integration_manifest": { "domain": "co2signal", "name": "CO2 Signal", "documentation": "https://www.home-assistant.io/integrations/co2signal", "requirements": [ "co2signal==0.4.2" ], "codeowners": [], "iot_class": "cloud_polling", "config_flow": true, "loggers": [ "CO2Signal" ], "is_built_in": true }, "data": { "config_entry": { "entry_id": "9d63e7c3c1717d42f563c979ba51056d", "version": 1, "domain": "co2signal", "title": "CO2 Signal", "data": { "api_key": "REDACTED" }, "options": {}, "pref_disable_new_entities": false, "pref_disable_polling": false, "source": "user", "unique_id": null, "disabled_by": null }, "data": { "_disclaimer": "This data is the exclusive property of electricityMap and/or related parties. If you're in doubt about your rights to use this data, please contact api@co2signal.com", "status": "ok", "countryCode": "US-CAL-CISO", "data": { "fossilFuelPercentage": null }, "units": { "carbonIntensity": "gCO2eq/kWh" } } } }

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

https://app.electricitymap.org/zone/US-CAL-CISO is fully populated with all relevant info

probot-home-assistant[bot] commented 2 years ago

co2signal documentation co2signal source (message by IssueLinks)

liquidphire commented 2 years ago

I have this issue too (also SoCal CA-CISO). I did some CURL requests on my side as well as check in with CO2 Signal API team, and it seems that data listed as "ESTIMATED" isn't being pulled right now (even though it was before?). CO2 Signal help team said that estimated data isn't supported, but they are working on it.

madsnedergaard commented 2 years ago

Hey all, estimations are now returned through CO2 Signal! So if the problem was indeed on our side, it should be fixed now :)

See also https://github.com/home-assistant/core/issues/69240