I’m trying to get sensors to display the date and time, as well as the darksky summary. As you can see they only display NaN. But if I hover or click i see the actual data.
Create an input_boolean in HA then associate it with your projector image in FP then create an automation to do your sequence when it’s toggled or switched.
I am trying to add dynamic icons to my floorplan but am struggling. My issue is the icons appear UNDER the rectangle (both the rectangle and icon have mouse-over info but rectangle is invisible).
EDIT: Nevermind, figured it out! Had to remove rect from layer and add it to root in the SVG
I’m currently using Floorplan for my new HA instance.
A tip to design quickly and have a great plan:
use Swet Home 3D to design your plan
export it as svg format
open it with inkscape
create at least two layers (plan, home assistant)
select all and move it to plan payer
then work on home automation layer
I have test this method and it’s really great since I can modify my plan on Sweet Home 3D and then re-use old home assistant layers on top of it.
Currently I re-use an accurate plan from Sweet Home 3D and I’m adding lights with degrade on inkscape.
I can click on lights zone and it’s working.
Need to understand how to modify CSS to make appear/disappear lights degrade now.
I’m new to floor plan and I really like it. Even spent time drawing out my floor plan in sweet home 3D so it looks even better
Now, I have toggle configured in my floorplan.yaml and if I click on the object, it does switch on/off in the card. This is good.
However if I click anywhere else on the floorplan card, I get the pop up like the screenshot below.
First off great work on Floorplan. I just started working on mine the other day and so far I love it. Once think I am trying to do is have multiple floorplans. What I am trying to accomplish is to have the user click in the kitchen (or any other room) and get a detailed view to pop up (another floorplan) and this would contain all lights and info for that room. Then there would be a mini-floor plan on the screen that the user could click and be taken back to the main floor plan.
I have two floor plans currently working, Downstairs and Kitchen.
I have (using binary_sensor) created the ability to click on the mini floor plan but it will only display a window of the floorplan and not switch the to the full screen…
anyone else experiencing slow/delayed CSS animations after click?
I’ve been experiencing 2-3 seconds of delay whenever i click on my button and then my CSS animation kicks in after 2-3 seconds
I am experiencing a delay with the CSS animations tho, sometimes it takes a 2-3 second delay. is anybody else experiencing that?
I’ve even tried just a short page with one entity and 2 circles as test button clicks, but it still the same 2-3 seconds of delay to toggle my CSS display: none and display: block.