Google Assistant trouble shooting

ok, see my screenshot here :

here indeed there is the name : (test) hassio assistant , that “test” message , thats is normal
you can also see its linked with 64 devices

does your look also like that?

because if i say : sync my devices
then google says : ok, synching devices for hassio assistant , and NOT the “test”

if your google reponse : Syncing Devices for My Test App , then thats the glitch
that means, you have no linked services with an amount of devices

because if i UNLINK mine test app, and then do a sync command
then i also receive : Syncing Devices for My Test App
thats the glitch…

it should then normally say : “you dont have services instead…” instead of “Syncing Devices for My Test App”

That’s interesting, mine is working but this is what I see.

ahhhh ok, now we are there :slight_smile:
lol :slight_smile:
jus rename your project on this site https://console.actions.google.com

[test] that part cant be renamed, is also the part that google is not saying
“my test app” offcourse , that can be renamed :slight_smile:

you need to rename it in the “quick setup” section once you open the project

Funny thing is, my project is named already.
I already named it.

I’ll try to recreate the project again and see if its the same.

you can rename it on 2 places
so you have a project name, that one you can change in project settings
and you have a APP name
that one you can change in quick setup

i think if you change the APP name, that you maybe need to disable/enable simulator test mode

Ok, well, I recreated the whole thing and looks like its working now as desired.

Not sure why this happened, but glad I’ve gotten some insight.

Thanks.

i have climate entity with mode :

  • off
  • heat
  • auto
  • cool
  • dry

but hassio expose only:

  • heat
  • cool
  • off

my conf is:


climate:
##condizionatore
  - platform: smartir
    name: Raffreddamento
    unique_id: casa_ac
    device_code: 1001
    controller_data: ha/ac_panasonic
    temperature_sensor: sensor.temp_irclima
    humidity_sensor: sensor.hum_irclima  
#google_assistant:
  project_id: project=domotica-xxxxx
  service_account: !include SERVICE_ACCOUNT.JSON
  report_state: false
  secure_devices_pin: 'xxxxxxxxxx'
  exposed_domains:
    - switch
    - light
    - climate
    - media_player
    - lock

=========
i must add dry function
to conf from documentation https://www.home-assistant.io/integrations/google_assistant/

but
I don’t understand the documentation regarding can someone help me?

where can I find examples?

help me please…

CLIMATE OPERATION MODES

There is not an exact 1-1 match between Home Assistant and Google Assistant for the available operation modes. Here are the modes that are currently available:

  • off
  • heat
  • cool
  • heatcool (auto)
  • fan-only
  • dry
  • eco
#google_assistant:
  project_id: project=domotica-xxxxx
  service_account: !include SERVICE_ACCOUNT.JSON
  report_state: false
  secure_devices_pin: 'xxxxxxxxxx'
  exposed_domains:
    - switch
    - light
    - climate
    - media_player
    - lock

  entity_config:
    climate.raffreddamento:
      name: clima
      aliases:
       - climate.raffreddamento
?         climate_operation_mode:
?             - heat
?             - cool
?             - dry

tanks you for help

Hey, is that manual method still working? ist it possible to show your code? maybe an updated version of it? :slight_smile:

I was again looking for a way to automate the test mode after 30 days
thx appreciated!!

@NoedelVreter @DavidFW1960 @thomm @MvA @ClassicGOD @dpalita

Are you guys still using the gactions to update the test mode? i have been using nabu lately, but now back on Google Assistant (manual setup)

on last stap, i always got error 200 with update or test command
i removed [] , i use ansi mode, its well formatted, no idea … always got error 200

any idea?

Sorry, I’m not running this integration right now. Google was making some changes recently, maybe try setting it up from scratch.

What do you mean, the project? all is working fine , just want to automate the 30 days, so the “test” stays enabled… dont think recreating the project is going to help here :slight_smile: