Using Google sdk to send command text to trigger Daikin ac

I have a Daikin ac that cant be used with the daikin integration of HA (Malaysian version), but they have an app that can be linked with google assistant. In order for me to trigger any action on the ac, I would first need to say ‘Hey google, talk to go daikin’ which then asks what commands should be triggered, such as ‘turn off living room’.

Was wondering if there is a way to send continuing text commands in order?

Google Assistant SDK: Allow multiple commands in the same conversation context by tronikos · Pull Request #85423 · home-assistant/core · GitHub should allow this.

1 Like

I have tried typing this and get an error saying that command is empty

service: google_assistant_sdk.send_text_command
data:
  command:
    - talk to go daikin
    - "urn off living room

Error pop up:
Failed to call service google_assistant_sdk.send_text_command. expected str for dictionary value @ data['command']. Got None

The linked PR hasn’t been merged yet. Hopefully it will be merged on time for the 2023.2 release.

1 Like