fwestenberg / reolink_dev

Home Assistant Reolink addon
MIT License
550 stars 102 forks source link

Webhook URL incorrect #312

Closed jkili closed 2 years ago

jkili commented 2 years ago

Describe the bug Motion/AI detection is not working for me with a Reolink RLC-810A.

I have narrowed it down to the webhook URL being registered as: http://192.168.3.10:8123/config/core/api/webhook/a33dc420603a3b89167a0b42f933a240af9189b05f3eba08a51edd69eb9d43c2

Notice the "/config/core" part.

On quick inspection of the code it looks as though this is done by HASS itself so I cannot see an easy way to fix.

Can you please advise?

Environment: Please provide useful information about your environment, like:

cpainchaud commented 2 years ago

what have you configured as "internal_url" setting ?

jkili commented 2 years ago

Upgraded to 0.27 and fixed the "internal_url" which was the root cause.

I had to upgrade firmware to 3.0.0.494 for the person binary_sensor to work.

Thanks for a great integration for home assistant! Really appreciated.