I’m trying to add this : Foscam - Home Assistant (home-assistant.io)
To my HASS installation, but when “open link” after I put in my ip , I get redirected to:
[192.168.1.3:8123/_my_redirect/config_flow_start?domain=foscam]
which shows me “404: Not Found”
I also tried search “foscam” directry from configuration > integration, but I can’t find it…
My HASS version is 2021.1.5, installed on Rasbian, with pip install homeassistant, and virtual env.
python version 3.7.3 and linux version 10
my config looks like this:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
I also tried adding “my:” right under “default_config:” and then I restarted the server, but I get the same results.
Can it be the PIP version? I tried updating it , but it indicated that it can’t because of home assistant…
(from my understanding, it shouldn’t affect it. )
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
homeassistant 2021.1.5 requires pip<20.3,>=8.0.3, but you'll have pip 21.2.4 which is incompatible.
OK, So if I’ll have Python 3.8 and above then I would get the latest home assistant version and it should work?
I stayed with 3.7 because debian 10 (latest version) only supports 3.7 in the stable version…
Ok, I saw raspbian, so a raspberry pi. I don’t think bullseye is available as download yet.
In a console :
su
sed -i 's/buster/bullseye/' /etc/apt/sources.list
sed -i 's/buster/bullseye/' /etc/apt/sources.list.d/*.list
sed -i 's|bullseye/updates|bullseye-security|' /etc/apt/sources.list
sed -i 's/bullseye/buster/' /etc/apt/sources.list.d/*mosquitto*.list
apt update
apt upgrade
apt full-upgrade
apt autopurge
Unfortunately I can’t add any of my cameras … it say “Failed to connect” … any trick to it?
Also, I want to install Z-stick 7 and the guide I found instruct to go into "Supervisor " on the menu, but I don’t have that, am I missing another thing with this installation? : (