I setup the home assistant core in Samsung A30 rooted mobile using Termux but I can’t access HomeAssistant within your local network by http://localhost:8123, I have to use IP Address. Why ?
Something wrong with mdns on your network. Does your router support it?
Huawei router, HG8546M.
It Listed all the on-network devices wired or wireless.
localhost
?
Why would you want localhost to work anywhere else than on a browser on the Samsung?
What has mDns to do with localhost?
Is everyone meaning homeassistant.local
, here?
Well spotted. I completely overlooked that.
I also tried this: homeassistant.local:8123 , but same I can’t access the home assistant.
As you are using Core, mDns must be supported by the OS. This has actually nothing to do with HA proper.
Even if it is supported, the name will be <hostname>.local
not necessarily “homeassistant.local”
My Home assistant core is not working in root device (404 error: Not found) I don’t know why also attaching the error in command prompt.
2023-09-05 15:49:41.285 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of safe_mode. Setup failed for dependencies: frontend
2023-09-05 15:49:41.288 ERROR (MainThread) [homeassistant.setup] Setup failed for safe_mode: (DependencyError(…), ‘Could not setup dependencies: frontend’)
Can you provide any other guide link to setup home assistant core in android rooted device Samsung A30? I have to do fresh setup of home assistant core in this error, or this can be resolved. I am new in this, kindly provide me complete guide in this.
Home assistant is working, the process I reinstall some libs and problem was resolved.
pkg install libjpeg-turbo
pip uninstall Pillow
pip install --no-cache-dir --force-reinstall Pillow
echo $LD_LIBRARY_PATH
hass -v
I hope if any got this issue, it will be resolved by following above commands.