You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-12-2802:05:41.611ERROR (MainThread) [homeassistant.components.mqtt.models] ValueError: Templateerror: intgotinvalidinput 'Stoppingonvif_srvd...
onvif_srvdstopped0Startingonvif_srvd...
onvif_srvdstarted' when rendering template '{{ ((value|int)/(2600/100))|round }}' but no default was specified rendering template for entity 'cover.dafang_move_left_right', template: '{{ ((value|int)/(2600/100))|round }}'
Contribute Back
If your issue was resolved, please consider contributing back to the project by creating a pull request to improve the code or documentation in order to avoid that this issue arises again for other people.
The text was updated successfully, but these errors were encountered:
TheZoker
changed the title
onvif_srvd started' when rendering template '{{ ((value|int)/(700/100))|round }}' but no default was specified
onvif_srvd started' when rendering template {{ ((value|int)/(700/100))|round }} but no default was specified
Jan 2, 2024
Looks like the issue is due to calls to motor() turning on if service off and back on. Turning the service off and on is being echoed back and as such reported to MQTT. I think the result of the call should be filtered. Will test locally and open a PR hopefully.
Description
Since some version of Home Assistant I get the mentioned issue.
What did you do to debug the issue
Restart camera, restart HA, restart MQTT broker
Evidence
Contribute Back
If your issue was resolved, please consider contributing back to the project by creating a pull request to improve the code or documentation in order to avoid that this issue arises again for other people.
The text was updated successfully, but these errors were encountered: