Christophe Painchaud

Results 159 comments of Christophe Painchaud

https://www.home-assistant.io/blog/2022/03/02/release-20223/#updates-for-custom-integration-developers ``` If a user has the http integration configured to use SSL, it only accepts HTTPS traffic. This means that the internal URL needs to be set to use...

please try 0.51 , now please note that if you keep mixing internal non-HTTP with external HTTPS address, it's not supported by HomeAssistant themselves

Hi, You will have to provide all logs are described here: https://github.com/fwestenberg/reolink_dev/blob/master/TSHOOT.md

I need all the logs, not what you think is right , actually I have 0 context out of this single log. thank you

Hi @kmhallen , This is a very interesting approach. One thing though I think it won't work with NVRs which can have only 1 SMTP server configured for all Cameras....

can you specify your firmware version and also bring output of this URL: http://your_camera_ip/cgi-bin/api.cgi?cmd=GetMdState&rs=&user=admin&password=blablah

@Eddie46848 I suspect it's due to the refresh time which Reolink has changed, do you have the possibility to move in front of the camera and try to get the...

@trancer86 : remember that E1 model is not supported by this lib, yet please try the latest version again. (@fwestenberg if you could provide some background to this limitation so...

When you make your own binary_sensor with scan interval=2 it means that each sensor will hit the camera with an API call every 2 seconds so 2 sensors = 2...

What webhook error @zerocritical ? Please enable more logging: ```yaml logger: default: warning logs: custom_components.reolink_dev: debug custom_components.reolink_dev.base.data: warning reolink: debug ```