Floorplan Support

Is floorplan no longer being developed?

Was going to ask the same question, doesnt seem like the developer has posted on here for a long time and nothing new added.

I haven’t looked too much into lovelace as i put allot of work into floorplan but can we achieve the same, layers etc ?

Yeah, I also put a lot of work into floorplan, but came across a few issues and haven’t been able to get the support to move forward. I think I’m going to abandon floorplan and learn lovelace as I think it will have a lot more support as we move forward.

I hate abandoning floorplan, but I feel like I have no choice at this point.

Hi there,

Had to take a break due to family reasons. Now back again. Have a look here for a Lovelace version of Floorplan:

1 Like

Welcome back @pkozul, hope all is well with you and the family.

1 Like

I am having problem in getting the card to work…

Custom element doesn’t exist: floorplan-card.
config:
image: /local/floorplan/examples/simple/simple.svg?v=1.1.14
stylesheet: /local/floorplan/examples/simple/simple.css?v=1.1
rules:
- entities:
- binary_sensor.main_bedroom
- binary_sensor.living_area
states:
- class: binary-sensor-off
state: ‘off’
- class: binary-sensor-on
state: ‘on’
title: Floorplan
type: ‘custom:floorplan-card’