Open joaopequeno-git opened 4 years ago
Hi, put the component in debug and check its log file.
Hi, put the component in debug and check its log file.
How do i do that?
Hi, put the component in debug and check its log file.
I found in the log that it says: 2020-10-06 01:40:03 WARNING (SyncWorker_13) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 0d The name i gave is cc.tempo
What can be the problem?
Hi, put the component in debug and check its log file.
With the log info above can you help or need more info? Thanks
Please, put here all log lines for the climacel component.
Please, put here all log lines for the climacel component.
2020-10-06 01:39:27 INFO (MainThread) [homeassistant.setup] Setting up climacell 2020-10-06 01:39:27 INFO (MainThread) [custom_components.climacell] __init__ async_setup start for domain climacell. 2020-10-06 01:39:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=climacell, service=climacell_weather> 2020-10-06 01:39:27 INFO (MainThread) [custom_components.climacell] __init__ async_setup done for domain climacell. 2020-10-06 01:39:27 INFO (MainThread) [homeassistant.setup] Setup of domain climacell took 0.0 seconds 2020-10-06 01:39:30 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.climacell 2020-10-06 01:39:30 INFO (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'sensor' start for climacell with config OrderedDict([('platform', 'climacell'), ('api_key', 'xxxxxxxxxxxxxxxxxxxxxx'), ('name', 'cc.tempo'), ('latitude', 40.138022), ('longitude', -8.449729), ('monitored_conditions', OrderedDict([('realtime', OrderedDict([('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', datetime.timedelta(seconds=5400)), ('exclude_interval', [OrderedDict([(1, ['23:30', '06:00'])])])])), ('daily', OrderedDict([('forecast_observations', [5]), ('conditions', ['temperature', 'feels_like', 'humidity', 'wind_speed', 'pressure', 'precipitation', 'precipitation_probability', 'sunset', 'sunrise', 'weather_condition']), ('scan_interval', datetime.timedelta(seconds=10800)), ('exclude_interval', [OrderedDict([(1, ['0:00', '06:00'])])])]))]))]). 2020-10-06 01:39:30 INFO (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'sensor' start for climacell. 2020-10-06 01:39:30 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime' update: auto. 2020-10-06 01:39:30 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime' interval: 1:30:00. 2020-10-06 01:39:30 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime' exceptions: [OrderedDict([(1, ['23:30', '06:00'])])]. 2020-10-06 01:39:30 DEBUG (SyncWorker_17) [custom_components.climacell] ClimacellRealtimeDataProvider initializated for: weather_code,temp,humidity,visibility,cloud_cover,precipitation,precipitation_type,feels_like,dewpoint,visibility,cloud_cover,cloud_base,cloud_ceiling,surface_shortwave_radiation,baro_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. 2020-10-06 01:39:30 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime' condition list: weather_code,temp,humidity,visibility,cloud_cover,precipitation,precipitation_type,feels_like,dewpoint,visibility,cloud_cover,cloud_base,cloud_ceiling,surface_shortwave_radiation,baro_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. 2020-10-06 01:39:30 DEBUG (SyncWorker_17) [custom_components.climacell] ClimacellRealtimeDataProvider:_user_update url: https://api.climacell.co/v3/weather/realtime\lat=40.138022&lon=-8.449729&unit_system=si&fields=weather_code,temp,humidity,visibility,cloud_cover,precipitation,precipitation_type,feels_like,dewpoint,visibility,cloud_cover,cloud_base,cloud_ceiling,surface_shortwave_radiation,baro_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. 2020-10-06 01:39:30 DEBUG (SyncWorker_17) [custom_components.climacell] _retrieve_data url: https://api.climacell.co/v3/weather/realtime - headers: {'Content-Type': 'application/json', 'apikey': 'BQM3dt864O7jxXBgfWLVI1d7dapjCtfU'} - querystring: lat=40.138022&lon=-8.449729&unit_system=si&fields=weather_code,temp,humidity,visibility,cloud_cover,precipitation,precipitation_type,feels_like,dewpoint,visibility,cloud_cover,cloud_base,cloud_ceiling,surface_shortwave_radiation,baro_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 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell] _retrieve_data response.text: {"lat":40.138022,"lon":-8.449729,"temp":{"value":15.13,"units":"C"},"feels_like":{"value":15.13,"units":"C"},"dewpoint":{"value":13.81,"units":"C"},"wind_speed":{"value":0.94,"units":"m/s"},"wind_gust":{"value":2.25,"units":"m/s"},"baro_pressure":{"value":1023,"units":"hPa"},"visibility":{"value":10,"units":"km"},"humidity":{"value":91.69,"units":"%"},"wind_direction":{"value":125.81,"units":"degrees"},"precipitation":{"value":0,"units":"mm/hr"},"precipitation_type":{"value":"none"},"cloud_cover":{"value":0,"units":"%"},"cloud_ceiling":{"value":null,"units":"m"},"cloud_base":{"value":null,"units":"m"},"surface_shortwave_radiation":{"value":0.0625,"units":"w/sqm"},"fire_index":{"value":1.1875},"sunrise":{"value":"2020-10-06T06:35:33.050Z"},"sunset":{"value":"2020-10-06T18:07:41.985Z"},"moon_phase":{"value":"waning_gibbous"},"weather_code":{"value":"clear"},"road_risk_score":{"value":"Low risk","units":"ClimaCell Road Risk Score"},"road_risk_confidence":{"value":100,"units":"%"},"road_risk_conditions":{"value":"Clear","units":"ClimaCell Road Risk Conditions"},"epa_aqi":{"value":29.625},"epa_primary_pollutant":{"value":"pm25"},"pm25":{"value":10.6875,"units":"µg/m3"},"pm10":{"value":20.375,"units":"µg/m3"},"o3":{"value":23.5625,"units":"ppb"},"no2":{"value":12.4375,"units":"ppb"},"co":{"value":0.5,"units":"ppm"},"so2":{"value":5.4375,"units":"ppb"},"epa_health_concern":{"value":"Good"},"pollen_tree":{"value":null,"units":"Climacell Pollen Index"},"pollen_weed":{"value":null,"units":"Climacell Pollen Index"},"pollen_grass":{"value":null,"units":"Climacell Pollen Index"},"observation_time":{"value":"2020-10-06T00:39:31.569Z"}} 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.data_provider] Service 'realtime' usage: 1 with incr: 1 (def. 1) 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: weather_condition, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: temperature, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: humidity, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: visibility, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: cloud_cover, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: precipitation, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: precipitation_type, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: feels_like, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: dewpoint, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: visibility, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: cloud_cover, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: cloud_base, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: cloud_ceiling, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: surface_shortwave_radiation, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: pressure, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: wind_speed, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: wind_direction, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: wind_gust, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: moon_phase, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: sunset, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: sunrise, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: pm25, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: pm10, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: o3, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: no2, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: co, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: so2, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: epa_aqi, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: epa_primary_pollutant, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: epa_health_concern, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: pollen_tree, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: pollen_weed, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: pollen_grass, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: fire_index, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: road_risk_score, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: road_risk_confidence, cc.tempo. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: road_risk_conditions, cc.tempo. 2020-10-06 01:39:31 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 37, 'type': 'result', 'success': True, 'result': {'latitude': 40.13803900275144, 'longitude': -8.448861837387087, 'elevation': 197, 'unit_system': {'length': 'km', 'mass': 'g', 'pressure': 'Pa', 'temperature': '°C', 'volume': 'L'}, 'location_name': 'Início', 'time_zone': 'Europe/Lisbon', 'components': {'image', 'webhook', 'sensor.average', 'logger', 'input_boolean', 'http', 'updater', 'sensor.version', 'recorder', 'sun', 'system_log', 'cast', 'sensor.coronavirus', 'lock.xiaomi_aqara', 'media_player.samsungtv', 'history', 'script', 'binary_sensor', 'config', 'notify', 'samsungtv', 'search', 'person', 'binary_sensor.xiaomi_aqara', 'weather', 'mqtt', 'onboarding', 'ipma', 'xiaomi_aqara', 'cover.template', 'climacell', 'panel_iframe', 'zeroconf', 'system_health', 'media_player', 'lovelace', 'device_automation', 'coronavirus', 'light.mqtt', 'automation', 'scene.homeassistant', 'climate', 'cloud', 'openuv', 'sensor', 'binary_sensor.mqtt', 'light', 'homeassistant', 'telegram_bot', 'tts', 'group', 'lock', 'persistent_notification', 'hassio', 'notify.telegram', 'frontend', 'binary_sensor.updater', 'switch.mqtt', 'input_number', 'websocket_api', 'adguard', 'cover', 'input_datetime', 'api', 'light.xiaomi_aqara', 'media_source', 'sensor.mqtt', 'scene', 'logbook', 'ssdp', 'cover.xiaomi_aqara', 'zone', 'input_select', 'ffmpeg', 'switch.xiaomi_aqara', 'input_text', 'map', 'auth', 'alexa', 'tag', 'switch'}, 'config_dir': '/config', 'whitelist_external_dirs': {'/media', '/config/www/images', '/config/www', '/share/motioneye/Camera1/'}, 'allowlist_external_dirs': {'/media', '/config/www/images', '/config/www', '/share/motioneye/Camera1/'}, 'allowlist_external_urls': set(), 'version': '0.115.6', 'config_source': 'storage', 'safe_mode': False, 'state': 'NOT_RUNNING', 'external_url': 'https://casacernache.duckdns.org:433', 'internal_url': 'https://192.168.1.200:8199/'}} 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily' observations: 5. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily' update: auto. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily' interval: 3:00:00. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily' exceptions: [OrderedDict([(1, ['0:00', '06:00'])])]. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell] ClimacellDailyDataProvider initializated for: [temp,feels_like,humidity,wind_speed,baro_pressure,precipitation,precipitation_probability,sunset,sunrise,weather_code] . 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily' condition list: temp,feels_like,humidity,wind_speed,baro_pressure,precipitation,precipitation_probability,sunset,sunrise,weather_code. 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=0, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=0, values=1/2] 2020-10-06 01:39:31 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 41, 'type': 'result', 'success': True, 'result': []} 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=1, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=1, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=2, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=2, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=3, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=3, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=4, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=4, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=0, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=0, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=1, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=1, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=2, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=2, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=3, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=3, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=4, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=4, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=0, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=0, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=1, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=1, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=2, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=2, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=3, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=3, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=4, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=4, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=0, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=0, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=1, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=1, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=2, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=2, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=3, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=3, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=4, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=4, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=0, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=0, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=1, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=1, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=2, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=2, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=3, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=3, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=4, values=0/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=4, values=1/2] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation, day=0, values=0/1] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation, day=1, values=0/1] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation, day=2, values=0/1] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation, day=3, values=0/1] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation, day=4, values=0/1] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation_probability, day=0, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation_probability, day=1, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation_probability, day=2, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation_probability, day=3, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation_probability, day=4, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunset, day=0, values=0/0] 2020-10-06 01:39:31 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 12, 'type': 'event', 'event': {'result': 'The **Markdown** card allows you to write any text. You can style it **bold**, *italicized*, ~strikethrough~ etc. You can do images, links, and more.\n\nFor more information see the [Markdown Cheatsheet](https://commonmark.org/help).', 'listeners': {'all': False, 'entities': set(), 'domains': set()}}} 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunset, day=1, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunset, day=2, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunset, day=3, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunset, day=4, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunrise, day=0, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunrise, day=1, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunrise, day=2, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunrise, day=3, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunrise, day=4, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [weather_condition, day=0, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [weather_condition, day=1, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [weather_condition, day=2, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [weather_condition, day=3, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [weather_condition, day=4, values=0/0] 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'hourly' sensors: None 2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell.sensor] __init__ setup_platform 'nowcast' sensors: None 2020-10-06 01:39:33 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_weather_condition, old_state=None, new_state=<state sensor.cc_cc_tempo_weather_condition=clear; attribution=Powered by Climacell, observation_time=2020-10-06T01:39:00+01:00, friendly_name=cc cc.tempo Weather Condition, icon=mdi:thermometer @ 2020-10-06T01:39:33.903900+01:00>> 2020-10-06 01:39:39 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature=15.13; attribution=Powered by Climacell, observation_time=2020-10-06T01:39:00+01:00, unit_of_measurement=C, friendly_name=cc cc.tempo Temperature, icon=mdi:thermometer @ 2020-10-06T01:39:39.304371+01:00>>
Ok, the component is properly configured for the conditions: "realtime" and "daily". For the realtime condition the component properly retrieve the data:
2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell] _retrieve_data response.text: {"lat":40.138022,"lon":-8.449729,"temp":{"value":15.13,"units":"C"},"feels_like":{"value":15.13,"units":"C"},"dewpoint":{"value":13.81,"units":"C"},"wind_speed":{"value":0.94,"units":"m/s"},"wind_gust":{"value":2.25,"units":"m/s"},"baro_pressure":{"value":1023,"units":"hPa"},"visibility":{"value":10,"units":"km"},"humidity":{"value":91.69,"units":"%"},"wind_direction":{"value":125.81,"units":"degrees"},"precipitation":{"value":0,"units":"mm/hr"},"precipitation_type":{"value":"none"},"cloud_cover":{"value":0,"units":"%"},"cloud_ceiling":{"value":null,"units":"m"},"cloud_base":{"value":null,"units":"m"},"surface_shortwave_radiation":{"value":0.0625,"units":"w/sqm"},"fire_index":{"value":1.1875},"sunrise":{"value":"2020-10-06T06:35:33.050Z"},"sunset":{"value":"2020-10-06T18:07:41.985Z"},"moon_phase":{"value":"waning_gibbous"},"weather_code":{"value":"clear"},"road_risk_score":{"value":"Low risk","units":"ClimaCell Road Risk Score"},"road_risk_confidence":{"value":100,"units":"%"},"road_risk_conditions":{"value":"Clear","units":"ClimaCell Road Risk Conditions"},"epa_aqi":{"value":29.625},"epa_primary_pollutant":{"value":"pm25"},"pm25":{"value":10.6875,"units":"µg/m3"},"pm10":{"value":20.375,"units":"µg/m3"},"o3":{"value":23.5625,"units":"ppb"},"no2":{"value":12.4375,"units":"ppb"},"co":{"value":0.5,"units":"ppm"},"so2":{"value":5.4375,"units":"ppb"},"epa_health_concern":{"value":"Good"},"pollen_tree":{"value":null,"units":"Climacell Pollen Index"},"pollen_weed":{"value":null,"units":"Climacell Pollen Index"},"pollen_grass":{"value":null,"units":"Climacell Pollen Index"},"observation_time":{"value":"2020-10-06T00:39:31.569Z"}}
I do not see the api call to retrieve the daily data. Do you have more log lines?
Thanks, Renato
Ok, the component is properly configured for the conditions: "realtime" and "daily". For the realtime condition the component properly retrieve the data:
2020-10-06 01:39:31 DEBUG (SyncWorker_17) [custom_components.climacell] _retrieve_data response.text: {"lat":40.138022,"lon":-8.449729,"temp":{"value":15.13,"units":"C"},"feels_like":{"value":15.13,"units":"C"},"dewpoint":{"value":13.81,"units":"C"},"wind_speed":{"value":0.94,"units":"m/s"},"wind_gust":{"value":2.25,"units":"m/s"},"baro_pressure":{"value":1023,"units":"hPa"},"visibility":{"value":10,"units":"km"},"humidity":{"value":91.69,"units":"%"},"wind_direction":{"value":125.81,"units":"degrees"},"precipitation":{"value":0,"units":"mm/hr"},"precipitation_type":{"value":"none"},"cloud_cover":{"value":0,"units":"%"},"cloud_ceiling":{"value":null,"units":"m"},"cloud_base":{"value":null,"units":"m"},"surface_shortwave_radiation":{"value":0.0625,"units":"w/sqm"},"fire_index":{"value":1.1875},"sunrise":{"value":"2020-10-06T06:35:33.050Z"},"sunset":{"value":"2020-10-06T18:07:41.985Z"},"moon_phase":{"value":"waning_gibbous"},"weather_code":{"value":"clear"},"road_risk_score":{"value":"Low risk","units":"ClimaCell Road Risk Score"},"road_risk_confidence":{"value":100,"units":"%"},"road_risk_conditions":{"value":"Clear","units":"ClimaCell Road Risk Conditions"},"epa_aqi":{"value":29.625},"epa_primary_pollutant":{"value":"pm25"},"pm25":{"value":10.6875,"units":"µg/m3"},"pm10":{"value":20.375,"units":"µg/m3"},"o3":{"value":23.5625,"units":"ppb"},"no2":{"value":12.4375,"units":"ppb"},"co":{"value":0.5,"units":"ppm"},"so2":{"value":5.4375,"units":"ppb"},"epa_health_concern":{"value":"Good"},"pollen_tree":{"value":null,"units":"Climacell Pollen Index"},"pollen_weed":{"value":null,"units":"Climacell Pollen Index"},"pollen_grass":{"value":null,"units":"Climacell Pollen Index"},"observation_time":{"value":"2020-10-06T00:39:31.569Z"}}
I do not see the api call to retrieve the daily data. Do you have more log lines?
Thanks, Renato
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>> 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <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>>} 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_road_risk_conditions, old_state=None, new_state=<state sensor.cc_cc_tempo_road_risk_conditions=Clear; attribution=Powered by Climacell, observation_time=2020-10-06T01:39:00+01:00, unit_of_measurement=ClimaCell Road Risk Conditions, friendly_name=cc cc.tempo Road Risk Conditions, icon= @ 2020-10-06T01:40:03.873884+01:00>> 2020-10-06 01:40:03 WARNING (SyncWorker_34) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 0d 2020-10-06 01:40:03 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/logbook/translations/en.json 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_road_risk_conditions, old_state=None, new_state=<state sensor.cc_cc_tempo_road_risk_conditions=Clear; attribution=Powered by Climacell, observation_time=2020-10-06T01:39:00+01:00, unit_of_measurement=ClimaCell Road Risk Conditions, friendly_name=cc cc.tempo Road Risk Conditions, icon= @ 2020-10-06T01:40:03.873884+01:00>>} 2020-10-06 01:40:03 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/recorder/translations/pt.json 2020-10-06 01:40:03 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/persistent_notification/translations/pt.json 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_0d, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_0d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 0d, icon=mdi:thermometer @ 2020-10-06T01:40:03.902109+01:00>> 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_0d, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_0d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 0d, icon=mdi:thermometer @ 2020-10-06T01:40:03.902109+01:00>>} 2020-10-06 01:40:03 WARNING (SyncWorker_13) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 0d 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_0d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_0d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 0d, icon=mdi:thermometer @ 2020-10-06T01:40:03.918256+01:00>> 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_0d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_0d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 0d, icon=mdi:thermometer @ 2020-10-06T01:40:03.918256+01:00>>} 2020-10-06 01:40:03 WARNING (SyncWorker_33) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 1d 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_1d, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_1d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 1d, icon=mdi:thermometer @ 2020-10-06T01:40:03.954907+01:00>> 2020-10-06 01:40:03 WARNING (SyncWorker_21) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 1d 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_1d, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_1d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 1d, icon=mdi:thermometer @ 2020-10-06T01:40:03.954907+01:00>>} 2020-10-06 01:40:03 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/system_log/translations/pt.json 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_1d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_1d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 1d, icon=mdi:thermometer @ 2020-10-06T01:40:03.972973+01:00>> 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_1d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_1d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 1d, icon=mdi:thermometer @ 2020-10-06T01:40:03.972973+01:00>>} 2020-10-06 01:40:03 WARNING (SyncWorker_32) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 2d 2020-10-06 01:40:03 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/frontend/translations/pt.json 2020-10-06 01:40:03 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/ffmpeg/translations/pt.json 2020-10-06 01:40:03 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /config/custom_components/climacell/translations/pt.json 2020-10-06 01:40:03 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/history/translations/pt.json 2020-10-06 01:40:03 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/panel_iframe/translations/pt.json 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_2d, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_2d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 2d, icon=mdi:thermometer @ 2020-10-06T01:40:03.995785+01:00>> 2020-10-06 01:40:03 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_2d, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_2d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 2d, icon=mdi:thermometer @ 2020-10-06T01:40:03.995785+01:00>>} 2020-10-06 01:40:04 WARNING (SyncWorker_39) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 2d 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/ssdp/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/http/translations/en.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_2d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_2d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 2d, icon=mdi:thermometer @ 2020-10-06T01:40:04.010855+01:00>> 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_2d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_2d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 2d, icon=mdi:thermometer @ 2020-10-06T01:40:04.010855+01:00>>} 2020-10-06 01:40:04 WARNING (SyncWorker_2) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 3d 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_3d, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_3d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 3d, icon=mdi:thermometer @ 2020-10-06T01:40:04.028353+01:00>> 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_3d, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_3d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 3d, icon=mdi:thermometer @ 2020-10-06T01:40:04.028353+01:00>>} 2020-10-06 01:40:04 WARNING (SyncWorker_28) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 3d 2020-10-06 01:40:04 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/zeroconf/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/map/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/telegram_bot/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/tts/translations/en.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_3d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_3d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 3d, icon=mdi:thermometer @ 2020-10-06T01:40:04.046457+01:00>> 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_3d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_3d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 3d, icon=mdi:thermometer @ 2020-10-06T01:40:04.046457+01:00>>} 2020-10-06 01:40:04 WARNING (SyncWorker_14) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 4d 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_4d, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_4d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 4d, icon=mdi:thermometer @ 2020-10-06T01:40:04.059124+01:00>> 2020-10-06 01:40:04 WARNING (SyncWorker_9) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 4d 2020-10-06 01:40:04 DEBUG (SyncWorker_22) [homeassistant.components.recorder.util] querying 67 rows took 0.559565s 2020-10-06 01:40:04 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/alexa/translations/pt.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_4d, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_4d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 4d, icon=mdi:thermometer @ 2020-10-06T01:40:04.059124+01:00>>} 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/recorder/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/persistent_notification/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/coronavirus/translations/pt.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_4d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_4d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 4d, icon=mdi:thermometer @ 2020-10-06T01:40:04.101688+01:00>> 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_temperature_4d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_temperature_4d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Temperature 4d, icon=mdi:thermometer @ 2020-10-06T01:40:04.101688+01:00>>} 2020-10-06 01:40:04 WARNING (SyncWorker_38) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 0d 2020-10-06 01:40:04 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/device_automation/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/websocket_api/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/tag/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/system_log/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/frontend/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/ffmpeg/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /config/custom_components/climacell/translations/en.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_0d, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_0d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 0d, icon=mdi:thermometer @ 2020-10-06T01:40:04.196908+01:00>> 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/history/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/panel_iframe/translations/en.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_0d, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_0d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 0d, icon=mdi:thermometer @ 2020-10-06T01:40:04.196908+01:00>>} 2020-10-06 01:40:04 WARNING (SyncWorker_4) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 0d 2020-10-06 01:40:04 DEBUG (SyncWorker_22) [homeassistant.components.recorder.util] querying 1 rows took 0.135426s 2020-10-06 01:40:04 DEBUG (SyncWorker_22) [homeassistant.components.history] getting 1 first datapoints took 0.136542s 2020-10-06 01:40:04 DEBUG (SyncWorker_23) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/config/translations/pt.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_0d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_0d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 0d, icon=mdi:thermometer @ 2020-10-06T01:40:04.254850+01:00>> 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_0d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_0d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 0d, icon=mdi:thermometer @ 2020-10-06T01:40:04.254850+01:00>>} 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/zeroconf/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/map/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/alexa/translations/en.json 2020-10-06 01:40:04 WARNING (SyncWorker_26) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 1d 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_1d, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_1d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 1d, icon=mdi:thermometer @ 2020-10-06T01:40:04.282494+01:00>> 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.no_de_vezes_portao_abriu, old_state=<state sensor.no_de_vezes_portao_abriu=unknown; unit_of_measurement=, friendly_name=Nº de Vezes portão Abriu, icon=mdi:chart-line @ 2020-10-06T01:39:31.694728+01:00>, new_state=<state sensor.no_de_vezes_portao_abriu=28; value=0m, unit_of_measurement=, friendly_name=Nº de Vezes portão Abriu, icon=mdi:chart-line @ 2020-10-06T01:40:04.285067+01:00>> 2020-10-06 01:40:04 WARNING (SyncWorker_1) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 1d 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_1d, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_1d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 1d, icon=mdi:thermometer @ 2020-10-06T01:40:04.282494+01:00>>} 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.no_de_vezes_portao_abriu, old_state=<state sensor.no_de_vezes_portao_abriu=unknown; unit_of_measurement=, friendly_name=Nº de Vezes portão Abriu, icon=mdi:chart-line @ 2020-10-06T01:39:31.694728+01:00>, new_state=<state sensor.no_de_vezes_portao_abriu=28; value=0m, unit_of_measurement=, friendly_name=Nº de Vezes portão Abriu, icon=mdi:chart-line @ 2020-10-06T01:40:04.285067+01:00>>} 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/device_automation/translations/en.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_1d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_1d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 1d, icon=mdi:thermometer @ 2020-10-06T01:40:04.315784+01:00>> 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/websocket_api/translations/en.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_1d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_1d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 1d, icon=mdi:thermometer @ 2020-10-06T01:40:04.315784+01:00>>} 2020-10-06 01:40:04 WARNING (SyncWorker_20) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 2d 2020-10-06 01:40:04 DEBUG (SyncWorker_35) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/config/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_1) [homeassistant.components.recorder.util] querying 0 rows took 0.036915s 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_2d, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_2d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 2d, icon=mdi:thermometer @ 2020-10-06T01:40:04.369642+01:00>> 2020-10-06 01:40:04 DEBUG (SyncWorker_1) [homeassistant.components.recorder.util] querying 0 rows took 0.014803s 2020-10-06 01:40:04 DEBUG (SyncWorker_1) [homeassistant.components.history] getting 1 first datapoints took 0.015726s 2020-10-06 01:40:04 WARNING (SyncWorker_18) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 2d 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_2d, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_2d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 2d, icon=mdi:thermometer @ 2020-10-06T01:40:04.369642+01:00>>} 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.helpers.translation] Cache miss for pt, device_automation: notify, image, webhook, samsungtv, automation, media_source, search, person, logger, climate, input_boolean, cloud, openuv, api, scene, weather, mqtt, onboarding, logbook, sensor, ipma, ssdp, light, http, updater, homeassistant, telegram_bot, tts, xiaomi_aqara, group, zone, lock, recorder, persistent_notification, hassio, input_select, sun, system_log, cast, frontend, ffmpeg, climacell, history, panel_iframe, input_text, script, zeroconf, map, mobile_app, auth, input_number, alexa, system_health, coronavirus, binary_sensor, media_player, lovelace, device_automation, websocket_api, tag, adguard, cover, switch, config, input_datetime 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 94, 'type': 'result', 'success': True, 'result': {'resources': {'component.notify.title': 'Notificar', 'component.image.title': 'Image', 'component.webhook.title': 'Webhook', 'component.samsungtv.title': 'Samsung Smart TV', 'component.automation.title': 'Automação', 'component.media_source.title': 'Media Source', 'component.search.title': 'Search', 'component.person.title': 'Pessoa', 'component.logger.title': 'Logger', 'component.climate.title': 'Climatização', 'component.input_boolean.title': 'Introduzir booleano', 'component.cloud.title': 'Home Assistant Cloud', 'component.openuv.title': 'OpenUV', 'component.api.title': 'Home Assistant API', 'component.scene.title': 'Cena', 'component.weather.title': 'Weather', 'component.mqtt.title': 'MQTT', 'component.onboarding.title': 'Home Assistant Onboarding', 'component.logbook.title': 'Logbook', 'component.sensor.title': 'Sensor', 'component.ipma.title': 'Instituto Português do Mar e Atmosfera (IPMA)', 'component.ssdp.title': 'Simple Service Discovery Protocol (SSDP)', 'component.light.title': 'Iluminação', 'component.http.title': 'HTTP', 'component.updater.title': 'Atualizador', 'component.homeassistant.title': 'Home Assistant Core Integration', 'component.telegram_bot.title': 'Telegram bot', 'component.tts.title': 'Text-to-Speech (TTS)', 'component.xiaomi_aqara.title': 'Xiaomi Gateway (Aqara)', 'component.group.title': 'Grupo', 'component.zone.title': 'Zone', 'component.lock.title': 'Fechadura', 'component.recorder.title': 'Recorder', 'component.persistent_notification.title': 'Persistent Notification', 'component.hassio.title': 'Hass.io', 'component.input_select.title': 'Escolher', 'component.sun.title': 'Sol', 'component.system_log.title': 'System Log', 'component.cast.title': 'Google Cast', 'component.frontend.title': 'Home Assistant Frontend', 'component.ffmpeg.title': 'FFmpeg', 'component.climacell.title': 'Climacell weather', 'component.history.title': 'History', 'component.panel_iframe.title': 'iframe Panel', 'component.input_text.title': 'Introduzir texto', 'component.script.title': 'Script', 'component.zeroconf.title': 'Zero-configuration networking (zeroconf)', 'component.map.title': 'Map', 'component.mobile_app.title': 'Mobile App', 'component.auth.title': 'Auth', 'component.input_number.title': 'Introduzir número', 'component.alexa.title': 'Amazon Alexa', 'component.system_health.title': 'Integridade do Sistema', 'component.coronavirus.title': 'Coronavirus (COVID-19)', 'component.binary_sensor.title': 'Sensor binário', 'component.media_player.title': 'Leitor multimédia', 'component.lovelace.title': 'Lovelace', 'component.device_automation.title': 'Device Automation', 'component.websocket_api.title': 'Home Assistant WebSocket API', 'component.tag.title': 'Tag', 'component.adguard.title': 'AdGuard Home', 'component.cover.title': 'Cobertura', 'component.switch.title': 'Interruptor', 'component.config.title': 'Configuration', 'component.input_datetime.title': 'Introduzir data/hora'}}} 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_2d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_2d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 2d, icon=mdi:thermometer @ 2020-10-06T01:40:04.430458+01:00>> 2020-10-06 01:40:04 WARNING (SyncWorker_11) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 3d 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_2d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_2d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 2d, icon=mdi:thermometer @ 2020-10-06T01:40:04.430458+01:00>>} 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_3d, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_3d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 3d, icon=mdi:thermometer @ 2020-10-06T01:40:04.502752+01:00>> 2020-10-06 01:40:04 DEBUG (SyncWorker_5) [homeassistant.components.recorder.util] querying 0 rows took 0.030070s 2020-10-06 01:40:04 DEBUG (SyncWorker_5) [homeassistant.components.recorder.util] querying 0 rows took 0.009587s 2020-10-06 01:40:04 DEBUG (SyncWorker_5) [homeassistant.components.history] getting 1 first datapoints took 0.010762s 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/image/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/webhook/translations/pt.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_3d, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_3d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 3d, icon=mdi:thermometer @ 2020-10-06T01:40:04.502752+01:00>>} 2020-10-06 01:40:04 WARNING (SyncWorker_6) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 3d 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/image/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/webhook/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/media_source/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/search/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/logger/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/media_source/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/search/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/cloud/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/logger/translations/en.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_3d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_3d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 3d, icon=mdi:thermometer @ 2020-10-06T01:40:04.610521+01:00>> 2020-10-06 01:40:04 WARNING (SyncWorker_31) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 4d 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/api/translations/pt.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_3d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_3d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 3d, icon=mdi:thermometer @ 2020-10-06T01:40:04.610521+01:00>>} 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/cloud/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/api/translations/en.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_4d, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_4d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 4d, icon=mdi:thermometer @ 2020-10-06T01:40:04.632748+01:00>> 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_4d, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_4d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 4d, icon=mdi:thermometer @ 2020-10-06T01:40:04.632748+01:00>>} 2020-10-06 01:40:04 WARNING (SyncWorker_12) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 4d 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/logbook/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/logbook/translations/en.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_4d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_4d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 4d, icon=mdi:thermometer @ 2020-10-06T01:40:04.657548+01:00>> 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/ssdp/translations/pt.json 2020-10-06 01:40:04 WARNING (SyncWorker_21) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 0d 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_feels_like_4d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_feels_like_4d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Feels Like 4d, icon=mdi:thermometer @ 2020-10-06T01:40:04.657548+01:00>>} 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/ssdp/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/http/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/http/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/homeassistant/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/telegram_bot/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/tts/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/telegram_bot/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/tts/translations/en.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_humidity_percentage_0d, old_state=None, new_state=<state sensor.cc_cc_tempo_humidity_percentage_0d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Humidity Percentage 0d, icon=mdi:water-percent @ 2020-10-06T01:40:04.691683+01:00>> 2020-10-06 01:40:04 WARNING (SyncWorker_29) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 0d 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_humidity_percentage_0d, old_state=None, new_state=<state sensor.cc_cc_tempo_humidity_percentage_0d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Humidity Percentage 0d, icon=mdi:water-percent @ 2020-10-06T01:40:04.691683+01:00>>} 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/recorder/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/persistent_notification/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/recorder/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/persistent_notification/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/system_log/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/frontend/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/ffmpeg/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /config/custom_components/climacell/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/system_log/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/history/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/panel_iframe/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/frontend/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/ffmpeg/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /config/custom_components/climacell/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/history/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/panel_iframe/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/zeroconf/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/map/translations/pt.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_humidity_percentage_0d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_humidity_percentage_0d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Humidity Percentage 0d, icon=mdi:water-percent @ 2020-10-06T01:40:04.740153+01:00>> 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_humidity_percentage_0d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_humidity_percentage_0d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Humidity Percentage 0d, icon=mdi:water-percent @ 2020-10-06T01:40:04.740153+01:00>>} 2020-10-06 01:40:04 WARNING (SyncWorker_17) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 1d 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/zeroconf/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/map/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/alexa/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/alexa/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/coronavirus/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/device_automation/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/websocket_api/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/tag/translations/pt.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/device_automation/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/websocket_api/translations/en.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_humidity_percentage_1d, old_state=None, new_state=<state sensor.cc_cc_tempo_humidity_percentage_1d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Humidity Percentage 1d, icon=mdi:water-percent @ 2020-10-06T01:40:04.771545+01:00>> 2020-10-06 01:40:04 WARNING (SyncWorker_2) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 1d 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_humidity_percentage_1d, old_state=None, new_state=<state sensor.cc_cc_tempo_humidity_percentage_1d=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Humidity Percentage 1d, icon=mdi:water-percent @ 2020-10-06T01:40:04.771545+01:00>>} 2020-10-06 01:40:04 DEBUG (SyncWorker_34) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/config/translations/en.json 2020-10-06 01:40:04 DEBUG (SyncWorker_24) [homeassistant.util.json] JSON file not found: /usr/src/homeassistant/homeassistant/components/config/translations/pt.json 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_humidity_percentage_1d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_humidity_percentage_1d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Humidity Percentage 1d, icon=mdi:water-percent @ 2020-10-06T01:40:04.796414+01:00>> 2020-10-06 01:40:04 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.1832682496] Sending {'id': 2, 'type': 'event', 'event': <Event state_changed[L]: entity_id=sensor.cc_cc_tempo_humidity_percentage_1d_2, old_state=None, new_state=<state sensor.cc_cc_tempo_humidity_percentage_1d_2=unknown; attribution=Powered by Climacell, observation_time=None, friendly_name=cc cc.tempo Humidity Percentage 1d, icon=mdi:water-percent @ 2020-10-06T01:40:04.796414+01:00>>} 2020-10-06 01:40:04 WARNING (SyncWorker_30) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 2d
@r-renato can you find something that can help me? Thanks
Hi, put in debug mode the climacel component only using the following configuration:
# Logging
logger:
default: info
logs:
custom_components.climacell: debug
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:
# Weather climatecell.co
- platform: climacell
api_key: !secret climacell_api_key
name: test_sensor
latitude: !secret gps_geo_home_lt
longitude: !secret gps_geo_home_ln
monitored_conditions:
realtime:
conditions:
- temperature
- feels_like
- humidity
- wind_speed
- wind_direction
- wind_gust
- pressure
- precipitation
- precipitation_type
- sunset
- sunrise
- visibility
- cloud_cover
- moon_phase
- weather_condition
- pm25
- pm10
- o3
- no2
- co
- so2
- epa_aqi
- epa_health_concern
- pollen_tree
- pollen_weed
- pollen_grass
- fire_index
update: auto
scan_interval:
# At least one of these must be specified:
days: 0
hours: 1
minutes: 0
seconds: 0
milliseconds: 0
exclude_interval:
1:
- "00:00"
- "07:00"
daily:
forecast_observations: 5
conditions:
- temperature
- precipitation
- precipitation_probability
- precipitation_accumulation
- weather_condition
scan_interval:
# At least one of these must be specified:
days: 0
hours: 4
minutes: 0
seconds: 0
milliseconds: 0
exclude_interval:
1:
- "23:00"
- "06:30"
@r-renato please find bellow the logs from debug.
2020-10-11 11:11:11 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime' exceptions: [OrderedDict([(1, ['23:30', '06:00'])])]. 2020-10-11 11:11:11 DEBUG (SyncWorker_1) [custom_components.climacell] ClimacellRealtimeDataProvider initializated for: weather_code,temp,humidity,visibility,cloud_cover,precipitation,precipitation_type,feels_like,dewpoint,visibility,cloud_cover,cloud_base,cloud_ceiling,surface_shortwave_radiation,baro_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. 2020-10-11 11:11:11 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime' condition list: weather_code,temp,humidity,visibility,cloud_cover,precipitation,precipitation_type,feels_like,dewpoint,visibility,cloud_cover,cloud_base,cloud_ceiling,surface_shortwave_radiation,baro_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. 2020-10-11 11:11:11 DEBUG (SyncWorker_1) [custom_components.climacell] ClimacellRealtimeDataProvider:_user_update url: https://api.climacell.co/v3/weather/realtime\lat=40.138022&lon=-8.449729&unit_system=si&fields=weather_code,temp,humidity,visibility,cloud_cover,precipitation,precipitation_type,feels_like,dewpoint,visibility,cloud_cover,cloud_base,cloud_ceiling,surface_shortwave_radiation,baro_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. 2020-10-11 11:11:11 DEBUG (SyncWorker_1) [custom_components.climacell] _retrieve_data url: https://api.climacell.co/v3/weather/realtime - headers: {'Content-Type': 'application/json', 'apikey': 'xxxxxxxxxxxxxxxVI1d7dapjCtfU'} - querystring: lat=xx.xxxxxx&lon=-x.xxxxxx&unit_system=si&fields=weather_code,temp,humidity,visibility,cloud_cover,precipitation,precipitation_type,feels_like,dewpoint,visibility,cloud_cover,cloud_base,cloud_ceiling,surface_shortwave_radiation,baro_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 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell] _retrieve_data response.text: {"lat":40.138022,"lon":-8.449729,"temp":{"value":14.69,"units":"C"},"feels_like":{"value":14.69,"units":"C"},"dewpoint":{"value":6.69,"units":"C"},"wind_speed":{"value":4.13,"units":"m/s"},"wind_gust":{"value":8.56,"units":"m/s"},"baro_pressure":{"value":1025.125,"units":"hPa"},"visibility":{"value":10,"units":"km"},"humidity":{"value":58.75,"units":"%"},"wind_direction":{"value":61.38,"units":"degrees"},"precipitation":{"value":0,"units":"mm/hr"},"precipitation_type":{"value":"none"},"cloud_cover":{"value":0,"units":"%"},"cloud_ceiling":{"value":null,"units":"m"},"cloud_base":{"value":null,"units":"m"},"surface_shortwave_radiation":{"value":47.5,"units":"w/sqm"},"fire_index":{"value":13.9375},"sunrise":{"value":"2020-10-11T06:40:40.699Z"},"sunset":{"value":"2020-10-11T17:59:51.838Z"},"moon_phase":{"value":"last_quarter"},"weather_code":{"value":"clear"},"road_risk_score":{"value":"Low risk","units":"ClimaCell Road Risk Score"},"road_risk_confidence":{"value":100,"units":"%"},"road_risk_conditions":{"value":"Clear","units":"ClimaCell Road Risk Conditions"},"epa_aqi":{"value":26.9375},"epa_primary_pollutant":{"value":"pm25"},"pm25":{"value":9.5625,"units":"µg/m3"},"pm10":{"value":12.875,"units":"µg/m3"},"o3":{"value":32.125,"units":"ppb"},"no2":{"value":3.3125,"units":"ppb"},"co":{"value":0.4375,"units":"ppm"},"so2":{"value":3.6875,"units":"ppb"},"epa_health_concern":{"value":"Good"},"pollen_tree":{"value":0,"units":"Climacell Pollen Index"},"pollen_weed":{"value":1,"units":"Climacell Pollen Index"},"pollen_grass":{"value":0,"units":"Climacell Pollen Index"},"observation_time":{"value":"2020-10-11T10:11:11.803Z"}} 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.data_provider] Service 'realtime' usage: 1 with incr: 1 (def. 1) 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: weather_condition, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: temperature, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: humidity, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: visibility, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: cloud_cover, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: precipitation, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: precipitation_type, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: feels_like, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: dewpoint, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: visibility, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: cloud_cover, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: cloud_base, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: cloud_ceiling, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: surface_shortwave_radiation, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: pressure, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: wind_speed, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: wind_direction, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: wind_gust, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: moon_phase, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: sunset, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: sunrise, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: pm25, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: pm10, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: o3, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: no2, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: co, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: so2, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: epa_aqi, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: epa_primary_pollutant, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: epa_health_concern, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: pollen_tree, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: pollen_weed, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: pollen_grass, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: fire_index, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: road_risk_score, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: road_risk_confidence, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'realtime', add sensor fo condition: road_risk_conditions, cc.tempo. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily' observations: 5. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily' update: auto. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily' interval: 3:00:00. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily' exceptions: [OrderedDict([(1, ['0:00', '06:00'])])]. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell] ClimacellDailyDataProvider initializated for: [temp,feels_like,humidity,wind_speed,baro_pressure,precipitation,precipitation_probability,sunset,sunrise,weather_code] . 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily' condition list: temp,feels_like,humidity,wind_speed,baro_pressure,precipitation,precipitation_probability,sunset,sunrise,weather_code. 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=0, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=0, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=1, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=1, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=2, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=2, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=3, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=3, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=4, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [temperature, day=4, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=0, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=0, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=1, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=1, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=2, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=2, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=3, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=3, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=4, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [feels_like, day=4, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=0, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=0, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=1, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=1, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=2, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=2, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=3, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=3, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=4, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [humidity, day=4, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=0, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=0, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=1, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=1, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=2, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=2, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=3, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=3, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=4, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [wind_speed, day=4, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=0, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=0, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=1, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=1, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=2, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=2, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=3, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=3, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=4, values=0/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [pressure, day=4, values=1/2] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation, day=0, values=0/1] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation, day=1, values=0/1] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation, day=2, values=0/1] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation, day=3, values=0/1] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation, day=4, values=0/1] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation_probability, day=0, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation_probability, day=1, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation_probability, day=2, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation_probability, day=3, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [precipitation_probability, day=4, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunset, day=0, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunset, day=1, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunset, day=2, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunset, day=3, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunset, day=4, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunrise, day=0, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunrise, day=1, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunrise, day=2, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunrise, day=3, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [sunrise, day=4, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [weather_condition, day=0, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [weather_condition, day=1, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [weather_condition, day=2, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [weather_condition, day=3, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'daily', add sensor for condition: [weather_condition, day=4, values=0/0] 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'hourly' sensors: None 2020-10-11 11:11:12 DEBUG (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'nowcast' sensors: None 2020-10-11 11:11:13 INFO (SyncWorker_1) [custom_components.climacell.sensor] __init__ setup_platform 'sensor' done for climacell. 2020-10-11 11:11:16 WARNING (SyncWorker_7) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 0d 2020-10-11 11:11:16 WARNING (SyncWorker_4) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 0d 2020-10-11 11:11:16 WARNING (SyncWorker_5) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 1d 2020-10-11 11:11:16 WARNING (SyncWorker_3) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 1d 2020-10-11 11:11:16 WARNING (SyncWorker_6) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 2d 2020-10-11 11:11:16 WARNING (SyncWorker_11) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 2d 2020-10-11 11:11:16 WARNING (SyncWorker_7) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 3d 2020-10-11 11:11:16 WARNING (SyncWorker_9) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 3d 2020-10-11 11:11:16 WARNING (SyncWorker_5) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 4d 2020-10-11 11:11:16 WARNING (SyncWorker_0) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Temperature 4d 2020-10-11 11:11:16 WARNING (SyncWorker_2) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 0d 2020-10-11 11:11:16 WARNING (SyncWorker_8) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 0d 2020-10-11 11:11:16 WARNING (SyncWorker_4) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 1d 2020-10-11 11:11:16 WARNING (SyncWorker_4) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 1d 2020-10-11 11:11:16 WARNING (SyncWorker_5) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 2d 2020-10-11 11:11:16 WARNING (SyncWorker_0) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 2d 2020-10-11 11:11:17 WARNING (SyncWorker_2) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 3d 2020-10-11 11:11:17 WARNING (SyncWorker_8) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 3d 2020-10-11 11:11:17 WARNING (SyncWorker_10) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 4d 2020-10-11 11:11:17 WARNING (SyncWorker_3) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Feels Like 4d 2020-10-11 11:11:17 WARNING (SyncWorker_0) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 0d 2020-10-11 11:11:17 WARNING (SyncWorker_11) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 0d 2020-10-11 11:11:17 WARNING (SyncWorker_8) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 1d 2020-10-11 11:11:17 WARNING (SyncWorker_10) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 1d 2020-10-11 11:11:17 WARNING (SyncWorker_4) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 2d 2020-10-11 11:11:17 WARNING (SyncWorker_5) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 2d 2020-10-11 11:11:17 WARNING (SyncWorker_6) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 3d 2020-10-11 11:11:17 WARNING (SyncWorker_2) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 3d 2020-10-11 11:11:17 WARNING (SyncWorker_8) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 4d 2020-10-11 11:11:17 WARNING (SyncWorker_3) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Humidity Percentage 4d 2020-10-11 11:11:17 WARNING (SyncWorker_5) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Wind speed 0d 2020-10-11 11:11:17 WARNING (SyncWorker_11) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Wind speed 0d 2020-10-11 11:11:17 WARNING (SyncWorker_6) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Wind speed 1d 2020-10-11 11:11:17 WARNING (SyncWorker_2) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Wind speed 1d 2020-10-11 11:11:17 WARNING (SyncWorker_8) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Wind speed 2d 2020-10-11 11:11:17 WARNING (SyncWorker_3) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Wind speed 2d 2020-10-11 11:11:17 WARNING (SyncWorker_0) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Wind speed 3d 2020-10-11 11:11:17 WARNING (SyncWorker_6) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Wind speed 3d 2020-10-11 11:11:17 WARNING (SyncWorker_1) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Wind speed 4d 2020-10-11 11:11:17 WARNING (SyncWorker_2) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Wind speed 4d 2020-10-11 11:11:17 WARNING (SyncWorker_4) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Barometric pressure 0d 2020-10-11 11:11:17 WARNING (SyncWorker_5) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Barometric pressure 0d 2020-10-11 11:11:17 WARNING (SyncWorker_0) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Barometric pressure 1d 2020-10-11 11:11:17 WARNING (SyncWorker_6) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Barometric pressure 1d 2020-10-11 11:11:17 WARNING (SyncWorker_10) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Barometric pressure 2d 2020-10-11 11:11:17 WARNING (SyncWorker_2) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Barometric pressure 2d 2020-10-11 11:11:17 WARNING (SyncWorker_4) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Barometric pressure 3d 2020-10-11 11:11:17 WARNING (SyncWorker_5) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Barometric pressure 3d 2020-10-11 11:11:17 WARNING (SyncWorker_0) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Barometric pressure 4d 2020-10-11 11:11:17 WARNING (SyncWorker_6) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Barometric pressure 4d 2020-10-11 11:11:17 WARNING (SyncWorker_10) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Precipitation 0d 2020-10-11 11:11:17 WARNING (SyncWorker_2) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Precipitation 1d 2020-10-11 11:11:17 WARNING (SyncWorker_4) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Precipitation 2d 2020-10-11 11:11:17 WARNING (SyncWorker_4) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Precipitation 3d 2020-10-11 11:11:17 WARNING (SyncWorker_5) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Precipitation 4d 2020-10-11 11:11:17 WARNING (SyncWorker_0) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo precipitation Probability 0d 2020-10-11 11:11:17 WARNING (SyncWorker_8) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo precipitation Probability 1d 2020-10-11 11:11:17 WARNING (SyncWorker_8) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo precipitation Probability 2d 2020-10-11 11:11:17 WARNING (SyncWorker_3) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo precipitation Probability 3d 2020-10-11 11:11:17 WARNING (SyncWorker_11) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo precipitation Probability 4d 2020-10-11 11:11:17 WARNING (SyncWorker_9) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Sunset 0d 2020-10-11 11:11:17 WARNING (SyncWorker_1) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Sunset 1d 2020-10-11 11:11:17 WARNING (SyncWorker_0) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Sunset 2d 2020-10-11 11:11:17 WARNING (SyncWorker_8) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Sunset 3d 2020-10-11 11:11:17 WARNING (SyncWorker_2) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Sunset 4d 2020-10-11 11:11:17 WARNING (SyncWorker_4) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Sunrise 0d 2020-10-11 11:11:17 WARNING (SyncWorker_9) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Sunrise 1d 2020-10-11 11:11:17 WARNING (SyncWorker_1) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Sunrise 2d 2020-10-11 11:11:17 WARNING (SyncWorker_10) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Sunrise 3d 2020-10-11 11:11:17 WARNING (SyncWorker_8) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Sunrise 4d 2020-10-11 11:11:17 WARNING (SyncWorker_2) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Weather Condition 0d 2020-10-11 11:11:17 WARNING (SyncWorker_4) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Weather Condition 1d 2020-10-11 11:11:17 WARNING (SyncWorker_6) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Weather Condition 2d 2020-10-11 11:11:17 WARNING (SyncWorker_0) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Weather Condition 3d 2020-10-11 11:11:17 WARNING (SyncWorker_10) [custom_components.climacell.sensor] DailySensor.update - Provider has no data for: cc cc.tempo Weather Condition 4d
There are no errors, I do not know how to help you. Try using my tested configuration.
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)
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:
days: 0 hours: 1 minutes: 0 seconds: 0 milliseconds: 0 exclude_interval: 1:
days: 0 hours: 4 minutes: 0 seconds: 0 milliseconds: 0 exclude_interval: 1:
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 2021-01-30 06:37:32 WARNING (SyncWorker_22) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Pollen Tree 2021-01-30 06:37:32 WARNING (SyncWorker_7) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Pollen Weed 2021-01-30 06:37:32 WARNING (SyncWorker_21) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Pollen Grass 2021-01-30 06:37:32 WARNING (SyncWorker_10) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Fire Index 2021-01-30 06:38:02 WARNING (SyncWorker_24) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Temperature Maximum 2021-01-30 06:38:02 WARNING (SyncWorker_15) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Feels Like 2021-01-30 06:38:02 WARNING (SyncWorker_6) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Humidity Percentage 2021-01-30 06:38:02 WARNING (SyncWorker_21) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Wind speed 2021-01-30 06:38:02 WARNING (SyncWorker_19) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Wind Direction 2021-01-30 06:38:02 WARNING (SyncWorker_0) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Wind Gust 2021-01-30 06:38:02 WARNING (SyncWorker_11) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Barometric pressure 2021-01-30 06:38:02 WARNING (SyncWorker_18) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Precipitation 2021-01-30 06:38:02 WARNING (SyncWorker_2) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Precipitation Type 2021-01-30 06:38:02 WARNING (SyncWorker_1) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Visibility 2021-01-30 06:38:02 WARNING (SyncWorker_8) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Cloud Cover 2021-01-30 06:38:02 WARNING (SyncWorker_7) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Weather Condition 2021-01-30 06:38:02 WARNING (SyncWorker_15) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Moon Phase 2021-01-30 06:38:02 WARNING (SyncWorker_6) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime pm25 2021-01-30 06:38:02 WARNING (SyncWorker_21) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime pm10 2021-01-30 06:38:02 WARNING (SyncWorker_23) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime o3 2021-01-30 06:38:02 WARNING (SyncWorker_16) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime no2 2021-01-30 06:38:02 WARNING (SyncWorker_5) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime co 2021-01-30 06:38:02 WARNING (SyncWorker_11) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime so2 2021-01-30 06:38:02 WARNING (SyncWorker_9) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime EPA AQI 2021-01-30 06:38:02 WARNING (SyncWorker_20) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime EPA Health Concern 2021-01-30 06:38:02 WARNING (SyncWorker_2) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Pollen Tree 2021-01-30 06:38:02 WARNING (SyncWorker_3) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Pollen Weed 2021-01-30 06:38:02 WARNING (SyncWorker_22) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Pollen Grass 2021-01-30 06:38:02 WARNING (SyncWorker_7) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Realtime Fire Index
Hi, this logs is incomplete. I need the logs from the component startup. Thanks.
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')]). 2021-02-12 21:15:03 INFO (SyncWorker_5) [custom_components.climacell.sensor] init setup_platform 'sensor' start for climacell. 2021-02-12 21:15:14 INFO (SyncWorker_5) [custom_components.climacell.sensor] init setup_platform 'sensor' done for climacell.
Hello,
Since a few months i cant get data for climacell, since it shows as unknown. My config is:
sensor:
Weather climatecell.co
At least one of these must be specified:
hours: 1 minutes: 30 exclude_interval: 1:
At least one of these must be specified:
days: 0 hours: 3 minutes: 0 seconds: 0 milliseconds: 0 exclude_interval: 1: