adizanni / floor3d-card

Your Home Digital Twin: aka floor3d-card. Visualize Home Assistant state and perform actions using objects in a 3D home model based on Three.js.
https://github.com/adizanni/floor3d-card
MIT License
448 stars 65 forks source link

Can't get camera position by double click #136

Closed barbuuu closed 1 year ago

barbuuu commented 1 year ago

Hello, I'm using latest HA core today, all updates on Home Assistant. I follow your video and I have only one issue: I can't get the message with camera position by double click on empty space.

Any ideea how to solve this or at least how to get the camera coordinates in order to lock the camera view?

Appreciate! Dan

barbuuu commented 1 year ago

Also the box showing object ID is not appearing. All those things are making your card useless :(

Dan

p8ulus commented 1 year ago

same here too, box object ID is not visible

adizanni commented 1 year ago

Hello @barbuuu @p8ulus, since 1.5.0 the card has implemented a new feature (Selection Mode) and the doubleclick is not by default. You have to put in the code editor the followoing option: editModeNotifications: 'yes' in order to re-establish the behaviour of my videos. I've not had time to do a video fort all those changes

p8ulus commented 1 year ago

thanks for quick reply

adizanni commented 1 year ago

Can we consider the bug as fixed ?

p8ulus commented 1 year ago

Yes đź‘ŤOp 6 nov. 2022 19:07 schreef andyHA @.***>: Can we consider the bug as fixed ?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

barbuuu commented 1 year ago

Thank you very much! is working perfectly!