@lullabye wrote:
Hi all,
I have installed latest version of HA 103.5 on a venv on a raspberry pi.
UI is working fine. I have added my Dyson TP04 and HA successfully adds it:Here is the config I have in configuration.yaml
dyson: username: XXX password: XXX language: AU fan: - platform: dyson sensor: - platform: dyson
In the logs I can see that the dyson is found:
020-01-06 17:54:02 DEBUG (SyncWorker_16) [homeassistant.components.dyson] Starting sensor/fan components
2020-01-06 17:54:02 DEBUG (SyncWorker_11) [homeassistant.components.dyson.fan] Creating new Dyson fans2020-01-06 17:54:02 DEBUG (SyncWorker_17) [homeassistant.components.dyson.vacuum] Creating new Dyson 360 Eye robot vacuum
2020-01-06 17:54:32 DEBUG (Thread-2) [homeassistant.components.dyson.air_quality] air_quality: Message received for Salon device: DysonEnvironmentalSensorV2State(temperature=298.8,humidity=57,particulate_matter_25=6,particulate_matter_10=3,volatile_organic_compounds=4,nitrogen_dioxide=6,p25r=7,p10r=6,sleep_timer=0)
2020-01-06 17:54:32 DEBUG (Thread-2) [homeassistant.components.dyson.sensor] Message received for Salon Humidity device:The questions I have:
- I can’t see the Dyson integration in the integration tab
- I can’t see the Dyson device in the devices tab
- No automatic cards have been generated in the UI
- When I try to add a sensor card, i can’t see the air_quality entity. I see however temperature and humidity
However I can see it on the states tab in Developers Tools.air_quality.salon: air_quality_index: 11 attribution: Dyson purifier air quality sensor nitrogen_dioxide: 11 particulate_matter_10: 4 particulate_matter_2_5: 6 volatile_organic_compounds: 3 friendly_name: Salon Air Quality
Am I doing something wrong?
Cheers
Lolly
Posts: 2
Participants: 2