adizanni / ExportToHASS

Sweethome3D Plugin for Home Assistant Export
GNU General Public License v3.0
49 stars 5 forks source link

Some of my lights and doors are displayed on the wrong level #11

Open Draganis opened 1 year ago

Draganis commented 1 year ago

Some of my lights and doors are displayed on the wrong level. First Level lights and doors are visible even if only level 0 is visible. Can it be updated manually? In SH3D they are correctly assigned!

adizanni commented 1 year ago

Hello @Draganis , this may happen when there is an error in the export. Object names in SH3D should be composed by only Alphanumeric characters (' ', a-z A-Z 0-9). ~ and # are allowed but they are treated as escape characters at the end of the object name. If you have local charachter sets this may throw an exception in the export. The file will be exported but some of the features will not work as expected. Please try to sanitize your model with clean names.