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

I can't invoke fan speed intent on AC_UNIT #500

Closed
99207432 opened this issue Mar 2, 2020 · 5 comments
Closed

I can't invoke fan speed intent on AC_UNIT #500

99207432 opened this issue Mar 2, 2020 · 5 comments

Comments

@99207432
Copy link

99207432 commented Mar 2, 2020

I can't invoke fan speed intent on AC_UNIT,
setting as below:

"type": "action.devices.types.AC_UNIT",

"traits": [ "action.devices.traits.OnOff", "action.devices.traits.TemperatureSetting", "action.devices.traits.FanSpeed" ]

 "attributes": {
            "reversible": false,
            "availableFanSpeeds": {
              "speeds": [
                {
                  "speed_name": "Low",
                  "speed_values": [
                    {
                      "lang": "en",
                      "speed_synonym": [
                        "low",
                        "slow"
                      ]
                    },
                    {
                      "lang": "de",
                      "speed_synonym": [
                        "niedrig",
                        "schleppend"
                      ]
                    }
                  ]
                },
                {
                  "speed_name": "High",
                  "speed_values": [
                    {
                      "lang": "en'",
                      "speed_synonym": [
                        "high"
                      ]
                    },
                    {
                      "lang": "de",
                      "speed_synonym": [
                        "hoch"
                      ]
                    }
                  ]
                }
              ],
              "ordered": true
            },
            "commandOnlyFanSpeed": true,
            "availableThermostatModes": "off,cool,heat,dry,auto",
            "temperatureTemperatureUnit": "C",
            "commandOnlyTemperatureSetting": true
          }

Looking forward to any helpful answer.

Thanks

@Fleker
Copy link
Contributor

Fleker commented Mar 2, 2020

Can you post the full sync response and the commands you're saying?

@99207432
Copy link
Author

99207432 commented Mar 3, 2020

Hi Fleker,
my full sync response as below,
image
image
image

I ask Google Assistant to "set ac speed to low", and I get search result.

@Fleker
Copy link
Contributor

Fleker commented Mar 3, 2020

I'm reproducing this error on my side; filing a bug.

@99207432
Copy link
Author

99207432 commented Mar 5, 2020

Thank you for your reply!

@proppy
Copy link
Contributor

proppy commented Aug 3, 2020

Closing as this is not really an issue specific to the sample and has already been escalated.

@proppy proppy closed this as completed Aug 3, 2020
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

3 participants