When I touch the mic in the home assistant screen all I get is “Home assistant did not hear anything”. I tried with chrome from pc and from my android phone with the same results.
Any solution? I have Hassbian.
When I touch the mic in the home assistant screen all I get is “Home assistant did not hear anything”. I tried with chrome from pc and from my android phone with the same results.
Any solution? I have Hassbian.
In order to use the mic in a browser you have to setup SSL and use HTTPS.
Thank you, there’s any tutorial for do that in Hassbian?
This link should have all the information you need.
Hi I,m not sure if my setup is correct.
I create a certificate.pem and privkey.pem with the command $ openssl req -sha256 -newkey rsa:4096 -nodes -keyout privkey.pem -x509 -days 730 -out certificate.pem.
In my configuration.yaml i add:
ssl_certificate: /home/homeassistant/.homeassistant/certificate.pem
ssl_key: /home/homeassistant/.homeassistant/privkey.pem
The mic input don’t works and the is the message Home Assistant did not hear anything.
Do I need DuckDNS and PortForwarding?
Isn’t it possible to have a ssl encrypted hass in my Home Network and use Mic Input?
Can anybody explain that?
Mic input only works with HTTPS, make sure your URL is correct in your browser.
Is it not asking for permission to use your mic?
Ah ok. It works on Android now. Windows and Chrome doesn’t work.
And why it is not https? (It doesn’t care but i want to know it).
That is https, the line just means the cert isn’t from a signed CA. It should work on Windows, check the permissions on the right side when you visit the site.
Ah ok. Thank you.
Permissions are “Ok”. But its strange that permissions jump after each click on the mic icon to “mic not allowed”.
In the browser there is no mic available. It seems that there is a Problem with the mic.