hugobloem / esp-ha-speech

Local speech recognition on an ESP32 for Home Assistant
141 stars 10 forks source link

Stuck at Connecting to HA under the network tab #17

Open vagosgr opened 1 year ago

vagosgr commented 1 year ago

Hi,

I have just manged to compile the project after a lot of issues with esp-idf etc and i have entered all the correct information in the secrets.h file including the token. Also i am using a non rhasspy setup so i have set the NLU mode to 0 in the config. However when i open the network tab on the ESP Box its self it shows as connected to wifi but then it gets stuck to "connecting to HA". I have also noticed while monitoring the serial output of the device using vscode that it produces endless messages stating "app_hass saving cmd 0 to nvs" followed by an "app_hass_write_cmd_to_nvs(79): Too many commands, only 200 allowed" and this goes on and on in an endless loop

My question is, do i have something wrong in the config or is there another issue?

Thank you in advance for your response