3D Floor plan in Home Assistant

I’ve used Three.js to animate a floor plan model with data coming from Home Assistant (an Home Automation open source software).

I rely on the possibility offered by SweetHome3d to export the floor model to the Wavefront format and than I import the model inside Home Assistant thanks to three.js. I’ve build a Home Assistant custom card at this purpose.

Integration is really seamless with Lit and Polymer.

Here a few links:

The card GitHub: GitHub - adizanni/floor3d-card: Floor 3D Card to visualize Home Assistant entities using objects in a 3D home model based on Three.js.

My YouTube Channel: Andy HA - YouTube

Home Assistant: https://www.home-assistant.io/

Let me know your opinion/suggestions

Hello, guys for all the three.js experts, if you are interested in this project and would like to contribute, ping me. I really need a Three.js expert, as the code is becoming tricky due to my lack of experience and knowledge.

1 Like

Is there anybody willing to help on the management of lights and shadows in this project ? It is the most important functionality yet my final result is not what I expected in terms of quality and performance.