hugobloem / esp-ha-speech

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

Feature request: save commands between reboots and don't allow duplicate commands #13

Closed justinhunt1223 closed 1 year ago

justinhunt1223 commented 1 year ago

Thanks for the update to fix a handful of issues! I'm requesting commands be saved between reboots if possible. Also commands seem to be able to be added as duplicates (over mqtt) which causes random crashes for me.

hugobloem commented 1 year ago

Hi, I will look into deduplication soon. However, it should already save the commands between reboots after the latest commits.

hugobloem commented 1 year ago

Fixed duplication in bbd6ee7

justinhunt1223 commented 1 year ago

Deduplication works, thanks! I'm still having issues with commands not saving on reboots. I've removed the default commands from app_sr.c and only add commands over mqtt. I've flashed with the latest changes as well.