-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Climacell data not working shwoing as unknown #29
Comments
Hi, put the component in debug and check its log file. |
How do i do that? |
I found in the log that it says: What can be the problem? |
With the log info above can you help or need more info? |
Please, put here all log lines for the climacel component. |
|
Ok, the component is properly configured for the conditions: "realtime" and "daily". For the realtime condition the component properly retrieve the data:
I do not see the api call to retrieve the daily data. Thanks, |
2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_road_risk_confidence, old_state=None, new_state=<state sensor.cc_cc_tempo_road_risk_confidence=100; attribution=Powered by Climacell, observation_time=2020-10-06T01:39:00+01:00, unit_of_measurement=%, friendly_name=cc cc.tempo Road Risk Confidence, icon= @ 2020-10-06T01:40:03.851698+01:00>> |
@r-renato can you find something that can help me? |
Hi,
so put here the climacel logs, they can be recognized by [custom_components.climacell.sensor]. In any case for me the following configuration works well:
|
@r-renato please find bellow the logs from debug.
|
There are no errors, I do not know how to help you. |
Having the same error here. Using your tested configuration does not work. Still show as UNKNOWN |
Same problem here, std config not working. (Some sensors work other not) |
Put here your component configuration and logs. |
@r-renato I am using API V4 and this is my config: Weather climatecell.co
|
this is the log 2021-01-30 06:37:32 WARNING (SyncWorker_13) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime EPA Health Concern |
Hi, this logs is incomplete. I need the logs from the component startup. Thanks. |
Hi Renato, this is the log: (i've hidden key and lat/long) 2021-02-12 21:15:03 INFO (SyncWorker_5) [custom_components.climacell.sensor] init setup_platform 'sensor' start for climacell with config OrderedDict([('platform', 'climacell'), ('api_key', XXXXXX'), ('latitude', XX.XXXX), ('longitude', XX.XXXXX), ('timelines', [OrderedDict([('name', 'Realtime'), ('timestep', '1m'), ('forecast_observations', 1), ('fields', ['temperatureMax', 'feels_like', 'humidity', 'wind_speed', 'wind_direction', 'wind_gust', 'pressure', 'precipitationIntensity', 'precipitation_type', 'visibility', 'cloud_cover', 'weather_condition', 'moon_phase', 'pm25', 'pm10', 'o3', 'no2', 'co', 'so2', 'epa_aqi', 'epa_health_concern', 'pollen_tree', 'pollen_weed', 'pollen_grass', 'fire_index']), ('update', ['auto']), ('scan_interval', datetime.timedelta(seconds=3600)), ('exclude_interval', [OrderedDict([(1, ['00:00', '07:00'])])]), ('start_time', 0)]), OrderedDict([('name', 'Daily'), ('timestep', '1d'), ('forecast_observations', 5), ('fields', ['temperature', 'temperatureMin', 'temperatureMax', 'precipitationIntensityMin', 'precipitationIntensityMax', 'precipitation_probability', 'weather_condition']), ('scan_interval', datetime.timedelta(seconds=14400)), ('exclude_interval', [OrderedDict([(1, ['23:00', '06:30'])])]), ('start_time', 0)])]), ('name', 'climacell')]). |
Hello,
Since a few months i cant get data for climacell, since it shows as unknown.
My config is:
sensor:
Weather climatecell.co
api_key: !secret climacell_api_key
name: cc.tempo
latitude: xxxxxx
longitude: xxxxx
monitored_conditions:
realtime:
conditions:
- weather_condition
- temperature
- humidity
- visibility
- cloud_cover
- precipitation
- precipitation_type
- feels_like
- dewpoint
- visibility
- cloud_cover
- cloud_base
- cloud_ceiling
- surface_shortwave_radiation
- pressure
- wind_speed
- wind_direction
- wind_gust
- moon_phase
- sunset
- sunrise
- pm25
- pm10
- o3
- no2
- co
- so2
- epa_aqi
- epa_primary_pollutant
- epa_health_concern
- pollen_tree
- pollen_weed
- pollen_grass
- fire_index
- road_risk_score
- road_risk_confidence
- road_risk_conditions
update: auto
scan_interval:
# At least one of these must be specified:
hours: 1
minutes: 30
exclude_interval:
1:
- "23:30"
- "06:00"
daily:
forecast_observations: 5
conditions:
- temperature
- feels_like
- humidity
- wind_speed
- pressure
- precipitation
- precipitation_probability
- sunset
- sunrise
- weather_condition
scan_interval:
# At least one of these must be specified:
days: 0
hours: 3
minutes: 0
seconds: 0
milliseconds: 0
exclude_interval:
1:
- "0:00"
- "06:00"
The text was updated successfully, but these errors were encountered: