lichtteil / local_luftdaten

Custom component for Home Assistant that integrates your (own) local Luftdaten sensor (air quality/particle sensor) without using the cloud.
MIT License
46 stars 19 forks source link

no datas in Home App #22

Closed wdylag closed 3 years ago

wdylag commented 3 years ago

I use this integration with Home Assistant for PM, humidity and temperature sensors but no idea why the only temperature is visible in my Home App on iPhone. The HA App show all these datas so how can I move the datas to Home App?

lichtteil commented 3 years ago

Sorry, I have no iPhone and don't know what exactly the Home App is. Are you maybe using the HomeKit integration? Can you give me some more details? In case all the sensors show up in Home-Assistant then I guess the problem is in some other component, not this one.

wdylag commented 3 years ago

Home App is the official app for Homekit on iPhone :) so I need to put the sensor results to the Homekit

lichtteil commented 3 years ago

Did you read the documentation here? https://www.home-assistant.io/integrations/homekit/ Maybe you have to add the sensors to your filter settings?

Joe3n commented 3 years ago

@lichtteil This should be closed. This has nothing to do with this integration and a configuration issue of the HomeKit integration. I use HomeKit and local_luftdaten values are shown in HomeKit

configuration.yaml

homekit:
  - filter:
      include_entities:
        - sensor.airdata_pm25
        - sensor.airdata_temperature
        - sensor.airdata_humidity