hello, I don’t know if you still have your Beward doorbell under Home assistant, because I have one and I would like to use it under beward but it does not work yet I think I have respected the configuration
beward:
- host: 192.168.1.25
username: xxxx
password: xxxxxxxxx
name: "Doorbell"
port: 80
rtsp_port: 554
cameras:
- live
- last_motion
Invalid config
The following integrations and platforms could not be set up:
beward
Please check your config and logs.
Error during setup of component beward
17:49:54 – custom_components/beward/__init__.py (ERROR)
Error! HTTPConnectionPool(host='192.168.1.25', port=80): Max retries exceeded with url: /cgi-bin/systeminfo_cgi?action=get (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x712f74d8>: Failed to establish a new connection: [Errno 111] Connection refused'))
17:49:51 – /usr/local/lib/python3.8/site-packages/beward/core.py (ERROR)
Thank you
I answer to myself and for those who will be interested, my port was 8080 I reset it by default to 80 and remove the line port and rstp_port and the case was solved everything works thank you