-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C410] intensity value goes out of range #822
Comments
Please post debug logs for C410. If possible we need to implement a fix dynamically. We need to find out if we already have the information for min-max available in the getMost call (therefore the ask for debug logs). If not, we will need to investigate the traffic going to camera from tapo app and see if there is any method we can use to find this range. |
This is the only relevant message, the rest is a spam of ONVIF unavailable (related to #821)
|
I am not looking for errors, I am looking for debug messages. If you enable debug messages you can see the response from the camera. Please post full debug logs here. |
Here are the logs - do you need me to restart HA after enabling to see handshake/service discovery logs? |
Logs provided are not sufficient. Please post more, it needs to contain log with "getCamData". Usually this happens every update interval, or after restart of HA. |
FYI, I also get an error on the C100 as it only has 5 possible intensity settings too, if you go to 6 or above you get an error. |
Closing due to inactivity. |
Description
On the C410, the intensity level seems to only be going in the range
1-5
, however it seems that the defined range is the project is1-100
(source). This is leading to error when setting out of bound level value, and make the user experience very poor since only the first 5% of the slider can be used, leading to poor precision.Reproduction Steps
Spotlight Intensity
settingExpected behavior
Intensity level should gradually change through the whole slider range
If applicable, add error logs.
N/A
Device Firmware
1.0.23 Build 241119 Rel.59219n
Integration Version
6.0.1
Using stream component
Yes
Does camera work via official integrations?
N/A
Camera has all attributes filled out in developer tools
Yes
HASS Environment
Docker
Search for similar issues
Yes
Additional information
I'd be glad to add a config setting if you would be happy with this fix, or alternatively we could add a map of device's known range, and default to the current
100
in order not to break any other deviceThe text was updated successfully, but these errors were encountered: