-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
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
Reolink integration invalid version_string for ONVIF device #141270
Comments
Hey there @starkillerOG, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) reolink documentation |
This is caused by the Could you enable debug logging of the reolink integration, wait 5 minutes, then disable debug logging and post the resulting debug.log file here? https://www.home-assistant.io/docs/configuration/troubleshooting/#enabling-debug-logging Then I can check if this ONVIF device is causing more issues..... |
couldn't upload it here. put it in my nextcloud: |
This commit in the upstream reolink-aio library should fix the issue: starkillerOG/reolink_aio@8812e5c The third party ONVIF camera will be filtered out and not shown anymore. |
hmm, but will the camera stream be available? cause it's working within reolink app and on the nvr |
No, it will not show up anymore. |
The problem
many log entrys with:
`Logger: reolink_aio.api
Quelle: components/reolink/init.py:151
Erstmals aufgetreten: 08:00:22 (136 Vorkommnisse)
Zuletzt protokolliert: 10:51:28
Host 192.168.101.29:443 (channel 4) failed mapping JSON data: version_string has invalid version format: 1.0, traceback: Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/reolink_aio/api.py", line 3707, in map_channel_json_response self._channel_sw_version_objects[channel] = SoftwareVersion(self._channel_sw_versions[channel]) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/reolink_aio/software_version.py", line 191, in init raise UnexpectedDataError(f"version_string has invalid version format: {version_string}") reolink_aio.exceptions.UnexpectedDataError: version_string has invalid version format: 1.0`
What version of Home Assistant Core has the issue?
2025.3.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Reolink
Link to integration documentation on our website
https://www.home-assistant.io/integrations/reolink
Diagnostics information
config_entry-reolink-c43c71b87cdbd88686cdeefd0eecc13a.json
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
Reolink NVR RLN8-410
Firmware: v3.5.1.356_24110154
Hardware: N7MB01
The text was updated successfully, but these errors were encountered: