Hey there !
Recently i managed to built this doorbell
Worked like a charm until … my camera feed is somewhat “banned” from my browser or iOS app.
At first, i thought about an issue with Nginx, Duckdns, my router, but now it wont show any feed on the lovelace card.
I keep getting this message :
Logger: homeassistant.components.http.ban
Source: components/http/ban.py:124
Integration: HTTP (documentation, issues)
First occurred: 00:30:55 (3 occurrences)
Last logged: 00:46:05
Login attempt or request with invalid authentication from 192.168.1.105 (192.168.1.105). (Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0)
I think this come from an issue about authentification between the doorbell node and homeassistant.
But i cant manage to resolve it by myself…
I must clear a few things :
192.168.1.105 : is my computer (from which i’m trying to explain to you my problem)
192.168.1.106 : is my HassIO on a rpi 4 + ssd
and the doorbell is on dhcp as doorbell.local:6053
Here is http: of my configuration.yaml:
http:
#ssl_certificate: /ssl/fullchain.pem
#ssl_key: /ssl/privkey.pem
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
Any hints for a french beginner?
Thankyou !