Closed DeepHyperspace closed 8 months ago
Hey there @tschamm, mind taking a look at this issue as it has been labeled with an integration (bosch_shc
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
bosch_shc documentation bosch_shc source (message by IssueLinks)
The problem
I have several Shutters that i control with the Home Assistant Bosch Smart Home integration. Open or closing the blinds works just fine. But using a stop command leads to an error.
I get this error: Fehler beim Aufrufen des Diensts cover/stop_cover. name 'ShutterControlService' is not defined
Using Node-Red and the node-red-contrib-bosch-shc it works fine. I think the correct name is: ShutterControl not ShutterControlService. Maybe just a small typo in the python code :-)
File "/usr/local/lib/python3.11/site-packages/boschshcpy/models_impl.py", line 354, in stop "operationState", ShutterControlService.State.STOPPED.name
What version of Home Assistant Core has the issue?
core-2024.1.3
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
Bosch Smart Home
Link to integration documentation on our website
https://www.home-assistant.io/integrations/bosch_shc
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response