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
452 stars 65 forks source link

How to deal with 2 floor house? #80

Closed Travis-Prall closed 2 years ago

Travis-Prall commented 2 years ago

Is your feature request related to a problem? Please describe. I have a two story house, I know one way would be to create two floorpan ,but I already created a full house. Would there be a best way to show and hide the entire second floor?

Describe the solution you'd like Button that is able to show or hide a entire floor.

adizanni commented 2 years ago

@Travis-Prall, yes I can think of it in a future release. In the meantime as you are saying it is not that complex to split the 2 floors into 2 separate models. And you may use a custom card like this one (https://community.home-assistant.io/t/lovelace-swiper-card/72447?u=frenck )to swipe between the 2 floors

Travis-Prall commented 2 years ago

Actually nevermind, I found out you can click on the level in sweethome3d and click show only this level. Then you can click export to export only that level.

adizanni commented 2 years ago

Yes deal with levels is quite simple in Sweethome3d; I did not know that you could export only one level though. Do you allow me to close this issue ?