core: Google Assistant Covers, not working anymore with 91.0 open/close

Home Assistant release with the issue: 91.0 **Last working Home Assistant release (if known)πŸ˜—*90.2 Operating environment (Hass.io/Docker/Windows/etc.): Component/platform: Command Line Cover https://www.home-assistant.io/components/cover.command_line/ Description of problem: Ok, i was waiting a long time for the new trait for covers in google assistant it finnaly arrived, i was triled to finaly use open/close instead of on/off so upgraded now to 91.0 , but my covers are not working anymore

i have stateless covers , since i am sending TCP commands so open / close whatever i say, i am unable to do them open or close how get i get it working? 😦

example config:

- platform: command_line
  covers:
    cover1:
      friendly_name: Eetkamer
      command_open: echo -e "\xED\x43\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xAF\xAF\x53\x13\x01" | nc 192.168.0.10 1001
      command_close: echo -e "\xED\x43\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xAF\xAF\x53\x14\x01" | nc 192.168.0.10 1001
      command_stop: echo -e "\xED\x43\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xAF\xAF\x53\x1B\x01" | nc 192.168.0.10 1001 

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 97 (24 by maintainers)

Most upvoted comments

There is a GARAGE type, but it’s not officially documented @edif30. It got discovered by some devs though, so we can give it a try and return that type to Google. I’ve written up an issue to extend our type support https://github.com/home-assistant/home-assistant/issues/23076. Anyone feel free to implement it and start with just garage πŸ‘