Closed stjaeger78 closed 10 months ago
Hey there @bre77, mind taking a look at this issue as it has been labeled with an integration (tessie
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
tessie documentation tessie source (message by IssueLinks)
You can technically do this by calling cover.open_cover
when the cable lock is engaged. I'll look into adding a lock entity.
service: cover.open_cover
target:
entity_id: cover.<name>_charge_port_door
You are right I just tried. Thank you! As HA says the port is open I had to close it first which does not seem to have an effect as it is plugged. Then opening the door again unlocks the plug. A separate lock entity seems more intuitive to me though.
I'm not sure why but Tessie uses the same API call for both opening the door and unlocking the latch, which is why this is missing in the first place. I made the obviously incorrect assumption no one actually would want to be unlocking the charge cable inside Home Assistant.
My non tesla wallbox doesn‘t do it, so there has to go a zigbee button next to it. And here we are 😀
Brett Adams @.***> schrieb am Do. 4. Jan. 2024 um 22:10:
I'm not sure why but Tessie uses the same API call for both opening the door and unlocking the latch, which is why this is missing in the first place. I made the obviously incorrect assumption no one actually would want to be unlocking the charge cable inside Home Assistant.
— Reply to this email directly, view it on GitHub https://github.com/home-assistant/core/issues/107124#issuecomment-1877764056, or unsubscribe https://github.com/notifications/unsubscribe-auth/BE4KMLSHIYBDN4JQGC5LUFTYM4LDHAVCNFSM6AAAAABBM54LMOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZXG43DIMBVGY . You are receiving this because you authored the thread.Message ID: @.***>
Yeah ok that makes a heap of sense. Blame my Tesla Wall Connector privilege.
At least you can use the ZigBee button to both open the door AND unlock the cable, so the current implementation while hard to understand should work perfectly for you.
Maybe I should add the button entity back.
Yes, it does. Thank you!
The problem
Tessi integration has no function to unlock the charge port.
What version of Home Assistant Core has the issue?
2024.1
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
Tessie
Link to integration documentation on our website
https://www.home-assistant.io/integrations/tessie
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response