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
I'd like to use the set_position functionality from HA for my covers. I have configured all my covers at the moment using YAML which didn't let me know set the min_value, max_value, or the step_size values during the initial configuration. However, the config flow did allow for this so I am not sure if this is the root issue or not. Are there any workarounds for me to set these and try debugging further.
Environment
Localtuya version: 3.6.7
Last working localtuya version (if known and relevant):
Home Assistant Core version: 2023.5.3
Steps to reproduce
Developer Tools -> Services -> Cover: Set Position -> 50% -> Run into an error
Configuration configuration.yaml or config_flow
- parent_gateway: <> # This tells it is a sub-device dependent on a parent gatewaydevice_id: <> # The cid of sub-devicefriendly_name: Dining Room Blindentities:
- platform: coverfriendly_name: Dining Room Blindid: 1commands_set: "open_close_stop"
- platform: numberfriendly_name: Dining Room Blind Percent Controlid: 2
- platform: sensorfriendly_name: Dining Room Blind Current Positionid: 3
- platform: sensorfriendly_name: Dining Room Blind Stateid: 7
Some Logs
websocket_api script: Error executing script. Error for call_service at pos 1: Entity cover.dining_room_blind does not support this service.
[139624471009056] Error handling message: Entity cover.dining_room_blind does not support this service. (unknown_error)
The text was updated successfully, but these errors were encountered:
I have the same problem, but I configured the cover using the UI.
I selected the timed option, and every time I open or close the cover it says unable to call service cover/open_cover. 'set_position_dp'
The problem
I'd like to use the
set_position
functionality from HA for my covers. I have configured all my covers at the moment using YAML which didn't let me know set themin_value
,max_value
, or thestep_size
values during the initial configuration. However, the config flow did allow for this so I am not sure if this is the root issue or not. Are there any workarounds for me to set these and try debugging further.Environment
Steps to reproduce
Developer Tools -> Services -> Cover: Set Position -> 50% -> Run into an error
Configuration
configuration.yaml
orconfig_flow
Some Logs
The text was updated successfully, but these errors were encountered: