home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.43k stars 30.67k forks source link

Humidity devices not visible with Home Assistant Cloud ALEXA #81191

Closed malosaa closed 1 year ago

malosaa commented 2 years ago

The problem

Dunno if i can put this issue here, as it happens in Home assistant itself. I did find some older posts from 2020, so i do ask this question here.

After hours/days of problems with the free dns service, i did follow balloob his advice to switch to Home Assistant Cloud. I ditched google and went full Alexa.

Now there is a problem, the humidity devices are not visible, or discovered in the selection menu in Home Assistant. i'm using Aqara devices and 1 mqtt Humid device.

I really need the humid devices.

The devices work normal in home assistant, and did in google last time. And are normal visible in home assistant itself.

No logs available, its happening in the selection menu.

What version of Home Assistant Core has the issue?

2022.10.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Alexa

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 2 years ago

Hey there @home-assistant/cloud, mind taking a look at this issue as it has been labeled with an integration (cloud) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `cloud` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Change the title of the issue. - `@home-assistant unassign cloud` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


cloud documentation cloud source (message by IssueLinks)

jbouwh commented 2 years ago

It seems the humidifier domain is currently not available yet. https://www.nabucasa.com/config/amazon_alexa/

malosaa commented 2 years ago

i think that page is not update yet. because here https://www.nabucasa.com/config/google_assistant/ humidifier its not available in the list but it is available.

jbouwh commented 2 years ago

The current code base doesn't support humidifiers yet. I am working on a solution.

jbouwh commented 2 years ago

Do you see the humidifier entities in Home Assistant , and do they work correctly?

home-assistant[bot] commented 2 years ago

Hey there @home-assistant/cloud, @ochlocracy, mind taking a look at this issue as it has been labeled with an integration (alexa) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `alexa` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Change the title of the issue. - `@home-assistant unassign alexa` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


alexa documentation alexa source (message by IssueLinks)

jbouwh commented 2 years ago

Linked PR would add support for humidifiers in Alexa (power on/off, set target humidity percentage, and set mode).

malosaa commented 2 years ago

@jbouwh

yes i see the humidity devices in home assistant and they work. I always used them in google assistant.

But i switched to Alexa and they did not show up.

Well thanks if its added i will test it.

malosaa commented 1 year ago

Linked PR would add support for humidifiers in Alexa (power on/off, set target humidity percentage, and set mode).

any idea when it gets implemented to test it out ? Regards

jbouwh commented 1 year ago

The linked PR needs a review of a developer first, this can take some time.

malosaa commented 1 year ago

The linked PR needs a review of a developer first, this can take some time.

aah ok, than no problem i will wait.

many thanks

malosaa commented 1 year ago

Humidity devices still not showing up.

malosaa commented 1 year ago

What i did notice is that all my humidity sensors not showing up after the last beta.

But these are showing up, just a trend code.

binary_sensor:
  - platform: trend
    sensors:
      humid_rising_bathroom:
        entity_id: sensor.bathroomdev_humidity
        sample_duration: 180
        max_samples: 10
        min_gradient: 0.016
        device_class: moisture
      humid_falling_bathroom:
        entity_id: sensor.bathroomdev_humidity
        sample_duration: 180
        max_samples: 10
        min_gradient: -0.016
        device_class: moisture

image

I think device_class: humidity needs to be added instead of device_class: moisture As my aqara sensors are device_class: humidity

jbouwh commented 1 year ago

@malosaa Feel free to open a new issue, the items you are working with seem to be sensors, not humidifiers.