Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding either of 2 attributes cause no data to be available #47

Open
tpsailer opened this issue Feb 1, 2021 · 0 comments
Open

Adding either of 2 attributes cause no data to be available #47

tpsailer opened this issue Feb 1, 2021 · 0 comments

Comments

@tpsailer
Copy link

tpsailer commented Feb 1, 2021

2021-01-31 19:09:39 WARNING (SyncWorker_5) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell so2 
2021-01-31 19:09:39 WARNING (SyncWorker_10) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell EPA AQI 
2021-01-31 19:09:39 WARNING (SyncWorker_6) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell EPA Health Concern 
2021-01-31 19:09:39 WARNING (SyncWorker_8) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Pollen Tree 
2021-01-31 19:09:39 WARNING (SyncWorker_9) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Pollen Weed 
2021-01-31 19:09:39 WARNING (SyncWorker_7) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Pollen Grass 
2021-01-31 19:09:39 WARNING (SyncWorker_10) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Fire Index 
2021-01-31 19:09:39 WARNING (SyncWorker_6) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Road Risk Conditions 

Adding either of the 2 comment attributes cause the above warnings, and no data is retrieved

        - weather_condition
        - co
        - so2
        - epa_aqi
        - epa_health_concern
        - pollen_tree
        - pollen_weed
        - pollen_grass
        - fire_index
#        - moon_phase
#        - road_risk_conditions
      update: auto
      scan_interval:
        # At least one of these must be specified:
        days: 0
        hours: 0
        minutes: 30
        seconds: 0
        milliseconds: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant