Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Command fail & sync fail #98

Closed
K4CZP3R opened this issue Jan 19, 2020 · 2 comments
Closed

Command fail & sync fail #98

K4CZP3R opened this issue Jan 19, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@K4CZP3R
Copy link

K4CZP3R commented Jan 19, 2020

Describe the bug:
When I say "Turn off x", lamp is turning off but google assistant says: "Something went wrong for the x lamp"

Expected behavior:
Lamp turns off without "Something went wrong for the x lamp"

Logs:

2020-01-19 12:11:21 - INFO - Logs removed by user
2020-01-19 12:11:29 - INFO - Request {
  "inputs": [
    {
      "context": {
        "locale_country": "US",
        "locale_language": "en"
      },
      "intent": "action.devices.EXECUTE",
      "payload": {
        "commands": [
          {
            "devices": [
              {
                "id": "ColorSwitch9"
              }
            ],
            "execution": [
              {
                "command": "action.devices.commands.OnOff",
                "params": {
                  "on": true
                }
              }
            ]
          }
        ]
      }
    }
  ],
  "requestId": "10598680905628680826"
}
2020-01-19 12:11:30 - ERROR - Invalid control character at: line 3 column 38 (char 164)
2020-01-19 12:11:30 - INFO - Error handling message {'inputs': [{'context': {'locale_country': 'US', 'locale_language': 'en'}, 'intent': 'action.devices.EXECUTE', 'payload': {'commands': [{'devices': [{'id': 'ColorSwitch9'}], 'execution': [{'command': 'action.devices.commands.OnOff', 'params': {'on': True}}]}]}}], 'requestId': '10598680905628680826'}: {'errorCode': 'unknownError'}
2020-01-19 12:11:30 - INFO - Response {
  "requestId": "10598680905628680826",
  "payload": {
    "errorCode": "unknownError"
  }
}

Desktop (please complete the following information):

  • Domoticz version: v4.11605
  • Dzga version: 1.5.6
  • Python Version: 3.6.5

Smartphone (please complete the following information):

  • Device: Nest Mini
@K4CZP3R K4CZP3R added the bug Something isn't working label Jan 19, 2020
@K4CZP3R
Copy link
Author

K4CZP3R commented Jan 19, 2020

Reinstalled it and it works! (i've changed default python version from 3.7 to 3.6). It might be a issue.

@Gophertv
Copy link

Gophertv commented Apr 4, 2022

I have the same problem with my nest mini. How do you fix this?

If i say like dim lights, It says sorry, something went wrong for the ceiling (one of the light names). and then procedes to dim the lights....

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants