Into my file test.yaml, I specified a new .svg and a new .css file. Actually it’s not working. To the Left I see only the first panel.
Do I need to “clone” some other configuration file? I see there’s one inside “Panels” and one inside “www/custom_ui/floorplan/” called “ha-floorplan”.
Any tips?
Would you be so kind to share your configs maybe using GitHub?
For the light symbol to turn all lights on/off, add the icon, then map that to a group containing all your lights.Can do that for individual lights, or groups of lights.
Simply map the door/window icon to your device names. In the floorplan.yaml file, make sure you map the statuses (Open/Closed) to classes in the CSS file
When I get around to doing this, I’m probably going to create a generic shape (cone of some sort) that roughly covers the area my motion sensor detects. Then I’d map that shape to my motion sensor status (with CSS classes defined in the floorplan.yaml file). Fairly similar to the door/windows actually.
First post noob! I have installed floorplan as per the instructions and checked them over but can’t find the issue. I am wondering if it is an incompatibility with the version of hass.io I am running? Anyway I have Home Assistant
0.52.1 running on a Raspberry Pi.
I have modified the floorplan.yaml file so I can’t work out where it is still getting that old URL from? The first three lines of my floorplan.yaml is now:
You probably shouldn’t have modified those lines in the floorplan.yaml file (unless you made changes on the webserver side of things)
Leave it as (copied from mine):
name: Floorplan
image: /local/custom_ui/floorplan/floorplan.svg
stylesheet: /local/custom_ui/floorplan/floorplan.css
The image and stylesheet above aren’t mapping to your local file system. They are the webpath to the svg and css. So to test if you have the right path, see if http://192.168.1.105:8123/local/custom_ui/floorplan/floorplan.svg exists. If it does, that’s what you should be using.
I’m not sure that’s the specific problem you are having, I just remember struggling with those lines initially as well (I too thought they were the local file path in the linux system…).
I am using hass.io on a Raspberry pi 3 (v52.1). The only issue I’m aware of is that Floorplan currently won’t work on iOS devices at that version
Edit: I think I have fixed it… Will let you know if it works.
Edit 2:
Actually no it doesn’t. The errors have gone but now I just have a spinning circle both on the Zones card on the default view and on the Floorplan custom panel.
I have the same issue that @Will_Garbutt had back on July 16 of this thread where the weather icon is not inside the element is supposed to be tied to. I followed all the same setup and changed viewbox to viewBox in all of the weather svg files. I even applied the changed that worked for @Will_Garbutt by commenting out the pan/zoom option in the floorplan.yaml file but none of this seems to work. Anyone have an idea why the weather svg files are not being tied to the element as it should be?
Hey guys, been lingering here for a few days. Thank you to everyone who contributed to the floorplan, it’s a great addition to HA!
I’ve spent the better part of a day creating my custom svg, and think I’ve got it working (and looking) just the way I want it.
Only problem I’m having now is the weather Icons that @pkozul originally posted about. I’ve downloaded the svg’s, changed the viewBox attribute, created a rect in my svg, assigned the ID to that of my dark_sky_icon sensor, and followed every step I could find here, as well as the github page. But it’s still not displaying a weather icon.
Hey guys, I start to make a series of video tutorial about this project. You can access the first part from here and second part here. Since I am not a native English speaker, plz forgive my pour pronunciation and pause. I am trying to introduce the simplest way to fulfill the floorplan. And I hope you can enjoy it.
Same problem, does not work on IOS devices. Either with chrome, safari, or Home Assistant App, it says : Script error: see browser console for details … any thoughts ?
Same problem, does not work on IOS devices. Either with chrome, safari, or Home Assistant App, it says : Script error: see browser console for details … any thoughts ? … we can only use Android based tablets from now on ? …
I haven’t tried it myself yet. (still waiting for the ios 11 update, fingers crossed), but it has been said that floorplan not working is an issue with ios version and any ios version less than 10.3 will have similar problems. In your case you can try updating to ios 10.3 but I urge you to wait for ios 11 which will be avaliable in 2-3 days time.
Thanks, will do (the waiting and upgrading part) ! … but I have some iPad Mini 2 tablets, in wall mounts … lets hope they get the IOS 11 update too … otherwise … google nexus 7 2013 all the way …
Nice … it’s not (as yoda would say), so what small size (7…8"), inexpensive IPS screen android tablets do you guys recommend ? … a full screen working interface of Home Assistant Floorplan is a must !
People were suggesting some polymer 2.0 capabilities were only available from 10.3 and up. So their guess were wrong. The solution lies in the floorplan code fix then. So it’s on my waiting list again. Thanks for the insight by the way